forked from blue/squawk
subscription state fallback icons
This commit is contained in:
parent
12511b1864
commit
f313c72a97
31 changed files with 427 additions and 0 deletions
13
resources/images/fallback/dark/small/arrow-up-double.svg
Normal file
13
resources/images/fallback/dark/small/arrow-up-double.svg
Normal file
|
@ -0,0 +1,13 @@
|
|||
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<style
|
||||
type="text/css"
|
||||
id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#232629;
|
||||
}
|
||||
</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<path d="M8 9.707l-6-6L2.707 3 8 8.293 13.293 3l.707.707z"/>
|
||||
<path d="M8 13.707l-6-6L2.707 7 8 12.293 13.293 7l.707.707z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 418 B |
Loading…
Add table
Add a link
Reference in a new issue