aboutsummaryrefslogtreecommitdiff
path: root/src/icons/light/actions
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-22 20:27:50 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-22 20:27:50 +0200
commit67633631b04c40db0affaadcdcf68068ed4357f7 (patch)
tree2bbba39317091072135a39fb6542c7fe8ac0a56f /src/icons/light/actions
parent4923f2e57b005d00057bb30b1599e8273ca23ba7 (diff)
downloadkristall-67633631b04c40db0affaadcdcf68068ed4357f7.tar.gz
Introduces light and dark icon themes.
Diffstat (limited to 'src/icons/light/actions')
-rw-r--r--src/icons/light/actions/close.svg1
-rw-r--r--src/icons/light/actions/create-new.svg1
-rw-r--r--src/icons/light/actions/delete-alert.svg1
-rw-r--r--src/icons/light/actions/navigate-back.svg1
-rw-r--r--src/icons/light/actions/navigate-forward.svg1
-rw-r--r--src/icons/light/actions/pause.svg1
-rw-r--r--src/icons/light/actions/play.svg1
-rw-r--r--src/icons/light/actions/refresh.svg1
-rw-r--r--src/icons/light/actions/save-export.svg1
-rw-r--r--src/icons/light/actions/save-import.svg9
-rw-r--r--src/icons/light/actions/save.svg1
11 files changed, 19 insertions, 0 deletions
diff --git a/src/icons/light/actions/close.svg b/src/icons/light/actions/close.svg
new file mode 100644
index 0000000..18691d7
--- /dev/null
+++ b/src/icons/light/actions/close.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,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z" /></svg> \ No newline at end of file
diff --git a/src/icons/light/actions/create-new.svg b/src/icons/light/actions/create-new.svg
new file mode 100644
index 0000000..2c21839
--- /dev/null
+++ b/src/icons/light/actions/create-new.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
diff --git a/src/icons/light/actions/delete-alert.svg b/src/icons/light/actions/delete-alert.svg
new file mode 100644
index 0000000..3773f1c
--- /dev/null
+++ b/src/icons/light/actions/delete-alert.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 4V6H3V4H6.5L7.5 3H12.5L13.5 4H17M4 19V7H16V19C16 20.1 15.1 21 14 21H6C4.9 21 4 20.1 4 19M19 16H21V18H19V16M19 9H21V14H19V9Z" /></svg> \ No newline at end of file
diff --git a/src/icons/light/actions/navigate-back.svg b/src/icons/light/actions/navigate-back.svg
new file mode 100644
index 0000000..72f5e6d
--- /dev/null
+++ b/src/icons/light/actions/navigate-back.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="M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z" /></svg> \ No newline at end of file
diff --git a/src/icons/light/actions/navigate-forward.svg b/src/icons/light/actions/navigate-forward.svg
new file mode 100644
index 0000000..22dc526
--- /dev/null
+++ b/src/icons/light/actions/navigate-forward.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="M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z" /></svg> \ No newline at end of file
diff --git a/src/icons/light/actions/pause.svg b/src/icons/light/actions/pause.svg
new file mode 100644
index 0000000..37ed32d
--- /dev/null
+++ b/src/icons/light/actions/pause.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="M14,19H18V5H14M6,19H10V5H6V19Z" /></svg> \ No newline at end of file
diff --git a/src/icons/light/actions/play.svg b/src/icons/light/actions/play.svg
new file mode 100644
index 0000000..87a70f2
--- /dev/null
+++ b/src/icons/light/actions/play.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="M8,5.14V19.14L19,12.14L8,5.14Z" /></svg> \ No newline at end of file
diff --git a/src/icons/light/actions/refresh.svg b/src/icons/light/actions/refresh.svg
new file mode 100644
index 0000000..ebe3f16
--- /dev/null
+++ b/src/icons/light/actions/refresh.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.65,6.35C16.2,4.9 14.21,4 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20C15.73,20 18.84,17.45 19.73,14H17.65C16.83,16.33 14.61,18 12,18A6,6 0 0,1 6,12A6,6 0 0,1 12,6C13.66,6 15.14,6.69 16.22,7.78L13,11H20V4L17.65,6.35Z" /></svg> \ No newline at end of file
diff --git a/src/icons/light/actions/save-export.svg b/src/icons/light/actions/save-export.svg
new file mode 100644
index 0000000..86e5d0a
--- /dev/null
+++ b/src/icons/light/actions/save-export.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/light/actions/save-import.svg b/src/icons/light/actions/save-import.svg
new file mode 100644
index 0000000..e980bed
--- /dev/null
+++ b/src/icons/light/actions/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/light/actions/save.svg b/src/icons/light/actions/save.svg
new file mode 100644
index 0000000..bbd8d59
--- /dev/null
+++ b/src/icons/light/actions/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