diff options
Diffstat (limited to 'icons/shadow.svg')
-rw-r--r-- | icons/shadow.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/icons/shadow.svg b/icons/shadow.svg new file mode 100644 index 00000000..5b92feb3 --- /dev/null +++ b/icons/shadow.svg @@ -0,0 +1,11 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-shadow" 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" fill="none"/> + <circle cx="12" cy="12" r="9" /> + <path d="M13 12h5" /> + <path d="M13 15h4" /> + <path d="M13 18h1" /> + <path d="M13 9h4" /> + <path d="M13 6h1" /> +</svg> + + |