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/graph-down.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/graph-down.svg')
-rw-r--r--icons/graph-down.svg5
1 files changed, 5 insertions, 0 deletions
diff --git a/icons/graph-down.svg b/icons/graph-down.svg
new file mode 100644
index 000000000..c1ef6e85c
--- /dev/null
+++ b/icons/graph-down.svg
@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-graph-down" viewBox="0 0 20 20">
+ <path d="M2 2h1v16H2V2zm1 15h15v1H3v-1z"/>
+ <path fill-rule="evenodd" d="M16.39 11.041l-4.349-5.436L9 8.646 5.354 5l-.708.707L9 10.061l2.959-2.959 3.65 4.564.781-.625z" clip-rule="evenodd"/>
+ <path fill-rule="evenodd" d="M12 11.854a.5.5 0 00.5.5h4a.5.5 0 00.5-.5v-4a.5.5 0 00-1 0v3.5h-3.5a.5.5 0 00-.5.5z" clip-rule="evenodd"/>
+</svg>