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/person-fill-check.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/person-fill-check.svg')
-rw-r--r--icons/person-fill-check.svg4
1 files changed, 2 insertions, 2 deletions
diff --git a/icons/person-fill-check.svg b/icons/person-fill-check.svg
index 676cbf46d..0bb8ee469 100644
--- a/icons/person-fill-check.svg
+++ b/icons/person-fill-check.svg
@@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-person-fill-check" viewBox="0 0 16 16">
- <path fill-rule="evenodd" d="M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Zm1.679-4.493a.5.5 0 1 0-.858-.514l-1.17 1.95-.547-.547a.5.5 0 0 0-.708.708l.774.773a.75.75 0 0 0 1.174-.144l1.335-2.226Z"/>
- <path d="M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm-9 8c0 1 1 1 1 1h5.256A4.493 4.493 0 0 1 8 12.5a4.49 4.49 0 0 1 1.544-3.393C9.077 9.038 8.564 9 8 9c-5 0-6 3-6 4Z"/>
+ <path d="M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Zm1.679-4.493-1.335 2.226a.75.75 0 0 1-1.174.144l-.774-.773a.5.5 0 0 1 .708-.708l.547.548 1.17-1.951a.5.5 0 1 1 .858.514ZM11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"/>
+ <path d="M2 13c0 1 1 1 1 1h5.256A4.493 4.493 0 0 1 8 12.5a4.49 4.49 0 0 1 1.544-3.393C9.077 9.038 8.564 9 8 9c-5 0-6 3-6 4Z"/>
</svg> \ No newline at end of file