chore: subir version inicial del Tablero CDC
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
||||
<defs>
|
||||
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#3b82f6" />
|
||||
<stop offset="100%" stop-color="#8b5cf6" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="100" height="100" rx="24" fill="url(#grad)" />
|
||||
<rect x="25" y="25" width="20" height="20" rx="4" fill="#ffffff" />
|
||||
<rect x="55" y="25" width="20" height="20" rx="4" fill="#ffffff" opacity="0.6" />
|
||||
<rect x="25" y="55" width="20" height="20" rx="4" fill="#ffffff" opacity="0.6" />
|
||||
<rect x="55" y="55" width="20" height="20" rx="4" fill="#ffffff" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 646 B |
Reference in New Issue
Block a user