diff options
Diffstat (limited to '_icons')
-rw-r--r-- | _icons/battery-1.svg | 7 | ||||
-rw-r--r-- | _icons/battery-2.svg | 8 | ||||
-rw-r--r-- | _icons/battery-3.svg | 9 | ||||
-rw-r--r-- | _icons/battery-4.svg | 10 | ||||
-rw-r--r-- | _icons/battery-empty.svg | 6 |
5 files changed, 40 insertions, 0 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> |