aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-01 20:46:08 +0100
committercodecalm <codecalm@gmail.com>2020-03-01 20:46:08 +0100
commit88eb32c603fe4c99bf315846313b99dc9c300d80 (patch)
tree80b88bebab641fd242fe13ba1f6be0872496f27c
parenticons preview fix (diff)
downloadtabler-icons-88eb32c603fe4c99bf315846313b99dc9c300d80.tar.xz
battery icons
-rw-r--r--_icons/battery-1.svg7
-rw-r--r--_icons/battery-2.svg8
-rw-r--r--_icons/battery-3.svg9
-rw-r--r--_icons/battery-4.svg10
-rw-r--r--_icons/battery-empty.svg6
-rw-r--r--icons.svg161
6 files changed, 128 insertions, 73 deletions
diff --git a/_icons/battery-1.svg b/_icons/battery-1.svg
new file mode 100644
index 0000000..7b6a0f9
--- /dev/null
+++ b/_icons/battery-1.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <rect x="3" y="7" width="17" height="10" rx="2"></rect>
+ <rect x="20" y="10" width="1" height="4" ></rect>
+ <polyline points="6 10 6 14"></polyline>
+</svg>
diff --git a/_icons/battery-2.svg b/_icons/battery-2.svg
new file mode 100644
index 0000000..6f13bfb
--- /dev/null
+++ b/_icons/battery-2.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <rect x="3" y="7" width="17" height="10" rx="2"></rect>
+ <rect x="20" y="10" width="1" height="4" ></rect>
+ <polyline points="6 10 6 14"></polyline>
+ <polyline points="9.5 10 9.5 14"></polyline>
+</svg>
diff --git a/_icons/battery-3.svg b/_icons/battery-3.svg
new file mode 100644
index 0000000..9e7c8cd
--- /dev/null
+++ b/_icons/battery-3.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <rect x="3" y="7" width="17" height="10" rx="2"></rect>
+ <rect x="20" y="10" width="1" height="4" ></rect>
+ <polyline points="6 10 6 14"></polyline>
+ <polyline points="9.5 10 9.5 14"></polyline>
+ <polyline points="13 10 13 14"></polyline>
+</svg>
diff --git a/_icons/battery-4.svg b/_icons/battery-4.svg
new file mode 100644
index 0000000..f60a575
--- /dev/null
+++ b/_icons/battery-4.svg
@@ -0,0 +1,10 @@
+---
+---
+<svg>
+ <rect x="3" y="7" width="17" height="10" rx="2"></rect>
+ <rect x="20" y="10" width="1" height="4" ></rect>
+ <polyline points="6 10 6 14"></polyline>
+ <polyline points="9.5 10 9.5 14"></polyline>
+ <polyline points="13 10 13 14"></polyline>
+ <polyline points="16.5 10 16.5 14"></polyline>
+</svg>
diff --git a/_icons/battery-empty.svg b/_icons/battery-empty.svg
new file mode 100644
index 0000000..b3b8c70
--- /dev/null
+++ b/_icons/battery-empty.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <rect x="3" y="7" width="17" height="10" rx="2"></rect>
+ <rect x="20" y="10" width="1" height="4" ></rect>
+</svg>
diff --git a/icons.svg b/icons.svg
index b7d59ac..42cf827 100644
--- a/icons.svg
+++ b/icons.svg
@@ -66,6 +66,16 @@
</symbol>
<symbol id="tabler-arrow-up" class="icon tabler-icon tabler-icon-arrow-up" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="5" x2="12" y2="19" /><line x1="19" y1="12" x2="12" y2="5" /><line x1="5" y1="12" x2="12" y2="5" />
</symbol>
+ <symbol id="tabler-battery-1" class="icon tabler-icon tabler-icon-battery-1" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="7" width="17" height="10" rx="2"></rect><rect x="20" y="10" width="1" height="4" ></rect><polyline points="6 10 6 14"></polyline>
+</symbol>
+ <symbol id="tabler-battery-2" class="icon tabler-icon tabler-icon-battery-2" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="7" width="17" height="10" rx="2"></rect><rect x="20" y="10" width="1" height="4" ></rect><polyline points="6 10 6 14"></polyline><polyline points="9.5 10 9.5 14"></polyline>
+</symbol>
+ <symbol id="tabler-battery-3" class="icon tabler-icon tabler-icon-battery-3" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="7" width="17" height="10" rx="2"></rect><rect x="20" y="10" width="1" height="4" ></rect><polyline points="6 10 6 14"></polyline><polyline points="9.5 10 9.5 14"></polyline><polyline points="13 10 13 14"></polyline>
+</symbol>
+ <symbol id="tabler-battery-4" class="icon tabler-icon tabler-icon-battery-4" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="7" width="17" height="10" rx="2"></rect><rect x="20" y="10" width="1" height="4" ></rect><polyline points="6 10 6 14"></polyline><polyline points="9.5 10 9.5 14"></polyline><polyline points="13 10 13 14"></polyline><polyline points="16.5 10 16.5 14"></polyline>
+</symbol>
+ <symbol id="tabler-battery-empty" class="icon tabler-icon tabler-icon-battery-empty" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="7" width="17" height="10" rx="2"></rect><rect x="20" y="10" width="1" height="4" ></rect>
+</symbol>
<symbol id="tabler-border-all" class="icon tabler-icon tabler-icon-border-all" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><rect x="4" y="4" width="16" height="16" rx="2" /><line x1="4" y1="12" x2="20" y2="12" /><line x1="12" y1="4" x2="12" y2="20" />
</symbol>
<symbol id="tabler-border-bottom" class="icon tabler-icon tabler-icon-border-bottom" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><line x1="20" y1="20" x2="4" y2="20" /><g stroke-dasharray=".001 4"><line x1="4" y1="4" x2="20" y2="4" /><line x1="20" y1="4" x2="20" y2="20" /><line x1="4" y1="20" x2="4" y2="4" /><line x1="4" y1="12" x2="20" y2="12" /><line x1="12" y1="4" x2="12" y2="20" /></g>
@@ -240,78 +250,83 @@
<use xlink:href="#tabler-arrow-up-right-circle" x="456" y="78" width="24" height="24" />
<use xlink:href="#tabler-arrow-up-right" x="510" y="78" width="24" height="24" />
<use xlink:href="#tabler-arrow-up" x="564" y="78" width="24" height="24" />
- <use xlink:href="#tabler-border-all" x="618" y="78" width="24" height="24" />
- <use xlink:href="#tabler-border-bottom" x="672" y="78" width="24" height="24" />
- <use xlink:href="#tabler-border-horizontal" x="726" y="78" width="24" height="24" />
- <use xlink:href="#tabler-border-inner" x="780" y="78" width="24" height="24" />
- <use xlink:href="#tabler-border-left" x="834" y="78" width="24" height="24" />
- <use xlink:href="#tabler-border-none" x="24" y="132" width="24" height="24" />
- <use xlink:href="#tabler-border-outer" x="78" y="132" width="24" height="24" />
- <use xlink:href="#tabler-border-right" x="132" y="132" width="24" height="24" />
- <use xlink:href="#tabler-border-top" x="186" y="132" width="24" height="24" />
- <use xlink:href="#tabler-border-vertical" x="240" y="132" width="24" height="24" />
- <use xlink:href="#tabler-check" x="294" y="132" width="24" height="24" />
- <use xlink:href="#tabler-chevron-down" x="348" y="132" width="24" height="24" />
- <use xlink:href="#tabler-chevron-left" x="402" y="132" width="24" height="24" />
- <use xlink:href="#tabler-chevron-right" x="456" y="132" width="24" height="24" />
- <use xlink:href="#tabler-chevron-up" x="510" y="132" width="24" height="24" />
- <use xlink:href="#tabler-chevrons-down" x="564" y="132" width="24" height="24" />
- <use xlink:href="#tabler-chevrons-left" x="618" y="132" width="24" height="24" />
- <use xlink:href="#tabler-chevrons-right" x="672" y="132" width="24" height="24" />
- <use xlink:href="#tabler-chevrons-up" x="726" y="132" width="24" height="24" />
- <use xlink:href="#tabler-circle" x="780" y="132" width="24" height="24" />
- <use xlink:href="#tabler-clipboard" x="834" y="132" width="24" height="24" />
- <use xlink:href="#tabler-clock" x="24" y="186" width="24" height="24" />
- <use xlink:href="#tabler-code" x="78" y="186" width="24" height="24" />
- <use xlink:href="#tabler-cog" x="132" y="186" width="24" height="24" />
- <use xlink:href="#tabler-device-desktop" x="186" y="186" width="24" height="24" />
- <use xlink:href="#tabler-device-mobile" x="240" y="186" width="24" height="24" />
- <use xlink:href="#tabler-device-tablet" x="294" y="186" width="24" height="24" />
- <use xlink:href="#tabler-download" x="348" y="186" width="24" height="24" />
- <use xlink:href="#tabler-file-check" x="402" y="186" width="24" height="24" />
- <use xlink:href="#tabler-file-download" x="456" y="186" width="24" height="24" />
- <use xlink:href="#tabler-file-minus" x="510" y="186" width="24" height="24" />
- <use xlink:href="#tabler-file-plus" x="564" y="186" width="24" height="24" />
- <use xlink:href="#tabler-file-text" x="618" y="186" width="24" height="24" />
- <use xlink:href="#tabler-file-x" x="672" y="186" width="24" height="24" />
- <use xlink:href="#tabler-file" x="726" y="186" width="24" height="24" />
- <use xlink:href="#tabler-grid" x="780" y="186" width="24" height="24" />
- <use xlink:href="#tabler-heart" x="834" y="186" width="24" height="24" />
- <use xlink:href="#tabler-home" x="24" y="240" width="24" height="24" />
- <use xlink:href="#tabler-layout" x="78" y="240" width="24" height="24" />
- <use xlink:href="#tabler-map-pin" x="132" y="240" width="24" height="24" />
- <use xlink:href="#tabler-menu" x="186" y="240" width="24" height="24" />
- <use xlink:href="#tabler-minus-circle" x="240" y="240" width="24" height="24" />
- <use xlink:href="#tabler-minus-square" x="294" y="240" width="24" height="24" />
- <use xlink:href="#tabler-minus" x="348" y="240" width="24" height="24" />
- <use xlink:href="#tabler-mood-confuzed" x="402" y="240" width="24" height="24" />
- <use xlink:href="#tabler-mood-happy" x="456" y="240" width="24" height="24" />
- <use xlink:href="#tabler-mood-neutral" x="510" y="240" width="24" height="24" />
- <use xlink:href="#tabler-mood-sad" x="564" y="240" width="24" height="24" />
- <use xlink:href="#tabler-mood-smile" x="618" y="240" width="24" height="24" />
- <use xlink:href="#tabler-more-vertical" x="672" y="240" width="24" height="24" />
- <use xlink:href="#tabler-more" x="726" y="240" width="24" height="24" />
- <use xlink:href="#tabler-photo" x="780" y="240" width="24" height="24" />
- <use xlink:href="#tabler-plus-circle" x="834" y="240" width="24" height="24" />
- <use xlink:href="#tabler-plus-square" x="24" y="294" width="24" height="24" />
- <use xlink:href="#tabler-plus" x="78" y="294" width="24" height="24" />
- <use xlink:href="#tabler-qrcode" x="132" y="294" width="24" height="24" />
- <use xlink:href="#tabler-search" x="186" y="294" width="24" height="24" />
- <use xlink:href="#tabler-square" x="240" y="294" width="24" height="24" />
- <use xlink:href="#tabler-star" x="294" y="294" width="24" height="24" />
- <use xlink:href="#tabler-swich-horizontal" x="348" y="294" width="24" height="24" />
- <use xlink:href="#tabler-switch-vertical" x="402" y="294" width="24" height="24" />
- <use xlink:href="#tabler-trending-down" x="456" y="294" width="24" height="24" />
- <use xlink:href="#tabler-trending-up" x="510" y="294" width="24" height="24" />
- <use xlink:href="#tabler-upload" x="564" y="294" width="24" height="24" />
- <use xlink:href="#tabler-user-check" x="618" y="294" width="24" height="24" />
- <use xlink:href="#tabler-user-minus" x="672" y="294" width="24" height="24" />
- <use xlink:href="#tabler-user-plus" x="726" y="294" width="24" height="24" />
- <use xlink:href="#tabler-user-x" x="780" y="294" width="24" height="24" />
- <use xlink:href="#tabler-user" x="834" y="294" width="24" height="24" />
- <use xlink:href="#tabler-viewfinder" x="24" y="348" width="24" height="24" />
- <use xlink:href="#tabler-x" x="78" y="348" width="24" height="24" />
- <use xlink:href="#tabler-zoom-in" x="132" y="348" width="24" height="24" />
- <use xlink:href="#tabler-zoom-out" x="186" y="348" width="24" height="24" />
+ <use xlink:href="#tabler-battery-1" x="618" y="78" width="24" height="24" />
+ <use xlink:href="#tabler-battery-2" x="672" y="78" width="24" height="24" />
+ <use xlink:href="#tabler-battery-3" x="726" y="78" width="24" height="24" />
+ <use xlink:href="#tabler-battery-4" x="780" y="78" width="24" height="24" />
+ <use xlink:href="#tabler-battery-empty" x="834" y="78" width="24" height="24" />
+ <use xlink:href="#tabler-border-all" x="24" y="132" width="24" height="24" />
+ <use xlink:href="#tabler-border-bottom" x="78" y="132" width="24" height="24" />
+ <use xlink:href="#tabler-border-horizontal" x="132" y="132" width="24" height="24" />
+ <use xlink:href="#tabler-border-inner" x="186" y="132" width="24" height="24" />
+ <use xlink:href="#tabler-border-left" x="240" y="132" width="24" height="24" />
+ <use xlink:href="#tabler-border-none" x="294" y="132" width="24" height="24" />
+ <use xlink:href="#tabler-border-outer" x="348" y="132" width="24" height="24" />
+ <use xlink:href="#tabler-border-right" x="402" y="132" width="24" height="24" />
+ <use xlink:href="#tabler-border-top" x="456" y="132" width="24" height="24" />
+ <use xlink:href="#tabler-border-vertical" x="510" y="132" width="24" height="24" />
+ <use xlink:href="#tabler-check" x="564" y="132" width="24" height="24" />
+ <use xlink:href="#tabler-chevron-down" x="618" y="132" width="24" height="24" />
+ <use xlink:href="#tabler-chevron-left" x="672" y="132" width="24" height="24" />
+ <use xlink:href="#tabler-chevron-right" x="726" y="132" width="24" height="24" />
+ <use xlink:href="#tabler-chevron-up" x="780" y="132" width="24" height="24" />
+ <use xlink:href="#tabler-chevrons-down" x="834" y="132" width="24" height="24" />
+ <use xlink:href="#tabler-chevrons-left" x="24" y="186" width="24" height="24" />
+ <use xlink:href="#tabler-chevrons-right" x="78" y="186" width="24" height="24" />
+ <use xlink:href="#tabler-chevrons-up" x="132" y="186" width="24" height="24" />
+ <use xlink:href="#tabler-circle" x="186" y="186" width="24" height="24" />
+ <use xlink:href="#tabler-clipboard" x="240" y="186" width="24" height="24" />
+ <use xlink:href="#tabler-clock" x="294" y="186" width="24" height="24" />
+ <use xlink:href="#tabler-code" x="348" y="186" width="24" height="24" />
+ <use xlink:href="#tabler-cog" x="402" y="186" width="24" height="24" />
+ <use xlink:href="#tabler-device-desktop" x="456" y="186" width="24" height="24" />
+ <use xlink:href="#tabler-device-mobile" x="510" y="186" width="24" height="24" />
+ <use xlink:href="#tabler-device-tablet" x="564" y="186" width="24" height="24" />
+ <use xlink:href="#tabler-download" x="618" y="186" width="24" height="24" />
+ <use xlink:href="#tabler-file-check" x="672" y="186" width="24" height="24" />
+ <use xlink:href="#tabler-file-download" x="726" y="186" width="24" height="24" />
+ <use xlink:href="#tabler-file-minus" x="780" y="186" width="24" height="24" />
+ <use xlink:href="#tabler-file-plus" x="834" y="186" width="24" height="24" />
+ <use xlink:href="#tabler-file-text" x="24" y="240" width="24" height="24" />
+ <use xlink:href="#tabler-file-x" x="78" y="240" width="24" height="24" />
+ <use xlink:href="#tabler-file" x="132" y="240" width="24" height="24" />
+ <use xlink:href="#tabler-grid" x="186" y="240" width="24" height="24" />
+ <use xlink:href="#tabler-heart" x="240" y="240" width="24" height="24" />
+ <use xlink:href="#tabler-home" x="294" y="240" width="24" height="24" />
+ <use xlink:href="#tabler-layout" x="348" y="240" width="24" height="24" />
+ <use xlink:href="#tabler-map-pin" x="402" y="240" width="24" height="24" />
+ <use xlink:href="#tabler-menu" x="456" y="240" width="24" height="24" />
+ <use xlink:href="#tabler-minus-circle" x="510" y="240" width="24" height="24" />
+ <use xlink:href="#tabler-minus-square" x="564" y="240" width="24" height="24" />
+ <use xlink:href="#tabler-minus" x="618" y="240" width="24" height="24" />
+ <use xlink:href="#tabler-mood-confuzed" x="672" y="240" width="24" height="24" />
+ <use xlink:href="#tabler-mood-happy" x="726" y="240" width="24" height="24" />
+ <use xlink:href="#tabler-mood-neutral" x="780" y="240" width="24" height="24" />
+ <use xlink:href="#tabler-mood-sad" x="834" y="240" width="24" height="24" />
+ <use xlink:href="#tabler-mood-smile" x="24" y="294" width="24" height="24" />
+ <use xlink:href="#tabler-more-vertical" x="78" y="294" width="24" height="24" />
+ <use xlink:href="#tabler-more" x="132" y="294" width="24" height="24" />
+ <use xlink:href="#tabler-photo" x="186" y="294" width="24" height="24" />
+ <use xlink:href="#tabler-plus-circle" x="240" y="294" width="24" height="24" />
+ <use xlink:href="#tabler-plus-square" x="294" y="294" width="24" height="24" />
+ <use xlink:href="#tabler-plus" x="348" y="294" width="24" height="24" />
+ <use xlink:href="#tabler-qrcode" x="402" y="294" width="24" height="24" />
+ <use xlink:href="#tabler-search" x="456" y="294" width="24" height="24" />
+ <use xlink:href="#tabler-square" x="510" y="294" width="24" height="24" />
+ <use xlink:href="#tabler-star" x="564" y="294" width="24" height="24" />
+ <use xlink:href="#tabler-swich-horizontal" x="618" y="294" width="24" height="24" />
+ <use xlink:href="#tabler-switch-vertical" x="672" y="294" width="24" height="24" />
+ <use xlink:href="#tabler-trending-down" x="726" y="294" width="24" height="24" />
+ <use xlink:href="#tabler-trending-up" x="780" y="294" width="24" height="24" />
+ <use xlink:href="#tabler-upload" x="834" y="294" width="24" height="24" />
+ <use xlink:href="#tabler-user-check" x="24" y="348" width="24" height="24" />
+ <use xlink:href="#tabler-user-minus" x="78" y="348" width="24" height="24" />
+ <use xlink:href="#tabler-user-plus" x="132" y="348" width="24" height="24" />
+ <use xlink:href="#tabler-user-x" x="186" y="348" width="24" height="24" />
+ <use xlink:href="#tabler-user" x="240" y="348" width="24" height="24" />
+ <use xlink:href="#tabler-viewfinder" x="294" y="348" width="24" height="24" />
+ <use xlink:href="#tabler-x" x="348" y="348" width="24" height="24" />
+ <use xlink:href="#tabler-zoom-in" x="402" y="348" width="24" height="24" />
+ <use xlink:href="#tabler-zoom-out" x="456" y="348" width="24" height="24" />
</svg> \ No newline at end of file