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
path: root/icons
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2021-10-12 01:10:56 +0300
committerMark Otto <otto@github.com>2021-10-12 21:09:59 +0300
commitc82c9a9536116a81e0472797ec95f1ae73fbbe6c (patch)
tree226f18426db3773e35f8038de757d68100e8d7fa /icons
parent92b9914c84a3392b8eafd35a3941ab3822a99683 (diff)
Fix bad fill rule on droplet-fill
Diffstat (limited to 'icons')
-rw-r--r--icons/droplet-fill.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/droplet-fill.svg b/icons/droplet-fill.svg
index 7ddabc6a5..8158a014a 100644
--- a/icons/droplet-fill.svg
+++ b/icons/droplet-fill.svg
@@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-droplet-fill" viewBox="0 0 16 16">
- <path fill-rule="evenodd" d="M8 16a6 6 0 0 0 6-6c0-1.655-1.122-2.904-2.432-4.362C10.254 4.176 8.75 2.503 8 0c0 0-6 5.686-6 10a6 6 0 0 0 6 6zM6.646 4.646c-.376.377-1.272 1.489-2.093 3.13l.894.448c.78-1.559 1.616-2.58 1.907-2.87l-.708-.708z"/>
+ <path d="M8 16a6 6 0 0 0 6-6c0-1.655-1.122-2.904-2.432-4.362C10.254 4.176 8.75 2.503 8 0c0 0-6 5.686-6 10a6 6 0 0 0 6 6ZM6.646 4.646l.708.708c-.29.29-1.128 1.311-1.907 2.87l-.894-.448c.82-1.641 1.717-2.753 2.093-3.13Z" fill="#000"/>
</svg> \ No newline at end of file