add timebomb feature

This commit is contained in:
tiago.kayaya
2021-10-27 08:45:37 +01:00
parent 5c942e6e9b
commit ae9bc339c9
12 changed files with 153 additions and 27 deletions
@@ -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