diff options
Diffstat (limited to 'utab/data/icons')
-rw-r--r-- | utab/data/icons/arrow-thick-left.svg | 3 | ||||
-rw-r--r-- | utab/data/icons/trash.svg | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/utab/data/icons/arrow-thick-left.svg b/utab/data/icons/arrow-thick-left.svg new file mode 100644 index 0000000..26d3bbe --- /dev/null +++ b/utab/data/icons/arrow-thick-left.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8"> + <path style="fill:#ffffff;fill-opacity:1" d="M3 0l-3 3.03 3 2.97v-2h5v-2h-5v-2z" transform="translate(0 1)" /> +</svg> diff --git a/utab/data/icons/trash.svg b/utab/data/icons/trash.svg new file mode 100644 index 0000000..a960240 --- /dev/null +++ b/utab/data/icons/trash.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8"> + <path style="fill:#ffffff;fill-opacity:1" d="M3 0c-.55 0-1 .45-1 1h-1c-.55 0-1 .45-1 1h7c0-.55-.45-1-1-1h-1c0-.55-.45-1-1-1h-1zm-2 3v4.81c0 .11.08.19.19.19h4.63c.11 0 .19-.08.19-.19v-4.81h-1v3.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-3.5h-1v3.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-3.5h-1z" /> +</svg> |