refactor: Update droplet icon and add flame icon (#24)

* update droplet and create flame

* Update icons/flame.svg

Co-authored-by: John Letey <johnletey@gmail.com>

* Update icons/droplet.svg

Co-authored-by: John Letey <johnletey@gmail.com>

* Update icons/flame.svg

Co-authored-by: John Letey <johnletey@gmail.com>

Co-authored-by: John Letey <johnletey@gmail.com>
This commit is contained in:
Eric Fennis
2020-07-05 10:05:41 +02:00
committed by GitHub
parent 749a235dc7
commit a99637fc25
2 changed files with 14 additions and 1 deletions

View File

@@ -9,5 +9,5 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z" />
<path d="M12 22a7 7 0 0 0 7-7c0-2-1-3.9-3-5.5s-3.5-4-4-6.5c-.5 2.5-2 4.9-4 6.5C6 11.1 5 13 5 15a7 7 0 0 0 7 7z" />
</svg>

Before

Width:  |  Height:  |  Size: 261 B

After

Width:  |  Height:  |  Size: 325 B

13
icons/flame.svg Normal file
View File

@@ -0,0 +1,13 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z" />
</svg>

After

Width:  |  Height:  |  Size: 393 B