mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Add animation control buttons to document bar
This commit is contained in:
4
frontend/assets/icon-16px-solid/playback-pause.svg
Normal file
4
frontend/assets/icon-16px-solid/playback-pause.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<rect x="2" width="3" height="16" />
|
||||
<rect x="11" width="3" height="16" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 145 B |
3
frontend/assets/icon-16px-solid/playback-play.svg
Normal file
3
frontend/assets/icon-16px-solid/playback-play.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<polygon points="1,0 1,16 15,8" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 104 B |
4
frontend/assets/icon-16px-solid/playback-to-end.svg
Normal file
4
frontend/assets/icon-16px-solid/playback-to-end.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<polygon points="3,3 3,13 11,8" />
|
||||
<rect x="11" y="3" width="2" height="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 149 B |
4
frontend/assets/icon-16px-solid/playback-to-start.svg
Normal file
4
frontend/assets/icon-16px-solid/playback-to-start.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<polygon points="13,3 13,13 5,8" />
|
||||
<rect x="3" y="3" width="2" height="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 149 B |
Reference in New Issue
Block a user