add buttons, buttonstoolbar

This commit is contained in:
msosic97
2022-03-14 10:21:18 +01:00
parent 4e5d0f7022
commit 4e74b56b2f
14 changed files with 16210 additions and 71 deletions

View File

@@ -0,0 +1,4 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<title>chevron-left</title>
<path d="M11 16l13-13v-3l-16 16 16 16v-3l-13-13z"></path>
</svg>

After

Width:  |  Height:  |  Size: 191 B

View File

@@ -0,0 +1,4 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<title>chevron-right</title>
<path d="M21 16l-13 13v3l16-16-16-16v3l13 13z"></path>
</svg>

After

Width:  |  Height:  |  Size: 189 B