diff options
Diffstat (limited to 'src/icons/wand.svg')
-rw-r--r-- | src/icons/wand.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/wand.svg b/src/icons/wand.svg new file mode 100644 index 00000000..ee29c532 --- /dev/null +++ b/src/icons/wand.svg @@ -0,0 +1,11 @@ +--- +tags: [magic, tool, color, pixel, design] +version: "1.5" +unicode: "ebcb" +--- +<svg> + <polyline points="6 21 21 6 18 3 3 18 6 21" /> + <line x1="15" y1="6" x2="18" y2="9" /> + <path d="M9 3a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2" /> + <path d="M19 13a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2" /> +</svg> |