subscription state fallback icons

This commit is contained in:
Blue 2019-06-24 17:16:03 +03:00
parent 12511b1864
commit f313c72a97
31 changed files with 427 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
<style
type="text/css"
id="current-color-scheme">
.ColorScheme-Text {
color:#232629;
}
</style>
<path d="M3.707 4L3 4.707l8 8 8-8L18.293 4 11 11.293zm0 5L3 9.707l8 8 8-8L18.293 9 11 16.293z" class="ColorScheme-Text" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 362 B