chore: update isolation plugin

This commit is contained in:
2026-09-12 20:55:59 +05:00
parent dda5711a33
commit ce33201302
9 changed files with 54 additions and 28 deletions
+23
View File
@@ -0,0 +1,23 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<title>easy-png-tools</title>
<rect width="32" height="32" rx="7" fill="#2563eb"/>
<rect x="5" y="5" width="22" height="22" rx="4" fill="#ffffff"/>
<clipPath id="pic">
<rect x="8" y="8" width="16" height="16" rx="2"/>
</clipPath>
<g clip-path="url(#pic)">
<rect x="8" y="8" width="16" height="16" fill="#eff6ff"/>
<g fill="#bfdbfe">
<rect x="12" y="8" width="4" height="4"/>
<rect x="20" y="8" width="4" height="4"/>
<rect x="8" y="12" width="4" height="4"/>
<rect x="16" y="12" width="4" height="4"/>
<rect x="12" y="16" width="4" height="4"/>
<rect x="20" y="16" width="4" height="4"/>
<rect x="8" y="20" width="4" height="4"/>
<rect x="16" y="20" width="4" height="4"/>
</g>
<circle cx="11.6" cy="12.2" r="2.1" fill="#2563eb"/>
<path d="M7 25 L13 15.2 L16.6 20.4 L19.2 17 L25.4 25 Z" fill="#2563eb"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 920 B