blob: a05f4fb16fd334bb970c25f758eaab56ec453545 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!--
category: System
tags: [weigh, balance, amount, heavy, light, libra, scale]
version: "1.1"
unicode: "ebc2"
-->
<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 20l10 0" />
<path d="M6 6l6 -1l6 1" />
<path d="M12 3l0 17" />
<path d="M9 12l-3 -6l-3 6a3 3 0 0 0 6 0" />
<path d="M21 12l-3 -6l-3 6a3 3 0 0 0 6 0" />
</svg>
|