sprites.svg 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="96px" height="124px">
  3. <style type="text/css">
  4. #background {
  5. fill: none;
  6. }
  7. .arrows {
  8. fill: #000;
  9. stroke: none;
  10. }
  11. .selected>.arrows {
  12. fill: #fff;
  13. }
  14. .checkmark {
  15. fill: #000;
  16. font-family: sans-serif;
  17. font-size: 10pt;
  18. text-anchor: middle;
  19. }
  20. .trash {
  21. fill: #888;
  22. }
  23. .zoom {
  24. fill: none;
  25. stroke: #888;
  26. stroke-width: 2;
  27. stroke-linecap: round;
  28. }
  29. .zoom>.center {
  30. fill: #888;
  31. stroke-width: 0;
  32. }
  33. </style>
  34. <rect id="background" width="96" height="124" x="0" y="0" />
  35. <g>
  36. <path class="arrows" d="M 13,1.5 13,14.5 1.74,8 z" />
  37. <path class="arrows" d="M 17.5,3 30.5,3 24,14.26 z" />
  38. <path class="arrows" d="M 35,1.5 35,14.5 46.26,8 z" />
  39. </g>
  40. <g class="selected" transform="translate(0, 16)">
  41. <path class="arrows" d="M 13,1.5 13,14.5 1.74,8 z" />
  42. <path class="arrows" d="M 17.5,3 30.5,3 24,14.26 z" />
  43. <path class="arrows" d="M 35,1.5 35,14.5 46.26,8 z" />
  44. </g>
  45. <text class="checkmark" x="55.5" y="28">&#10003;</text>
  46. <g class="trash">
  47. <path d="M 2,41 v 6 h 42 v -6 h -10.5 l -3,-3 h -15 l -3,3 z" />
  48. <rect width="36" height="20" x="5" y="50" />
  49. <rect width="36" height="42" x="5" y="50" rx="4" ry="4" />
  50. </g>
  51. <g class="zoom">
  52. <circle r="11.5" cx="16" cy="108" />
  53. <circle r="4.3" cx="16" cy="108" class="center" />
  54. <path d="m 28,108 h3" />
  55. <path d="m 1,108 h3" />
  56. <path d="m 16,120 v3" />
  57. <path d="m 16,93 v3" />
  58. </g>
  59. <g class="zoom">
  60. <circle r="15" cx="48" cy="108" />
  61. <path d="m 48,101.6 v12.8" />
  62. <path d="m 41.6,108 h12.8" />
  63. </g>
  64. <g class="zoom">
  65. <circle r="15" cx="80" cy="108" />
  66. <path d="m 73.6,108 h12.8" />
  67. </g>
  68. </svg>