* add clipboard-copy icon * Update clipboard-copy.svg Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
17 lines
411 B
XML
17 lines
411 B
XML
<svg
|
|
width="24"
|
|
height="24"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<path d="M16 4h2a2 2 0 012 2v4M8 4H6a2 2 0 00-2 2v14a2 2 0 002 2h12a2 2 0 002-2v-2" />
|
|
<rect x="8" y="2" width="8" height="4" rx="1" ry="1" />
|
|
<path d="M21 14H11" />
|
|
<path d="M15 10l-4 4 4 4" />
|
|
</svg>
|