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 <markdotto@gmail.com>2019-08-13 07:30:54 +0300
committerMark Otto <otto@github.com>2019-08-13 23:34:57 +0300
commit91677930e631f60316834a325186a478afcc9d48 (patch)
tree46e27df818c37610db9457987e5c1fa878986a51 /icons/arrow-repeat.svg
parent2342aaefb7011d53657315b4c0ee25b9efb5206f (diff)
Update icons
- Replace stroke with fill - Add tons of new icons - Delete some accidental dupes - Clean up properties and add class names
Diffstat (limited to 'icons/arrow-repeat.svg')
-rw-r--r--icons/arrow-repeat.svg11
1 files changed, 4 insertions, 7 deletions
diff --git a/icons/arrow-repeat.svg b/icons/arrow-repeat.svg
index 04693ccc2..eb07d39ab 100644
--- a/icons/arrow-repeat.svg
+++ b/icons/arrow-repeat.svg
@@ -1,8 +1,5 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" class="bi bi-arrow-repeat" viewBox="0 0 20 20">
- <g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round">
- <path d="M4 10a6 6 0 0011.189 3.014"/>
- <path stroke-linejoin="round" d="M2 11l2-2 2 2h0"/>
- <path d="M16 10A6 6 0 004.811 6.986"/>
- <path stroke-linejoin="round" d="M18 9l-2 2-2-2h0"/>
- </g>
+<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-arrow-repeat" viewBox="0 0 20 20">
+ <path fill-rule="evenodd" d="M4 9.5a.5.5 0 00-.5.5 6.5 6.5 0 0012.13 3.25.5.5 0 00-.866-.5A5.5 5.5 0 014.5 10a.5.5 0 00-.5-.5z" clip-rule="evenodd"/>
+ <path fill-rule="evenodd" d="M4.354 9.146a.5.5 0 00-.708 0l-2 2a.5.5 0 00.708.708L4 10.207l1.646 1.647a.5.5 0 00.708-.708l-2-2zM15.947 10.5a.5.5 0 00.5-.5 6.5 6.5 0 00-12.13-3.25.5.5 0 10.866.5A5.5 5.5 0 0115.448 10a.5.5 0 00.5.5z" clip-rule="evenodd"/>
+ <path fill-rule="evenodd" d="M18.354 8.146a.5.5 0 00-.708 0L16 9.793l-1.646-1.647a.5.5 0 00-.708.708l2 2a.5.5 0 00.708 0l2-2a.5.5 0 000-.708z" clip-rule="evenodd"/>
</svg>