mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
Add browser_action icons
This commit is contained in:
24
ext/src/icons/cast-connecting-light.svg
Normal file
24
ext/src/icons/cast-connecting-light.svg
Normal file
@@ -0,0 +1,24 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="rgba(249, 249, 250, 0.8)">
|
||||
<style>
|
||||
@keyframes blink {
|
||||
0% { opacity: 1 }
|
||||
}
|
||||
|
||||
.wave {
|
||||
animation-name: blink;
|
||||
animation-duration: 1500ms;
|
||||
animation-iteration-count: infinite;
|
||||
animation-timing-function: ease-out;
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.wave-1 { animation-delay: 500ms; }
|
||||
.wave-2 { animation-delay: 1000ms; }
|
||||
.wave-3 { animation-delay: 1500ms; }
|
||||
</style>
|
||||
|
||||
<path d="M12,1H4A3,3,0,0,0,1,4V6H3V4A1,1,0,0,1,4,3h8a1,1,0,0,1,1,1v8a1,1,0,0,1-1,1H10v2h2a3,3,0,0,0,3-3V4A3,3,0,0,0,12,1Z"/>
|
||||
<path class="wave wave-1" d="M1,15V13H1a2,2,0,0,1,2,2H1Z"/>
|
||||
<path class="wave wave-2" d="M1,12a3,3,0,0,1,3,3H6a5,5,0,0,0-5-5Z"/>
|
||||
<path class="wave wave-3" d="M7,15H9A8,8,0,0,0,1,7V9A6,6,0,0,1,7,15Z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 896 B |
Reference in New Issue
Block a user