V0.7.0 shell contract (#54)
All checks were successful
All checks were successful
This commit was merged in pull request #54.
This commit is contained in:
23
icons/icon-e-dark.svg
Normal file
23
icons/icon-e-dark.svg
Normal file
@@ -0,0 +1,23 @@
|
||||
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="200" height="200" rx="32" fill="#14142a"/>
|
||||
<!-- Back edges -->
|
||||
<line x1="100" y1="48" x2="150" y2="74" stroke="#c8c8d0" stroke-width="1.5" stroke-linecap="round" opacity="0.2"/>
|
||||
<line x1="100" y1="48" x2="50" y2="74" stroke="#c8c8d0" stroke-width="1.5" stroke-linecap="round" opacity="0.2"/>
|
||||
<line x1="150" y1="74" x2="150" y2="126" stroke="#c8c8d0" stroke-width="1.5" stroke-linecap="round" opacity="0.2"/>
|
||||
<!-- Mid edges -->
|
||||
<line x1="50" y1="74" x2="100" y2="100" stroke="#c8c8d0" stroke-width="2" stroke-linecap="round" opacity="0.4"/>
|
||||
<line x1="150" y1="74" x2="100" y2="100" stroke="#c8c8d0" stroke-width="2" stroke-linecap="round" opacity="0.4"/>
|
||||
<line x1="100" y1="100" x2="100" y2="152" stroke="#c8c8d0" stroke-width="2" stroke-linecap="round" opacity="0.4"/>
|
||||
<!-- Front edges -->
|
||||
<line x1="50" y1="74" x2="50" y2="126" stroke="#c8c8d0" stroke-width="2.5" stroke-linecap="round" opacity="0.9"/>
|
||||
<line x1="50" y1="126" x2="100" y2="152" stroke="#c8c8d0" stroke-width="2.5" stroke-linecap="round" opacity="0.9"/>
|
||||
<line x1="150" y1="126" x2="100" y2="152" stroke="#c8c8d0" stroke-width="2.5" stroke-linecap="round" opacity="0.9"/>
|
||||
<!-- Vertices -->
|
||||
<circle cx="100" cy="48" r="6" fill="#3B82F6" opacity="0.55"/>
|
||||
<circle cx="50" cy="74" r="6" fill="#3B82F6" opacity="0.55"/>
|
||||
<circle cx="150" cy="74" r="6" fill="#EF4444" opacity="0.55"/>
|
||||
<circle cx="100" cy="100" r="8" fill="#3B82F6" opacity="0.7"/>
|
||||
<circle cx="50" cy="126" r="6" fill="#EF4444"/>
|
||||
<circle cx="150" cy="126" r="6" fill="#3B82F6"/>
|
||||
<circle cx="100" cy="152" r="6" fill="#3B82F6"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user