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-09-16 19:54:12 +0300
committerMark Otto <otto@github.com>2019-09-17 05:24:39 +0300
commit69de3551f6d02eb3f29cecc267e0110608b54e66 (patch)
tree665cde626f0debe88aaad733e102e20152ce21c5 /icons/x-square.svg
parent9d0ec9ef1bf0d8efec1fbbb3f5a08d06352c8a8e (diff)
Update icons
- Removed a few for now until I redraw them - Run new JS on the icons to update their attributes
Diffstat (limited to 'icons/x-square.svg')
-rw-r--r--icons/x-square.svg4
1 files changed, 2 insertions, 2 deletions
diff --git a/icons/x-square.svg b/icons/x-square.svg
index a285cc026..6fd6a7e89 100644
--- a/icons/x-square.svg
+++ b/icons/x-square.svg
@@ -1,4 +1,4 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-x-square" viewBox="0 0 20 20">
+<svg class="bi bi-x-square" width="20" height="20" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M16 3H4a1 1 0 00-1 1v12a1 1 0 001 1h12a1 1 0 001-1V4a1 1 0 00-1-1zM4 2a2 2 0 00-2 2v12a2 2 0 002 2h12a2 2 0 002-2V4a2 2 0 00-2-2H4z" clip-rule="evenodd"/>
<path fill-rule="evenodd" d="M9.293 10L6.646 7.354l.708-.708L10 9.293l2.646-2.647.708.708L10.707 10l2.647 2.646-.708.708L10 10.707l-2.646 2.647-.708-.707L9.293 10z" clip-rule="evenodd"/>
-</svg>
+</svg> \ No newline at end of file