aboutsummaryrefslogtreecommitdiff
path: root/_icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-01 21:02:52 +0100
committercodecalm <codecalm@gmail.com>2020-03-01 21:02:52 +0100
commit7d70adccaea1d83a41b80580fcbcf154da948070 (patch)
tree6e893d7cbf7240dc3ca23e77e1c6532a38d49eff /_icons
parentbattery icons (diff)
downloadtabler-icons-7d70adccaea1d83a41b80580fcbcf154da948070.tar.xz
battery fixes
Diffstat (limited to '_icons')
-rw-r--r--_icons/battery-1.svg7
-rw-r--r--_icons/battery-2.svg9
-rw-r--r--_icons/battery-3.svg8
-rw-r--r--_icons/battery-4.svg10
-rw-r--r--_icons/battery-charging.svg8
-rw-r--r--_icons/battery-empty.svg4
6 files changed, 28 insertions, 18 deletions
diff --git a/_icons/battery-1.svg b/_icons/battery-1.svg
index 7b6a0f9..cbebab9 100644
--- a/_icons/battery-1.svg
+++ b/_icons/battery-1.svg
@@ -1,7 +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>
+ <rect x="4" y="7" width="15" height="10" rx="2"></rect>
+ <rect x="19" y="10" width="1" height="4" ></rect>
+ <polyline points="7 10 7 14"></polyline>
</svg>
+
diff --git a/_icons/battery-2.svg b/_icons/battery-2.svg
index 6f13bfb..56a0f12 100644
--- a/_icons/battery-2.svg
+++ b/_icons/battery-2.svg
@@ -1,8 +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>
+ <rect x="4" y="7" width="15" height="10" rx="2"></rect>
+ <rect x="19" y="10" width="1" height="4" ></rect>
+ <polyline points="7 10 7 14"></polyline>
+ <polyline points="10 10 10 14"></polyline>
</svg>
+
diff --git a/_icons/battery-3.svg b/_icons/battery-3.svg
index 9e7c8cd..c1f1e71 100644
--- a/_icons/battery-3.svg
+++ b/_icons/battery-3.svg
@@ -1,9 +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>
+ <rect x="4" y="7" width="15" height="10" rx="2"></rect>
+ <rect x="19" y="10" width="1" height="4" ></rect>
+ <polyline points="7 10 7 14"></polyline>
+ <polyline points="10 10 10 14"></polyline>
<polyline points="13 10 13 14"></polyline>
</svg>
diff --git a/_icons/battery-4.svg b/_icons/battery-4.svg
index f60a575..ebfbe33 100644
--- a/_icons/battery-4.svg
+++ b/_icons/battery-4.svg
@@ -1,10 +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>
+ <rect x="4" y="7" width="15" height="10" rx="2"></rect>
+ <rect x="19" y="10" width="1" height="4" ></rect>
+ <polyline points="7 10 7 14"></polyline>
+ <polyline points="10 10 10 14"></polyline>
<polyline points="13 10 13 14"></polyline>
- <polyline points="16.5 10 16.5 14"></polyline>
+ <polyline points="16 10 16 14"></polyline>
</svg>
diff --git a/_icons/battery-charging.svg b/_icons/battery-charging.svg
new file mode 100644
index 0000000..415fc89
--- /dev/null
+++ b/_icons/battery-charging.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <path d="M7 7H6a2 2 0 00-2 2v6a2 2 0 002 2h2m7-10h2a2 2 0 012 2v6a2 2 0 01-2 2h-1" />
+ <rect x="19" y="10" width="1" height="4" ></rect>
+ <polyline points="11 8 10 12 13 12 12 16"></polyline>
+
+</svg>
diff --git a/_icons/battery-empty.svg b/_icons/battery-empty.svg
index b3b8c70..c06639f 100644
--- a/_icons/battery-empty.svg
+++ b/_icons/battery-empty.svg
@@ -1,6 +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>
+ <rect x="4" y="7" width="15" height="10" rx="2"></rect>
+ <rect x="19" y="10" width="1" height="4" ></rect>
</svg>