16 lines
690 B
XML
16 lines
690 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
|
|
<!-- Dark rounded background -->
|
|
<rect x="0" y="0" width="32" height="32" rx="7" fill="#1e1e1e"/>
|
|
|
|
<!-- Clipboard body -->
|
|
<rect x="8" y="8" width="16" height="19" rx="2" fill="none" stroke="white" stroke-width="1.8"/>
|
|
|
|
<!-- Clipboard clip -->
|
|
<rect x="12" y="5.5" width="8" height="4" rx="1.5" fill="none" stroke="white" stroke-width="1.8"/>
|
|
|
|
<!-- List lines -->
|
|
<rect x="11" y="14" width="10" height="1.5" rx="0.75" fill="white"/>
|
|
<rect x="11" y="17.5" width="7" height="1.5" rx="0.75" fill="white"/>
|
|
<rect x="11" y="21" width="8.5" height="1.5" rx="0.75" fill="white"/>
|
|
</svg>
|