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:
Diffstat (limited to 'icons/arrow-down.svg')
-rw-r--r--icons/arrow-down.svg6
1 files changed, 6 insertions, 0 deletions
diff --git a/icons/arrow-down.svg b/icons/arrow-down.svg
new file mode 100644
index 000000000..703bb29ee
--- /dev/null
+++ b/icons/arrow-down.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" class="bi bi-arrow-down" viewBox="0 0 20 20">
+ <g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-width="1">
+ <path d="M10.5 14.5v-9"/>
+ <path stroke-linejoin="round" d="M6.5 10.5l4 4-4-4zm4 4l4-4-4 4z"/>
+ </g>
+</svg>