diff options
author | codecalm <codecalm@gmail.com> | 2020-04-19 16:00:49 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-19 16:00:49 +0200 |
commit | f399765c02ff98e16de3f678ea5503f3a03ded7f (patch) | |
tree | b73f5028928d9a0cfd70bba6f4da1befa159ae1c /src/_icons/wand.svg | |
parent | Release 1.5.0 (diff) | |
parent | tags.json file (diff) | |
download | tabler-icons-f399765c02ff98e16de3f678ea5503f3a03ded7f.tar.xz |
Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons
Diffstat (limited to 'src/_icons/wand.svg')
-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> |