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>2022-08-28 20:18:06 +0300
committerMark Otto <otto@github.com>2022-08-28 20:36:48 +0300
commit792c1ffdd14179b3ad2d187d98eda7ef081e8423 (patch)
treeb7aea9cff2d52fa1aa28806b5184bbb803d89f5c /icons
parent4df5e62f7ab85c101e94c5a75d94c953cbe243bc (diff)
Fix #1385: Adjust fill-rule of 1-circle-fill
Diffstat (limited to 'icons')
-rw-r--r--icons/1-circle-fill.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/1-circle-fill.svg b/icons/1-circle-fill.svg
index 5141c8f12..9b257b959 100644
--- a/icons/1-circle-fill.svg
+++ b/icons/1-circle-fill.svg
@@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-1-circle-fill" viewBox="0 0 16 16">
- <path fill-rule="evenodd" d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0ZM9.283 4.002V12H7.971V5.338h-.065L6.072 6.656V5.385l1.899-1.383h1.312Z"/>
+ <path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0ZM9.283 4.002H7.971L6.072 5.385v1.271l1.834-1.318h.065V12h1.312V4.002Z"/>
</svg> \ No newline at end of file