aboutsummaryrefslogtreecommitdiff
path: root/.local/share/themes/Preless/icons
diff options
context:
space:
mode:
Diffstat (limited to '.local/share/themes/Preless/icons')
-rw-r--r--.local/share/themes/Preless/icons/LICENSE21
-rw-r--r--.local/share/themes/Preless/icons/arrow-down.svg8
-rw-r--r--.local/share/themes/Preless/icons/arrow-left.svg8
-rw-r--r--.local/share/themes/Preless/icons/arrow-right.svg8
-rw-r--r--.local/share/themes/Preless/icons/arrow-up.svg8
-rw-r--r--.local/share/themes/Preless/icons/selector.svg7
6 files changed, 60 insertions, 0 deletions
diff --git a/.local/share/themes/Preless/icons/LICENSE b/.local/share/themes/Preless/icons/LICENSE
new file mode 100644
index 0000000..fe62055
--- /dev/null
+++ b/.local/share/themes/Preless/icons/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020-2023 Paweł Kuna
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/.local/share/themes/Preless/icons/arrow-down.svg b/.local/share/themes/Preless/icons/arrow-down.svg
new file mode 100644
index 0000000..37211bc
--- /dev/null
+++ b/.local/share/themes/Preless/icons/arrow-down.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-down" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M12 5l0 14" />
+ <path d="M18 13l-6 6" />
+ <path d="M6 13l6 6" />
+</svg>
+
+
diff --git a/.local/share/themes/Preless/icons/arrow-left.svg b/.local/share/themes/Preless/icons/arrow-left.svg
new file mode 100644
index 0000000..c152187
--- /dev/null
+++ b/.local/share/themes/Preless/icons/arrow-left.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M5 12l14 0" />
+ <path d="M5 12l6 6" />
+ <path d="M5 12l6 -6" />
+</svg>
+
+
diff --git a/.local/share/themes/Preless/icons/arrow-right.svg b/.local/share/themes/Preless/icons/arrow-right.svg
new file mode 100644
index 0000000..59d4904
--- /dev/null
+++ b/.local/share/themes/Preless/icons/arrow-right.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M5 12l14 0" />
+ <path d="M13 18l6 -6" />
+ <path d="M13 6l6 6" />
+</svg>
+
+
diff --git a/.local/share/themes/Preless/icons/arrow-up.svg b/.local/share/themes/Preless/icons/arrow-up.svg
new file mode 100644
index 0000000..dbfbe91
--- /dev/null
+++ b/.local/share/themes/Preless/icons/arrow-up.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-up" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M12 5l0 14" />
+ <path d="M18 11l-6 -6" />
+ <path d="M6 11l6 -6" />
+</svg>
+
+
diff --git a/.local/share/themes/Preless/icons/selector.svg b/.local/share/themes/Preless/icons/selector.svg
new file mode 100644
index 0000000..d138dcf
--- /dev/null
+++ b/.local/share/themes/Preless/icons/selector.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-selector" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M8 9l4 -4l4 4" />
+ <path d="M16 15l-4 4l-4 -4" />
+</svg>
+
+