mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
add timebomb feature
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<filter id="a">
|
||||
<feColorMatrix in="SourceGraphic" values="0 0 0 0 1.000000 0 0 0 0 0.717647 0 0 0 0 0.011765 0 0 0 1.000000 0"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<g transform="translate(0 -3)" filter="url(#a)" fill="none" fill-rule="evenodd">
|
||||
<g transform="translate(0 3)" stroke="#42B9FE" stroke-width="2">
|
||||
<rect x="4" y="4" width="12" height="12" rx="6"/>
|
||||
<rect x="9.8" y="10.6" width="2" height="1" rx=".5"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 589 B |
Reference in New Issue
Block a user