_example-template.svg16 lines · main
1<svg
2 xmlns="http://www.w3.org/2000/svg"
3 width="24"
4 height="24"
5 viewBox="0 0 24 24"
6 fill="none"
7 stroke="currentColor"
8 stroke-width="2"
9 stroke-linecap="round"
10 stroke-linejoin="round"
11>
12 <path d="M3.5 13h6" />
13 <path d="m2 16 4.5-9 4.5 9" />
14 <path d="M18 7v9" />
15 <path d="m14 12 4 4 4-4" />
16</svg>