Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2022-07-09 02:34:10 +0300
committerMark Otto <markdotto@gmail.com>2022-07-09 02:34:10 +0300
commit723dc06263ce7adffa2ebd1aaf5ad51b21df52e1 (patch)
tree398bf7b5eff138ad4fe8e23cb94bc32ee9293932
parent91697b0e9bef7192f14af7267846971cf46c94a9 (diff)
Fixes #683: Add fire icon
-rw-r--r--icons/fire.svg3
1 files changed, 3 insertions, 0 deletions
diff --git a/icons/fire.svg b/icons/fire.svg
new file mode 100644
index 000000000..f702837cc
--- /dev/null
+++ b/icons/fire.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-fire" viewBox="0 0 16 16">
+ <path d="M8 16c3.314 0 6-2 6-5.5 0-1.5-.5-4-2.5-6 .25 1.5-1.25 2-1.25 2C11 4 9 .5 6 0c.357 2 .5 4-2 6-1.25 1-2 2.729-2 4.5C2 14 4.686 16 8 16Zm0-1c-1.657 0-3-1-3-2.75 0-.75.25-2 1.25-3C6.125 10 7 10.5 7 10.5c-.375-1.25.5-3.25 2-3.5-.179 1-.25 2 1 3 .625.5 1 1.364 1 2.25C11 14 9.657 15 8 15Z"/>
+</svg> \ No newline at end of file