diff options
Diffstat (limited to 'src/icons')
| -rw-r--r-- | src/icons/arrow-right.svg | 3 | ||||
| -rw-r--r-- | src/icons/chevron-down.svg | 3 | ||||
| -rw-r--r-- | src/icons/chevron-right.svg | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/src/icons/arrow-right.svg b/src/icons/arrow-right.svg new file mode 100644 index 0000000..4c6dc1f --- /dev/null +++ b/src/icons/arrow-right.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="2.0" width="20" height="20" viewBox="0 0 20 20"> + <path fill="none" stroke="white" stroke-width="2" stroke-linecap="square" d="M 0 10 h 17.5 m -6 -7 l 7 7 l -7 7" /> +</svg>
\ No newline at end of file diff --git a/src/icons/chevron-down.svg b/src/icons/chevron-down.svg new file mode 100644 index 0000000..eefe5ef --- /dev/null +++ b/src/icons/chevron-down.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="2.0" width="12" height="12" viewBox="0 0 16 16"> + <path fill="none" stroke="white" stroke-width="2" stroke-linecap="square" d="M 2 6 l 6 6 l 6 -6" /> +</svg>
\ No newline at end of file diff --git a/src/icons/chevron-right.svg b/src/icons/chevron-right.svg new file mode 100644 index 0000000..7ac9997 --- /dev/null +++ b/src/icons/chevron-right.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="2.0" width="12" height="12" viewBox="0 0 16 16"> + <path fill="none" stroke="white" stroke-width="2" stroke-linecap="square" d="M 6 2 l 6 6 l -6 6" /> +</svg>
\ No newline at end of file |
