diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-10-27 21:21:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 21:21:58 -0400 |
commit | 25cedc8c524ddb5805a0686d1607c502426cdc14 (patch) | |
tree | b1d02a40c95e5d29beefb13d416ab3d55b5c1ab0 | |
parent | ba59327354c5e3465f633839a052b7514c216fd1 (diff) |
Add exclamation point image (#966)
-rw-r--r-- | ext/mixed/img/exclamation-point-short.svg | 1 | ||||
-rw-r--r-- | resources/icons.svg | 24 |
2 files changed, 19 insertions, 6 deletions
diff --git a/ext/mixed/img/exclamation-point-short.svg b/ext/mixed/img/exclamation-point-short.svg new file mode 100644 index 00000000..6e92c460 --- /dev/null +++ b/ext/mixed/img/exclamation-point-short.svg @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M7.25 3c-.13807.00001-.25.11193-.25.25v5.5c.00001.13807.11193.25.25.25h1.5c.13807-.00001.25-.11193.25-.25v-5.5c-.00001-.13807-.11193-.25-.25-.25zm0 8c-.13807.00001-.25.11194-.25.25v1.5c.00001.13806.11193.25.25.25h1.5c.13807-.00001.25-.11194.25-.25v-1.5c-.00001-.13806-.11193-.25-.25-.25z"/></svg>
\ No newline at end of file diff --git a/resources/icons.svg b/resources/icons.svg index 29b93a90..62e0a9fc 100644 --- a/resources/icons.svg +++ b/resources/icons.svg @@ -27,11 +27,11 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="32" - inkscape:cx="11.679145" - inkscape:cy="9.907727" + inkscape:zoom="22.627417" + inkscape:cx="5.5440719" + inkscape:cy="3.5889128" inkscape:document-units="px" - inkscape:current-layer="g1027" + inkscape:current-layer="layer40" showgrid="true" units="px" inkscape:snap-center="true" @@ -517,7 +517,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> + <dc:title></dc:title> </cc:Work> </rdf:RDF> </metadata> @@ -1258,7 +1258,7 @@ inkscape:label="Kebab Menu" id="g1027" inkscape:groupmode="layer" - style="display:inline"> + style="display:none"> <circle style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" id="path1029" @@ -1278,4 +1278,16 @@ cy="3" r="1.5" /> </g> + <g + inkscape:groupmode="layer" + id="layer40" + inkscape:label="Exclamation Point Short" + style="display:inline"> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + d="M 7.25,3 C 7.1119345,3.0000138 7.0000138,3.1119345 7,3.25 v 5.5 C 7.0000138,8.8880655 7.1119345,8.9999862 7.25,9 h 1.5 C 8.8880655,8.9999862 8.9999862,8.8880655 9,8.75 V 3.25 C 8.9999862,3.1119345 8.8880655,3.0000138 8.75,3 Z m 0,8 C 7.1119345,11.000014 7.0000138,11.111935 7,11.25 v 1.5 c 1.38e-5,0.138065 0.1119345,0.249986 0.25,0.25 h 1.5 C 8.8880655,12.999986 8.9999862,12.888065 9,12.75 v -1.5 C 8.9999862,11.111935 8.8880655,11.000014 8.75,11 Z" + id="rect1025" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccccccccccccc" /> + </g> </svg> |