aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-09-03 23:28:48 +0200
committercodecalm <codecalm@gmail.com>2020-09-03 23:28:48 +0200
commitc185cc77626202fddcbf79e0d15f2371ecad52ec (patch)
treee1880041a66370938f84fff6aff5ab52cb871b84
parentoptimize icons (diff)
downloadtabler-icons-c185cc77626202fddcbf79e0d15f2371ecad52ec.tar.xz
icon for music/video #65 #42
-rw-r--r--src/_icons/alert-triangle.svg2
-rw-r--r--src/_icons/pause.svg6
-rw-r--r--src/_icons/play.svg5
-rw-r--r--src/_icons/skip-back.svg6
-rw-r--r--src/_icons/skip-forward.svg6
-rw-r--r--src/_icons/track-next.svg5
-rw-r--r--src/_icons/track-prev.svg5
-rw-r--r--src/_icons/triangle.svg2
-rw-r--r--src/editor.html2
9 files changed, 36 insertions, 3 deletions
diff --git a/src/_icons/alert-triangle.svg b/src/_icons/alert-triangle.svg
index 91cf7c0..989497c 100644
--- a/src/_icons/alert-triangle.svg
+++ b/src/_icons/alert-triangle.svg
@@ -3,5 +3,5 @@ tags: [warning, danger, caution, risk]
---
<svg>
<path d="M12 9v2m0 4v.01" />
- <path d="M5.07 19H19a2 2 0 0 0 1.75 -2.75L13.75 4a2 2 0 0 0 -3.5 0L3.25 16.25a2 2 0 0 0 1.75 2.75" />
+ <path d="M5 19 h14 a2 2 0 0 0 1.84 -2.75 l-7.1 -12.25 a2 2 0 0 0 -3.5 0 l-7.1 12.25 a2 2 0 0 0 1.75 2.75" />
</svg>
diff --git a/src/_icons/pause.svg b/src/_icons/pause.svg
new file mode 100644
index 0000000..f97cf29
--- /dev/null
+++ b/src/_icons/pause.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <rect x="4" y="4" width="6" height="16" rx="2" />
+ <rect x="14" y="4" width="6" height="16" rx="2" />
+</svg>
diff --git a/src/_icons/play.svg b/src/_icons/play.svg
new file mode 100644
index 0000000..be2d108
--- /dev/null
+++ b/src/_icons/play.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M5 5 v14 a2 2 0 0 0 2.75 1.84 l12.25 -7.1 a2 2 0 0 0 0 -3.5 l-12.25 -7.1 a2 2 0 0 0 -2.75 1.75" />
+</svg>
diff --git a/src/_icons/skip-back.svg b/src/_icons/skip-back.svg
new file mode 100644
index 0000000..9c036e9
--- /dev/null
+++ b/src/_icons/skip-back.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M20 18v-12a2 2 0 0 0 -2.75 -1.84l-8.25 6.1a2 2 0 0 0 0 3.5l8.25 6.1a2 2 0 0 0 2.75 -1.75" />
+ <path d="M4 20v-16" />
+</svg>
diff --git a/src/_icons/skip-forward.svg b/src/_icons/skip-forward.svg
new file mode 100644
index 0000000..41cdb9b
--- /dev/null
+++ b/src/_icons/skip-forward.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M4 6v12 a2 2 0 0 0 2.75 1.84 l8.25 -6.1 a2 2 0 0 0 0 -3.5 l-8.25 -6.1 a2 2 0 0 0 -2.75 1.75" />
+ <line x1="20" y1="4" x2="20" y2="20" />
+</svg>
diff --git a/src/_icons/track-next.svg b/src/_icons/track-next.svg
new file mode 100644
index 0000000..84c5960
--- /dev/null
+++ b/src/_icons/track-next.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M13.69 4.198 l 6.56 6.25 c 1 0.798 1 2.306 0 3.105 l -6.564 6.252 c -0.67 0.48 -1.686 0.008 -1.686 -0.805 v -4 l -5.394 4.808 c -0.669 0.478 -1.606 0.003 -1.606 -0.808 v -14 c 0 -0.812 0.936 -1.285 1.602 -0.809 l 5.398 4.809 v -4 c 0 -0.816 1.02 -1.28 1.69 -0.802 z"/>
+</svg>
diff --git a/src/_icons/track-prev.svg b/src/_icons/track-prev.svg
new file mode 100644
index 0000000..04a5abb
--- /dev/null
+++ b/src/_icons/track-prev.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M10.31 19.802 l -6.56 -6.249 c -1 -0.799 -1 -2.307 0 -3.106 l 6.564 -6.252 c 0.67 -0.48 1.686 -0.008 1.686 0.805 v 4 l 5.394 -4.808 c 0.669 -0.478 1.606 -0.003 1.606 0.808 v 14 c 0 0.812 -0.936 1.285 -1.602 0.809 l -5.398 -4.809 v 4 c 0 0.816 -1.02 1.281 -1.69 0.802 z"/>
+</svg>
diff --git a/src/_icons/triangle.svg b/src/_icons/triangle.svg
index d88f63f..a6aa4f2 100644
--- a/src/_icons/triangle.svg
+++ b/src/_icons/triangle.svg
@@ -2,5 +2,5 @@
tags: [delta]
---
<svg>
- <path d="M5.07 19H19a2 2 0 0 0 1.75 -2.75L13.75 4a2 2 0 0 0 -3.5 0L3.25 16.25a2 2 0 0 0 1.75 2.75" />
+ <path d="M5 19 h14 a2 2 0 0 0 1.84 -2.75 l-7.1 -12.25 a2 2 0 0 0 -3.5 0 l-7.1 12.25 a2 2 0 0 0 1.75 2.75" />
</svg>
diff --git a/src/editor.html b/src/editor.html
index b955143..9b8e953 100644
--- a/src/editor.html
+++ b/src/editor.html
@@ -72,7 +72,7 @@ layout: default
<div class="mb">
{% include toolbar.html
- toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough,emphasis|align-left,align-center,align-right,align-justified,line-height|list,list-check|h-1,h-2,h-3,h-4,h-5,h-6,link,photo,table|sort-ascending,sort-descending|indent-increase,indent-decrease|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings,typography,letters-case,clear-formatting|parentheses,brackets,braces,terminal|bike,run,swimming,walk,pray,fall'
+ toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough,emphasis|align-left,align-center,align-right,align-justified,line-height|list,list-check|h-1,h-2,h-3,h-4,h-5,h-6,link,photo,table|sort-ascending,sort-descending|indent-increase,indent-decrease|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings,typography,letters-case,clear-formatting|parentheses,brackets,braces,terminal|bike,run,swimming,walk,pray,fall|repeat,repeat-once,switch,circle,play,pause,square,power,skip-forward,skip-back,track-next,track-prev'
%}
</div>