diff options
Diffstat (limited to '_icons')
-rw-r--r-- | _icons/battery-1.svg | 7 | ||||
-rw-r--r-- | _icons/battery-2.svg | 9 | ||||
-rw-r--r-- | _icons/battery-3.svg | 8 | ||||
-rw-r--r-- | _icons/battery-4.svg | 10 | ||||
-rw-r--r-- | _icons/battery-charging.svg | 8 | ||||
-rw-r--r-- | _icons/battery-empty.svg | 4 |
6 files changed, 28 insertions, 18 deletions
diff --git a/_icons/battery-1.svg b/_icons/battery-1.svg index 7b6a0f91..cbebab99 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 6f13bfb2..56a0f12c 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 9e7c8cd0..c1f1e71d 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 f60a5750..ebfbe339 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 00000000..415fc897 --- /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 b3b8c704..c06639ff 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> |