* feat: Add `battery` icons * refactor: Use elements for `battery-charging` Co-authored-by: Eric Fennis <eric.fennis@gmail.com> * refactor: Use elements for `battery-full` Co-authored-by: Eric Fennis <eric.fennis@gmail.com> * refactor: Use elements for `battery-low` Co-authored-by: Eric Fennis <eric.fennis@gmail.com> * refactor: Use elements for `battery-medium` Co-authored-by: Eric Fennis <eric.fennis@gmail.com> * refactor: Use elements for `battery` Co-authored-by: Eric Fennis <eric.fennis@gmail.com> Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
16 lines
485 B
XML
16 lines
485 B
XML
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="24"
|
|
height="24"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<path d="M7 7H3.77778C2.79594 7 2 7.74619 2 8.66667V15.3333C2 16.2538 2.79594 17 3.77778 17H6M14 7H16.2222C17.2041 7 18 7.74619 18 8.66667V15.3333C18 16.2538 17.2041 17 16.2222 17H13" />
|
|
<polyline points="11 7 8 12 12 12 9 17" />
|
|
<line x1="22" x2="22" y1="11" y2="13" />
|
|
</svg>
|