This commit is contained in:
Romain Vigier
2019-10-15 16:39:23 +02:00
parent 3c3a94cbd3
commit 2c873296a2
+20
View File
@@ -0,0 +1,20 @@
<svg version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<defs>
<clipPath id="clipPath993">
<path d="m0 100 100-100v100h-100" fill="#fff"/>
</clipPath>
<clipPath id="clipPath997">
<path d="m0 100 100-100h-100v100" fill="#fff"/>
</clipPath>
</defs>
<g stroke-linejoin="round" stroke-width="4">
<g clip-path="url(#clipPath993)" stroke="#070707">
<rect x="5" y="5" width="90" height="90" rx="4" ry="4" fill="#2d2d2d" style="paint-order:markers stroke fill"/>
<path d="m9 5c-2.216 0-4 1.784-4 4v11h90v-11c0-2.216-1.784-4-4-4h-82" fill="#282828" style="paint-order:markers stroke fill"/>
</g>
<g clip-path="url(#clipPath997)" stroke="#bfb8b1">
<rect x="5" y="5" width="90" height="90" rx="4" ry="4" fill="#fff" style="paint-order:markers stroke fill"/>
<path d="m9 5c-2.216 0-4 1.784-4 4v11h90v-11c0-2.216-1.784-4-4-4h-82" fill="#ddd9d6" style="paint-order:markers stroke fill"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 950 B