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>2020-05-20 01:00:49 +0300
committerMark Otto <otto@github.com>2020-05-20 19:37:51 +0300
commit593180884dd4e55f5568fdbf5f88be42b114b98f (patch)
treecd15e3ceb52f3b526257913262433fe076ed5a4b /icons
parent74e95f6fbb2981838470fb653d1d684facacb98d (diff)
Fix strokes on new icons
Diffstat (limited to 'icons')
-rw-r--r--icons/asterisk.svg1
-rw-r--r--icons/check-all.svg3
-rw-r--r--icons/check.svg2
3 files changed, 2 insertions, 4 deletions
diff --git a/icons/asterisk.svg b/icons/asterisk.svg
index a391c44f1..1ebfe796a 100644
--- a/icons/asterisk.svg
+++ b/icons/asterisk.svg
@@ -1,4 +1,3 @@
<svg class="bi bi-asterisk" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
- <path d="M0 0h16v16H0z"/>
<path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 1v14m6.062-10.5l-12.124 7m0-7l12.124 7"/>
</svg> \ No newline at end of file
diff --git a/icons/check-all.svg b/icons/check-all.svg
index 99ffd082f..773da52e9 100644
--- a/icons/check-all.svg
+++ b/icons/check-all.svg
@@ -1,4 +1,3 @@
<svg class="bi bi-check-all" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
- <path fill-rule="evenodd" d="M12.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L6.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z" clip-rule="evenodd"/>
- <path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" d="M8.616 4.616h0a.752.752 0 0 0-.06.067h0L5.432 8.664 3.737 6.97A1.25 1.25 0 1 0 1.97 8.737l2.646 2.647a1.25 1.25 0 0 0 1.823-.062s0 0 0 0l3.98-4.975a1.25 1.25 0 0 0-.035-1.73l-.352.351.352-.352a1.25 1.25 0 0 0-1.768 0z"/>
+ <path fill-rule="evenodd" d="M8.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L2.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093L8.95 4.992a.252.252 0 0 1 .02-.022zm-.92 5.14l.92.92a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 1 0-1.091-1.028L9.477 9.417l-.485-.486-.943 1.179z" clip-rule="evenodd"/>
</svg> \ No newline at end of file
diff --git a/icons/check.svg b/icons/check.svg
index 6a65cc430..01156b953 100644
--- a/icons/check.svg
+++ b/icons/check.svg
@@ -1,3 +1,3 @@
<svg class="bi bi-check" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
- <path fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M11.854 5.146a.5.5 0 0 1 0 .708l-4 5a.5.5 0 0 1-.708 0L4.5 8.207a.5.5 0 0 1 .707-.707L7.5 9.793l3.646-4.647a.5.5 0 0 1 .708 0z" clip-rule="evenodd"/>
+ <path fill-rule="evenodd" d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z" clip-rule="evenodd"/>
</svg> \ No newline at end of file