diff options
| author | Volpeon <git@volpeon.ink> | 2023-02-05 09:33:03 +0100 | 
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2023-02-05 09:33:03 +0100 | 
| commit | 290c8ecdc70cdc018a24bfb43dd644c37506a783 (patch) | |
| tree | 351bdf66880a5bb65128d2fe680fb19a37389f8c | |
| parent | Again (diff) | |
| download | iro-icons-290c8ecdc70cdc018a24bfb43dd644c37506a783.tar.gz iro-icons-290c8ecdc70cdc018a24bfb43dd644c37506a783.tar.bz2 iro-icons-290c8ecdc70cdc018a24bfb43dd644c37506a783.zip | |
Fixed dice, changed external link
| -rw-r--r-- | dist/dice-1.svg | 2 | ||||
| -rw-r--r-- | dist/dice-2.svg | 2 | ||||
| -rw-r--r-- | dist/dice-3.svg | 2 | ||||
| -rw-r--r-- | dist/dice-4.svg | 2 | ||||
| -rw-r--r-- | dist/dice-5.svg | 2 | ||||
| -rw-r--r-- | dist/dice-6.svg | 2 | ||||
| -rw-r--r-- | dist/external-link-alt.svg | 4 | ||||
| -rw-r--r-- | dist/external-link.svg | 4 | ||||
| -rw-r--r-- | src/icons/dice-1.svg | 31 | ||||
| -rw-r--r-- | src/icons/dice-2.svg | 31 | ||||
| -rw-r--r-- | src/icons/dice-3.svg | 31 | ||||
| -rw-r--r-- | src/icons/dice-4.svg | 31 | ||||
| -rw-r--r-- | src/icons/dice-5.svg | 31 | ||||
| -rw-r--r-- | src/icons/dice-6.svg | 31 | ||||
| -rw-r--r-- | src/icons/external-link-alt.svg | 71 | ||||
| -rw-r--r-- | src/icons/external-link.svg | 45 | 
16 files changed, 210 insertions, 112 deletions
| diff --git a/dist/dice-1.svg b/dist/dice-1.svg index a7ebeca..e131b90 100644 --- a/dist/dice-1.svg +++ b/dist/dice-1.svg | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | <svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> | 1 | <svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> | 
| 2 | <rect x="1.75" y="1.75" width="12.5" height="12.5" ry=".98684" fill="none" stroke="currentColor" /> | 2 | <rect x="1.75" y="1.75" width="12.5" height="12.5" ry=".75" fill="none" stroke="currentColor" /> | 
| 3 | <rect x="7.75" y="7.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 3 | <rect x="7.75" y="7.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 
| 4 | </svg> | 4 | </svg> | 
| diff --git a/dist/dice-2.svg b/dist/dice-2.svg index 5cf80e6..75c852f 100644 --- a/dist/dice-2.svg +++ b/dist/dice-2.svg | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | <svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> | 1 | <svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> | 
| 2 | <rect x="1.75" y="1.75" width="12.5" height="12.5" ry=".98684" fill="none" stroke="currentColor" /> | 2 | <rect x="1.75" y="1.75" width="12.5" height="12.5" ry=".75" fill="none" stroke="currentColor" /> | 
| 3 | <rect x="4.75" y="4.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 3 | <rect x="4.75" y="4.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 
| 4 | <rect x="10.75" y="10.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 4 | <rect x="10.75" y="10.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 
| 5 | </svg> | 5 | </svg> | 
| diff --git a/dist/dice-3.svg b/dist/dice-3.svg index 63ec86b..3944821 100644 --- a/dist/dice-3.svg +++ b/dist/dice-3.svg | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | <svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> | 1 | <svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> | 
| 2 | <rect x="1.75" y="1.75" width="12.5" height="12.5" ry=".98684" fill="none" stroke="currentColor" /> | 2 | <rect x="1.75" y="1.75" width="12.5" height="12.5" ry=".75" fill="none" stroke="currentColor" /> | 
| 3 | <rect x="4.75" y="4.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 3 | <rect x="4.75" y="4.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 
| 4 | <rect x="7.75" y="7.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 4 | <rect x="7.75" y="7.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 
| 5 | <rect x="10.75" y="10.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 5 | <rect x="10.75" y="10.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 
| diff --git a/dist/dice-4.svg b/dist/dice-4.svg index 02148c5..0360ece 100644 --- a/dist/dice-4.svg +++ b/dist/dice-4.svg | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | <svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> | 1 | <svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> | 
| 2 | <rect x="1.75" y="1.75" width="12.5" height="12.5" ry=".98684" fill="none" stroke="currentColor" /> | 2 | <rect x="1.75" y="1.75" width="12.5" height="12.5" ry=".75" fill="none" stroke="currentColor" /> | 
| 3 | <rect x="4.75" y="4.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 3 | <rect x="4.75" y="4.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 
| 4 | <rect x="10.75" y="10.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 4 | <rect x="10.75" y="10.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 
| 5 | <rect x="4.75" y="10.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 5 | <rect x="4.75" y="10.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 
| diff --git a/dist/dice-5.svg b/dist/dice-5.svg index 641ed73..a79970b 100644 --- a/dist/dice-5.svg +++ b/dist/dice-5.svg | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | <svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> | 1 | <svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> | 
| 2 | <rect x="1.75" y="1.75" width="12.5" height="12.5" ry=".98684" fill="none" stroke="currentColor" /> | 2 | <rect x="1.75" y="1.75" width="12.5" height="12.5" ry=".75" fill="none" stroke="currentColor" /> | 
| 3 | <rect x="4.75" y="4.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 3 | <rect x="4.75" y="4.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 
| 4 | <rect x="7.75" y="7.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 4 | <rect x="7.75" y="7.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 
| 5 | <rect x="10.75" y="10.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 5 | <rect x="10.75" y="10.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 
| diff --git a/dist/dice-6.svg b/dist/dice-6.svg index d5005f2..ebcdc29 100644 --- a/dist/dice-6.svg +++ b/dist/dice-6.svg | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | <svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> | 1 | <svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> | 
| 2 | <rect x="1.75" y="1.75" width="12.5" height="12.5" ry=".98684" fill="none" stroke="currentColor" /> | 2 | <rect x="1.75" y="1.75" width="12.5" height="12.5" ry=".75" fill="none" stroke="currentColor" /> | 
| 3 | <rect x="4.75" y="4.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 3 | <rect x="4.75" y="4.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 
| 4 | <rect x="4.75" y="7.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 4 | <rect x="4.75" y="7.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 
| 5 | <rect x="10.75" y="10.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 5 | <rect x="10.75" y="10.75" width=".5" height=".5" fill="none" stroke="currentColor" /> | 
| diff --git a/dist/external-link-alt.svg b/dist/external-link-alt.svg new file mode 100644 index 0000000..69222ac --- /dev/null +++ b/dist/external-link-alt.svg | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | <svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> | ||
| 2 | <path d="m11.75 9.25v3.75c0 0.4155-0.3345 0.75-0.75 0.75h-8c-0.4155 0-0.75-0.3345-0.75-0.75v-8c0-0.4155 0.3345-0.75 0.75-0.75h3.75" fill="none" stroke="currentColor" /> | ||
| 3 | <path d="m9.25 2.25h4.5v4.5m-7 2.5 7-7" fill="none" stroke="currentColor" /> | ||
| 4 | </svg> | ||
| diff --git a/dist/external-link.svg b/dist/external-link.svg index 69222ac..c135582 100644 --- a/dist/external-link.svg +++ b/dist/external-link.svg | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | <svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> | 1 | <svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> | 
| 2 | <path d="m11.75 9.25v3.75c0 0.4155-0.3345 0.75-0.75 0.75h-8c-0.4155 0-0.75-0.3345-0.75-0.75v-8c0-0.4155 0.3345-0.75 0.75-0.75h3.75" fill="none" stroke="currentColor" /> | 2 | <rect x="1.75" y="1.75" width="12.5" height="12.5" ry=".75" fill="none" stroke="currentColor" /> | 
| 3 | <path d="m9.25 2.25h4.5v4.5m-7 2.5 7-7" fill="none" stroke="currentColor" /> | 3 | <path d="m6.25 5.25h4.5v4.5m-5.5 1 5.5-5.5" fill="none" stroke="currentColor" /> | 
| 4 | </svg> | 4 | </svg> | 
| diff --git a/src/icons/dice-1.svg b/src/icons/dice-1.svg index 32f3af1..4f1990b 100644 --- a/src/icons/dice-1.svg +++ b/src/icons/dice-1.svg | |||
| @@ -1,22 +1,22 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | 
| 2 | <svg | 2 | <svg | 
| 3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
| 4 | xmlns:cc="http://creativecommons.org/ns#" | ||
| 5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
| 6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
| 7 | xmlns="http://www.w3.org/2000/svg" | ||
| 8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
| 9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
| 10 | width="16" | 3 | width="16" | 
| 11 | height="16" | 4 | height="16" | 
| 12 | viewBox="0 0 16 16" | 5 | viewBox="0 0 16 16" | 
| 13 | version="1.1" | 6 | version="1.1" | 
| 14 | id="svg10" | 7 | id="svg10" | 
| 15 | sodipodi:docname="dice-1.svg" | 8 | sodipodi:docname="dice-1.svg" | 
| 16 | inkscape:version="1.0.2 (e86c870879, 2021-01-15)" | 9 | inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" | 
| 17 | inkscape:export-xdpi="192" | 10 | inkscape:export-xdpi="192" | 
| 18 | inkscape:export-ydpi="192" | 11 | inkscape:export-ydpi="192" | 
| 19 | style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round"> | 12 | style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round" | 
| 13 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
| 14 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
| 15 | xmlns="http://www.w3.org/2000/svg" | ||
| 16 | xmlns:svg="http://www.w3.org/2000/svg" | ||
| 17 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
| 18 | xmlns:cc="http://creativecommons.org/ns#" | ||
| 19 | xmlns:dc="http://purl.org/dc/elements/1.1/"> | ||
| 20 | <metadata | 20 | <metadata | 
| 21 | id="metadata16"> | 21 | id="metadata16"> | 
| 22 | <rdf:RDF> | 22 | <rdf:RDF> | 
| @@ -44,15 +44,18 @@ | |||
| 44 | inkscape:window-height="992" | 44 | inkscape:window-height="992" | 
| 45 | id="namedview12" | 45 | id="namedview12" | 
| 46 | showgrid="true" | 46 | showgrid="true" | 
| 47 | inkscape:zoom="8" | 47 | inkscape:zoom="32" | 
| 48 | inkscape:cx="-22.727459" | 48 | inkscape:cx="11.328125" | 
| 49 | inkscape:cy="25.333556" | 49 | inkscape:cy="11.328125" | 
| 50 | inkscape:window-x="1536" | 50 | inkscape:window-x="1536" | 
| 51 | inkscape:window-y="0" | 51 | inkscape:window-y="0" | 
| 52 | inkscape:window-maximized="1" | 52 | inkscape:window-maximized="1" | 
| 53 | inkscape:current-layer="svg10" | 53 | inkscape:current-layer="svg10" | 
| 54 | showguides="false" | 54 | showguides="false" | 
| 55 | inkscape:document-rotation="0"> | 55 | inkscape:document-rotation="0" | 
| 56 | inkscape:showpageshadow="0" | ||
| 57 | inkscape:pagecheckerboard="0" | ||
| 58 | inkscape:deskcolor="#d1d1d1"> | ||
| 56 | <inkscape:grid | 59 | <inkscape:grid | 
| 57 | type="xygrid" | 60 | type="xygrid" | 
| 58 | id="grid823" /> | 61 | id="grid823" /> | 
| @@ -64,7 +67,7 @@ | |||
| 64 | height="12.5" | 67 | height="12.5" | 
| 65 | x="1.75" | 68 | x="1.75" | 
| 66 | y="1.75" | 69 | y="1.75" | 
| 67 | ry="0.9868421" /> | 70 | ry="0.75" /> | 
| 68 | <rect | 71 | <rect | 
| 69 | y="7.75" | 72 | y="7.75" | 
| 70 | x="7.75" | 73 | x="7.75" | 
| diff --git a/src/icons/dice-2.svg b/src/icons/dice-2.svg index 9acc5b7..e071d74 100644 --- a/src/icons/dice-2.svg +++ b/src/icons/dice-2.svg | |||
| @@ -1,22 +1,22 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | 
| 2 | <svg | 2 | <svg | 
| 3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
| 4 | xmlns:cc="http://creativecommons.org/ns#" | ||
| 5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
| 6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
| 7 | xmlns="http://www.w3.org/2000/svg" | ||
| 8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
| 9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
| 10 | width="16" | 3 | width="16" | 
| 11 | height="16" | 4 | height="16" | 
| 12 | viewBox="0 0 16 16" | 5 | viewBox="0 0 16 16" | 
| 13 | version="1.1" | 6 | version="1.1" | 
| 14 | id="svg10" | 7 | id="svg10" | 
| 15 | sodipodi:docname="dice-2.svg" | 8 | sodipodi:docname="dice-2.svg" | 
| 16 | inkscape:version="1.0.2 (e86c870879, 2021-01-15)" | 9 | inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" | 
| 17 | inkscape:export-xdpi="192" | 10 | inkscape:export-xdpi="192" | 
| 18 | inkscape:export-ydpi="192" | 11 | inkscape:export-ydpi="192" | 
| 19 | style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round"> | 12 | style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round" | 
| 13 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
| 14 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
| 15 | xmlns="http://www.w3.org/2000/svg" | ||
| 16 | xmlns:svg="http://www.w3.org/2000/svg" | ||
| 17 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
| 18 | xmlns:cc="http://creativecommons.org/ns#" | ||
| 19 | xmlns:dc="http://purl.org/dc/elements/1.1/"> | ||
| 20 | <metadata | 20 | <metadata | 
| 21 | id="metadata16"> | 21 | id="metadata16"> | 
| 22 | <rdf:RDF> | 22 | <rdf:RDF> | 
| @@ -44,15 +44,18 @@ | |||
| 44 | inkscape:window-height="992" | 44 | inkscape:window-height="992" | 
| 45 | id="namedview12" | 45 | id="namedview12" | 
| 46 | showgrid="true" | 46 | showgrid="true" | 
| 47 | inkscape:zoom="5.6568543" | 47 | inkscape:zoom="32" | 
| 48 | inkscape:cx="-32.074832" | 48 | inkscape:cx="5.703125" | 
| 49 | inkscape:cy="42.947902" | 49 | inkscape:cy="10.078125" | 
| 50 | inkscape:window-x="1536" | 50 | inkscape:window-x="1536" | 
| 51 | inkscape:window-y="0" | 51 | inkscape:window-y="0" | 
| 52 | inkscape:window-maximized="1" | 52 | inkscape:window-maximized="1" | 
| 53 | inkscape:current-layer="svg10" | 53 | inkscape:current-layer="svg10" | 
| 54 | showguides="false" | 54 | showguides="false" | 
| 55 | inkscape:document-rotation="0"> | 55 | inkscape:document-rotation="0" | 
| 56 | inkscape:showpageshadow="0" | ||
| 57 | inkscape:pagecheckerboard="0" | ||
| 58 | inkscape:deskcolor="#d1d1d1"> | ||
| 56 | <inkscape:grid | 59 | <inkscape:grid | 
| 57 | type="xygrid" | 60 | type="xygrid" | 
| 58 | id="grid823" /> | 61 | id="grid823" /> | 
| @@ -64,7 +67,7 @@ | |||
| 64 | height="12.5" | 67 | height="12.5" | 
| 65 | x="1.75" | 68 | x="1.75" | 
| 66 | y="1.75" | 69 | y="1.75" | 
| 67 | ry="0.9868421" /> | 70 | ry="0.75" /> | 
| 68 | <rect | 71 | <rect | 
| 69 | y="4.75" | 72 | y="4.75" | 
| 70 | x="4.75" | 73 | x="4.75" | 
| diff --git a/src/icons/dice-3.svg b/src/icons/dice-3.svg index 3099222..d97e2a6 100644 --- a/src/icons/dice-3.svg +++ b/src/icons/dice-3.svg | |||
| @@ -1,22 +1,22 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | 
| 2 | <svg | 2 | <svg | 
| 3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
| 4 | xmlns:cc="http://creativecommons.org/ns#" | ||
| 5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
| 6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
| 7 | xmlns="http://www.w3.org/2000/svg" | ||
| 8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
| 9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
| 10 | width="16" | 3 | width="16" | 
| 11 | height="16" | 4 | height="16" | 
| 12 | viewBox="0 0 16 16" | 5 | viewBox="0 0 16 16" | 
| 13 | version="1.1" | 6 | version="1.1" | 
| 14 | id="svg10" | 7 | id="svg10" | 
| 15 | sodipodi:docname="dice-3.svg" | 8 | sodipodi:docname="dice-3.svg" | 
| 16 | inkscape:version="1.0.2 (e86c870879, 2021-01-15)" | 9 | inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" | 
| 17 | inkscape:export-xdpi="192" | 10 | inkscape:export-xdpi="192" | 
| 18 | inkscape:export-ydpi="192" | 11 | inkscape:export-ydpi="192" | 
| 19 | style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round"> | 12 | style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round" | 
| 13 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
| 14 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
| 15 | xmlns="http://www.w3.org/2000/svg" | ||
| 16 | xmlns:svg="http://www.w3.org/2000/svg" | ||
| 17 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
| 18 | xmlns:cc="http://creativecommons.org/ns#" | ||
| 19 | xmlns:dc="http://purl.org/dc/elements/1.1/"> | ||
| 20 | <metadata | 20 | <metadata | 
| 21 | id="metadata16"> | 21 | id="metadata16"> | 
| 22 | <rdf:RDF> | 22 | <rdf:RDF> | 
| @@ -44,15 +44,18 @@ | |||
| 44 | inkscape:window-height="992" | 44 | inkscape:window-height="992" | 
| 45 | id="namedview12" | 45 | id="namedview12" | 
| 46 | showgrid="true" | 46 | showgrid="true" | 
| 47 | inkscape:zoom="8" | 47 | inkscape:zoom="32" | 
| 48 | inkscape:cx="-17.151972" | 48 | inkscape:cx="5.484375" | 
| 49 | inkscape:cy="35.457772" | 49 | inkscape:cy="9.171875" | 
| 50 | inkscape:window-x="1536" | 50 | inkscape:window-x="1536" | 
| 51 | inkscape:window-y="0" | 51 | inkscape:window-y="0" | 
| 52 | inkscape:window-maximized="1" | 52 | inkscape:window-maximized="1" | 
| 53 | inkscape:current-layer="svg10" | 53 | inkscape:current-layer="svg10" | 
| 54 | showguides="false" | 54 | showguides="false" | 
| 55 | inkscape:document-rotation="0"> | 55 | inkscape:document-rotation="0" | 
| 56 | inkscape:showpageshadow="0" | ||
| 57 | inkscape:pagecheckerboard="0" | ||
| 58 | inkscape:deskcolor="#d1d1d1"> | ||
| 56 | <inkscape:grid | 59 | <inkscape:grid | 
| 57 | type="xygrid" | 60 | type="xygrid" | 
| 58 | id="grid823" /> | 61 | id="grid823" /> | 
| @@ -64,7 +67,7 @@ | |||
| 64 | height="12.5" | 67 | height="12.5" | 
| 65 | x="1.75" | 68 | x="1.75" | 
| 66 | y="1.75" | 69 | y="1.75" | 
| 67 | ry="0.9868421" /> | 70 | ry="0.75" /> | 
| 68 | <rect | 71 | <rect | 
| 69 | y="4.75" | 72 | y="4.75" | 
| 70 | x="4.75" | 73 | x="4.75" | 
| diff --git a/src/icons/dice-4.svg b/src/icons/dice-4.svg index 9e2aba3..da767cd 100644 --- a/src/icons/dice-4.svg +++ b/src/icons/dice-4.svg | |||
| @@ -1,22 +1,22 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | 
| 2 | <svg | 2 | <svg | 
| 3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
| 4 | xmlns:cc="http://creativecommons.org/ns#" | ||
| 5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
| 6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
| 7 | xmlns="http://www.w3.org/2000/svg" | ||
| 8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
| 9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
| 10 | width="16" | 3 | width="16" | 
| 11 | height="16" | 4 | height="16" | 
| 12 | viewBox="0 0 16 16" | 5 | viewBox="0 0 16 16" | 
| 13 | version="1.1" | 6 | version="1.1" | 
| 14 | id="svg10" | 7 | id="svg10" | 
| 15 | sodipodi:docname="dice-4.svg" | 8 | sodipodi:docname="dice-4.svg" | 
| 16 | inkscape:version="1.0.2 (e86c870879, 2021-01-15)" | 9 | inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" | 
| 17 | inkscape:export-xdpi="192" | 10 | inkscape:export-xdpi="192" | 
| 18 | inkscape:export-ydpi="192" | 11 | inkscape:export-ydpi="192" | 
| 19 | style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round"> | 12 | style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round" | 
| 13 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
| 14 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
| 15 | xmlns="http://www.w3.org/2000/svg" | ||
| 16 | xmlns:svg="http://www.w3.org/2000/svg" | ||
| 17 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
| 18 | xmlns:cc="http://creativecommons.org/ns#" | ||
| 19 | xmlns:dc="http://purl.org/dc/elements/1.1/"> | ||
| 20 | <metadata | 20 | <metadata | 
| 21 | id="metadata16"> | 21 | id="metadata16"> | 
| 22 | <rdf:RDF> | 22 | <rdf:RDF> | 
| @@ -44,15 +44,18 @@ | |||
| 44 | inkscape:window-height="992" | 44 | inkscape:window-height="992" | 
| 45 | id="namedview12" | 45 | id="namedview12" | 
| 46 | showgrid="true" | 46 | showgrid="true" | 
| 47 | inkscape:zoom="5.6568543" | 47 | inkscape:zoom="16" | 
| 48 | inkscape:cx="-10.963153" | 48 | inkscape:cx="4.53125" | 
| 49 | inkscape:cy="43.545926" | 49 | inkscape:cy="23.53125" | 
| 50 | inkscape:window-x="1536" | 50 | inkscape:window-x="1536" | 
| 51 | inkscape:window-y="0" | 51 | inkscape:window-y="0" | 
| 52 | inkscape:window-maximized="1" | 52 | inkscape:window-maximized="1" | 
| 53 | inkscape:current-layer="svg10" | 53 | inkscape:current-layer="svg10" | 
| 54 | showguides="false" | 54 | showguides="false" | 
| 55 | inkscape:document-rotation="0"> | 55 | inkscape:document-rotation="0" | 
| 56 | inkscape:showpageshadow="0" | ||
| 57 | inkscape:pagecheckerboard="0" | ||
| 58 | inkscape:deskcolor="#d1d1d1"> | ||
| 56 | <inkscape:grid | 59 | <inkscape:grid | 
| 57 | type="xygrid" | 60 | type="xygrid" | 
| 58 | id="grid823" /> | 61 | id="grid823" /> | 
| @@ -64,7 +67,7 @@ | |||
| 64 | height="12.5" | 67 | height="12.5" | 
| 65 | x="1.75" | 68 | x="1.75" | 
| 66 | y="1.75" | 69 | y="1.75" | 
| 67 | ry="0.9868421" /> | 70 | ry="0.75" /> | 
| 68 | <rect | 71 | <rect | 
| 69 | y="4.75" | 72 | y="4.75" | 
| 70 | x="4.75" | 73 | x="4.75" | 
| diff --git a/src/icons/dice-5.svg b/src/icons/dice-5.svg index d98f1e4..bda715a 100644 --- a/src/icons/dice-5.svg +++ b/src/icons/dice-5.svg | |||
| @@ -1,22 +1,22 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | 
| 2 | <svg | 2 | <svg | 
| 3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
| 4 | xmlns:cc="http://creativecommons.org/ns#" | ||
| 5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
| 6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
| 7 | xmlns="http://www.w3.org/2000/svg" | ||
| 8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
| 9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
| 10 | width="16" | 3 | width="16" | 
| 11 | height="16" | 4 | height="16" | 
| 12 | viewBox="0 0 16 16" | 5 | viewBox="0 0 16 16" | 
| 13 | version="1.1" | 6 | version="1.1" | 
| 14 | id="svg10" | 7 | id="svg10" | 
| 15 | sodipodi:docname="dice-5.svg" | 8 | sodipodi:docname="dice-5.svg" | 
| 16 | inkscape:version="1.0.2 (e86c870879, 2021-01-15)" | 9 | inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" | 
| 17 | inkscape:export-xdpi="192" | 10 | inkscape:export-xdpi="192" | 
| 18 | inkscape:export-ydpi="192" | 11 | inkscape:export-ydpi="192" | 
| 19 | style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round"> | 12 | style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round" | 
| 13 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
| 14 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
| 15 | xmlns="http://www.w3.org/2000/svg" | ||
| 16 | xmlns:svg="http://www.w3.org/2000/svg" | ||
| 17 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
| 18 | xmlns:cc="http://creativecommons.org/ns#" | ||
| 19 | xmlns:dc="http://purl.org/dc/elements/1.1/"> | ||
| 20 | <metadata | 20 | <metadata | 
| 21 | id="metadata16"> | 21 | id="metadata16"> | 
| 22 | <rdf:RDF> | 22 | <rdf:RDF> | 
| @@ -44,15 +44,18 @@ | |||
| 44 | inkscape:window-height="992" | 44 | inkscape:window-height="992" | 
| 45 | id="namedview12" | 45 | id="namedview12" | 
| 46 | showgrid="true" | 46 | showgrid="true" | 
| 47 | inkscape:zoom="8" | 47 | inkscape:zoom="22.627417" | 
| 48 | inkscape:cx="10.224201" | 48 | inkscape:cx="9.7006212" | 
| 49 | inkscape:cy="28.265416" | 49 | inkscape:cy="12.97099" | 
| 50 | inkscape:window-x="1536" | 50 | inkscape:window-x="1536" | 
| 51 | inkscape:window-y="0" | 51 | inkscape:window-y="0" | 
| 52 | inkscape:window-maximized="1" | 52 | inkscape:window-maximized="1" | 
| 53 | inkscape:current-layer="svg10" | 53 | inkscape:current-layer="svg10" | 
| 54 | showguides="false" | 54 | showguides="false" | 
| 55 | inkscape:document-rotation="0"> | 55 | inkscape:document-rotation="0" | 
| 56 | inkscape:showpageshadow="0" | ||
| 57 | inkscape:pagecheckerboard="0" | ||
| 58 | inkscape:deskcolor="#d1d1d1"> | ||
| 56 | <inkscape:grid | 59 | <inkscape:grid | 
| 57 | type="xygrid" | 60 | type="xygrid" | 
| 58 | id="grid823" /> | 61 | id="grid823" /> | 
| @@ -64,7 +67,7 @@ | |||
| 64 | height="12.5" | 67 | height="12.5" | 
| 65 | x="1.75" | 68 | x="1.75" | 
| 66 | y="1.75" | 69 | y="1.75" | 
| 67 | ry="0.9868421" /> | 70 | ry="0.75" /> | 
| 68 | <rect | 71 | <rect | 
| 69 | y="4.75" | 72 | y="4.75" | 
| 70 | x="4.75" | 73 | x="4.75" | 
| diff --git a/src/icons/dice-6.svg b/src/icons/dice-6.svg index 09a8022..e12ff68 100644 --- a/src/icons/dice-6.svg +++ b/src/icons/dice-6.svg | |||
| @@ -1,22 +1,22 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | 
| 2 | <svg | 2 | <svg | 
| 3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
| 4 | xmlns:cc="http://creativecommons.org/ns#" | ||
| 5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
| 6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
| 7 | xmlns="http://www.w3.org/2000/svg" | ||
| 8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
| 9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
| 10 | width="16" | 3 | width="16" | 
| 11 | height="16" | 4 | height="16" | 
| 12 | viewBox="0 0 16 16" | 5 | viewBox="0 0 16 16" | 
| 13 | version="1.1" | 6 | version="1.1" | 
| 14 | id="svg10" | 7 | id="svg10" | 
| 15 | sodipodi:docname="dice-6.svg" | 8 | sodipodi:docname="dice-6.svg" | 
| 16 | inkscape:version="1.0.2 (e86c870879, 2021-01-15)" | 9 | inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" | 
| 17 | inkscape:export-xdpi="192" | 10 | inkscape:export-xdpi="192" | 
| 18 | inkscape:export-ydpi="192" | 11 | inkscape:export-ydpi="192" | 
| 19 | style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round"> | 12 | style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round" | 
| 13 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
| 14 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
| 15 | xmlns="http://www.w3.org/2000/svg" | ||
| 16 | xmlns:svg="http://www.w3.org/2000/svg" | ||
| 17 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
| 18 | xmlns:cc="http://creativecommons.org/ns#" | ||
| 19 | xmlns:dc="http://purl.org/dc/elements/1.1/"> | ||
| 20 | <metadata | 20 | <metadata | 
| 21 | id="metadata16"> | 21 | id="metadata16"> | 
| 22 | <rdf:RDF> | 22 | <rdf:RDF> | 
| @@ -44,15 +44,18 @@ | |||
| 44 | inkscape:window-height="992" | 44 | inkscape:window-height="992" | 
| 45 | id="namedview12" | 45 | id="namedview12" | 
| 46 | showgrid="true" | 46 | showgrid="true" | 
| 47 | inkscape:zoom="5.6568543" | 47 | inkscape:zoom="32" | 
| 48 | inkscape:cx="-8.1832456" | 48 | inkscape:cx="1.109375" | 
| 49 | inkscape:cy="-13.613741" | 49 | inkscape:cy="6.9843749" | 
| 50 | inkscape:window-x="1536" | 50 | inkscape:window-x="1536" | 
| 51 | inkscape:window-y="0" | 51 | inkscape:window-y="0" | 
| 52 | inkscape:window-maximized="1" | 52 | inkscape:window-maximized="1" | 
| 53 | inkscape:current-layer="svg10" | 53 | inkscape:current-layer="svg10" | 
| 54 | showguides="false" | 54 | showguides="false" | 
| 55 | inkscape:document-rotation="0"> | 55 | inkscape:document-rotation="0" | 
| 56 | inkscape:showpageshadow="0" | ||
| 57 | inkscape:pagecheckerboard="0" | ||
| 58 | inkscape:deskcolor="#d1d1d1"> | ||
| 56 | <inkscape:grid | 59 | <inkscape:grid | 
| 57 | type="xygrid" | 60 | type="xygrid" | 
| 58 | id="grid823" /> | 61 | id="grid823" /> | 
| @@ -64,7 +67,7 @@ | |||
| 64 | height="12.5" | 67 | height="12.5" | 
| 65 | x="1.75" | 68 | x="1.75" | 
| 66 | y="1.75" | 69 | y="1.75" | 
| 67 | ry="0.9868421" /> | 70 | ry="0.75" /> | 
| 68 | <rect | 71 | <rect | 
| 69 | y="4.75" | 72 | y="4.75" | 
| 70 | x="4.75" | 73 | x="4.75" | 
| diff --git a/src/icons/external-link-alt.svg b/src/icons/external-link-alt.svg new file mode 100644 index 0000000..8ad0251 --- /dev/null +++ b/src/icons/external-link-alt.svg | |||
| @@ -0,0 +1,71 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
| 2 | <svg | ||
| 3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
| 4 | xmlns:cc="http://creativecommons.org/ns#" | ||
| 5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
| 6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
| 7 | xmlns="http://www.w3.org/2000/svg" | ||
| 8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
| 9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
| 10 | width="16" | ||
| 11 | height="16" | ||
| 12 | viewBox="0 0 16 16" | ||
| 13 | version="1.1" | ||
| 14 | id="svg10" | ||
| 15 | sodipodi:docname="external-link.svg" | ||
| 16 | inkscape:version="0.92.4 5da689c313, 2019-01-14" | ||
| 17 | inkscape:export-xdpi="192" | ||
| 18 | inkscape:export-ydpi="192" | ||
| 19 | style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round"> | ||
| 20 | <metadata | ||
| 21 | id="metadata16"> | ||
| 22 | <rdf:RDF> | ||
| 23 | <cc:Work | ||
| 24 | rdf:about=""> | ||
| 25 | <dc:format>image/svg+xml</dc:format> | ||
| 26 | <dc:type | ||
| 27 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
| 28 | <dc:title /> | ||
| 29 | </cc:Work> | ||
| 30 | </rdf:RDF> | ||
| 31 | </metadata> | ||
| 32 | <defs | ||
| 33 | id="defs14" /> | ||
| 34 | <sodipodi:namedview | ||
| 35 | pagecolor="#ffffff" | ||
| 36 | bordercolor="#666666" | ||
| 37 | borderopacity="1" | ||
| 38 | objecttolerance="10" | ||
| 39 | gridtolerance="10" | ||
| 40 | guidetolerance="10" | ||
| 41 | inkscape:pageopacity="0" | ||
| 42 | inkscape:pageshadow="2" | ||
| 43 | inkscape:window-width="3840" | ||
| 44 | inkscape:window-height="1983" | ||
| 45 | id="namedview12" | ||
| 46 | showgrid="true" | ||
| 47 | inkscape:zoom="64" | ||
| 48 | inkscape:cx="6.5998825" | ||
| 49 | inkscape:cy="7.1982404" | ||
| 50 | inkscape:window-x="0" | ||
| 51 | inkscape:window-y="0" | ||
| 52 | inkscape:window-maximized="1" | ||
| 53 | inkscape:current-layer="svg10" | ||
| 54 | showguides="false"> | ||
| 55 | <inkscape:grid | ||
| 56 | type="xygrid" | ||
| 57 | id="grid823" /> | ||
| 58 | </sodipodi:namedview> | ||
| 59 | <path | ||
| 60 | style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" | ||
| 61 | d="M 11.75,9.25 V 13 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 3 C 2.5845,13.75 2.25,13.4155 2.25,13 V 5 C 2.25,4.5845 2.5845,4.25 3,4.25 h 3.75" | ||
| 62 | id="rect927" | ||
| 63 | inkscape:connector-curvature="0" | ||
| 64 | sodipodi:nodetypes="cssssssc" /> | ||
| 65 | <path | ||
| 66 | id="path817" | ||
| 67 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
| 68 | d="m 9.25,2.25 h 4.5 v 4.5 m -7,2.5 7,-7" | ||
| 69 | inkscape:connector-curvature="0" | ||
| 70 | sodipodi:nodetypes="ccccc" /> | ||
| 71 | </svg> | ||
| diff --git a/src/icons/external-link.svg b/src/icons/external-link.svg index 8ad0251..b0334a4 100644 --- a/src/icons/external-link.svg +++ b/src/icons/external-link.svg | |||
| @@ -1,22 +1,22 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | 
| 2 | <svg | 2 | <svg | 
| 3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
| 4 | xmlns:cc="http://creativecommons.org/ns#" | ||
| 5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
| 6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
| 7 | xmlns="http://www.w3.org/2000/svg" | ||
| 8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
| 9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
| 10 | width="16" | 3 | width="16" | 
| 11 | height="16" | 4 | height="16" | 
| 12 | viewBox="0 0 16 16" | 5 | viewBox="0 0 16 16" | 
| 13 | version="1.1" | 6 | version="1.1" | 
| 14 | id="svg10" | 7 | id="svg10" | 
| 15 | sodipodi:docname="external-link.svg" | 8 | sodipodi:docname="external-link.svg" | 
| 16 | inkscape:version="0.92.4 5da689c313, 2019-01-14" | 9 | inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" | 
| 17 | inkscape:export-xdpi="192" | 10 | inkscape:export-xdpi="192" | 
| 18 | inkscape:export-ydpi="192" | 11 | inkscape:export-ydpi="192" | 
| 19 | style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round"> | 12 | style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round" | 
| 13 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
| 14 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
| 15 | xmlns="http://www.w3.org/2000/svg" | ||
| 16 | xmlns:svg="http://www.w3.org/2000/svg" | ||
| 17 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
| 18 | xmlns:cc="http://creativecommons.org/ns#" | ||
| 19 | xmlns:dc="http://purl.org/dc/elements/1.1/"> | ||
| 20 | <metadata | 20 | <metadata | 
| 21 | id="metadata16"> | 21 | id="metadata16"> | 
| 22 | <rdf:RDF> | 22 | <rdf:RDF> | 
| @@ -44,28 +44,33 @@ | |||
| 44 | inkscape:window-height="1983" | 44 | inkscape:window-height="1983" | 
| 45 | id="namedview12" | 45 | id="namedview12" | 
| 46 | showgrid="true" | 46 | showgrid="true" | 
| 47 | inkscape:zoom="64" | 47 | inkscape:zoom="22.627417" | 
| 48 | inkscape:cx="6.5998825" | 48 | inkscape:cx="1.8340582" | 
| 49 | inkscape:cy="7.1982404" | 49 | inkscape:cy="7.88866" | 
| 50 | inkscape:window-x="0" | 50 | inkscape:window-x="0" | 
| 51 | inkscape:window-y="0" | 51 | inkscape:window-y="0" | 
| 52 | inkscape:window-maximized="1" | 52 | inkscape:window-maximized="1" | 
| 53 | inkscape:current-layer="svg10" | 53 | inkscape:current-layer="svg10" | 
| 54 | showguides="false"> | 54 | showguides="false" | 
| 55 | inkscape:showpageshadow="0" | ||
| 56 | inkscape:pagecheckerboard="0" | ||
| 57 | inkscape:deskcolor="#d1d1d1"> | ||
| 55 | <inkscape:grid | 58 | <inkscape:grid | 
| 56 | type="xygrid" | 59 | type="xygrid" | 
| 57 | id="grid823" /> | 60 | id="grid823" /> | 
| 58 | </sodipodi:namedview> | 61 | </sodipodi:namedview> | 
| 59 | <path | 62 | <rect | 
| 60 | style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" | 63 | style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" | 
| 61 | d="M 11.75,9.25 V 13 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 3 C 2.5845,13.75 2.25,13.4155 2.25,13 V 5 C 2.25,4.5845 2.5845,4.25 3,4.25 h 3.75" | 64 | id="rect1050" | 
| 62 | id="rect927" | 65 | width="12.5" | 
| 63 | inkscape:connector-curvature="0" | 66 | height="12.5" | 
| 64 | sodipodi:nodetypes="cssssssc" /> | 67 | x="1.75" | 
| 68 | y="1.75" | ||
| 69 | ry="0.75" /> | ||
| 65 | <path | 70 | <path | 
| 66 | id="path817" | 71 | id="path817" | 
| 67 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | 72 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | 
| 68 | d="m 9.25,2.25 h 4.5 v 4.5 m -7,2.5 7,-7" | 73 | d="m 6.25,5.25 h 4.5 v 4.5 m -5.5,1 5.5,-5.5" | 
| 69 | inkscape:connector-curvature="0" | 74 | inkscape:connector-curvature="0" | 
| 70 | sodipodi:nodetypes="ccccc" /> | 75 | sodipodi:nodetypes="ccccc" /> | 
| 71 | </svg> | 76 | </svg> | 
