diff options
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/resources/assets/oneconfig/uicomponents/StepperIconDown.svg | 3 | ||||
-rw-r--r-- | src/main/resources/assets/oneconfig/uicomponents/StepperIconUp.svg | 3 |
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> |