summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Hewitt <sam@snwh.org>2022-01-10 17:02:38 -0330
committerSam Hewitt <sam@snwh.org>2022-01-10 17:02:38 -0330
commit7fa11131dc53df46a03aa30b49118ccf1bb41d79 (patch)
treec3e9592dfde25995166fdfc6d458a12a0518cd4b
parentd69aad7abf58df2e453ddb603fa060a48983660b (diff)
downloadadwaita-icon-theme-7fa11131dc53df46a03aa30b49118ccf1bb41d79.tar.gz
symbolic: port printer status icons
-rw-r--r--Adwaita/scalable/status/printer-error-symbolic.svg6
-rw-r--r--Adwaita/scalable/status/printer-printing-symbolic.svg9
-rw-r--r--Adwaita/scalable/status/printer-warning-symbolic.svg6
-rw-r--r--src/symbolic/core.svg150
4 files changed, 165 insertions, 6 deletions
diff --git a/Adwaita/scalable/status/printer-error-symbolic.svg b/Adwaita/scalable/status/printer-error-symbolic.svg
index b5ca9844a..c9a42e2a6 100644
--- a/Adwaita/scalable/status/printer-error-symbolic.svg
+++ b/Adwaita/scalable/status/printer-error-symbolic.svg
@@ -1 +1,5 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M2 4c-.5 0-1 .5-1 1v4c0 .5.5 1 1 1h1V8l12 .004V5c0-.5-.5-1-1-1zm2-3v2h8V1z" fill="#474747"/><path d="M4 9v5h4l-.006-5z" fill="#474747"/><path class="error" d="M12.5 9a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM10 11.969h5V13h-5z" style="marker:none" color="#bebebe" overflow="visible" fill="#ef2929"/></svg> \ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
+ <path d="m 5 1 c -0.550781 0 -1 0.449219 -1 1 v 1 h 8 v -1 c 0 -0.550781 -0.449219 -1 -1 -1 z m -3 3 c -1.109375 0 -2 0.890625 -2 2 v 4 c 0 1.109375 0.890625 2 2 2 v 1 c 0 1.089844 0.910156 2 2 2 h 4.019531 c -0.445312 -0.589844 -0.757812 -1.273438 -0.90625 -2 h -3.113281 v -3 h 3.4375 c 0.789062 -1.816406 2.582031 -2.992188 4.5625 -3 c 1.574219 0 3.054688 0.742188 4 2 v -3 c 0 -1.109375 -0.890625 -2 -2 -2 z m 0 0" fill="#2e3436"/>
+ <path class="error" d="m 12 8 c -2.210938 0 -4 1.789062 -4 4 s 1.789062 4 4 4 s 4 -1.789062 4 -4 s -1.789062 -4 -4 -4 z m -2 3 h 4 c 0.554688 0 1 0.445312 1 1 s -0.445312 1 -1 1 h -4 c -0.554688 0 -1 -0.445312 -1 -1 s 0.445312 -1 1 -1 z m 0 0" fill="#e01b24"/>
+</svg>
diff --git a/Adwaita/scalable/status/printer-printing-symbolic.svg b/Adwaita/scalable/status/printer-printing-symbolic.svg
index 5d8ea0afe..bd21973dd 100644
--- a/Adwaita/scalable/status/printer-printing-symbolic.svg
+++ b/Adwaita/scalable/status/printer-printing-symbolic.svg
@@ -1 +1,8 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M2 4c-.5 0-1 .5-1 1v4c0 .5.5 1 1 1h1V8h10v2h1c.5 0 1-.5 1-1V5c0-.5-.5-1-1-1zm2-3v2h8V1z" fill="#2e3436"/><path class="success" d="M4 9v5h8V9zm2.99.998l2.03.011-.01 1 2.003-.01L8.03 13 5 11l2.002.011z" fill="#33d17a"/></svg> \ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
+ <g fill="#2e3436">
+ <path d="m 4 2 v 1 h 8 v -1 c 0 -0.550781 -0.449219 -1 -1 -1 h -6 c -0.550781 0 -1 0.449219 -1 1 z m 0 0"/>
+ <path d="m 4 8 c -1.089844 0 -2 0.910156 -2 2 v 3 c 0 1.089844 0.910156 2 2 2 h 8 c 1.089844 0 2 -0.910156 2 -2 v -3 c 0 -1.089844 -0.910156 -2 -2 -2 z m 0 2 h 8 v 3 h -8 z m 0 0"/>
+ <path d="m 2 4 c -1.109375 0 -2 0.890625 -2 2 v 4 c 0 1.109375 0.890625 2 2 2 h 1 v -2 c 0 -0.554688 0.445312 -1 1 -1 h 8 c 0.554688 0 1 0.445312 1 1 v 2 h 1 c 1.109375 0 2 -0.890625 2 -2 v -4 c 0 -1.109375 -0.890625 -2 -2 -2 z m 0 0"/>
+ </g>
+</svg>
diff --git a/Adwaita/scalable/status/printer-warning-symbolic.svg b/Adwaita/scalable/status/printer-warning-symbolic.svg
index a4061370c..88085249b 100644
--- a/Adwaita/scalable/status/printer-warning-symbolic.svg
+++ b/Adwaita/scalable/status/printer-warning-symbolic.svg
@@ -1 +1,5 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path class="warning" d="M8.875 8A.863.863 0 008 8.875v6.25c0 .492.383.875.875.875h6.25a.863.863 0 00.875-.875v-6.25A.863.863 0 0015.125 8zM11 9h2v2.5s0 .5-.5.5h-1c-.5 0-.5-.5-.5-.5zm.5 4h1c.277 0 .5.223.5.5v1c0 .277-.223.5-.5.5h-1a.499.499 0 01-.5-.5v-1c0-.277.223-.5.5-.5z" style="marker:none" color="#bebebe" overflow="visible" fill="#f57900"/><path d="M2 4c-.5 0-1 .5-1 1v4c0 .5.5 1 1 1h1V8h4c.118-.54.552-1 1.125-1H15V5c0-.5-.5-1-1-1zm2-3v2h8V1z" fill="#2e3436"/><path d="M4 9v5h3V9z" fill="#2e3436"/></svg> \ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
+ <path d="m 5 1 c -0.550781 0 -1 0.449219 -1 1 v 1 h 8 v -1 c 0 -0.550781 -0.449219 -1 -1 -1 z m -3 3 c -1.109375 0 -2 0.890625 -2 2 v 4 c 0 1.109375 0.890625 2 2 2 v 1 c 0 1.089844 0.910156 2 2 2 h 3 v -2 h -3 v -3 h 3 v -3 h 9 v -1 c 0 -1.109375 -0.890625 -2 -2 -2 z m 0 0" fill="#2e3436"/>
+ <path class="warning" d="m 9.5 8 c -0.832031 0 -1.5 0.667969 -1.5 1.5 v 5 c 0 0.832031 0.667969 1.5 1.5 1.5 h 5 c 0.832031 0 1.5 -0.667969 1.5 -1.5 v -5 c 0 -0.832031 -0.667969 -1.5 -1.5 -1.5 z m 1.5 1 h 2 v 2.5 s 0 0.5 -0.5 0.5 h -1 c -0.5 0 -0.5 -0.5 -0.5 -0.5 z m 0.5 4 h 1 c 0.277344 0 0.5 0.222656 0.5 0.5 v 1 c 0 0.277344 -0.222656 0.5 -0.5 0.5 h -1 c -0.277344 0 -0.5 -0.222656 -0.5 -0.5 v -1 c 0 -0.277344 0.222656 -0.5 0.5 -0.5 z m 0 0" fill="#ff7800"/>
+</svg>
diff --git a/src/symbolic/core.svg b/src/symbolic/core.svg
index 9c16c118e..d377fe1d7 100644
--- a/src/symbolic/core.svg
+++ b/src/symbolic/core.svg
@@ -41,9 +41,9 @@
inkscape:window-height="1011"
id="namedview88"
showgrid="false"
- inkscape:zoom="2.8284271"
- inkscape:cx="731.67874"
- inkscape:cy="279.30718"
+ inkscape:zoom="1"
+ inkscape:cx="642"
+ inkscape:cy="345"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
@@ -101,6 +101,40 @@
id="title9167">Gnome Symbolic Icon Theme</title>
<defs
id="defs7386">
+ <inkscape:path-effect
+ effect="fillet_chamfer"
+ id="path-effect104916"
+ is_visible="true"
+ lpeversion="1"
+ satellites_param="F,0,0,1,0,0.999996,0,1 @ F,0,0,1,0,0,0,1 @ F,0,0,1,0,0,0,1 @ F,0,0,1,0,0.999996,0,1"
+ unit="px"
+ method="auto"
+ mode="F"
+ radius="0"
+ chamfer_steps="1"
+ flexible="false"
+ use_knot_distance="true"
+ apply_no_radius="true"
+ apply_with_radius="true"
+ only_selected="false"
+ hide_knots="false" />
+ <inkscape:path-effect
+ effect="fillet_chamfer"
+ id="path-effect104888"
+ is_visible="true"
+ lpeversion="1"
+ satellites_param="F,0,0,1,0,0.999996,0,1 @ F,0,0,1,0,0,0,1 @ F,0,0,1,0,0,0,1 @ F,0,0,1,0,0.999996,0,1"
+ unit="px"
+ method="auto"
+ mode="F"
+ radius="0"
+ chamfer_steps="1"
+ flexible="false"
+ use_knot_distance="true"
+ apply_no_radius="true"
+ apply_with_radius="true"
+ only_selected="false"
+ hide_knots="false" />
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 400 : 1"
@@ -2671,6 +2705,50 @@
d="m 708,217.99219 c -2.61818,0 -5.23713,0.93501 -7.19336,2.80664 l -0.49805,0.48047 c -0.39788,0.38163 -0.41194,1.01328 -0.0312,1.41211 0.38237,0.39864 1.01552,0.41174 1.41407,0.0293 l 0.5,-0.47656 c 3.08749,-2.95399 8.52968,-2.95399 11.61718,0 l 0.5,0.47656 c 0.39855,0.38246 1.0317,0.36936 1.41407,-0.0293 0.38064,-0.39883 0.36658,-1.03048 -0.0312,-1.41211 l -0.49805,-0.48047 C 713.2369,218.92719 710.61818,217.99218 708,217.99219 Z M 707.9668,222 c -1.56859,0.0119 -3.12544,0.62895 -4.20508,1.81445 l -0.50195,0.54688 c -0.37402,0.40887 -0.34424,1.04393 0.0664,1.41601 0.40916,0.37219 1.04274,0.34162 1.41406,-0.0684 l 0.49805,-0.54687 c 1.27752,-1.40281 4.15976,-1.49737 5.52344,0 l 0.49805,0.54687 c 0.37132,0.40994 1.00491,0.4405 1.41406,0.0684 0.4088,-0.37243 0.43759,-1.00596 0.0645,-1.41406 l -0.5,-0.54883 C 711.11518,222.58137 709.53538,221.9881 707.9668,222 Z M 708,226 c -0.51184,-1e-5 -1.02355,0.19541 -1.41406,0.58594 -0.78105,0.78105 -0.78105,2.04707 0,2.82812 0.78106,0.78106 2.04707,0.78105 2.82812,0 0.78105,-0.78105 0.78105,-2.04707 0,-2.82812 C 709.02354,226.19541 708.51184,226 708,226 Z"
style="fill:#2e3436;fill-opacity:0.35" />
</g>
+ <g
+ style="display:inline"
+ inkscape:label="document print printer paper"
+ id="g29357-2"
+ transform="rotate(90,319.06949,491.93368)">
+ <title
+ id="title29347-7">printer-printing</title>
+ <rect
+ y="195.00317"
+ x="163.1358"
+ height="16"
+ width="16"
+ id="rect29349-0"
+ style="fill:none" />
+ <g
+ id="g29351-9"
+ transform="translate(1.875926,-1.203126)" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc"
+ id="path4680-3"
+ d="m 165.13581,207.00317 h 1 v -8 h -1 a 0.999996,0.999996 135 0 0 -1,1 v 6 a 0.999996,0.999996 45 0 0 1,1 z"
+ style="display:inline;fill:#2e3436;fill-opacity:1;stroke:none;enable-background:new"
+ inkscape:path-effect="#path-effect104888"
+ inkscape:original-d="m 164.13581,207.00317 h 2 v -8 h -2 z" />
+ <g
+ id="rect32610-6"
+ transform="rotate(-90)">
+ <path
+ style="color:#000000;fill:#2e3436;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:26.4;-inkscape-stroke:none"
+ d="m -207.00391,171.13672 c -1.0907,0 -2,0.9093 -2,2 v 3 c 0,1.0907 0.9093,2 2,2 h 8 c 1.09071,0 2,-0.9093 2,-2 v -3 c 0,-1.0907 -0.90929,-2 -2,-2 z m 0,2 h 8 v 3 h -8 z"
+ id="path36414-0" />
+ </g>
+ <path
+ id="rect30567-6"
+ style="display:inline;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:26.4;stroke-opacity:1"
+ d="m 167.13581,209.00317 c 0,1.108 0.892,2 2,2 h 4 c 1.108,0 2,-0.892 2,-2 v -1 h -2 c -0.554,0 -1,-0.446 -1,-1 v -8 c 0,-0.554 0.446,-1 1,-1 h 2 v -1 c 0,-1.108 -0.892,-2 -2,-2 h -4 c -1.108,0 -2,0.892 -2,2 z" />
+ </g>
+ <g
+ id="g107500"
+ inkscape:label="document print printer paper">
+ <title
+ id="title107520">printer-error</title>
+ </g>
</g>
<g
inkscape:groupmode="layer"
@@ -6325,6 +6403,58 @@
height="16"
x="640"
y="156" />
+ <g
+ id="g105742"
+ inkscape:label="document print printer paper"
+ style="display:inline"
+ transform="translate(0,4)">
+ <title
+ id="title105744">printer-warning</title>
+ <rect
+ y="-636"
+ x="332"
+ height="16"
+ width="16"
+ id="rect104900"
+ style="fill:none"
+ transform="rotate(90)" />
+ <path
+ id="path104904"
+ style="display:inline;fill:#2e3436;fill-opacity:1;stroke:none;enable-background:new"
+ d="m 625,333 a 0.999996,0.999996 0 0 0 -1,1 v 1 h 8 v -1 a 0.999996,0.999996 0 0 0 -1,-1 z m -3,3 c -1.108,0 -2,0.892 -2,2 v 4 c 0,1.108 0.892,2 2,2 v 1 c 0,1.0907 0.9093,2 2,2 h 3 v -2 h -3 v -3 h 3 v -1 -1 -1 h 9 v -1 c 0,-1.108 -0.892,-2 -2,-2 z" />
+ <path
+ id="rect41834-1"
+ d="m 629.5,339.9996 c -0.83056,0 -1.5,0.66944 -1.5,1.5 v 5 c 0,0.83056 0.66944,1.5 1.5,1.5 h 5 c 0.83056,0 1.5,-0.66944 1.5,-1.5 v -5 c 0,-0.83056 -0.66944,-1.5 -1.5,-1.5 z m 1.5,1 h 2 v 2.5 c 0,0 0,0.5 -0.5,0.5 h -1 c -0.5,0 -0.5,-0.5 -0.5,-0.5 z m 0.5,4 h 1 c 0.277,0 0.5,0.223 0.5,0.5 v 1 c 0,0.277 -0.223,0.5 -0.5,0.5 h -1 c -0.277,0 -0.5,-0.223 -0.5,-0.5 v -1 c 0,-0.277 0.223,-0.5 0.5,-0.5 z"
+ class="warning"
+ style="fill:#ff7800;fill-opacity:1" />
+ </g>
+ <g
+ id="g110299"
+ inkscape:label="document print printer paper"
+ style="display:inline"
+ transform="translate(0,204)">
+ <title
+ id="title110301">printer-error</title>
+ <rect
+ y="-656"
+ x="332"
+ height="16"
+ width="16"
+ id="rect106934"
+ style="display:inline;fill:none"
+ transform="rotate(90,100,-100)" />
+ <path
+ id="path106936"
+ style="display:inline;fill:#2e3436;fill-opacity:1;stroke:none;enable-background:new"
+ d="m 645,333 c -0.55229,0 -1,0.44771 -1,1 v 1 h 8 v -1 c 0,-0.55229 -0.44771,-1 -1,-1 z m -3,3 c -1.108,0 -2,0.892 -2,2 v 4 c 0,1.108 0.892,2 2,2 v 1 c 0,1.0907 0.9093,2 2,2 h 4.01953 a 5,5 0 0 1 -0.9082,-2 H 644 v -3 h 3.43555 A 5,5 0 0 1 652,339 a 5,5 0 0 1 3.99805,2 H 656 v -3 c 0,-1.108 -0.892,-2 -2,-2 z"
+ transform="translate(0,-200)" />
+ <path
+ id="path107278"
+ d="m 652,340 a 4,4 0 0 0 -4,4 4,4 0 0 0 4,4 4,4 0 0 0 4,-4 4,4 0 0 0 -4,-4 z m -2,3 h 4 c 0.554,0 1,0.446 1,1 0,0.554 -0.446,1 -1,1 h -4 c -0.554,0 -1,-0.446 -1,-1 0,-0.554 0.446,-1 1,-1 z"
+ class="error"
+ style="display:inline;fill:#e01b24"
+ transform="translate(0,-200)" />
+ </g>
<rect
style="opacity:1;fill:#3584e4;fill-opacity:0.2;stroke-width:2;stroke-linejoin:round;stroke-dashoffset:2"
id="rect26431"
@@ -6353,4 +6483,18 @@
height="16"
x="716"
y="-20" />
+ <rect
+ style="opacity:1;fill:#3584e4;fill-opacity:0.2;stroke-width:2;stroke-linejoin:round;stroke-dashoffset:2"
+ id="rect110474"
+ width="16"
+ height="16"
+ x="640"
+ y="336" />
+ <rect
+ style="opacity:1;fill:#3584e4;fill-opacity:0.2;stroke-width:2;stroke-linejoin:round;stroke-dashoffset:2"
+ id="rect110476"
+ width="16"
+ height="16"
+ x="620"
+ y="336" />
</svg>