Add animation control buttons to document bar

This commit is contained in:
Keavon Chambers
2025-03-19 02:15:40 -07:00
parent 44694ff8d6
commit 08a4b69948
11 changed files with 91 additions and 17 deletions

View 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

View 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

View 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

View 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