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/mic-fill.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/mic-fill.svg')
-rw-r--r--icons/mic-fill.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/mic-fill.svg b/icons/mic-fill.svg
index 755113c31..9be58e9d2 100644
--- a/icons/mic-fill.svg
+++ b/icons/mic-fill.svg
@@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mic-fill" viewBox="0 0 16 16">
<path d="M5 3a3 3 0 0 1 6 0v5a3 3 0 0 1-6 0V3z"/>
- <path fill-rule="evenodd" d="M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5z"/>
+ <path d="M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5z"/>
</svg> \ No newline at end of file