diff options
Diffstat (limited to 'src/icons/cactus.svg')
-rw-r--r-- | src/icons/cactus.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/icons/cactus.svg b/src/icons/cactus.svg new file mode 100644 index 00000000..4ba3d5a7 --- /dev/null +++ b/src/icons/cactus.svg @@ -0,0 +1,12 @@ +--- +tags: [plant, desert, spikes, nature, garden] +category: Nature +version: "1.72" +unicode: "f21b" +--- +<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> |