diff options
Diffstat (limited to 'icons/wand.svg')
-rw-r--r-- | icons/wand.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/icons/wand.svg b/icons/wand.svg new file mode 100644 index 00000000..a1968c11 --- /dev/null +++ b/icons/wand.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-wand" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z"/> + <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> + + |