43 lines
1.7 KiB
XML
43 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Illuscape common symbols library.
|
|
Accessible in Inkscape via Object > Symbols > Illuscape Common.
|
|
-->
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
id="illuscape-symbols"
|
|
style="display:none">
|
|
<title>Illuscape Common Symbols</title>
|
|
|
|
<symbol id="illuscape-arrow-right" viewBox="0 0 24 24" inkscape:label="Arrow Right">
|
|
<title>Arrow Right</title>
|
|
<path d="M4 12h16M14 6l6 6-6 6" stroke="currentColor" stroke-width="2"
|
|
stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
</symbol>
|
|
|
|
<symbol id="illuscape-arrow-left" viewBox="0 0 24 24" inkscape:label="Arrow Left">
|
|
<title>Arrow Left</title>
|
|
<path d="M20 12H4M10 18l-6-6 6-6" stroke="currentColor" stroke-width="2"
|
|
stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
</symbol>
|
|
|
|
<symbol id="illuscape-check" viewBox="0 0 24 24" inkscape:label="Checkmark">
|
|
<title>Checkmark</title>
|
|
<path d="M4 12l5 5L20 7" stroke="currentColor" stroke-width="2"
|
|
stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
</symbol>
|
|
|
|
<symbol id="illuscape-cross" viewBox="0 0 24 24" inkscape:label="Cross">
|
|
<title>Cross</title>
|
|
<path d="M6 6l12 12M18 6L6 18" stroke="currentColor" stroke-width="2"
|
|
stroke-linecap="round" fill="none"/>
|
|
</symbol>
|
|
|
|
<symbol id="illuscape-star" viewBox="0 0 24 24" inkscape:label="Star">
|
|
<title>Star</title>
|
|
<polygon points="12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26"
|
|
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
</symbol>
|
|
|
|
</svg>
|