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/x-circle.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/x-circle.svg')
-rw-r--r--icons/x-circle.svg5
1 files changed, 5 insertions, 0 deletions
diff --git a/icons/x-circle.svg b/icons/x-circle.svg
new file mode 100644
index 000000000..e59fb70b0
--- /dev/null
+++ b/icons/x-circle.svg
@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-x-circle" viewBox="0 0 20 20">
+ <path fill-rule="evenodd" d="M10 17a7 7 0 100-14 7 7 0 000 14zm0 1a8 8 0 100-16 8 8 0 000 16z" clip-rule="evenodd"/>
+ <path fill-rule="evenodd" d="M12.646 13.354l-6-6 .708-.708 6 6-.708.708z" clip-rule="evenodd"/>
+ <path fill-rule="evenodd" d="M7.354 13.354l6-6-.708-.708-6 6 .708.708z" clip-rule="evenodd"/>
+</svg>