diff options
Diffstat (limited to 'app/assets/svg/icons/tabler/outline/spider.svg')
| -rw-r--r-- | app/assets/svg/icons/tabler/outline/spider.svg | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app/assets/svg/icons/tabler/outline/spider.svg b/app/assets/svg/icons/tabler/outline/spider.svg new file mode 100644 index 00000000..b5888618 --- /dev/null +++ b/app/assets/svg/icons/tabler/outline/spider.svg | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | <!-- | ||
| 2 | tags: [halloween, animal, scary, horror, cobweb, insect, spider, creature, wildlife, nature] | ||
| 3 | category: Animals | ||
| 4 | version: "1.78" | ||
| 5 | unicode: "f293" | ||
| 6 | --> | ||
| 7 | <svg | ||
| 8 | xmlns="http://www.w3.org/2000/svg" | ||
| 9 | width="24" | ||
| 10 | height="24" | ||
| 11 | viewBox="0 0 24 24" | ||
| 12 | fill="none" | ||
| 13 | stroke="currentColor" | ||
| 14 | stroke-width="2" | ||
| 15 | stroke-linecap="round" | ||
| 16 | stroke-linejoin="round" | ||
| 17 | > | ||
| 18 | <path d="M5 4v2l5 5" /> | ||
| 19 | <path d="M2.5 9.5l1.5 1.5h6" /> | ||
| 20 | <path d="M4 19v-2l6 -6" /> | ||
| 21 | <path d="M19 4v2l-5 5" /> | ||
| 22 | <path d="M21.5 9.5l-1.5 1.5h-6" /> | ||
| 23 | <path d="M20 19v-2l-6 -6" /> | ||
| 24 | <path d="M8 15a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" /> | ||
| 25 | <path d="M10 9a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" /> | ||
| 26 | </svg> | ||
