[Archived] Archived WIP of vielle.dev
1<svg
2 xmlns="http://www.w3.org/2000/svg"
3 width="18"
4 height="18"
5 viewBox="0 0 18 18"
6 fill="none"
7 stroke="currentColor"
8 stroke-width="2"
9 stroke-linecap="round"
10 stroke-linejoin="round"
11 class="lucide lucide-copy-icon lucide-copy"
12>
13 <title>Copy text</title>
14 <rect width="10" height="10" x="6" y="6" rx="2" ry="2" />
15 <path
16 d="m 3,12 c -1,0 -1.5,-0.5 -1.5,-1.5 V 3 c 0,-1 0.5,-1.5 1.5,-1.5 h 7 c 0.8,0 1.5,0.5 1.5,1.5"
17 />
18</svg>