diff options
author | codecalm <codecalm@gmail.com> | 2022-06-27 00:37:06 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-06-27 00:37:06 +0200 |
commit | d1341c82790eef103ef722519edd82b2efb1cc02 (patch) | |
tree | 6a40ccc66f183ca5c614fe06fc67c762aab4c068 /src/_icons/cactus.svg | |
parent | move `packages` to `packages-zip` directory (diff) | |
download | tabler-icons-d1341c82790eef103ef722519edd82b2efb1cc02.tar.xz |
18 new icons: `brand-comedy-central`, `brand-finder`, `brand-monday`, `brand-xing`, `cactus`, `carrot`, `chef-hat`, `clover-2`, `creative-commons-by`, `creative-commons-nc`, `creative-commons-nd`, `creative-commons-sa`, `creative-commons-zero`, `device-mobile-charging`, `function`, `loader-2`, `spy`, `zzz`
Fixed icons: `creative-commons-off`, `creative-commons`
Diffstat (limited to 'src/_icons/cactus.svg')
-rw-r--r-- | src/_icons/cactus.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/cactus.svg b/src/_icons/cactus.svg new file mode 100644 index 00000000..e6bc56e9 --- /dev/null +++ b/src/_icons/cactus.svg @@ -0,0 +1,9 @@ +--- +category: Nature +--- +<svg> + <path d="M6 9v1a3 3 0 0 0 3 3h1" /> + <path d="M18 8v5a3 3 0 0 1 -3 3h-1" /> + <path d="M10 21v-16a2 2 0 1 1 4 0v16" /> + <path d="M7 21h10" /> +</svg> |