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/justify.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/justify.svg')
-rw-r--r--icons/justify.svg4
1 files changed, 2 insertions, 2 deletions
diff --git a/icons/justify.svg b/icons/justify.svg
index e93c2bec0..5aafd6773 100644
--- a/icons/justify.svg
+++ b/icons/justify.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" class="bi bi-justify" viewBox="0 0 20 20">
- <path fill="none" stroke="currentColor" stroke-linecap="round" d="M4.5 14.5h11m-11-3h11m-11-3h11m-11-3h11"/>
+<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-justify" viewBox="0 0 20 20">
+ <path fill-rule="evenodd" d="M4 14.5a.5.5 0 01.5-.5h11a.5.5 0 010 1h-11a.5.5 0 01-.5-.5zm0-3a.5.5 0 01.5-.5h11a.5.5 0 010 1h-11a.5.5 0 01-.5-.5zm0-3a.5.5 0 01.5-.5h11a.5.5 0 010 1h-11a.5.5 0 01-.5-.5zm0-3a.5.5 0 01.5-.5h11a.5.5 0 010 1h-11a.5.5 0 01-.5-.5z" clip-rule="evenodd"/>
</svg>