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