Initial commit

This commit is contained in:
jessy-david-dev
2026-02-18 16:17:34 +01:00
parent fe4fdafa14
commit 83e3f4b303
9 changed files with 277 additions and 67 deletions
+15
View File
@@ -0,0 +1,15 @@
<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>

After

Width:  |  Height:  |  Size: 690 B