diff options
author | codecalm <codecalm@gmail.com> | 2022-08-16 22:44:29 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-08-16 22:44:29 +0200 |
commit | e35df21787712c14bea1869f2c663be4343ecf47 (patch) | |
tree | d33d89b9d62c0277fa10fedb985ddabb5f74370d /src/icons/butterfly.svg | |
parent | Merge pull request #287 from tabler/dev-unicode (diff) | |
download | tabler-icons-e35df21787712c14bea1869f2c663be4343ecf47.tar.xz |
e11ty test
Diffstat (limited to 'src/icons/butterfly.svg')
-rw-r--r-- | src/icons/butterfly.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/butterfly.svg b/src/icons/butterfly.svg new file mode 100644 index 00000000..9fb8a3c1 --- /dev/null +++ b/src/icons/butterfly.svg @@ -0,0 +1,11 @@ +--- +tags: [animal, insect, nature, fly, wings] +version: "1.51" +category: Nature +unicode: "efd9" +--- +<svg> + <path d="M11.995 18.176a3 3 0 1 1 -4.953 -2.449l-.025 .023a4.502 4.502 0 0 1 1.483 -8.75c1.414 0 2.675 .652 3.5 1.671a4.5 4.5 0 1 1 4.983 7.079a3 3 0 1 1 -4.983 2.25z" /> + <path d="M12 19v-10" /> + <path d="M9 3l3 2l3 -2" /> +</svg> |