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>2022-11-12 06:12:42 +0300
committerGitHub <noreply@github.com>2022-11-12 06:12:42 +0300
commite927a93be342f26ef18dfdf0c64042c964e4e34b (patch)
tree46a7cdad2a15a399f77f1d46df5d3156d84219d6 /icons/capsule.svg
parentcb6c54dd6b224df8e6e22f23f2ee298528ba0bc1 (diff)
v1.10.1: Fix various fill rules (#1488)
* Fix fill rules on new icons * Fix more fill rules * Bump versions * Fix link
Diffstat (limited to 'icons/capsule.svg')
-rw-r--r--icons/capsule.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/capsule.svg b/icons/capsule.svg
index 844aa8ee2..98863d8a5 100644
--- a/icons/capsule.svg
+++ b/icons/capsule.svg
@@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-capsule" viewBox="0 0 16 16">
- <path fill-rule="evenodd" d="M1.828 8.9 8.9 1.827a4 4 0 1 1 5.657 5.657l-7.07 7.071A4 4 0 1 1 1.827 8.9Zm9.128.771 2.893-2.893a3 3 0 1 0-4.243-4.242L6.713 5.429l4.243 4.242Z"/>
+ <path d="M1.828 8.9 8.9 1.827a4 4 0 1 1 5.657 5.657l-7.07 7.071A4 4 0 1 1 1.827 8.9Zm9.128.771 2.893-2.893a3 3 0 1 0-4.243-4.242L6.713 5.429l4.243 4.242Z"/>
</svg> \ No newline at end of file