Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

compass-rotation-marker.js 1.2KB

12345678910111213141516171819202122
  1. /**
  2. * @Author: Caven
  3. * @Date: 2020-06-06 14:11:56
  4. */
  5. const compass_rotation_marker = `
  6. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  7. <svg width="53px" height="53px" viewBox="0 0 53 53" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
  8. <!-- Generator: Sketch 3.4.3 (16044) - http://www.bohemiancoding.com/sketch -->
  9. <title>compass-rotation-marker</title>
  10. <desc>Created with Sketch.</desc>
  11. <defs></defs>
  12. <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
  13. <g id="compass-rotation-marker">
  14. <path d="M52.4399986,26.2199993 C52.4399986,11.7390936 40.7009051,0 26.2199993,0 C11.7390936,0 0,11.7390936 0,26.2199993 C0,40.7009051 11.7390936,52.4399986 26.2199993,52.4399986 C40.7009051,52.4399986 52.4399986,40.7009051 52.4399986,26.2199993 Z" id="rotator" stroke-opacity="0.135841259" stroke="#E2A549" stroke-width="9" opacity="0.201434235"></path>
  15. <path d="M0,26.2199993 C0,11.7390936 11.7390936,0 26.2199993,0 L26.2199993,9 C16.7096563,9 9,16.7096563 9,26.2199993" id="Shape" opacity="0.634561567" fill="#4990E2"></path>
  16. </g>
  17. </g>
  18. </svg>
  19. `
  20. export default compass_rotation_marker