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-10-11 10:12:47 +0300
committerMark Otto <markdotto@gmail.com>2019-10-11 10:12:47 +0300
commitbe0cfa07fe460bd197c97e77c46d40a51ab8c167 (patch)
treea2149b6c569b5999db8fd4030d8716e95a9ba868 /icons/x-circle.svg
parentb13dbac9a9c31cd6064a0f40af36e8f04dbf4809 (diff)
Rebuild icons with em units
Diffstat (limited to 'icons/x-circle.svg')
-rw-r--r--icons/x-circle.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/x-circle.svg b/icons/x-circle.svg
index f43adb29b..1b8290bd4 100644
--- a/icons/x-circle.svg
+++ b/icons/x-circle.svg
@@ -1,4 +1,4 @@
-<svg class="bi bi-x-circle" width="20" height="20" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
+<svg class="bi bi-x-circle" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<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"/>