diff options
author | Karolis K <karolis.kalzanauskas@stud.vgtu.lt> | 2018-05-11 20:28:17 +0300 |
---|---|---|
committer | Karolis K <karolis.kalzanauskas@stud.vgtu.lt> | 2018-05-11 23:43:59 +0300 |
commit | 0711d865e21311b625941f1e4618bb0c83410ed5 (patch) | |
tree | 0129b49a8b7bb2a528ffd12585c37f175e59b355 /editor/icons | |
parent | eaa6613f0683bfc29767e9c4abc9f5b1435b5577 (diff) |
Thumbnail overlay for videos in AssetLib
Diffstat (limited to 'editor/icons')
-rw-r--r-- | editor/icons/icon_play_overlay.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editor/icons/icon_play_overlay.svg b/editor/icons/icon_play_overlay.svg new file mode 100644 index 0000000000..eff33f1b6b --- /dev/null +++ b/editor/icons/icon_play_overlay.svg @@ -0,0 +1,4 @@ +<svg width="64" height="64" version="1.1" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"> + <rect x="0" y="0" width="64" height="64" rx="5" ry="5" fill="#044B94" fill-opacity="0.6"/> + <path d="M16 16 L48 32 L16 48" fill="#f2f2f2"/> +</svg>
\ No newline at end of file |