Add video switch icon

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-04-07 20:53:36 +02:00
parent 9f194bc682
commit 203a8f293b
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
2 changed files with 5 additions and 0 deletions

View File

@ -443,6 +443,10 @@ img, object, video, button, textarea, input, select, div[contenteditable=true] {
filter: invert(100%) drop-shadow(1px 1px 4px $color-box-shadow);
}
.icon-video-switch {
background-image: url('../img/actions/video-switch.svg?v=1');
}
.icon-view-close {
background-image: url('../img/actions/view-close.svg?v=1');
}

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewbox="0 0 16 16"><path d="m3 3c-1.108 0-2 0.892-2 2v6c0 1.108 0.892 2 2 2h6c1.108 0 2-0.892 2-2v-1.334l4 3.334v-10l-4 3.334v-1.334c0-1.108-0.892-2-2-2h-6zm1.5 3v1.4277h3.4277v-1.4277l2 2-2 2v-1.4277h-3.4277v1.4277l-2-2 2-2z"/></svg>

After

Width:  |  Height:  |  Size: 313 B