mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-31 17:42:15 +02:00
21 lines
526 B
XML
21 lines
526 B
XML
<!--
|
|
tags: [tiny, sixty, digit60, numeric, miniature, icon60, num60, small60, sixzero, miniscule]
|
|
category: Numbers
|
|
unicode: "ffe6"
|
|
version: "3.14"
|
|
-->
|
|
<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="M14 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0" />
|
|
<path d="M10 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" />
|
|
</svg>
|