feat: extend crypto-locker plugin to support automatic AES encryption for static assets via new useCryptoAsset hook
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
|
||||
<!-- Removed the solid background rect so the SVG is transparent -->
|
||||
<rect x="60" y="90" width="80" height="60" fill="#cbd5e0" rx="10"/>
|
||||
<path d="M70 90 V70 A30 30 0 0 1 130 70 V90" fill="none" stroke="#cbd5e0" stroke-width="15" stroke-linecap="round"/>
|
||||
<circle cx="100" cy="120" r="10" fill="#4a5568"/>
|
||||
<path d="M97 120 L95 135 H105 L103 120" fill="#4a5568"/>
|
||||
<text x="100" y="180" font-family="sans-serif" font-size="14" fill="#a0aec0" text-anchor="middle">TOP SECRET</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 584 B |
Reference in New Issue
Block a user