diff options
| author | SimonBrazell <simon@brazell.com.au> | 2021-01-10 22:04:03 +1100 |
|---|---|---|
| committer | SimonBrazell <simon@brazell.com.au> | 2021-01-10 22:04:03 +1100 |
| commit | 944f2e6ef09a1534bac061acca2e3b3a4c13b13a (patch) | |
| tree | 86bbd36f9896db47b6938d098658192bd31db01e /src/assets/images/chevron-down.svg | |
| parent | Merge pull request #153 from somoso/patch-1 (diff) | |
| download | libredirect-944f2e6ef09a1534bac061acca2e3b3a4c13b13a.zip | |
Restructure code with helper modules, add search engine settings, & advanced settings collapsibles.
Diffstat (limited to 'src/assets/images/chevron-down.svg')
| -rw-r--r-- | src/assets/images/chevron-down.svg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/assets/images/chevron-down.svg b/src/assets/images/chevron-down.svg new file mode 100644 index 00000000..7679f267 --- /dev/null +++ b/src/assets/images/chevron-down.svg @@ -0,0 +1,3 @@ +<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 512 512'> + <polyline points='112 184 256 328 400 184' style='fill:none;stroke:#FF5B56;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px'/> +</svg> \ No newline at end of file |
