diff options
author | Austin Huang <im@austinhuang.me> | 2020-10-23 19:15:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-23 19:15:38 -0400 |
commit | c66891384238aa7f88956034e21b663c01e93eaa (patch) | |
tree | 4c42861245b20c78a70afdacff86c61b7d01397c /assets/images/chevron-down.svg | |
parent | Fixes #51 & fixes #52 - `/tweets` redirects & popup styling (diff) | |
parent | Merge pull request #106 from MichipX3/patch-1 (diff) | |
download | libredirect-c66891384238aa7f88956034e21b663c01e93eaa.zip |
Merge pull request #2 from SimonBrazell/master
force update
Diffstat (limited to 'assets/images/chevron-down.svg')
-rw-r--r-- | assets/images/chevron-down.svg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/images/chevron-down.svg b/assets/images/chevron-down.svg new file mode 100644 index 00000000..7679f267 --- /dev/null +++ b/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 |