feat: add Illuscape common symbols library
This commit is contained in:
parent
94baff6050
commit
5303c5da7f
1 changed files with 43 additions and 0 deletions
43
config/symbols/illuscape-common.svg
Normal file
43
config/symbols/illuscape-common.svg
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
<?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>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in a new issue