diff options
Diffstat (limited to 'themes/spectral/static/css/images/arrow.svg')
| -rw-r--r-- | themes/spectral/static/css/images/arrow.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/spectral/static/css/images/arrow.svg b/themes/spectral/static/css/images/arrow.svg new file mode 100644 index 0000000..7baae67 --- /dev/null +++ b/themes/spectral/static/css/images/arrow.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30px" height="30px" viewBox="0 0 30 30" zoomAndPan="disable" preserveAspectRatio="none"> + <style type="text/css"><![CDATA[ line { stroke: #ffffff; stroke-width: 3; } ]]></style> + <line x1="0" y1="15" x2="15" y2="30" /> + <line x1="30" y1="15" x2="15" y2="30" /> + <line x1="15" y1="30" x2="15" y2="0" /> +</svg> |
