aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorMoonTidez <ad98566@gmail.com>2022-05-31 14:07:30 +0400
committerMoonTidez <ad98566@gmail.com>2022-05-31 14:07:30 +0400
commitf6c89ce4574f34dbb80cbf49cf716000e5934463 (patch)
treea3605a4a9ecda7f9ec3b5d6b20a0474a13b0acb1 /src/main/resources
parent52eeeb8e47ca0e31d6f74a263edd2dcc9c543ee3 (diff)
downloadOneConfig-f6c89ce4574f34dbb80cbf49cf716000e5934463.tar.gz
OneConfig-f6c89ce4574f34dbb80cbf49cf716000e5934463.tar.bz2
OneConfig-f6c89ce4574f34dbb80cbf49cf716000e5934463.zip
Stepper icons
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/oneconfig/uicomponents/StepperIconDown.svg3
-rw-r--r--src/main/resources/assets/oneconfig/uicomponents/StepperIconUp.svg3
2 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/assets/oneconfig/uicomponents/StepperIconDown.svg b/src/main/resources/assets/oneconfig/uicomponents/StepperIconDown.svg
new file mode 100644
index 0000000..e6aaaf1
--- /dev/null
+++ b/src/main/resources/assets/oneconfig/uicomponents/StepperIconDown.svg
@@ -0,0 +1,3 @@
+<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M25 11L17.4142 18.5858C16.6332 19.3668 15.3668 19.3668 14.5858 18.5858L7 11" stroke="white" stroke-opacity="0.9" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
+</svg>
diff --git a/src/main/resources/assets/oneconfig/uicomponents/StepperIconUp.svg b/src/main/resources/assets/oneconfig/uicomponents/StepperIconUp.svg
new file mode 100644
index 0000000..dd1d66b
--- /dev/null
+++ b/src/main/resources/assets/oneconfig/uicomponents/StepperIconUp.svg
@@ -0,0 +1,3 @@
+<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M7 21L14.5858 13.4142C15.3668 12.6332 16.6332 12.6332 17.4142 13.4142L25 21" stroke="white" stroke-opacity="0.9" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
+</svg>