From c3eea4e3bfb1b16ae63b22dadabe35d4c9753bf0 Mon Sep 17 00:00:00 2001 From: Darin Date: Sat, 28 Sep 2024 05:11:24 -0400 Subject: [PATCH] Refresh mailbox, mail action icons New designs for mailbox, inbox, outbox. New design for mail-send-receive. Add mail-message-new and the above icons at missing sizes. Update mail icons and symlinks at 22px. Remove likely unused and non-matching mailbox icons at 48px and above. If these are needed, new design should be used when re-adding these. --- .../actions/16/mail-message-new.svg | 414 +++++++++++ .../actions/16/mail-send-receive.svg | 200 ++++++ .../actions/22/mail-forward-all.svg | 280 +------- .../actions/22/mail-forward-rtl.svg | 197 +++++ elementary-xfce/actions/22/mail-forward.svg | 327 ++++----- .../actions/22/mail-message-new.svg | 651 +++++++---------- .../actions/22/mail-reply-all-rtl.svg | 236 ++++++ elementary-xfce/actions/22/mail-reply-all.svg | 14 +- .../actions/22/mail-reply-sender-rtl.svg | 198 ++++++ .../actions/22/mail-reply-sender.svg | 43 +- .../actions/24/mail-message-new.svg | 632 ++++++----------- .../actions/24/mail-send-receive.svg | 475 +++++-------- .../actions/32/mail-message-new.svg | 519 ++++++++++++++ .../actions/32/mail-send-receive.svg | 240 +++++++ .../actions/48/mail-message-new.svg | 670 +++++++++++------- .../actions/48/mail-send-receive.svg | 250 +++++++ .../symbolic/mail-message-new-symbolic.svg | 61 +- .../symbolic/mail-send-receive-symbolic.svg | 48 +- elementary-xfce/places/128/mail-inbox.svg | 419 ----------- elementary-xfce/places/128/mail-mailbox.svg | 330 --------- elementary-xfce/places/128/mail-outbox.svg | 411 ----------- elementary-xfce/places/16/mail-inbox.svg | 412 +++++------ elementary-xfce/places/16/mail-mailbox.svg | 264 ++++--- elementary-xfce/places/16/mail-outbox.svg | 397 +++++------ elementary-xfce/places/22/mail-inbox.svg | 463 ++++++------ elementary-xfce/places/22/mail-mailbox.svg | 300 ++++---- elementary-xfce/places/22/mail-outbox.svg | 443 +++++------- elementary-xfce/places/24/mail-inbox.svg | 608 +++++++--------- elementary-xfce/places/24/mail-mailbox.svg | 457 +++++------- elementary-xfce/places/24/mail-outbox.svg | 581 +++++++-------- elementary-xfce/places/32/mail-inbox.svg | 609 +++++++--------- elementary-xfce/places/32/mail-mailbox.svg | 474 +++++-------- elementary-xfce/places/32/mail-outbox.svg | 594 +++++++--------- elementary-xfce/places/48/mail-inbox.svg | 404 ----------- elementary-xfce/places/48/mail-mailbox.svg | 315 -------- elementary-xfce/places/48/mail-outbox.svg | 396 ----------- elementary-xfce/places/64/mail-inbox.svg | 418 ----------- elementary-xfce/places/64/mail-mailbox.svg | 329 --------- elementary-xfce/places/64/mail-outbox.svg | 410 ----------- 39 files changed, 6126 insertions(+), 8363 deletions(-) create mode 100644 elementary-xfce/actions/16/mail-message-new.svg create mode 100644 elementary-xfce/actions/16/mail-send-receive.svg mode change 100644 => 120000 elementary-xfce/actions/22/mail-forward-all.svg create mode 100644 elementary-xfce/actions/22/mail-forward-rtl.svg create mode 100644 elementary-xfce/actions/22/mail-reply-all-rtl.svg create mode 100644 elementary-xfce/actions/22/mail-reply-sender-rtl.svg create mode 100644 elementary-xfce/actions/32/mail-message-new.svg create mode 100644 elementary-xfce/actions/32/mail-send-receive.svg create mode 100644 elementary-xfce/actions/48/mail-send-receive.svg delete mode 100644 elementary-xfce/places/128/mail-inbox.svg delete mode 100644 elementary-xfce/places/128/mail-mailbox.svg delete mode 100644 elementary-xfce/places/128/mail-outbox.svg delete mode 100644 elementary-xfce/places/48/mail-inbox.svg delete mode 100644 elementary-xfce/places/48/mail-mailbox.svg delete mode 100644 elementary-xfce/places/48/mail-outbox.svg delete mode 100644 elementary-xfce/places/64/mail-inbox.svg delete mode 100644 elementary-xfce/places/64/mail-mailbox.svg delete mode 100644 elementary-xfce/places/64/mail-outbox.svg diff --git a/elementary-xfce/actions/16/mail-message-new.svg b/elementary-xfce/actions/16/mail-message-new.svg new file mode 100644 index 000000000..ec5954426 --- /dev/null +++ b/elementary-xfce/actions/16/mail-message-new.svg @@ -0,0 +1,414 @@ + +image/svg+xml diff --git a/elementary-xfce/actions/16/mail-send-receive.svg b/elementary-xfce/actions/16/mail-send-receive.svg new file mode 100644 index 000000000..96501e07a --- /dev/null +++ b/elementary-xfce/actions/16/mail-send-receive.svg @@ -0,0 +1,200 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elementary-xfce/actions/22/mail-forward-all.svg b/elementary-xfce/actions/22/mail-forward-all.svg deleted file mode 100644 index 7c1859fc2..000000000 --- a/elementary-xfce/actions/22/mail-forward-all.svg +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/elementary-xfce/actions/22/mail-forward-all.svg b/elementary-xfce/actions/22/mail-forward-all.svg new file mode 120000 index 000000000..187a2d997 --- /dev/null +++ b/elementary-xfce/actions/22/mail-forward-all.svg @@ -0,0 +1 @@ +mail-reply-all-rtl.svg \ No newline at end of file diff --git a/elementary-xfce/actions/22/mail-forward-rtl.svg b/elementary-xfce/actions/22/mail-forward-rtl.svg new file mode 100644 index 000000000..a0bfaa026 --- /dev/null +++ b/elementary-xfce/actions/22/mail-forward-rtl.svg @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/elementary-xfce/actions/22/mail-forward.svg b/elementary-xfce/actions/22/mail-forward.svg index 4f3a12097..6e3815aa7 100644 --- a/elementary-xfce/actions/22/mail-forward.svg +++ b/elementary-xfce/actions/22/mail-forward.svg @@ -1,222 +1,197 @@ - - - - image/svg+xml - - - - + width="22" + version="1.1" + sodipodi:docname="mail-forward.svg" + inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + + id="defs3073"> + id="linearGradient50"> - - - + offset="0" + style="stop-color:#ffffff;stop-opacity:1" + id="stop42" /> + offset="0.501194" + style="stop-color:#ffffff;stop-opacity:0.23529412" + id="stop44" /> + offset="1" + style="stop-color:#ffffff;stop-opacity:0.15686275" + id="stop46" /> + offset="1" + style="stop-color:#ffffff;stop-opacity:0.39215687" + id="stop48" /> + id="linearGradient2181"> - - + id="stop2175" + style="stop-color:#ffffff;stop-opacity:0.23529412" + offset="0.58888781" /> - - - - - - + id="linearGradient8662"> + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop8664" /> + offset="1" + style="stop-color:#000000;stop-opacity:0" + id="stop8666" /> + + id="linearGradient971"> + + - - + id="linearGradient1903-0-3" + xlink:href="#linearGradient2181" /> + gradientTransform="matrix(-1.004639,0,0,1,15.914261,-17.171689)" + x1="5.8849864" + y1="20.383398" + x2="5.8849864" + y2="38.171688" /> + gradientTransform="matrix(-1.004639,0,0,1,10.914261,-17.171689)" + x1="-2.5213938" + y1="22.402153" + x2="-2.5213938" + y2="35.268829" /> + id="linearGradient1108" + xlink:href="#linearGradient1080" /> - + id="linearGradient1080"> + + + - - + + + + image/svg+xml + + + + + + id="rect1082-6" + style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:url(#linearGradient1108);fill-opacity:1;stroke:#002e99;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.5;stop-color:#000000;stop-opacity:1" + d="m 11.999734,3.5 c 0.153845,0 0.282921,0.064176 0.375,0.1679688 0.0063,0.00735 0.01283,0.014514 0.01953,0.021484 l 7.97099,6.9687502 c 0.08612,0.09122 0.13672,0.206858 0.13672,0.341797 0,0.134941 -0.0506,0.250577 -0.136719,0.341797 l -7.970989,6.96875 c -0.0067,0.007 -0.01323,0.01418 -0.01953,0.02148 C 12.282653,18.43582 12.15358,18.5 11.999734,18.5 c -0.285849,0 -0.5,-0.214151 -0.5,-0.5 v -4 c 1.79e-4,-0.276217 -0.223782,-0.500179 -0.5,-0.5 H 9.9997345 c -2.9999997,0 -5.9328682,2.5 -5.9880042,5.25 0,0.4155 -0.3345,0.75 -0.75,0.75 -0.496221,0 -0.759756,-0.265113 -0.759756,-0.75 V 16 C 2.4180613,12 4.9997348,8.4999997 9.9997345,8.4999997 h 0.9999995 c 0.276218,1.79e-4 0.500179,-0.223783 0.5,-0.5 V 4 c 0,-0.2858493 0.214151,-0.5 0.5,-0.5 z" + sodipodi:nodetypes="scccscccssccscsscsccss" /> + d="m 11.001614,12.501953 c 0.827238,2.68e-4 1.497779,0.670809 1.498047,1.498047 v 2.89 L 19.235,11 12.499661,5.11 v 2.8998926 c -2.68e-4,0.827238 -0.670809,1.4977791 -1.498047,1.4980471" + style="font-variation-settings:normal;opacity:0.5;vector-effect:none;fill:none;fill-opacity:1;stroke:url(#linearGradient983-3-2);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;stop-color:#000000" + id="path873-5-5-2-6-1" + sodipodi:nodetypes="ccccccc" /> + id="rect1082-96-8" + style="font-variation-settings:normal;opacity:0.5;vector-effect:none;fill:none;fill-opacity:1;stroke:url(#linearGradient1903-5);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;stop-color:#000000;stop-opacity:1" + d="m 11.001974,12.503906 h -1 c -3.9999997,0 -6.7431297,3.224377 -6.7431297,6.496094" /> + d="m 3.4980683,16 c 0,-3.570009 1.880213,-6.5000003 6.5039057,-6.5000003 h 1" + style="font-variation-settings:normal;opacity:0.5;vector-effect:none;fill:none;fill-opacity:1;stroke:url(#linearGradient1903-0-3);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;stop-color:#000000;stop-opacity:1" + id="rect1082-96-4-7" /> diff --git a/elementary-xfce/actions/22/mail-message-new.svg b/elementary-xfce/actions/22/mail-message-new.svg index 2c1d8dcea..836825bc3 100644 --- a/elementary-xfce/actions/22/mail-message-new.svg +++ b/elementary-xfce/actions/22/mail-message-new.svg @@ -1,9 +1,10 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - + d="M 0.7444326,14.506276 0.25922075,15.788967 1.560593,15.315574 C 1.446907,15.182439 1.3413094,15.047739 1.2062351,14.913801 1.0507282,14.759602 0.89915498,14.633134 0.7444326,14.506276 Z" /> diff --git a/elementary-xfce/actions/22/mail-reply-all-rtl.svg b/elementary-xfce/actions/22/mail-reply-all-rtl.svg new file mode 100644 index 000000000..b0e65b6f7 --- /dev/null +++ b/elementary-xfce/actions/22/mail-reply-all-rtl.svg @@ -0,0 +1,236 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/elementary-xfce/actions/22/mail-reply-all.svg b/elementary-xfce/actions/22/mail-reply-all.svg index 89998a7bb..b048042d0 100644 --- a/elementary-xfce/actions/22/mail-reply-all.svg +++ b/elementary-xfce/actions/22/mail-reply-all.svg @@ -24,13 +24,13 @@ inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" showgrid="false" - inkscape:zoom="45.254834" - inkscape:cx="18.219048" - inkscape:cy="14.341009" + inkscape:zoom="22.627417" + inkscape:cx="18.804621" + inkscape:cy="8.5294755" inkscape:window-width="1278" inkscape:window-height="1005" - inkscape:window-x="640" - inkscape:window-y="13" + inkscape:window-x="638" + inkscape:window-y="10" inkscape:window-maximized="0" inkscape:current-layer="svg3071" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/elementary-xfce/actions/22/mail-reply-sender.svg b/elementary-xfce/actions/22/mail-reply-sender.svg index e37dca1cf..b467fdff6 100644 --- a/elementary-xfce/actions/22/mail-reply-sender.svg +++ b/elementary-xfce/actions/22/mail-reply-sender.svg @@ -24,14 +24,14 @@ inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" showgrid="false" - inkscape:zoom="33.5" - inkscape:cx="10.029851" - inkscape:cy="12.014925" - inkscape:window-width="1920" - inkscape:window-height="1020" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" + inkscape:zoom="256" + inkscape:cx="2.1875" + inkscape:cy="11.789062" + inkscape:window-width="1427" + inkscape:window-height="1053" + inkscape:window-x="149" + inkscape:window-y="382" + inkscape:window-maximized="0" inkscape:current-layer="svg3071" /> @@ -85,7 +85,7 @@ id="stop8666" /> @@ -126,7 +126,7 @@ xlink:href="#linearGradient50" id="linearGradient1903-5" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.004639,0,0,1,6.087713,-17.171689)" + gradientTransform="matrix(1.004639,0,0,1,6.0877113,-17.171689)" x1="5.8849864" y1="20.383398" x2="5.8849864" @@ -135,7 +135,7 @@ xlink:href="#linearGradient971" id="linearGradient983-3-2" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.004639,0,0,1,11.087713,-17.171689)" + gradientTransform="matrix(1.004639,0,0,1,11.087711,-17.171689)" x1="-2.5213938" y1="22.402153" x2="-2.5213938" @@ -148,7 +148,7 @@ x2="12" y2="24" gradientUnits="userSpaceOnUse" - gradientTransform="translate(7.001614,-4.0000003)" /> + gradientTransform="translate(7.0016123,-4.0000003)" /> + d="m 9.9999634,3.5 c -0.1538448,0 -0.2829198,0.064176 -0.3749997,0.1679688 -0.0063,0.00735 -0.01283,0.014514 -0.01953,0.021484 L 1.6367183,10.658203 c -0.08612,0.09122 -0.13672,0.206858 -0.13672,0.341797 0,0.134941 0.0506,0.250577 0.136719,0.341797 l 7.9687154,6.96875 c 0.0067,0.007 0.01323,0.01418 0.01953,0.02148 C 9.7170447,18.43582 9.8461177,18.5 9.9999634,18.5 10.285812,18.5 10.499963,18.285849 10.499963,18 v -4 c -1.79e-4,-0.276217 0.223783,-0.500179 0.5,-0.5 h 1 c 3,0 5.935143,2.5 5.990279,5.25 0,0.4155 0.3345,0.75 0.75,0.75 0.496221,0 0.759756,-0.265113 0.759756,-0.75 V 16 c 0.08391,-4 -2.500035,-7.5000003 -7.500035,-7.5000003 h -1 c -0.276217,1.79e-4 -0.500179,-0.223783 -0.5,-0.5 V 4 c 0,-0.2858493 -0.214151,-0.5 -0.4999996,-0.5 z" + sodipodi:nodetypes="scccscccssccscsscsccss" /> + id="path873-5-5-2-6-1" + sodipodi:nodetypes="ccccccc" /> + d="m 10.999998,12.503906 h 1 c 4,0 6.74313,3.224377 6.74313,6.496094" /> + id="rect1082-96-4-7" + sodipodi:nodetypes="csc" /> diff --git a/elementary-xfce/actions/24/mail-message-new.svg b/elementary-xfce/actions/24/mail-message-new.svg index c25f4af05..b17b06b41 100644 --- a/elementary-xfce/actions/24/mail-message-new.svg +++ b/elementary-xfce/actions/24/mail-message-new.svg @@ -1,226 +1,117 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - + d="M 0.7444326,14.506276 0.25922075,15.788967 1.560593,15.315574 C 1.446907,15.182439 1.3413094,15.047739 1.2062351,14.913801 1.0507282,14.759602 0.89915498,14.633134 0.7444326,14.506276 Z" /> diff --git a/elementary-xfce/actions/24/mail-send-receive.svg b/elementary-xfce/actions/24/mail-send-receive.svg index fc3be4ccc..b756334b3 100644 --- a/elementary-xfce/actions/24/mail-send-receive.svg +++ b/elementary-xfce/actions/24/mail-send-receive.svg @@ -1,17 +1,40 @@ + width="24" + version="1.1" + id="svg6" + sodipodi:docname="mail-send-receive.svg" + inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + + id="metadata12"> @@ -22,336 +45,210 @@ + id="defs10"> + id="linearGradient1356"> + offset="0" + style="stop-color:#ffffff;stop-opacity:1" + id="stop1348" /> - - + offset="0.00000001" + style="stop-color:#ffffff;stop-opacity:0.23529412" + id="stop1350" /> + offset="1" + style="stop-color:#ffffff;stop-opacity:0.15686275" + id="stop1352" /> + offset="1" + style="stop-color:#ffffff;stop-opacity:0.39215687" + id="stop1354" /> + id="linearGradient870"> + style="stop-color:#cd9ef7;stop-opacity:1" + offset="0" + id="stop866" /> + style="stop-color:#a56de2;stop-opacity:1" + offset="1" + id="stop868" /> - - - + inkscape:collect="always" + xlink:href="#linearGradient1356" + id="linearGradient4081" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-0.39056144,0.43562686,0,-6.519347,26.010508)" + x1="25.631071" + y1="57.037033" + x2="12.286115" + y2="57.037033" /> + + id="linearGradient1597-3"> - - - + id="stop1591-6" + style="stop-color:#ffffff;stop-opacity:0.23529412" + offset="0.00000012" /> - - - - - - + inkscape:collect="always" + xlink:href="#linearGradient1046" + id="linearGradient1556-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,-1,34.776675,50.245449)" + x1="-17.673822" + y1="42.245449" + x2="-17.673822" + y2="29.409298" /> - + id="linearGradient1046"> + id="stop1042" + offset="0" + style="stop-color:#9bdb4d;stop-opacity:1" /> + id="stop1044" + offset="1" + style="stop-color:#68b723;stop-opacity:1" /> + id="linearGradient8662-8"> - - - - - + + gradientTransform="matrix(0.5372019,0,0,-0.57681717,-30.050103,44.031181)" + x1="70.441086" + y1="67.749962" + x2="70.441086" + y2="50.323315" /> + id="linearGradient47817"> + id="stop47811" + style="stop-color:#ffffff;stop-opacity:0.23529412" + offset="0.40414637" /> + - - - - - - - - - - - - + + gradientTransform="matrix(-0.52995454,0,0,-0.35307735,22.512547,21.835677)" + cx="24.837126" + cy="36.421127" + fx="24.837126" + fy="36.421127" + r="15.644737" /> - + id="g12363" + transform="matrix(-0.78398268,0,0,0.9051732,14.330238,4.8749888)" + style="stroke-width:1.18709"> + style="display:inline;overflow:visible;visibility:visible;opacity:0.141176;fill:url(#radialGradient12365);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.18709;marker:none" + id="path12361" + d="m 1.059,8.976195 a 8.2909995,5.5238047 0 1 1 16.581999,0 8.2909995,5.5238047 0 0 1 -16.581999,0 z" /> + + + style="display:inline;overflow:visible;visibility:visible;opacity:0.141176;fill:url(#radialGradient3862-3);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.18709;marker:none" + id="path3501-0" + d="m 1.059,8.976195 a 8.2909995,5.5238047 0 1 1 16.581999,0 8.2909995,5.5238047 0 0 1 -16.581999,0 z" /> - - - + id="path873-5-5-4" + style="font-variation-settings:normal;fill:url(#linearGradient1556-1);fill-opacity:1;stroke:#206b00;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.5;stop-color:#000000" + d="m 22.500001,14.870809 c 0,0.129184 -0.10128,0.228749 -0.126255,0.285156 -0.0054,0.0048 -0.01065,0.01041 -0.01578,0.01553 l -5.103413,6.224035 c -0.06681,0.0657 -0.155042,0.104463 -0.254553,0.104463 -0.0988,0 -0.183919,-0.03876 -0.255,-0.104463 l -5.105872,-6.224036 c -0.0051,-0.0051 -0.01037,-0.01072 -0.01577,-0.01553 C 11.547298,15.085724 11.5,14.988176 11.5,14.870807 c 0,-0.218072 0.158254,-0.370816 0.371495,-0.370816 h 3.263029 c 0.199024,1.37e-4 0.365761,-0.18217 0.365761,-0.392893 V 7.861385 C 15.500285,7.654781 15.657554,7.5 15.867478,7.5 h 2.265766 c 0.209925,0 0.367193,0.154781 0.367193,0.361385 v 6.281009 c 0.01837,0.19344 0.177038,0.357729 0.364322,0.3576 h 3.268048 c 0.190944,0 0.367194,0.223285 0.367194,0.370815 z" + sodipodi:nodetypes="scccscccsscsssssccss" /> + d="M 15.500001,15.5 H 13.205 L 16.999999,20.125 20.795,15.5 h -2.294875" + style="font-variation-settings:normal;opacity:0.6;vector-effect:none;fill:none;fill-opacity:1;stroke:url(#linearGradient4081);stroke-width:0.999996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;stop-color:#000000" + id="path4075" + sodipodi:nodetypes="ccccc" /> + d="m 18.499876,15.5 c -0.410995,0 -0.99965,-0.735733 -0.999752,-1.249998 0,0 -0.02402,-4.092125 -2.48e-4,-5.750002 h -0.999378 l -9.95e-4,5.750002 C 16.499441,14.715045 15.996992,15.5 15.5,15.5" + style="font-variation-settings:normal;opacity:0.6;vector-effect:none;fill:none;fill-opacity:1;stroke:url(#linearGradient4079);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;stop-color:#000000" + id="path4077" + sodipodi:nodetypes="cccccc" /> + id="path873-5-5-4-0" + style="font-variation-settings:normal;fill:url(#linearGradient1556);fill-opacity:1;stroke:#7239b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.5;stop-color:#000000" + d="m 12.500002,9.129184 c 0,-0.129184 -0.10128,-0.228749 -0.126255,-0.285156 -0.0054,-0.0048 -0.01065,-0.01041 -0.01578,-0.01553 L 7.2545537,2.604463 C 7.1877437,2.538763 7.0995117,2.5 7.0000007,2.5 c -0.0988,0 -0.183919,0.03876 -0.255,0.104463 L 1.639128,8.828499 c -0.0051,0.0051 -0.01037,0.01072 -0.01577,0.01553 C 1.547298,8.914269 1.5,9.011817 1.5,9.129186 c 0,0.218072 0.158254,0.370816 0.3714954,0.370816 h 3.2630293 c 0.199024,-1.37e-4 0.365761,0.18217 0.365761,0.3928935 v 6.2457155 c 0,0.206604 0.157269,0.361385 0.367193,0.361385 h 2.265766 c 0.209925,0 0.367193,-0.154781 0.367193,-0.361385 V 9.857599 c 0.01837,-0.19344 0.177038,-0.357729 0.364322,-0.3576 h 3.2680483 c 0.190944,0 0.367194,-0.223285 0.367194,-0.370815 z" + sodipodi:nodetypes="scccscccsscsssssccss" /> + id="path4075-9" + style="font-variation-settings:normal;opacity:0.6;fill:none;fill-opacity:1;stroke:url(#linearGradient47751);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:7;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;stop-color:#000000" + d="M 7.0000007,3.875 3.2050788,8.5 h 2.2949219 c 0.496992,0 0.999938,0.784957 1,1.25 v 5.750004 h 1 c -0.02377,-1.657876 0,-5.750004 0,-5.750004 1.02e-4,-0.514264 0.589005,-1.25 1,-1.25 h 2.2949223 z" + sodipodi:nodetypes="ccsccccscc" /> diff --git a/elementary-xfce/actions/32/mail-message-new.svg b/elementary-xfce/actions/32/mail-message-new.svg new file mode 100644 index 000000000..32f009e24 --- /dev/null +++ b/elementary-xfce/actions/32/mail-message-new.svg @@ -0,0 +1,519 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elementary-xfce/actions/32/mail-send-receive.svg b/elementary-xfce/actions/32/mail-send-receive.svg new file mode 100644 index 000000000..41b886883 --- /dev/null +++ b/elementary-xfce/actions/32/mail-send-receive.svg @@ -0,0 +1,240 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/elementary-xfce/actions/48/mail-message-new.svg b/elementary-xfce/actions/48/mail-message-new.svg index 5f25e9c25..92a34e162 100644 --- a/elementary-xfce/actions/48/mail-message-new.svg +++ b/elementary-xfce/actions/48/mail-message-new.svg @@ -1,320 +1,504 @@ - - - - image/svg+xml - - - - + id="svg6649" + sodipodi:docname="mail-message-new.svg" + inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + - + id="defs6651"> + id="linearGradient1201"> + + - + id="linearGradient3688-166-749"> - - + id="linearGradient3702-501-757"> + + x1="38.999996" + y1="5.9999938" + x2="38.999996" + y2="41.945408" + id="linearGradient3058-5" + xlink:href="#linearGradient1201" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(4e-6,1.0000062)" /> + + + offset="0" + style="stop-color:#f4f4f4;stop-opacity:1" + id="stop3602-0-0" /> - + id="stop3604-9-04" /> + id="linearGradient3104-6"> + offset="0" + style="stop-color:#000000;stop-opacity:0.31782946" + id="stop3106-3" /> + offset="1" + style="stop-color:#000000;stop-opacity:0.24031007" + id="stop3108-9" /> + xlink:href="#linearGradient3104-6" + id="linearGradient3170" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.80749686,0,0,0.89471714,10.835333,-0.132171)" + x1="-51.786404" + y1="50.786446" + x2="-51.786404" + y2="2.9062471" /> + + + + + + offset="0" + style="stop-color:#ad5f00;stop-opacity:1" + id="stop2541-7" /> + offset="0.13482948" + style="stop-color:#ffe16b;stop-opacity:1" + id="stop2543-5" /> + + + + + + + spreadMethod="pad" + y2="31.210939" + x2="23.575972" + y1="25.356892" + x1="23.575972" + gradientTransform="matrix(0.6565695,-0.659788,0.7345237,0.7308691,691.72542,7.1443058)" + gradientUnits="userSpaceOnUse" + id="linearGradient1291" + xlink:href="#linearGradient1310" /> + + id="stop1296" + style="stop-color:#d4d4d4;stop-opacity:1" + offset="0.13482948" /> + + + + id="stop1304" + style="stop-color:#abacae;stop-opacity:1" + offset="0.57114136" /> + + gradientTransform="matrix(0.6380091,-0.6411367,0.8596262,0.8553492,-24.35737,1.9381758)" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient1491" + id="linearGradient3887-2" + y2="30.000141" + x2="30.037716" + y1="24.989594" + x1="30.037716" /> + + + xlink:href="#linearGradient1507" + id="linearGradient3889-7" + y2="30.000141" + x2="30.037716" + y1="24.989594" + x1="30.037716" /> + id="linearGradient1507"> + + + + + xlink:href="#linearGradient1491" + id="linearGradient3891-0" + y2="30.000141" + x2="30.037716" + y1="24.989594" + x1="30.037716" /> + xlink:href="#linearGradient1507" + id="linearGradient3893-9" + y2="30.000141" + x2="30.037716" + y1="24.989594" + x1="30.037716" /> - + + xlink:href="#linearGradient1507" + id="linearGradient3897-6" + y2="30.000141" + x2="30.037716" + y1="24.989594" + x1="30.037716" /> + xlink:href="#linearGradient3290-678-0" + id="linearGradient3899-2" + y2="26.02973" + x2="9" + y1="29.056757" + x1="9" /> + id="linearGradient3290-678-0"> - + style="stop-color:#fff394;stop-opacity:1" + id="stop2607-2" /> - + style="stop-color:#fafafa;stop-opacity:1" + id="stop2609-3" /> + xlink:href="#linearGradient3191-577-5" + id="linearGradient3901-7" + y2="41.391716" + x2="9.5220556" + y1="37.371799" + x1="5.5178981" /> + + + + - - - - - + + + + image/svg+xml + + + + + style="opacity:0.4;fill:url(#radialGradient3013-6-5-76);fill-opacity:1;stroke:none;stroke-width:0.862764" + id="rect2801-3-7-7-2" + y="41.75" + x="40" + height="4.4999995" + width="5" /> - - + style="opacity:0.4;fill:url(#radialGradient3015-1-6-9);fill-opacity:1;stroke:none;stroke-width:0.862764" + id="rect3696-6-3-5-0" + transform="scale(-1)" + y="-46.25" + x="-8" + height="4.4999995" + width="5" /> + + + + - - - + id="layer1-4" + transform="matrix(1.2461064,0,0,1.2471097,17.155233,4.9386448)" + style="stroke-width:0.802179"> + style="opacity:0.15;fill:#0c0c0c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.802177" + id="path2422-2" + d="m 17.199459,11.219212 c -0.170106,-0.06282 -0.303493,-0.03057 -0.392278,0.02072 l -11.8240121,6.807265 -2.1762547,1.255834 -0.06675,0.02744 -2.46348879,4.774349 H 8.7029222 L 20.473054,15.441593 c 0.355135,-0.205517 -0.175242,-1.309334 -1.18966,-2.480607 -0.760815,-0.87846 -1.573623,-1.553315 -2.083935,-1.741768 z" + sodipodi:nodetypes="scccccccsss" /> + + + + + + + + + + + + + + + diff --git a/elementary-xfce/actions/48/mail-send-receive.svg b/elementary-xfce/actions/48/mail-send-receive.svg new file mode 100644 index 000000000..10369bd8d --- /dev/null +++ b/elementary-xfce/actions/48/mail-send-receive.svg @@ -0,0 +1,250 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elementary-xfce/actions/symbolic/mail-message-new-symbolic.svg b/elementary-xfce/actions/symbolic/mail-message-new-symbolic.svg index 717f17adf..49de850aa 100644 --- a/elementary-xfce/actions/symbolic/mail-message-new-symbolic.svg +++ b/elementary-xfce/actions/symbolic/mail-message-new-symbolic.svg @@ -1,7 +1,56 @@ - - - - - - + + + + + + + diff --git a/elementary-xfce/actions/symbolic/mail-send-receive-symbolic.svg b/elementary-xfce/actions/symbolic/mail-send-receive-symbolic.svg index 159556cf2..dfad595c6 100644 --- a/elementary-xfce/actions/symbolic/mail-send-receive-symbolic.svg +++ b/elementary-xfce/actions/symbolic/mail-send-receive-symbolic.svg @@ -1,6 +1,44 @@ - - - - - + + + + + + diff --git a/elementary-xfce/places/128/mail-inbox.svg b/elementary-xfce/places/128/mail-inbox.svg deleted file mode 100644 index adf276ea4..000000000 --- a/elementary-xfce/places/128/mail-inbox.svg +++ /dev/null @@ -1,419 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/elementary-xfce/places/128/mail-mailbox.svg b/elementary-xfce/places/128/mail-mailbox.svg deleted file mode 100644 index b0f371143..000000000 --- a/elementary-xfce/places/128/mail-mailbox.svg +++ /dev/null @@ -1,330 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/elementary-xfce/places/128/mail-outbox.svg b/elementary-xfce/places/128/mail-outbox.svg deleted file mode 100644 index f15a48c44..000000000 --- a/elementary-xfce/places/128/mail-outbox.svg +++ /dev/null @@ -1,411 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/elementary-xfce/places/16/mail-inbox.svg b/elementary-xfce/places/16/mail-inbox.svg index b5a25b5ee..d071a9010 100644 --- a/elementary-xfce/places/16/mail-inbox.svg +++ b/elementary-xfce/places/16/mail-inbox.svg @@ -1,231 +1,218 @@ + id="svg4230" + inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" + sodipodi:docname="mail-inbox.svg" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + + inkscape:collect="always" + id="linearGradient6435"> + + + + id="linearGradient17390"> + offset="0.0000002" /> + offset="1" /> - + id="linearGradient4090"> + id="stop4094" + style="stop-color:#ffffff;stop-opacity:0.23529412" + offset="0.05795809" /> + id="stop4096" + style="stop-color:#ffffff;stop-opacity:0.15686275" + offset="0.98430091" /> + x1="16" + y1="0" + x2="16" + y2="16" + id="linearGradient3846-6" + xlink:href="#linearGradient3600-0" + gradientUnits="userSpaceOnUse" /> + id="linearGradient3600-0"> + + x1="16" + y1="0" + x2="16" + y2="16" /> + id="linearGradient1356"> + id="stop1348" /> + id="stop1350" /> + id="stop1352" /> + id="stop1354" /> - + id="linearGradient885"> - - - - - - - + gradientTransform="matrix(0,-0.66975928,0.49699178,0,-18.864985,24.525584)" + x1="33.632362" + y1="53.037033" + x2="27.66007" + y2="53.037033" /> - - - + y2="57.037033" + x2="17.949821" + y1="57.037033" + x1="25.631071" + gradientTransform="matrix(0,-0.39056144,0.43562686,0,-15.519346,17.010503)" + gradientUnits="userSpaceOnUse" + id="linearGradient940-6" + xlink:href="#linearGradient1356" /> - - - + y2="10.24962" + x2="23.836843" + y1="10.24962" + x1="3.317925" + gradientTransform="matrix(0,0.61157583,-0.6008607,0,14.611228,-2.0291627)" + gradientUnits="userSpaceOnUse" + id="linearGradient72-1" + xlink:href="#linearGradient885" /> + id="linearGradient4213-9"> - + xlink:href="#linearGradient4213-9" + id="radialGradient3129-6" + fy="36.421127" + fx="24.837126" + r="15.644737" + cy="36.421127" + cx="24.837126" /> + inkscape:collect="always" + xlink:href="#linearGradient6435" + id="linearGradient6437" + x1="8.0064001" + y1="6.9999952" + x2="8.0064001" + y2="13" + gradientUnits="userSpaceOnUse" /> @@ -235,43 +222,70 @@ image/svg+xml - - - - - - - - - - + + + + + + + + + + + diff --git a/elementary-xfce/places/16/mail-mailbox.svg b/elementary-xfce/places/16/mail-mailbox.svg index cd25a6cc5..96b94d6a5 100644 --- a/elementary-xfce/places/16/mail-mailbox.svg +++ b/elementary-xfce/places/16/mail-mailbox.svg @@ -1,154 +1,121 @@ + id="svg4230" + inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" + sodipodi:docname="mail-mailbox.svg" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + - - - - - - + inkscape:collect="always" + id="linearGradient6435"> + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop6431" /> + style="stop-color:#000000;stop-opacity:0.5;" + offset="1" + id="stop6433" /> + id="linearGradient4090"> + id="stop4094" + style="stop-color:#ffffff;stop-opacity:0.23529412" + offset="0.05795809" /> + id="stop4096" + style="stop-color:#ffffff;stop-opacity:0.15686275" + offset="0.98430091" /> - - - + x1="16" + y1="0" + x2="16" + y2="16" + id="linearGradient3846-6" + xlink:href="#linearGradient3600-0" + gradientUnits="userSpaceOnUse" /> + id="linearGradient3600-0"> - - - - - - - + gradientTransform="matrix(0.35135122,0,0,0.35135132,17.56756,0.56756616)" /> + x1="16" + y1="0" + x2="16" + y2="16" /> + inkscape:collect="always" + xlink:href="#linearGradient6435" + id="linearGradient6437" + x1="8.0064001" + y1="7" + x2="8.0064001" + y2="13" + gradientUnits="userSpaceOnUse" /> @@ -158,32 +125,51 @@ image/svg+xml - - + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4288);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" + id="rect3937-2" + y="11.999978" + x="1" + ry="0.75" + rx="0.75" + height="3.0000219" + width="14" /> + + + + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.999922;marker:none;enable-background:accumulate" + id="path3806" + d="m 2,11 v 1 h 3 v 1.999978 L 11,14 v -2 h 3 v -1 c 0,0 -1.28238,5e-5 -3,0 v 2 l -6,-2.2e-5 V 11 c 0,0 -1.93063,0 -3,0 z" /> + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.45;fill:none;stroke:#000000;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate" + id="rect4014" + d="m 0.5,10.9 v 3.35 c 0,0.693805 0.5609126,1.25 1.25,1.25 h 12.5 c 0.686029,0 1.25,-0.553224 1.25,-1.25 V 10.9 L 13.375,5.5 H 2.625 Z" + sodipodi:nodetypes="csssscccc" /> + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:url(#linearGradient4078);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + id="path4076" + d="m 3.3,6.5 -1.8,4.625 v 3.125 c 0,0.130219 0.124902,0.25 0.25,0.25 h 12.5 c 0.134157,0 0.25,-0.118746 0.25,-0.25 V 11.125 L 12.7,6.5 Z" + sodipodi:nodetypes="ccccccccc" /> diff --git a/elementary-xfce/places/16/mail-outbox.svg b/elementary-xfce/places/16/mail-outbox.svg index 3448eedb8..3cfc89158 100644 --- a/elementary-xfce/places/16/mail-outbox.svg +++ b/elementary-xfce/places/16/mail-outbox.svg @@ -1,273 +1,258 @@ + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + - - - - - - - + id="defs4232"> + inkscape:collect="always" + id="linearGradient6435"> - - + id="stop6431" /> - - - - - + id="stop6433" /> - + id="linearGradient4090"> + offset="0.05795809" /> + offset="0.98430091" /> + x1="16" + y1="0" + x2="16" + y2="16" + id="linearGradient3846-6" + xlink:href="#linearGradient3600-0" + gradientUnits="userSpaceOnUse" /> + id="linearGradient3600-0"> + + + + xlink:href="#linearGradient4213-9" + id="radialGradient3129-0" + fy="36.421127" + fx="24.837126" + r="15.644737" + cy="36.421127" + cx="24.837126" /> + id="linearGradient4213-9"> - - + gradientTransform="matrix(0,-0.61157583,-0.6008607,0,14.611228,13.029157)" + x1="23.573418" + y1="12.667211" + x2="1.6827867" + y2="12.667211" /> + id="linearGradient1442"> + y2="54.037033" + x2="33.076447" + y1="54.037033" + x1="20.443369" + gradientTransform="matrix(0,0.54188661,0.46916342,0,-17.115418,-8.9189114)" + gradientUnits="userSpaceOnUse" + id="linearGradient940-5-7" + xlink:href="#linearGradient1597-6-5" /> + - - + id="stop1591-9-5" + style="stop-color:#ffffff;stop-opacity:0.23529412" + offset="0.36232007" /> + id="stop1593-1-6" + style="stop-color:#ffffff;stop-opacity:0.15686275" + offset="1" /> - - + id="metadata4235"> image/svg+xml - - - - - - - - - - + + + + + + + + + + diff --git a/elementary-xfce/places/22/mail-inbox.svg b/elementary-xfce/places/22/mail-inbox.svg index d17a8228d..203b62870 100644 --- a/elementary-xfce/places/22/mail-inbox.svg +++ b/elementary-xfce/places/22/mail-inbox.svg @@ -1,322 +1,299 @@ + id="svg4230" + inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" + sodipodi:docname="mail-inbox.svg" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + - + id="defs4232"> + inkscape:collect="always" + id="linearGradient6435"> - - - + id="stop6431" /> + id="stop6433" /> - + id="linearGradient4090"> + id="stop4094" + style="stop-color:#ffffff;stop-opacity:0.23529412" + offset="0.04355567" /> + id="stop4096" + style="stop-color:#ffffff;stop-opacity:0.15686275" + offset="0.98430091" /> + gradientTransform="matrix(1.4,0,0,1.4125,-0.2,-2.26875)" /> + id="linearGradient3600-0"> - - - - + gradientTransform="matrix(0.49189171,0,0,0.49628374,24.394584,-1.4670628)" /> + x1="16" + y1="0" + x2="16" + y2="16" + gradientTransform="matrix(1.2857142,0,0,2.3333162,0.7142861,-14.999743)" /> - - - - + gradientTransform="matrix(1.4,0,0,1.4125,-0.2,-2.26875)" /> - - + id="linearGradient4712"> + id="stop4708" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + id="stop4710" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + gradientTransform="matrix(1,0,0,-1,28.776675,43.245448)" + x1="-17.673822" + y1="41.169785" + x2="-17.673822" + y2="29.409298" /> + id="linearGradient1046"> + id="stop1042" + offset="0" + style="stop-color:#9bdb4d;stop-opacity:1" /> + id="stop1044" + offset="1" + style="stop-color:#68b723;stop-opacity:1" /> + gradientTransform="matrix(0,-0.39056144,0.43562686,0,-12.519347,19.010507)" + x1="25.631071" + y1="57.037033" + x2="12.286115" + y2="57.037033" /> + id="linearGradient1356"> + id="stop1348" /> + id="stop1350" /> + id="stop1352" /> + id="stop1354" /> + gradientTransform="matrix(0,-0.66975928,0.49699178,0,-15.864985,26.525588)" + x1="35.125439" + y1="53.037033" + x2="27.66007" + y2="53.037033" /> + id="linearGradient1597"> - - - - + + + id="metadata4235"> image/svg+xml - - - - - - - - - - - - + + + + + + + + + + + diff --git a/elementary-xfce/places/22/mail-mailbox.svg b/elementary-xfce/places/22/mail-mailbox.svg index 4152a880c..4a059a63f 100644 --- a/elementary-xfce/places/22/mail-mailbox.svg +++ b/elementary-xfce/places/22/mail-mailbox.svg @@ -1,229 +1,179 @@ + id="svg4230" + inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" + sodipodi:docname="mail-mailbox.svg" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + - - - - - - - - + id="defs4232"> + inkscape:collect="always" + id="linearGradient6435"> + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop6431" /> - - + style="stop-color:#000000;stop-opacity:0.5;" + offset="1" + id="stop6433" /> + id="linearGradient4090"> - - - - + offset="0.04355567" /> + offset="0.98430091" /> + x1="16" + y1="0" + x2="16" + y2="16" + id="linearGradient3846-6" + xlink:href="#linearGradient3600-0" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.4,0,0,1.4125,-0.2,-2.26875)" /> + - - - - + gradientTransform="matrix(0.49189171,0,0,0.49628374,24.394584,-1.4670628)" /> - - - - + x1="16" + y1="0" + x2="16" + y2="16" + gradientTransform="matrix(1.2857142,0,0,2.3333162,0.7142861,-14.999743)" /> + gradientTransform="matrix(1.4,0,0,1.4125,-0.2,-2.26875)" /> + id="metadata4235"> image/svg+xml - - - + height="7" + width="18" /> + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3846-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;enable-background:accumulate" + id="path3979" + d="M 2.0001147,13 3.8673023,7 H 18.132697 l 1.867188,6.000001 V 16 H 2.0001147 Z" + sodipodi:nodetypes="ccccccc" /> + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6437);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" + id="path3852" + d="M 5.1034008,8 3.5543442,13 H 7 v 3 h 8 v -3 l 3.445656,10e-7 L 16.896598,8 Z" + sodipodi:nodetypes="ccccccccc" /> - + inkscape:connector-curvature="0" + style="opacity:0.2;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1" + id="path4003" + d="m 5.1034008,8 -1.5490566,5 h 1.195541 L 5.9498853,9 H 16.050114 l 1.2,4 1.195541,10e-7 L 16.896598,8 Z" + sodipodi:nodetypes="ccccccccc" /> + + + diff --git a/elementary-xfce/places/22/mail-outbox.svg b/elementary-xfce/places/22/mail-outbox.svg index 5bea9ba3f..b3ccd3f65 100644 --- a/elementary-xfce/places/22/mail-outbox.svg +++ b/elementary-xfce/places/22/mail-outbox.svg @@ -1,314 +1,263 @@ + id="svg4230" + inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" + sodipodi:docname="mail-outbox.svg" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + - + id="defs4232"> + inkscape:collect="always" + id="linearGradient6435"> - + id="stop6431" /> + id="stop6433" /> - + id="linearGradient4090"> - - - - - - - - - - + id="stop4094" + style="stop-color:#ffffff;stop-opacity:0.23529412" + offset="0.04355567" /> + id="stop4096" + style="stop-color:#ffffff;stop-opacity:0.15686275" + offset="0.98430091" /> + gradientTransform="matrix(1.4,0,0,1.4125,-0.2,-2.26875)" /> + id="linearGradient3600-0"> - + gradientTransform="matrix(0.49189171,0,0,0.49628374,24.394584,-1.4670628)" /> - - - - - + inkscape:collect="always" + xlink:href="#linearGradient3600-0" + id="linearGradient4288" + gradientUnits="userSpaceOnUse" + x1="16" + y1="0" + x2="16" + y2="16" + gradientTransform="matrix(1.2857142,0,0,2.3333162,0.7142861,-14.999743)" /> + gradientTransform="matrix(1.4,0,0,1.4125,-0.2,-2.26875)" /> + id="linearGradient4712"> + id="stop4708" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + id="stop4710" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + + gradientTransform="translate(28.776676,-27.245456)" + x1="-17.392385" + y1="25.29842" + x2="-17.392385" + y2="46.237041" /> + id="linearGradient870"> - - + id="stop866" /> + id="stop868" /> + gradientTransform="matrix(0.5372019,0,0,-0.57681717,-26.050103,43.031181)" + x1="70.441086" + y1="67.749962" + x2="70.441086" + y2="52.070141" /> + id="linearGradient47817"> - - - + id="stop47811" + style="stop-color:#ffffff;stop-opacity:0.23529412" + offset="0.40414637" /> + id="stop47813" + style="stop-color:#ffffff;stop-opacity:0.15686275" + offset="1" /> + id="metadata4235"> image/svg+xml - - - - - - - - - - - - + + + + + + + + + + diff --git a/elementary-xfce/places/24/mail-inbox.svg b/elementary-xfce/places/24/mail-inbox.svg index 7508bf3eb..5a5e1dda6 100644 --- a/elementary-xfce/places/24/mail-inbox.svg +++ b/elementary-xfce/places/24/mail-inbox.svg @@ -1,419 +1,359 @@ + id="svg4230" + inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" + sodipodi:docname="mail-inbox.svg" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + + id="defs4232"> - - - + inkscape:collect="always" + id="linearGradient6435"> + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop6431" /> - + style="stop-color:#000000;stop-opacity:0.5;" + offset="1" + id="stop6433" /> - + id="linearGradient4090"> + id="stop4094" + style="stop-color:#ffffff;stop-opacity:0.23529412" + offset="0.04355567" /> + id="stop4096" + style="stop-color:#ffffff;stop-opacity:0.15686275" + offset="0.98430091" /> + gradientTransform="matrix(1.4,0,0,1.4125,0.8,-1.26875)" /> + id="linearGradient3600-0"> + gradientTransform="matrix(0.49189171,0,0,0.49628374,25.394584,-0.4670628)" /> - - - + inkscape:collect="always" + xlink:href="#linearGradient3600-0" + id="linearGradient4288" + gradientUnits="userSpaceOnUse" + x1="16" + y1="0" + x2="16" + y2="16" + gradientTransform="matrix(1.4285713,0,0,2.3333162,0.571429,-13.999743)" /> + + xlink:href="#50485" + id="linearGradient3784" + x1="302.85715" + x2="302.85715" + y1="366.64789" + y2="609.50507" /> + id="50485"> + id="stop2667-18" + offset="0" + style="stop-color:#000000;stop-opacity:0" /> + id="stop2669-9" + offset="0.5" + style="stop-color:#000000;stop-opacity:1" /> + + xlink:href="#linearGradient4712" + id="radialGradient3032" + r="117.14286" /> + id="linearGradient4712"> - - + id="stop4708" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + id="stop4710" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + + gradientTransform="matrix(1,0,0,-1,29.776675,44.245448)" + x1="-17.673822" + y1="41.169785" + x2="-17.673822" + y2="29.409298" /> + id="linearGradient1046"> + id="stop1042" + offset="0" + style="stop-color:#9bdb4d;stop-opacity:1" /> + id="stop1044" + offset="1" + style="stop-color:#68b723;stop-opacity:1" /> + gradientTransform="matrix(0,-0.39056144,0.43562686,0,-11.519347,20.010507)" + x1="25.631071" + y1="57.037033" + x2="12.286115" + y2="57.037033" /> + id="linearGradient1356"> + id="stop1348" /> + id="stop1350" /> + id="stop1352" /> + id="stop1354" /> + gradientTransform="matrix(0,-0.66975928,0.49699178,0,-14.864985,27.525588)" + x1="35.125439" + y1="53.037033" + x2="27.66007" + y2="53.037033" /> + id="linearGradient1597"> - - - - - - - - - - - - - - - - - - + gradientTransform="matrix(-0.27598143,0,0,-0.29583148,18.854585,22.646454)" /> + id="metadata4235"> image/svg+xml - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/elementary-xfce/places/24/mail-mailbox.svg b/elementary-xfce/places/24/mail-mailbox.svg index 65087df0e..8dfb93a30 100644 --- a/elementary-xfce/places/24/mail-mailbox.svg +++ b/elementary-xfce/places/24/mail-mailbox.svg @@ -1,326 +1,251 @@ + id="svg4230" + inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" + sodipodi:docname="mail-mailbox.svg" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + + id="defs4232"> + inkscape:collect="always" + id="linearGradient6435"> + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop6431" /> - - - - + style="stop-color:#000000;stop-opacity:0.5;" + offset="1" + id="stop6433" /> + id="linearGradient4090"> - - - - - - - - - - + offset="0.04355567" /> + offset="0.98430091" /> + x1="16" + y1="0" + x2="16" + y2="16" + id="linearGradient3846-6" + xlink:href="#linearGradient3600-0" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.4,0,0,1.4125,0.8,-1.26875)" /> + - - - - + gradientTransform="matrix(0.49189171,0,0,0.49628374,25.394584,-0.4670628)" /> - - - - + + gradientTransform="matrix(1.4,0,0,1.4125,0.8,-1.26875)" /> - - + gradientTransform="matrix(0.03279364,0,0,0.01512557,0.14744124,13.781237)" + gradientUnits="userSpaceOnUse" + xlink:href="#50485" + id="linearGradient3784" + x1="302.85715" + x2="302.85715" + y1="366.64789" + y2="609.50507" /> + + + + + - - + id="linearGradient4712"> + id="stop4708" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + id="stop4710" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> - - - - - - + xlink:href="#linearGradient4712" + id="radialGradient3030" + r="117.14286" /> + id="metadata4235"> image/svg+xml - - - - - - - - + + + - - + height="7" + width="20" /> + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3846-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;enable-background:accumulate" + id="path3979" + d="M 2,14 3.8671875,8 H 20.132812 L 22,14.000001 V 17 H 2 Z" + sodipodi:nodetypes="ccccccc" /> + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6437);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" + id="path3852" + d="M 5.1032861,9 3.5542295,14 H 8 v 3 h 8 v -3 l 4.445771,10e-7 L 18.896713,9 Z" + sodipodi:nodetypes="ccccccccc" /> - + inkscape:connector-curvature="0" + style="opacity:0.2;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1" + id="path4003" + d="m 5.1032861,9 -1.5490567,5 h 1.1955411 l 1.2,-4 H 18.050229 l 1.2,4 1.195541,10e-7 L 18.896713,9 Z" + sodipodi:nodetypes="ccccccccc" /> + + + diff --git a/elementary-xfce/places/24/mail-outbox.svg b/elementary-xfce/places/24/mail-outbox.svg index 52bcd6e7e..916a79dfd 100644 --- a/elementary-xfce/places/24/mail-outbox.svg +++ b/elementary-xfce/places/24/mail-outbox.svg @@ -1,411 +1,324 @@ + id="svg4230" + inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" + sodipodi:docname="mail-outbox.svg" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + - + id="defs4232"> + inkscape:collect="always" + id="linearGradient6435"> - + id="stop6431" /> + id="stop6433" /> - + id="linearGradient4090"> - - - - - - - - - - + id="stop4094" + style="stop-color:#ffffff;stop-opacity:0.23529412" + offset="0.04355567" /> + id="stop4096" + style="stop-color:#ffffff;stop-opacity:0.15686275" + offset="0.98430091" /> + gradientTransform="matrix(1.4,0,0,1.4125,0.8,-1.26875)" /> + id="linearGradient3600-0"> - - - - - - + x1="-15.846138" + y1="17.094133" + x2="-15.846138" + y2="41.232067" + id="linearGradient4078" + xlink:href="#linearGradient4090" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.49189171,0,0,0.49628374,25.394584,-0.4670628)" /> + x1="16" + y1="0" + x2="16" + y2="16" + gradientTransform="matrix(1.4285713,0,0,2.3333162,0.571429,-13.999743)" /> - - - + inkscape:collect="always" + xlink:href="#linearGradient6435" + id="linearGradient6437" + x1="8.0064001" + y1="6.9159293" + x2="8.0064001" + y2="14.349558" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.4,0,0,1.4125,0.8,-1.26875)" /> + xlink:href="#50485" + id="linearGradient3784" + x1="302.85715" + x2="302.85715" + y1="366.64789" + y2="609.50507" /> + id="50485"> - + style="stop-color:#000000;stop-opacity:0" /> + id="stop2669-9" + offset="0.5" + style="stop-color:#000000;stop-opacity:1" /> - - - - - - - - - - + style="stop-color:#000000;stop-opacity:0" /> + xlink:href="#linearGradient4712" + id="radialGradient3032" + r="117.14286" /> + id="linearGradient4712"> + style="stop-color:#000000;stop-opacity:1;" /> + style="stop-color:#000000;stop-opacity:0;" /> + + + gradientTransform="translate(29.776676,-26.245456)" + x1="-17.392385" + y1="25.29842" + x2="-17.392385" + y2="46.237041" /> + id="linearGradient870"> + id="stop866" /> + id="stop868" /> + gradientTransform="matrix(0.5372019,0,0,-0.57681717,-25.050103,44.031181)" + x1="70.441086" + y1="67.749962" + x2="70.441086" + y2="52.070141" /> + id="linearGradient47817"> + id="stop47809" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + id="stop47811" + style="stop-color:#ffffff;stop-opacity:0.23529412" + offset="0.40414637" /> + id="stop47813" + style="stop-color:#ffffff;stop-opacity:0.15686275" + offset="1" /> + + id="metadata4235"> image/svg+xml - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/elementary-xfce/places/32/mail-inbox.svg b/elementary-xfce/places/32/mail-inbox.svg index 2c71dbc4a..c967807a1 100644 --- a/elementary-xfce/places/32/mail-inbox.svg +++ b/elementary-xfce/places/32/mail-inbox.svg @@ -1,420 +1,357 @@ + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + + id="defs4232"> - + inkscape:collect="always" + id="linearGradient6435"> - - - + id="stop6431" /> + id="stop6433" /> - + id="linearGradient4090"> + id="stop4094" + style="stop-color:#ffffff;stop-opacity:0.23529412" + offset="0.04355567" /> + id="stop4096" + style="stop-color:#ffffff;stop-opacity:0.15686275" + offset="0.97047496" /> + gradientTransform="matrix(1.8000001,0,0,1.8287017,1.5999991,-0.8525154)" /> + id="linearGradient3600-0"> + gradientTransform="matrix(0.63243226,0,0,0.64251673,33.221611,0.1853938)" /> - - - + inkscape:collect="always" + xlink:href="#linearGradient3600-0" + id="linearGradient4288" + gradientUnits="userSpaceOnUse" + x1="16" + y1="0" + x2="16" + y2="16" + gradientTransform="matrix(1.8571427,0,0,2.9999778,1.1428578,-16.999668)" /> + gradientTransform="matrix(1.8000001,0,0,1.8287017,1.5999991,-0.8525154)" /> + gradientTransform="matrix(0.04099207,0,0,0.0185294,1.1842972,19.706226)" + gradientUnits="userSpaceOnUse" + xlink:href="#50485" + id="linearGradient3784" + x1="302.85715" + x2="302.85715" + y1="366.64789" + y2="609.50507" /> + + id="stop2667-18" + offset="0" + style="stop-color:#000000;stop-opacity:0" /> + id="stop2669-9" + offset="0.5" + style="stop-color:#000000;stop-opacity:1" /> + + xlink:href="#linearGradient4712" + id="radialGradient3032" + r="117.14286" /> - + id="linearGradient4712"> - + id="stop4708" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + id="stop4710" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + + + gradientTransform="matrix(0,0.90778208,-0.89634592,0,25.861961,-0.220491)" + x1="5.7851443" + y1="9.499999" + x2="24.030319" + y2="9.499999" /> + id="linearGradient78"> + id="stop74" + offset="0" + style="stop-color:#9bdb4d;stop-opacity:1" /> + id="stop76" + offset="1" + style="stop-color:#68b723;stop-opacity:1" /> + id="linearGradient940" + xlink:href="#linearGradient21655" /> + id="linearGradient21655"> + offset="0.0001" /> - - - - - + gradientTransform="matrix(0,-0.60710482,0.62589663,0,-31.543872,29.102476)" + x1="39.708611" + y1="75.964668" + x2="19.551657" + y2="75.964668" /> - + id="linearGradient1024"> - - - - - - - - + id="stop1018" + style="stop-color:#ffffff;stop-opacity:0.23529412" + offset="0.00000003" /> - - - - - + id="metadata4235"> image/svg+xml - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/elementary-xfce/places/32/mail-mailbox.svg b/elementary-xfce/places/32/mail-mailbox.svg index 68a10bee9..0ce8b05f3 100644 --- a/elementary-xfce/places/32/mail-mailbox.svg +++ b/elementary-xfce/places/32/mail-mailbox.svg @@ -1,331 +1,251 @@ + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + - - - - - - - - - - - - - - - - - - + id="defs4232"> + inkscape:collect="always" + id="linearGradient6435"> + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop6431" /> + style="stop-color:#000000;stop-opacity:0.5;" + offset="1" + id="stop6433" /> - + id="linearGradient4090"> + offset="0.04355567" /> + offset="0.97047496" /> + gradientTransform="matrix(1.8000001,0,0,1.8287017,1.5999991,-0.85251541)" /> + id="linearGradient3600-0"> + gradientTransform="matrix(0.63243226,0,0,0.64251673,33.221611,0.18539379)" /> - - - - + x1="16" + y1="0" + x2="16" + y2="16" + gradientTransform="matrix(1.8571427,0,0,2.9999778,1.1428578,-16.999668)" /> + - - + gradientTransform="matrix(0.04099207,0,0,0.0185294,1.1842972,19.706226)" + gradientUnits="userSpaceOnUse" + xlink:href="#50485" + id="linearGradient3784" + x1="302.85715" + x2="302.85715" + y1="366.64789" + y2="609.50507" /> + + + + - - - - + xlink:href="#linearGradient4712" + id="radialGradient3032" + r="117.14286" /> - - + id="linearGradient4712"> + id="stop4708" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + id="stop4710" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + + id="metadata4235"> image/svg+xml - - - - - - - - - - - - - - - - - + + + + + + + + + + diff --git a/elementary-xfce/places/32/mail-outbox.svg b/elementary-xfce/places/32/mail-outbox.svg index b3a9bf9e7..1ee1c6999 100644 --- a/elementary-xfce/places/32/mail-outbox.svg +++ b/elementary-xfce/places/32/mail-outbox.svg @@ -1,412 +1,324 @@ + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + - + id="defs4232"> - - - - - - + inkscape:collect="always" + id="linearGradient6435"> - - + id="stop6431" /> + id="stop6433" /> - + id="linearGradient4090"> - - - + id="stop4094" + style="stop-color:#ffffff;stop-opacity:0.23529412" + offset="0.04355567" /> + id="stop4096" + style="stop-color:#ffffff;stop-opacity:0.15686275" + offset="0.97047496" /> + gradientTransform="matrix(1.8000001,0,0,1.8287017,1.5999991,-0.8525154)" /> + id="linearGradient3600-0"> - - - - - - + x1="-15.846138" + y1="17.094133" + x2="-15.846138" + y2="41.681461" + id="linearGradient4078" + xlink:href="#linearGradient4090" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.63243226,0,0,0.64251673,33.221611,0.1853938)" /> + x1="16" + y1="0" + x2="16" + y2="16" + gradientTransform="matrix(1.8571427,0,0,2.9999778,1.1428578,-16.999668)" /> - - - + inkscape:collect="always" + xlink:href="#linearGradient6435" + id="linearGradient6437" + x1="8.0064001" + y1="7.0282187" + x2="8.0064001" + y2="15.504177" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.8000001,0,0,1.8287017,1.5999991,-0.8525154)" /> + xlink:href="#50485" + id="linearGradient3784" + x1="302.85715" + x2="302.85715" + y1="366.64789" + y2="609.50507" /> - + id="50485"> + id="stop2667-18" + offset="0" + style="stop-color:#000000;stop-opacity:0" /> + id="stop2669-9" + offset="0.5" + style="stop-color:#000000;stop-opacity:1" /> + id="stop2671-33" + offset="1" + style="stop-color:#000000;stop-opacity:0" /> - + xlink:href="#linearGradient4712" + id="radialGradient3032" + r="117.14286" /> + id="linearGradient4712"> + id="stop4708" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + id="stop4710" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> - - - - - + xlink:href="#linearGradient4712" + id="radialGradient3030" + r="117.14286" /> + gradientTransform="matrix(-0.36918929,0,0,-0.39646533,25.155819,26.221394)" /> - - - - + gradientTransform="matrix(0,-0.90778208,-0.89634592,0,25.861958,22.219677)" + x1="22.546852" + y1="8.2685671" + x2="3.5881147" + y2="8.2685671" /> + id="linearGradient899"> + id="stop895" + offset="0" + style="stop-color:#cd9ef7;stop-opacity:1" /> + id="stop897" + offset="1" + style="stop-color:#a56de2;stop-opacity:1" /> + xlink:href="#linearGradient945" + id="linearGradient935" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,0.71778454,-0.95038067,0,43.333959,-22.807941)" + x1="39.888885" + y1="28.136501" + x2="55.469631" + y2="28.136501" /> + id="linearGradient945"> + offset="0" + style="stop-color:#ffffff;stop-opacity:1" + id="stop937" /> + + offset="1" + style="stop-color:#ffffff;stop-opacity:0.15686275" + id="stop941" /> + offset="1" + style="stop-color:#ffffff;stop-opacity:0.39215687" + id="stop943" /> + id="metadata4235"> image/svg+xml - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/elementary-xfce/places/48/mail-inbox.svg b/elementary-xfce/places/48/mail-inbox.svg deleted file mode 100644 index c804bd3b3..000000000 --- a/elementary-xfce/places/48/mail-inbox.svg +++ /dev/null @@ -1,404 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/elementary-xfce/places/48/mail-mailbox.svg b/elementary-xfce/places/48/mail-mailbox.svg deleted file mode 100644 index fda718039..000000000 --- a/elementary-xfce/places/48/mail-mailbox.svg +++ /dev/null @@ -1,315 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/elementary-xfce/places/48/mail-outbox.svg b/elementary-xfce/places/48/mail-outbox.svg deleted file mode 100644 index e70619a18..000000000 --- a/elementary-xfce/places/48/mail-outbox.svg +++ /dev/null @@ -1,396 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/elementary-xfce/places/64/mail-inbox.svg b/elementary-xfce/places/64/mail-inbox.svg deleted file mode 100644 index 109527ff0..000000000 --- a/elementary-xfce/places/64/mail-inbox.svg +++ /dev/null @@ -1,418 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/elementary-xfce/places/64/mail-mailbox.svg b/elementary-xfce/places/64/mail-mailbox.svg deleted file mode 100644 index 85ac31843..000000000 --- a/elementary-xfce/places/64/mail-mailbox.svg +++ /dev/null @@ -1,329 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/elementary-xfce/places/64/mail-outbox.svg b/elementary-xfce/places/64/mail-outbox.svg deleted file mode 100644 index 86abcec4b..000000000 --- a/elementary-xfce/places/64/mail-outbox.svg +++ /dev/null @@ -1,410 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - -