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-07-31 23:28:58 +0300
committerMark Otto <markdotto@gmail.com>2019-07-31 23:28:58 +0300
commitad3c884cc2ce3044778b03a1ea38f8513ceb9ad7 (patch)
tree62b65f92158f42d5d5bcca75c03498c9f02fce2b /icons/skip-forward.svg
parent40cb1738863cfbfb0d1392f6d78ca958c46d0917 (diff)
Move icons to separate folder outside assets, symlink the folder, pull in latest v5 changes, fix navbar
Diffstat (limited to 'icons/skip-forward.svg')
-rw-r--r--icons/skip-forward.svg6
1 files changed, 6 insertions, 0 deletions
diff --git a/icons/skip-forward.svg b/icons/skip-forward.svg
new file mode 100644
index 000000000..9591fd3c4
--- /dev/null
+++ b/icons/skip-forward.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" class="bi bi-skip-forward" viewBox="0 0 20 20">
+ <g fill="none" fill-rule="evenodd" stroke="currentColor">
+ <path stroke-linecap="round" d="M17.5 6v8"/>
+ <path d="M16.846 9.736a.303.303 0 0 1 0 .528l-6.364 3.692c-.212.123-.482-.025-.482-.264V6.308c0-.239.27-.387.482-.264l6.364 3.692zm-7.5 0a.303.303 0 0 1 0 .528l-6.364 3.692c-.212.123-.482-.025-.482-.264V6.308c0-.239.27-.387.482-.264l6.364 3.692z"/>
+ </g>
+</svg>