mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-01-17 04:38:28 +01:00
23 lines
531 B
XML
23 lines
531 B
XML
<!--
|
|
tags: [tablet, stop, break, halt, freeze, suspend, intermission, wait, rest, stand]
|
|
category: Devices
|
|
version: "2.10"
|
|
unicode: "f8ca"
|
|
-->
|
|
<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="M13 21h-7a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v9.5" />
|
|
<path d="M17 17v5" />
|
|
<path d="M21 17v5" />
|
|
<path d="M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />
|
|
</svg>
|