diff options
author | codecalm <codecalm@gmail.com> | 2020-09-29 00:41:52 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-29 00:41:52 +0200 |
commit | 64b88413e7c88b33fa3915343a3ac1a620937770 (patch) | |
tree | d3047d2ffb96864226cc73ed1c68a9861f6a6901 /src/_icons | |
parent | 2 new icons: `file-certificate`, `file-zip` (diff) | |
download | tabler-icons-64b88413e7c88b33fa3915343a3ac1a620937770.tar.xz |
`flame` icon fix
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/flame.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_icons/flame.svg b/src/_icons/flame.svg index 2c68b5a3..ae66dfc0 100644 --- a/src/_icons/flame.svg +++ b/src/_icons/flame.svg @@ -2,5 +2,5 @@ version: 1.10 --- <svg> - <path d="M18 15a6 6 0 1 1 -10.853 -3.529c1.926-2.338 4.763-3.327 3.848-8.47 2.355 1.761 5.84 5.38 2.022 9.406-1.136 1.091-.244 2.767 1.221 2.593.882-.105 2.023-.966 3.23-2.3.532.68.532 1.717.532 2.3z" /> + <path d="m 12 12 c 2 -2.96 0 -7 -1 -8 c 0 3.038 -1.762 4.383 -2.989 5.642 c -1.226 1.26 -2.011 2.598 -2.011 4.358 a 6 6 0 1 0 12 0 c 0 -1.532 -0.77 -2.94 -1.714 -4 c -1.786 3 -3.077 3 -4.286 2 z" /> </svg> |