aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-01-07 23:33:55 +0100
committercodecalm <codecalm@gmail.com>2022-01-07 23:33:55 +0100
commit202cc11e228658e1ec938afa006d7efd29b18d49 (patch)
treed99a28c998c707c97dda4a1ac2dfeb8649367d30
parentRelease 1.50.0 (diff)
downloadtabler-icons-202cc11e228658e1ec938afa006d7efd29b18d49.tar.xz
18 new icons: `asterisk-simple`, `asterisk`, `browser-check`, `browser-plus`, `browser-x`, `butterfly`, `cloud-lock-open`, `cloud-lock`, `cone-2`, `cone`, `drop-circle`, `elevator`, `file-dollar`, `file-euro`, `ladder`, `pentagon`, `picture-in-picture-top`, `rotate-dot`
Fixed icons: `browser`
-rw-r--r--src/_icons/asterisk-simple.svg10
-rw-r--r--src/_icons/asterisk.svg11
-rw-r--r--src/_icons/browser-check.svg9
-rw-r--r--src/_icons/browser-plus.svg10
-rw-r--r--src/_icons/browser-x.svg10
-rw-r--r--src/_icons/browser.svg1
-rw-r--r--src/_icons/butterfly.svg7
-rw-r--r--src/_icons/cloud-lock-open.svg8
-rw-r--r--src/_icons/cloud-lock.svg8
-rw-r--r--src/_icons/cone-2.svg6
-rw-r--r--src/_icons/cone.svg6
-rw-r--r--src/_icons/drop-circle.svg6
-rw-r--r--src/_icons/elevator.svg7
-rw-r--r--src/_icons/file-dollar.svg9
-rw-r--r--src/_icons/file-euro.svg9
-rw-r--r--src/_icons/ladder.svg10
-rw-r--r--src/_icons/pentagon.svg6
-rw-r--r--src/_icons/picture-in-picture-top.svg6
-rw-r--r--src/_icons/rotate-dot.svg7
-rw-r--r--src/editor.html4
20 files changed, 147 insertions, 3 deletions
diff --git a/src/_icons/asterisk-simple.svg b/src/_icons/asterisk-simple.svg
new file mode 100644
index 00000000..fa233a91
--- /dev/null
+++ b/src/_icons/asterisk-simple.svg
@@ -0,0 +1,10 @@
+---
+category: Text
+---
+<svg>
+ <path d="M12 12v-9" />
+ <path d="M12 12l-9 -2.5" />
+ <path d="M12 12l9 -2.5" />
+ <path d="M12 12l6 8.5" />
+ <path d="M12 12l-6 8.5" />
+</svg>
diff --git a/src/_icons/asterisk.svg b/src/_icons/asterisk.svg
new file mode 100644
index 00000000..d8a609f1
--- /dev/null
+++ b/src/_icons/asterisk.svg
@@ -0,0 +1,11 @@
+---
+category: Text
+---
+<svg>
+ <path d="M12 12l8 -4.5" />
+ <path d="M12 12v9" />
+ <path d="M12 12l-8 -4.5" />
+ <path d="M12 12l8 4.5" />
+ <path d="M12 3v9" />
+ <path d="M12 12l-8 4.5" />
+</svg>
diff --git a/src/_icons/browser-check.svg b/src/_icons/browser-check.svg
new file mode 100644
index 00000000..d9be74cb
--- /dev/null
+++ b/src/_icons/browser-check.svg
@@ -0,0 +1,9 @@
+---
+category: Devices
+---
+<svg>
+ <rect x="4" y="4" width="16" height="16" rx="1" />
+ <path d="M4 8h16" />
+ <path d="M8 4v4" />
+ <path d="M9.5 14.5l1.5 1.5l3 -3" />
+</svg>
diff --git a/src/_icons/browser-plus.svg b/src/_icons/browser-plus.svg
new file mode 100644
index 00000000..72ac762c
--- /dev/null
+++ b/src/_icons/browser-plus.svg
@@ -0,0 +1,10 @@
+---
+category: Devices
+---
+<svg>
+ <rect x="4" y="4" width="16" height="16" rx="1" />
+ <path d="M4 8h16" />
+ <path d="M8 4v4" />
+ <path d="M10 14h4" />
+ <path d="M12 12v4" />
+</svg>
diff --git a/src/_icons/browser-x.svg b/src/_icons/browser-x.svg
new file mode 100644
index 00000000..3212b9a4
--- /dev/null
+++ b/src/_icons/browser-x.svg
@@ -0,0 +1,10 @@
+---
+category: Devices
+---
+<svg>
+ <rect x="4" y="4" width="16" height="16" rx="1" />
+ <path d="M4 8h16" />
+ <path d="M8 4v4" />
+ <path d="M10 16l4 -4" />
+ <path d="M14 16l-4 -4" />
+</svg>
diff --git a/src/_icons/browser.svg b/src/_icons/browser.svg
index 7794a355..ec08b3d3 100644
--- a/src/_icons/browser.svg
+++ b/src/_icons/browser.svg
@@ -1,6 +1,7 @@
---
tags: [internet, web, display]
version: "1.5"
+category: Devices
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="1" />
diff --git a/src/_icons/butterfly.svg b/src/_icons/butterfly.svg
new file mode 100644
index 00000000..74992bd3
--- /dev/null
+++ b/src/_icons/butterfly.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <path d="M11.995 18.176a3 3 0 1 1 -4.953 -2.449l-.025 .023a4.502 4.502 0 0 1 1.483 -8.75c1.414 0 2.675 .652 3.5 1.671a4.5 4.5 0 1 1 4.983 7.079a3 3 0 1 1 -4.983 2.25z" />
+ <path d="M12 19v-10" />
+ <path d="M9 3l3 2l3 -2" />
+</svg>
diff --git a/src/_icons/cloud-lock-open.svg b/src/_icons/cloud-lock-open.svg
new file mode 100644
index 00000000..b361a338
--- /dev/null
+++ b/src/_icons/cloud-lock-open.svg
@@ -0,0 +1,8 @@
+---
+category: System
+---
+<svg>
+ <path d="M19 18a3.5 3.5 0 0 0 0 -7h-1c.397 -1.768 -.285 -3.593 -1.788 -4.787c-1.503 -1.193 -3.6 -1.575 -5.5 -1s-3.315 2.019 -3.712 3.787c-2.199 -.088 -4.155 1.326 -4.666 3.373c-.512 2.047 .564 4.154 2.566 5.027" />
+ <rect x="8" y="15" width="8" height="5" rx="1" />
+ <path d="M10 15v-2a2 2 0 0 1 3.736 -.994" />
+</svg>
diff --git a/src/_icons/cloud-lock.svg b/src/_icons/cloud-lock.svg
new file mode 100644
index 00000000..f3de1ab7
--- /dev/null
+++ b/src/_icons/cloud-lock.svg
@@ -0,0 +1,8 @@
+---
+category: System
+---
+<svg>
+ <path d="M19 18a3.5 3.5 0 0 0 0 -7h-1c.397 -1.768 -.285 -3.593 -1.788 -4.787c-1.503 -1.193 -3.6 -1.575 -5.5 -1s-3.315 2.019 -3.712 3.787c-2.199 -.088 -4.155 1.326 -4.666 3.373c-.512 2.047 .564 4.154 2.566 5.027" />
+ <rect x="8" y="15" width="8" height="5" rx="1" />
+ <path d="M10 15v-2a2 2 0 1 1 4 0v2" />
+</svg>
diff --git a/src/_icons/cone-2.svg b/src/_icons/cone-2.svg
new file mode 100644
index 00000000..ab336ee2
--- /dev/null
+++ b/src/_icons/cone-2.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <ellipse cx="12" cy="7" rx="7" ry="3" />
+ <path d="M19 7v.5l-7 12.5l-7 -12.5v-.5" />
+</svg>
diff --git a/src/_icons/cone.svg b/src/_icons/cone.svg
new file mode 100644
index 00000000..371fff18
--- /dev/null
+++ b/src/_icons/cone.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <ellipse transform="matrix(1 0 0 -1 0 34)" cx="12" cy="17" rx="7" ry="3" />
+ <path d="M19 17v-.5l-7 -12.5l-7 12.5v.5" />
+</svg>
diff --git a/src/_icons/drop-circle.svg b/src/_icons/drop-circle.svg
new file mode 100644
index 00000000..7bd52cd2
--- /dev/null
+++ b/src/_icons/drop-circle.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M10.07 15.34c1.115 .88 2.74 .88 3.855 0c1.115 -.88 1.398 -2.388 .671 -3.575l-2.596 -3.765l-2.602 3.765c-.726 1.187 -.443 2.694 .672 3.575z" />
+ <circle cx="12" cy="12" r="9" />
+</svg>
diff --git a/src/_icons/elevator.svg b/src/_icons/elevator.svg
new file mode 100644
index 00000000..617f614d
--- /dev/null
+++ b/src/_icons/elevator.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <rect x="5" y="4" width="14" height="16" rx="1" />
+ <path d="M10 10l2 -2l2 2" />
+ <path d="M10 14l2 2l2 -2" />
+</svg>
diff --git a/src/_icons/file-dollar.svg b/src/_icons/file-dollar.svg
new file mode 100644
index 00000000..1453f40c
--- /dev/null
+++ b/src/_icons/file-dollar.svg
@@ -0,0 +1,9 @@
+---
+category: Document
+---
+<svg>
+ <path d="M14 3v4a1 1 0 0 0 1 1h4" />
+ <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />
+ <path d="M14 11h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />
+ <path d="M12 17v1m0 -8v1" />
+</svg>
diff --git a/src/_icons/file-euro.svg b/src/_icons/file-euro.svg
new file mode 100644
index 00000000..8ab71af7
--- /dev/null
+++ b/src/_icons/file-euro.svg
@@ -0,0 +1,9 @@
+---
+category: Document
+---
+<svg>
+ <path d="M14 3v4a1 1 0 0 0 1 1h4" />
+ <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />
+ <path d="M12 14h-3" />
+ <path d="M14.004 11.172a3 3 0 1 0 -.001 5.656" />
+</svg>
diff --git a/src/_icons/ladder.svg b/src/_icons/ladder.svg
new file mode 100644
index 00000000..c7e96197
--- /dev/null
+++ b/src/_icons/ladder.svg
@@ -0,0 +1,10 @@
+---
+---
+<svg>
+ <path d="M8 3v18" />
+ <path d="M16 3v18" />
+ <path d="M8 14h8" />
+ <path d="M8 10h8" />
+ <path d="M8 6h8" />
+ <path d="M8 18h8" />
+</svg>
diff --git a/src/_icons/pentagon.svg b/src/_icons/pentagon.svg
new file mode 100644
index 00000000..60a37242
--- /dev/null
+++ b/src/_icons/pentagon.svg
@@ -0,0 +1,6 @@
+---
+category: Shapes
+---
+<svg>
+ <path d="M13.2 3.394l7.033 5.237a2 2 0 0 1 .7 2.247l-2.973 8.764a2 2 0 0 1 -1.894 1.358h-8.12a2 2 0 0 1 -1.9 -1.373l-2.896 -8.765a2 2 0 0 1 .696 -2.225l6.958 -5.237a2 2 0 0 1 2.397 -.006z" />
+</svg>
diff --git a/src/_icons/picture-in-picture-top.svg b/src/_icons/picture-in-picture-top.svg
new file mode 100644
index 00000000..2461e5a2
--- /dev/null
+++ b/src/_icons/picture-in-picture-top.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M11 5h-6a2 2 0 0 0 -2 2v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-4" />
+ <rect transform="matrix(1 0 0 -1 0 15)" x="14" y="5" width="7" height="5" rx="1" />
+</svg>
diff --git a/src/_icons/rotate-dot.svg b/src/_icons/rotate-dot.svg
new file mode 100644
index 00000000..66974fb3
--- /dev/null
+++ b/src/_icons/rotate-dot.svg
@@ -0,0 +1,7 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M19.95 11a8 8 0 1 0 -.5 4m.5 5v-5h-5" />
+ <circle cx="12" cy="12" r="1" />
+</svg>
diff --git a/src/editor.html b/src/editor.html
index 08fbbc93..bbf39269 100644
--- a/src/editor.html
+++ b/src/editor.html
@@ -75,9 +75,7 @@ layout: default
</div>
<div class="mb">
- {% include toolbar.html
- toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough,emphasis,quote|align-left,align-center,align-right,align-justified,line-height|list,list-check,list-numbers|h-1,h-2,h-3,h-4,h-5,h-6,link,photo,table|sort-ascending,sort-descending,sort-ascending-letters,sort-ascending-numbers|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,karate|repeat,repeat-once,switch,player-record,player-play,player-pause,player-stop,power,player-skip-forward,player-skip-back,player-track-next,player-track-prev,player-eject'
- %}
+ {% include_cached toolbar.html toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough,emphasis,quote|align-left,align-center,align-right,align-justified,line-height|list,list-check,list-numbers|h-1,h-2,h-3,h-4,h-5,h-6,link,photo,table|sort-ascending,sort-descending,sort-ascending-letters,sort-ascending-numbers|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,karate|repeat,repeat-once,switch,player-record,player-play,player-pause,player-stop,power,player-skip-forward,player-skip-back,player-track-next,player-track-prev,player-eject' %}
</div>
{% assign new-icons = icons | where: "version", null %}