diff options
author | codecalm <codecalm@gmail.com> | 2020-04-10 23:51:45 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-10 23:51:45 +0200 |
commit | 25b5395eed8a053004d2e52bc21bc371b96a3f88 (patch) | |
tree | 5f1876c31d071af94bbf9c6164cdde5d8c593e6d /src/_icons | |
parent | `tools` icon (diff) | |
download | tabler-icons-25b5395eed8a053004d2e52bc21bc371b96a3f88.tar.xz |
`wand` icon
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/wand.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/wand.svg b/src/_icons/wand.svg new file mode 100644 index 00000000..59503ca9 --- /dev/null +++ b/src/_icons/wand.svg @@ -0,0 +1,8 @@ +--- +--- +<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> |