diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-08 00:30:32 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-08 00:30:32 +0200 |
| commit | f02ccb928fd4ed591d2efe118a571e154f5df68a (patch) | |
| tree | 2fc7c4037423d074c410f4c53714ddc842d33351 /src/icons | |
| parent | 425f9d41cd337133d5677744eef937a8a2a61212 (diff) | |
| download | kristall-f02ccb928fd4ed591d2efe118a571e154f5df68a.tar.gz | |
Starts to implement gopher protocol and gophermap support. Heavily WIP, but you can already surf on gopherspace!
Diffstat (limited to 'src/icons')
| -rw-r--r-- | src/icons/content-save-import.svg | 9 | ||||
| -rw-r--r-- | src/icons/content-save-move.svg | 1 | ||||
| -rw-r--r-- | src/icons/content-save.svg | 1 | ||||
| -rw-r--r-- | src/icons/folder-open.svg | 1 | ||||
| -rw-r--r-- | src/icons/home.svg | 1 | ||||
| -rw-r--r-- | src/icons/plus.svg | 1 |
6 files changed, 14 insertions, 0 deletions
diff --git a/src/icons/content-save-import.svg b/src/icons/content-save-import.svg new file mode 100644 index 0000000..e980bed --- /dev/null +++ b/src/icons/content-save-import.svg @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + height="24" + width="24" + version="1.1"> + <path d="M 5 3 C 3.8954305 3 3 3.8954305 3 5 L 3 19 C 3 20.104569 3.8954305 21 5 21 L 11.810547 21 C 11.420547 20.34 11.170312 19.599844 11.070312 18.839844 C 9.5003125 18.309844 8.6592187 16.599297 9.1992188 15.029297 C 9.6092188 13.829297 10.73 13 12 13 C 12.44 13 12.879297 13.099063 13.279297 13.289062 C 15.569297 11.499063 18.83 11.589063 21 13.539062 L 21 7 L 17 3 L 5 3 z M 5 5 L 15 5 L 15 9 L 5 9 L 5 5 z M 18 14 L 13 18.5 L 18 23 L 18 20 L 22 20 L 22 17 L 18 17 L 18 14 z "/> +</svg> diff --git a/src/icons/content-save-move.svg b/src/icons/content-save-move.svg new file mode 100644 index 0000000..86e5d0a --- /dev/null +++ b/src/icons/content-save-move.svg @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M17,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H11.81C11.42,20.34 11.17,19.6 11.07,18.84C9.5,18.31 8.66,16.6 9.2,15.03C9.61,13.83 10.73,13 12,13C12.44,13 12.88,13.1 13.28,13.29C15.57,11.5 18.83,11.59 21,13.54V7L17,3M15,9H5V5H15V9M13,17H17V14L22,18.5L17,23V20H13V17" /></svg>
\ No newline at end of file diff --git a/src/icons/content-save.svg b/src/icons/content-save.svg new file mode 100644 index 0000000..bbd8d59 --- /dev/null +++ b/src/icons/content-save.svg @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M15,9H5V5H15M12,19A3,3 0 0,1 9,16A3,3 0 0,1 12,13A3,3 0 0,1 15,16A3,3 0 0,1 12,19M17,3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V7L17,3Z" /></svg>
\ No newline at end of file diff --git a/src/icons/folder-open.svg b/src/icons/folder-open.svg new file mode 100644 index 0000000..09ce7cc --- /dev/null +++ b/src/icons/folder-open.svg @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M19,20H4C2.89,20 2,19.1 2,18V6C2,4.89 2.89,4 4,4H10L12,6H19A2,2 0 0,1 21,8H21L4,8V18L6.14,10H23.21L20.93,18.5C20.7,19.37 19.92,20 19,20Z" /></svg>
\ No newline at end of file diff --git a/src/icons/home.svg b/src/icons/home.svg new file mode 100644 index 0000000..132e426 --- /dev/null +++ b/src/icons/home.svg @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M10,20V14H14V20H19V12H22L12,3L2,12H5V20H10Z" /></svg>
\ No newline at end of file diff --git a/src/icons/plus.svg b/src/icons/plus.svg new file mode 100644 index 0000000..2c21839 --- /dev/null +++ b/src/icons/plus.svg @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z" /></svg>
\ No newline at end of file |
