diff options
| author | Mike Skec <skec@protonmail.ch> | 2021-02-18 20:24:11 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-02-18 11:23:23 +0100 |
| commit | 42813aa9ef1b6ada776cf0938ba02dad48a17422 (patch) | |
| tree | 71b65bc669b693cde7ba2b1be5ab1b7f14bcc283 /src/icons | |
| parent | 415a5bd7b8288316b52338f359f5cd1280eff0bd (diff) | |
| download | kristall-42813aa9ef1b6ada776cf0938ba02dad48a17422.tar.gz | |
Add optional root/parent toolbar buttons
Diffstat (limited to 'src/icons')
| -rw-r--r-- | src/icons/dark/actions/go-top.svg | 4 | ||||
| -rw-r--r-- | src/icons/dark/actions/go-up.svg | 2 | ||||
| -rw-r--r-- | src/icons/light/actions/go-top.svg | 4 | ||||
| -rw-r--r-- | src/icons/light/actions/go-up.svg | 2 |
4 files changed, 12 insertions, 0 deletions
diff --git a/src/icons/dark/actions/go-top.svg b/src/icons/dark/actions/go-top.svg new file mode 100644 index 0000000..1137086 --- /dev/null +++ b/src/icons/dark/actions/go-top.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> + <path d="m8 20 2 0.8 7-17-2-0.8z" fill="#fff" stroke-width=".8"/> +</svg> diff --git a/src/icons/dark/actions/go-up.svg b/src/icons/dark/actions/go-up.svg new file mode 100644 index 0000000..4f42a70 --- /dev/null +++ b/src/icons/dark/actions/go-up.svg @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m11 20h2v-12l6 6 1-1-8-8-8 8 1 1 6-6z"/><path d="m11 14v-6l-6 6-1-1 8-8 8 8-1 1-6-6v12h-2z" fill="#fff" stroke-width=".03"/><path d="m11 14v-6l-6 6-1-1 8-8 8 8-1 1-6-6v12h-2z" fill="#fff" stroke-width=".03"/></svg> diff --git a/src/icons/light/actions/go-top.svg b/src/icons/light/actions/go-top.svg new file mode 100644 index 0000000..593235f --- /dev/null +++ b/src/icons/light/actions/go-top.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> + <path d="m8 20 2 0.8 7-17-2-0.8z" stroke-width=".8"/> +</svg> diff --git a/src/icons/light/actions/go-up.svg b/src/icons/light/actions/go-up.svg new file mode 100644 index 0000000..0178769 --- /dev/null +++ b/src/icons/light/actions/go-up.svg @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m11 20h2v-12l6 6 1-1-8-8-8 8 1 1 6-6z"/><path d="m11 14v-6l-6 6-1-1 8-8 8 8-1 1-6-6v12h-2z" stroke-width=".03"/><path d="m11 14v-6l-6 6-1-1 8-8 8 8-1 1-6-6v12h-2z" stroke-width=".03"/></svg> |
