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 <markd.otto@gmail.com>2021-03-24 10:09:54 +0300
committerGitHub <noreply@github.com>2021-03-24 10:09:54 +0300
commit1c03e72dc0d3bd4079b6f29f90f107b38273a7ad (patch)
tree75ab9ee211446abdcf3e518c5036d20dcb5d5e5d /icons/record.svg
parent11a029bfb59e30b4e94cad3bb35cda84356c0cfc (diff)
Update mic and record icons to prevent fill rule issues (#815)
* Update mic icons to prevent fill rule issues * Fixes #673: Fix fill-rule on record icon Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Diffstat (limited to 'icons/record.svg')
-rw-r--r--icons/record.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/record.svg b/icons/record.svg
index 56a2091de..27f82a976 100644
--- a/icons/record.svg
+++ b/icons/record.svg
@@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-record" viewBox="0 0 16 16">
- <path fill-rule="evenodd" d="M8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0 1A5 5 0 1 0 8 3a5 5 0 0 0 0 10z"/>
+ <path d="M8 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0 1A5 5 0 1 0 8 3a5 5 0 0 0 0 10z"/>
</svg> \ No newline at end of file