From dba68e1906513407dbfe4f1e0102f4bade2d1eaf Mon Sep 17 00:00:00 2001 From: Darin Date: Sun, 16 Apr 2023 01:35:48 -0400 Subject: Actions: Update media icons, remove rtl-symbolic Pulls media control icons from upstream. These icons use newer gradients and slightly rounded corners. Made some spacing adjustments as some were off center and inconsistent heights. Removed all action icons ending with `-rtl-symbolic` in favor of leaving or adding `-symbolic-rtl` suffixed icons, which is what Gtk and Qt use. --- elementary-xfce/actions/16/media-eject.svg | 128 +++--- .../actions/16/media-playback-pause.svg | 111 ++--- .../actions/16/media-playback-start-rtl.svg | 84 ++++ .../actions/16/media-playback-start.svg | 91 ++--- elementary-xfce/actions/16/media-record.svg | 311 ++++++-------- elementary-xfce/actions/16/media-seek-backward.svg | 113 +++-- elementary-xfce/actions/16/media-seek-forward.svg | 113 +++-- elementary-xfce/actions/16/media-skip-backward.svg | 164 ++++---- elementary-xfce/actions/16/media-skip-forward.svg | 164 ++++---- elementary-xfce/actions/24/media-eject.svg | 174 +++++--- .../actions/24/media-playback-pause-symbolic.svg | 37 +- .../actions/24/media-playback-pause.svg | 121 ++++-- .../actions/24/media-playback-start-rtl.svg | 84 ++++ .../actions/24/media-playback-start.svg | 96 ++--- elementary-xfce/actions/24/media-record.svg | 325 ++++++++------- elementary-xfce/actions/24/media-seek-backward.svg | 54 ++- elementary-xfce/actions/24/media-seek-forward.svg | 123 ++++-- elementary-xfce/actions/24/media-skip-backward.svg | 132 +++--- elementary-xfce/actions/24/media-skip-forward.svg | 130 +++--- .../actions/32/media-playback-pause.svg | 116 +++--- .../actions/32/media-playback-start-rtl.svg | 84 ++++ .../actions/32/media-playback-start.svg | 95 ++--- elementary-xfce/actions/32/media-record.svg | 403 +++++++++--------- elementary-xfce/actions/32/media-seek-backward.svg | 115 +++--- elementary-xfce/actions/32/media-seek-forward.svg | 107 ++--- elementary-xfce/actions/32/media-skip-backward.svg | 195 +++++---- elementary-xfce/actions/32/media-skip-forward.svg | 183 +++++---- elementary-xfce/actions/48/media-eject.svg | 135 +++--- .../actions/48/media-playback-pause.svg | 116 +++--- .../actions/48/media-playback-start-rtl.svg | 84 ++++ .../actions/48/media-playback-start.svg | 101 ++--- elementary-xfce/actions/48/media-playback-stop.svg | 46 ++- elementary-xfce/actions/48/media-record.svg | 455 ++++++++++----------- elementary-xfce/actions/48/media-seek-backward.svg | 123 ++++-- elementary-xfce/actions/48/media-seek-forward.svg | 123 ++++-- elementary-xfce/actions/48/media-skip-backward.svg | 173 +++++--- elementary-xfce/actions/48/media-skip-forward.svg | 173 +++++--- .../actions/symbolic/edit-redo-rtl-symbolic.svg | 1 - .../actions/symbolic/edit-undo-rtl-symbolic.svg | 1 - .../symbolic/format-indent-less-rtl-symbolic.svg | 1 - .../symbolic/format-indent-more-rtl-symbolic.svg | 1 - .../format-text-direction-rtl-symbolic.svg | 44 -- .../actions/symbolic/go-first-rtl-symbolic.svg | 1 - .../actions/symbolic/go-jump-rtl-symbolic.svg | 32 -- .../actions/symbolic/go-last-rtl-symbolic.svg | 1 - .../actions/symbolic/go-next-rtl-symbolic.svg | 1 - .../actions/symbolic/go-previous-rtl-symbolic.svg | 1 - .../actions/symbolic/media-eject-symbolic.svg | 41 +- .../actions/symbolic/media-eq-symbolic.svg | 40 +- .../symbolic/media-playback-pause-symbolic.svg | 22 +- .../symbolic/media-playback-start-rtl-symbolic.svg | 32 -- .../symbolic/media-playback-start-symbolic-rtl.svg | 22 +- .../symbolic/media-playback-start-symbolic.svg | 22 +- .../actions/symbolic/media-record-symbolic.svg | 42 +- .../symbolic/media-seek-backward-rtl-symbolic.svg | 1 - .../symbolic/media-seek-backward-symbolic.svg | 50 +-- .../symbolic/media-seek-forward-rtl-symbolic.svg | 1 - .../symbolic/media-seek-forward-symbolic.svg | 50 +-- .../symbolic/media-skip-backward-rtl-symbolic.svg | 1 - .../symbolic/media-skip-backward-symbolic-rtl.svg | 2 +- .../symbolic/media-skip-backward-symbolic.svg | 50 +-- .../symbolic/media-skip-forward-rtl-symbolic.svg | 1 - .../symbolic/media-skip-forward-symbolic-rtl.svg | 2 +- .../symbolic/media-skip-forward-symbolic.svg | 50 +-- 64 files changed, 3180 insertions(+), 2715 deletions(-) create mode 100644 elementary-xfce/actions/16/media-playback-start-rtl.svg create mode 100644 elementary-xfce/actions/24/media-playback-start-rtl.svg create mode 100644 elementary-xfce/actions/32/media-playback-start-rtl.svg create mode 100644 elementary-xfce/actions/48/media-playback-start-rtl.svg delete mode 120000 elementary-xfce/actions/symbolic/edit-redo-rtl-symbolic.svg delete mode 120000 elementary-xfce/actions/symbolic/edit-undo-rtl-symbolic.svg delete mode 120000 elementary-xfce/actions/symbolic/format-indent-less-rtl-symbolic.svg delete mode 120000 elementary-xfce/actions/symbolic/format-indent-more-rtl-symbolic.svg delete mode 100644 elementary-xfce/actions/symbolic/format-text-direction-rtl-symbolic.svg delete mode 120000 elementary-xfce/actions/symbolic/go-first-rtl-symbolic.svg delete mode 100644 elementary-xfce/actions/symbolic/go-jump-rtl-symbolic.svg delete mode 120000 elementary-xfce/actions/symbolic/go-last-rtl-symbolic.svg delete mode 120000 elementary-xfce/actions/symbolic/go-next-rtl-symbolic.svg delete mode 120000 elementary-xfce/actions/symbolic/go-previous-rtl-symbolic.svg delete mode 100644 elementary-xfce/actions/symbolic/media-playback-start-rtl-symbolic.svg delete mode 120000 elementary-xfce/actions/symbolic/media-seek-backward-rtl-symbolic.svg delete mode 120000 elementary-xfce/actions/symbolic/media-seek-forward-rtl-symbolic.svg delete mode 120000 elementary-xfce/actions/symbolic/media-skip-backward-rtl-symbolic.svg delete mode 120000 elementary-xfce/actions/symbolic/media-skip-forward-rtl-symbolic.svg diff --git a/elementary-xfce/actions/16/media-eject.svg b/elementary-xfce/actions/16/media-eject.svg index 86f123cc..48484181 100644 --- a/elementary-xfce/actions/16/media-eject.svg +++ b/elementary-xfce/actions/16/media-eject.svg @@ -1,15 +1,39 @@ + id="svg3830" + sodipodi:docname="media-eject.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/"> + @@ -24,64 +48,62 @@ - + id="linearGradient5578"> + gradientTransform="matrix(0.24564779,0,0,0.20633397,2.1285752,1.6334877)" /> + id="linearGradient5590"> + - - - - - + + + + diff --git a/elementary-xfce/actions/16/media-playback-pause.svg b/elementary-xfce/actions/16/media-playback-pause.svg index e2db2d9f..21f8d6df 100644 --- a/elementary-xfce/actions/16/media-playback-pause.svg +++ b/elementary-xfce/actions/16/media-playback-pause.svg @@ -1,65 +1,87 @@ + width="16" + version="1.1" + sodipodi:docname="media-playback-pause.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/"> + + offset="0" /> + offset="0.00000001" /> + offset="1" /> + offset="1" /> + offset="0" /> + offset="1" /> + y1="16.275011" + x1="20.094137" + gradientTransform="matrix(0.3092808,0,0,0.38548468,-1.9213828,-3.256961)" + gradientUnits="userSpaceOnUse" + id="linearGradient4286" + xlink:href="#linearGradient4290" /> + y2="14" + x2="8" + y1="2" + x1="8" + id="linearGradient858" + xlink:href="#linearGradient4382" /> @@ -69,20 +91,17 @@ image/svg+xml - - + id="path4280" + d="M 1.5,1.4999531 V 14.499924 h 5 V 1.4999531 Z m 8,0 V 14.499924 h 5 V 1.4999531 Z" + style="color:#000000;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;fill:url(#linearGradient858);fill-opacity:1;fill-rule:nonzero;stroke:#002e99;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.5;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + sodipodi:nodetypes="cccccccccc" /> + id="path2647-0-8" + d="M 2.5,2.4960469 V 13.501877 l 3.0039062,-0.0098 V 2.4960469 Z m 7.996094,0 V 13.501877 L 13.5,13.492112 V 2.4960469 Z" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4286);stroke-width:0.992;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + sodipodi:nodetypes="cccccccccc" /> diff --git a/elementary-xfce/actions/16/media-playback-start-rtl.svg b/elementary-xfce/actions/16/media-playback-start-rtl.svg new file mode 100644 index 00000000..adaf1b6b --- /dev/null +++ b/elementary-xfce/actions/16/media-playback-start-rtl.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/elementary-xfce/actions/16/media-playback-start.svg b/elementary-xfce/actions/16/media-playback-start.svg index b95dc7de..188942cc 100644 --- a/elementary-xfce/actions/16/media-playback-start.svg +++ b/elementary-xfce/actions/16/media-playback-start.svg @@ -6,69 +6,60 @@ xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" - version="1.1" - width="16" + id="svg5280" height="16" - id="svg5280"> + width="16" + version="1.1"> + id="stop4277" /> + id="stop4279" /> + id="stop4281" /> + id="stop4283" /> - + gradientTransform="matrix(0.49601832,0,0,0.48279948,-4.3681327,-4.9248727)" /> - + id="linearGradient1046"> + id="stop1042" + offset="0" + style="stop-color:#9bdb4d;stop-opacity:1" /> - + id="stop1044" + offset="1" + style="stop-color:#68b723;stop-opacity:1" /> + @@ -78,20 +69,16 @@ image/svg+xml - + - + d="M 2.1190476,1.2291664 C 1.7771572,1.2291664 1.5,1.5047487 1.5,1.8446968 V 14.155304 c 0,0.339948 0.2771572,0.61553 0.6190476,0.61553 0.1042785,0 0.1979262,-0.03166 0.2841332,-0.07694 L 14.162667,8.5397911 C 14.360407,8.4370262 14.5,8.2372204 14.5,7.9999998 14.5,7.7627794 14.360407,7.5629735 14.162667,7.4602089 L 2.4031808,1.3061078 C 2.3169738,1.2608268 2.2233261,1.2291664 2.1190476,1.2291664 Z" + style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:url(#linearGradient926);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;stop-opacity:1;marker:none" + id="path980" /> + d="M 2.4769328,2.4769017 V 13.523098 L 13.080126,8.0092634 Z" /> diff --git a/elementary-xfce/actions/16/media-record.svg b/elementary-xfce/actions/16/media-record.svg index 24d379dd..6dd6ca3d 100644 --- a/elementary-xfce/actions/16/media-record.svg +++ b/elementary-xfce/actions/16/media-record.svg @@ -1,235 +1,193 @@ + id="svg3033" + sodipodi:docname="media-record.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/"> + + + + + + + gradientTransform="matrix(0.35135133,0,0,0.35135132,-17.203668,-0.9094021)"> + gradientTransform="matrix(0.24324334,0,0,-0.24324335,-9.4487,14.16798)" + x1="71.204407" + y1="6.2375584" + x2="71.204407" + y2="44.340794" /> + + id="stop4013-35" /> + id="stop4015-62" /> + id="stop4017-91" /> + id="stop4019-27" /> - - - - - - + y2="31.576309" + x2="24" + y1="16.500965" + x1="24" + id="linearGradient1006" + xlink:href="#linearGradient1004" + gradientTransform="matrix(0.46653537,0,0,0.46653537,-3.1968479,-3.196459)" /> + + id="stop1000" + offset="0" + style="stop-color:#ed5353;stop-opacity:1" /> + id="stop1002" + offset="1" + style="stop-color:#c6262e;stop-opacity:1" /> - - - - - - + xlink:href="#linearGradient3086" + id="linearGradient3039" + y2="45.368999" + x2="7.0776" + y1="3.0816" + x1="7.0776" /> + id="linearGradient3086" + y2="45.368999" + x2="7.0776" + y1="3.0816" + x1="7.0776"> + offset="0" + style="stop-color:#7a0000;stop-opacity:1" + id="stop2492-0-3" /> + offset="1" + style="stop-color:#c6262e;stop-opacity:1" + id="stop2494-6-6" /> + gradientTransform="matrix(0.13513513,0,0,0.13513502,-1.6937189,4.5733093)" /> - - - - - + gradientTransform="matrix(0.5135135,0,0,0.5135135,-24.836132,-1.021284)"> - @@ -239,28 +197,31 @@ image/svg+xml - + d="m 8.0002651,0.50025341 c -4.142363,0 -7.50044005,3.35819029 -7.50044005,7.50008079 0,4.1422698 3.35811245,7.5002698 7.50044005,7.5002698 4.1421749,0 7.4999099,-3.358 7.4999099,-7.5002698 0,-4.1418905 -3.357735,-7.5000808 -7.4999099,-7.50008079 z" + id="path3902-8" + style="fill:url(#linearGradient3932-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1" /> - + d="m 8.0000001,0.50182418 c -4.1374243,0 -7.49817528,3.36110812 -7.49817528,7.49817532 0,4.1374255 3.36110818,7.4981765 7.49817528,7.4981765 4.1374239,0 7.4981749,-3.361108 7.4981749,-7.4981765 0,-4.1374244 -3.361108,-7.49817531 -7.4981749,-7.49817532 z" + id="path2555-36" + style="opacity:0.6;fill:none;fill-opacity:1;stroke:#555761;stroke-width:1.00365;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="color:#000000;fill:none;stroke:url(#linearGradient3101);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;enable-background:accumulate" /> + + + d="M 10.5,7.9999606 C 10.5,9.3807493 9.380526,10.499959 8,10.499959 6.6193155,10.499959 5.5,9.3804857 5.5,7.9999606 5.5,6.6192772 6.6193155,5.5000413 8.0000265,5.5000413 9.3806317,5.5000413 10.5,6.6192508 10.5,7.9999606 Z" + id="path8655-6-3" + style="color:#000000;opacity:0.5;fill:none;stroke:url(#linearGradient3032);stroke-width:0.999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;enable-background:accumulate" /> diff --git a/elementary-xfce/actions/16/media-seek-backward.svg b/elementary-xfce/actions/16/media-seek-backward.svg index 441e4f20..670d2764 100644 --- a/elementary-xfce/actions/16/media-seek-backward.svg +++ b/elementary-xfce/actions/16/media-seek-backward.svg @@ -18,28 +18,28 @@ image/svg+xml - + + id="linearGradient1079"> + offset="0" /> @@ -55,47 +55,76 @@ offset="1" /> + + + + + + + id="linearGradient4217" + xlink:href="#linearGradient4257" /> + gradientTransform="matrix(-0.51051957,0,0,0.42838531,26.455381,-4.2938166)" + x1="29.899933" + y1="27.214006" + x2="24.888906" + y2="34.137745" /> + id="linearGradient4273-1-6-8-6" + xlink:href="#linearGradient1079" /> + + + + - - + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8);stroke-width:0.999996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + d="M 13.508399,10.64643 V 5.3522049 L 9.2130207,7.9768217 Z" + id="path4271-3-1-2" /> + id="path4271-3-1-2-1" + d="M 7.5077408,10.64643 V 5.3522049 L 3.2123624,7.9768217 Z" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8-6);stroke-width:0.999996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> diff --git a/elementary-xfce/actions/16/media-seek-forward.svg b/elementary-xfce/actions/16/media-seek-forward.svg index a035a6af..8f200c9d 100644 --- a/elementary-xfce/actions/16/media-seek-forward.svg +++ b/elementary-xfce/actions/16/media-seek-forward.svg @@ -18,28 +18,28 @@ image/svg+xml - + + id="linearGradient1079"> + offset="0" /> @@ -55,47 +55,76 @@ offset="1" /> + + + + + + + id="linearGradient4217" + xlink:href="#linearGradient4257" /> + gradientTransform="matrix(0.51051957,0,0,0.42838531,-10.45542,-4.2938166)" + x1="29.899933" + y1="27.214006" + x2="24.888906" + y2="34.137745" /> + id="linearGradient4273-1-6-8-6" + xlink:href="#linearGradient1079" /> + + + + - - + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8);stroke-width:0.999996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + d="M 2.491562,10.64643 V 5.3522049 l 4.2953787,2.6246168 z" + id="path4271-3-1-2" /> + id="path4271-3-1-2-1" + d="M 8.4922206,10.64643 V 5.3522049 l 4.2953784,2.6246168 z" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8-6);stroke-width:0.999996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> diff --git a/elementary-xfce/actions/16/media-skip-backward.svg b/elementary-xfce/actions/16/media-skip-backward.svg index 74aedbc5..43bfdda8 100644 --- a/elementary-xfce/actions/16/media-skip-backward.svg +++ b/elementary-xfce/actions/16/media-skip-backward.svg @@ -6,10 +6,10 @@ xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" - id="svg2415" - height="16" + version="1.1" width="16" - version="1.1"> + height="16" + id="svg2415"> @@ -18,116 +18,140 @@ image/svg+xml - + + id="linearGradient1079"> + offset="0" /> + offset="0" /> + offset="0.53919154" /> + + + + + + + offset="1" /> + offset="0" /> + offset="1" /> - + id="stop4259" /> + id="stop4261-1" /> + id="stop4263-2" /> + id="stop4265-7" /> + + gradientTransform="matrix(-0.51051957,0,0,0.42838531,26.446982,-4.2938166)" + x1="29.899933" + y1="27.214006" + x2="24.888906" + y2="34.137745" /> + + id="linearGradient81" + xlink:href="#linearGradient91" /> + id="linearGradient4273-1-6-8-6" + xlink:href="#linearGradient1079" /> - + id="path980-3" + style="font-variation-settings:normal;vector-effect:none;fill:url(#linearGradient949);fill-opacity:1;stroke:#002e99;stroke-width:1.00001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.5;marker:none;stop-color:#000000" + d="m 2.165666,3.5 c 0.184555,0 0.333132,0.1387198 0.333132,0.3200794 v 3.4190557 l 5.0243104,-3.08566 c 0.092782,-0.048164 0.1935725,-0.081841 0.3058047,-0.081841 0.3679678,0 0.6662644,0.2931316 0.6662644,0.6547276 V 7.260874 L 13.519488,4.1534751 c 0.09278,-0.048164 0.193572,-0.081841 0.305805,-0.081841 0.367967,0 0.666264,0.2931316 0.666264,0.6547276 v 6.5472763 c 0,0.361597 -0.298297,0.654728 -0.666264,0.654728 -0.112233,0 -0.213023,-0.03368 -0.305805,-0.08184 l -5.0243105,-3.1074 v 2.534512 c 0,0.361597 -0.2982966,0.654728 -0.6662644,0.654728 -0.1122322,0 -0.2130227,-0.03368 -0.3058047,-0.08184 L 2.498798,8.7608649 V 12.184803 C 2.498798,12.366162 2.350221,12.5 2.165666,12.5 H 0.83313701 c -0.184555,0 -0.333132,-0.133838 -0.333132,-0.315197 V 3.8200794 C 0.50000501,3.6387198 0.64858201,3.5 0.83313701,3.5 Z" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8);stroke-width:0.999996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + d="M 13.5,10.64643 V 5.3522049 L 9.2046213,7.9768217 Z" + id="path4271-3-1-2" /> + id="path2343-3" + d="M 1.495617,3.9999998 V 12 Z" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient81);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + id="path4271-3-1-2-1" + d="M 7.4993414,10.64643 V 5.3522049 L 3.2039627,7.9768217 Z" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8-6);stroke-width:0.999996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> diff --git a/elementary-xfce/actions/16/media-skip-forward.svg b/elementary-xfce/actions/16/media-skip-forward.svg index bca2fdf6..0d8a8a68 100644 --- a/elementary-xfce/actions/16/media-skip-forward.svg +++ b/elementary-xfce/actions/16/media-skip-forward.svg @@ -6,10 +6,10 @@ xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" - id="svg2415" - height="16" + version="1.1" width="16" - version="1.1"> + height="16" + id="svg2415"> @@ -18,116 +18,140 @@ image/svg+xml - + + id="linearGradient1079"> + offset="0" /> + offset="0" /> + offset="0.53919154" /> + offset="1" /> + + + + + + + offset="0" /> + offset="1" /> - + id="stop4259" /> + id="stop4261-1" /> + id="stop4263-2" /> + id="stop4265-7" /> + + gradientTransform="matrix(0.51051957,0,0,0.42838531,-10.45542,-4.2938166)" + x1="29.899933" + y1="27.214006" + x2="24.888906" + y2="34.137745" /> + + id="linearGradient81" + xlink:href="#linearGradient91" /> + id="linearGradient4273-1-6-8-6" + xlink:href="#linearGradient1079" /> - + id="path980-3" + style="font-variation-settings:normal;vector-effect:none;fill:url(#linearGradient949);fill-opacity:1;stroke:#002e99;stroke-width:1.00001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.5;marker:none;stop-color:#000000" + d="m 13.825896,3.5 c -0.184555,0 -0.333132,0.1387198 -0.333132,0.3200794 v 3.4190557 l -5.0243104,-3.08566 c -0.092782,-0.048164 -0.1935725,-0.081841 -0.3058047,-0.081841 -0.3679678,0 -0.6662644,0.2931316 -0.6662644,0.6547276 V 7.260874 L 2.472074,4.1534751 c -0.09278,-0.048164 -0.193572,-0.081841 -0.305805,-0.081841 -0.367967,0 -0.666264,0.2931316 -0.666264,0.6547276 v 6.5472763 c 0,0.361597 0.298297,0.654728 0.666264,0.654728 0.112233,0 0.213023,-0.03368 0.305805,-0.08184 l 5.0243105,-3.1074 v 2.534512 c 0,0.361597 0.2982966,0.654728 0.6662644,0.654728 0.1122322,0 0.2130227,-0.03368 0.3058047,-0.08184 L 13.492764,8.7608649 v 3.4239381 c 0,0.181359 0.148577,0.315197 0.333132,0.315197 h 1.332529 C 15.34298,12.5 15.5,12.366162 15.5,12.184803 V 3.8200794 C 15.5,3.6387198 15.34298,3.5 15.158425,3.5 Z" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8);stroke-width:0.999996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + d="M 2.491562,10.64643 V 5.3522049 l 4.2953787,2.6246168 z" + id="path4271-3-1-2" /> + id="path2343-3" + d="M 14.495945,3.9999998 V 12 Z" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient81);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + id="path4271-3-1-2-1" + d="M 8.4922206,10.64643 V 5.3522049 l 4.2953784,2.6246168 z" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8-6);stroke-width:0.999996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> diff --git a/elementary-xfce/actions/24/media-eject.svg b/elementary-xfce/actions/24/media-eject.svg index be0ac2fd..70399913 100644 --- a/elementary-xfce/actions/24/media-eject.svg +++ b/elementary-xfce/actions/24/media-eject.svg @@ -1,15 +1,38 @@ + id="svg2" + sodipodi:docname="media-eject.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/"> + @@ -24,68 +47,107 @@ + xlink:href="#linearGradient1150" + id="linearGradient1152" + x1="24.029089" + y1="9.0450449" + x2="24.029089" + y2="40.055733" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.50071723,0,0,0.50114201,-0.01721528,-0.2608513)" /> + + style="stop-color:#95a3ab;stop-opacity:1" + offset="0" + id="stop1146" /> + style="stop-color:#667885;stop-opacity:1" + offset="1" + id="stop1148" /> + gradientTransform="matrix(0,0.88272593,-1.0833474,0,43.703353,13.391537)" + x1="-7.9078684" + y1="28.671692" + x2="-1.5652851" + y2="28.671692" /> + id="linearGradient897"> + + + + + + + + + + x1="24.029089" + y1="9.0450449" + x2="24.029089" + y2="40.055733" + gradientTransform="matrix(0.48387101,0,0,0.50000021,0.38709649,-0.2500078)" /> - - - - - - + + + + diff --git a/elementary-xfce/actions/24/media-playback-pause-symbolic.svg b/elementary-xfce/actions/24/media-playback-pause-symbolic.svg index 70f3b676..898629c3 100644 --- a/elementary-xfce/actions/24/media-playback-pause-symbolic.svg +++ b/elementary-xfce/actions/24/media-playback-pause-symbolic.svg @@ -1,36 +1,14 @@ - + id="svg6"> @@ -39,6 +17,7 @@ image/svg+xml + @@ -46,6 +25,6 @@ id="defs10" /> diff --git a/elementary-xfce/actions/24/media-playback-pause.svg b/elementary-xfce/actions/24/media-playback-pause.svg index ca12aae7..6d76321e 100644 --- a/elementary-xfce/actions/24/media-playback-pause.svg +++ b/elementary-xfce/actions/24/media-playback-pause.svg @@ -1,65 +1,96 @@ + width="24" + version="1.1" + sodipodi:docname="media-playback-pause.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/"> + + offset="0" /> + offset="1" /> + x2="20.765842" + y2="40.227158" + id="linearGradient3038-3" + xlink:href="#linearGradient3881-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.77056228,0,0,0.77077837,-10.001375,-11.006222)" /> + offset="0" /> + offset="0" /> + offset="1" /> + offset="1" /> + y2="22.047113" + x2="17" + y1="2" + x1="17" + id="linearGradient889" + xlink:href="#linearGradient4382" /> + @@ -69,20 +100,22 @@ image/svg+xml - + id="rect839-3-5" + d="M 4.333372,2.5 C 3.871706,2.5 3.500039,2.9237 3.500039,3.45 v 17.1 c 0,0.5263 0.371667,0.95 0.833333,0.95 h 5.333256 c 0.461666,0 0.833333,-0.4237 0.833333,-0.95 V 3.45 c 0,-0.5263 -0.371667,-0.95 -0.833333,-0.95 z" + style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:url(#linearGradient889-7);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;marker:none;stop-color:#000000;stop-opacity:1" + sodipodi:nodetypes="sssssssss" /> + style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:url(#linearGradient889);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;marker:none;stop-color:#000000;stop-opacity:1" + d="m 14.333225,2.5 c -0.461666,0 -0.833333,0.4237 -0.833333,0.95 v 17.1 c 0,0.5263 0.371667,0.95 0.833333,0.95 h 5.33355 c 0.461666,0 0.833333,-0.4237 0.833333,-0.95 V 3.45 c 0,-0.5263 -0.371667,-0.95 -0.833333,-0.95 z" + id="rect839-3" + sodipodi:nodetypes="sssssssss" /> + d="M 14.498598,3.4980911 V 20.503814 l 5.003077,-0.02133 V 3.4980921 Z m -10.0027151,-10e-7 V 20.503814 l 5.002784,-0.02133 V 3.4980931 Z" + sodipodi:nodetypes="cccccccccc" /> diff --git a/elementary-xfce/actions/24/media-playback-start-rtl.svg b/elementary-xfce/actions/24/media-playback-start-rtl.svg new file mode 100644 index 00000000..aa1e3472 --- /dev/null +++ b/elementary-xfce/actions/24/media-playback-start-rtl.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/elementary-xfce/actions/24/media-playback-start.svg b/elementary-xfce/actions/24/media-playback-start.svg index 6adffd96..9ee0982d 100644 --- a/elementary-xfce/actions/24/media-playback-start.svg +++ b/elementary-xfce/actions/24/media-playback-start.svg @@ -6,69 +6,59 @@ xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" - version="1.1" - width="24" + id="svg5280" height="24" - id="svg5280"> + width="24" + version="1.1"> - + gradientTransform="matrix(0.8236307,0,0,0.82815468,-7.6873989,-10.176833)" /> + id="linearGradient3881"> + id="stop3885" + style="stop-color:#ffffff;stop-opacity:0.23529412" + offset="0.00164232" /> + id="stop3887" + style="stop-color:#ffffff;stop-opacity:0.15686275" + offset="0.39239356" /> - + id="linearGradient1046"> - - + style="stop-color:#9bdb4d;stop-opacity:1" /> + style="stop-color:#68b723;stop-opacity:1" /> + @@ -78,20 +68,16 @@ image/svg+xml - + + d="M 3.452381,1.5 C 2.9263955,1.5 2.5,1.9263955 2.5,2.452381 V 21.5 c 0,0.525986 0.4263955,0.952381 0.952381,0.952381 0.1604283,0 0.3045018,-0.04899 0.437128,-0.119048 L 21.981027,12.811384 C 22.285241,12.652381 22.5,12.34323 22.5,11.97619 22.5,11.60915 22.285241,11.3 21.981027,11.140997 L 3.889509,1.6190476 C 3.7568828,1.5489868 3.6128093,1.5 3.452381,1.5 Z" + style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:url(#linearGradient912);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;stop-opacity:1;marker:none" + id="path980" /> - + d="M 3.531545,2.5315026 V 21.468497 L 21.468514,12 Z" /> diff --git a/elementary-xfce/actions/24/media-record.svg b/elementary-xfce/actions/24/media-record.svg index 373f0a57..2f6502eb 100644 --- a/elementary-xfce/actions/24/media-record.svg +++ b/elementary-xfce/actions/24/media-record.svg @@ -1,124 +1,40 @@ + id="svg3041" + sodipodi:docname="media-record.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/"> + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -222,30 +247,42 @@ image/svg+xml - + + + + + d="M 12.000371,1.5000001 C 6.2011981,1.5000001 1.5,6.2013568 1.5,11.999868 1.5,17.79891 6.2012478,22.5 12.000371,22.5 17.799281,22.5 22.5,17.79891 22.5,11.999868 22.5,6.2013568 17.799281,1.5000001 12.000371,1.5000001 Z" + id="path3902-8" + style="fill:url(#linearGradient3932-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1" /> - - + style="fill:none;stroke:#555761;stroke-width:1.00365412;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;opacity:0.6;fill-opacity:1" /> + style="opacity:1;color:#000000;fill:none;stroke:url(#linearGradient3101);stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;enable-background:accumulate" /> + + - + + y1="27.195229" + x1="30.641075" + gradientTransform="matrix(-0.91846769,0,0,0.82146555,34.726235,-11.575887)" + gradientUnits="userSpaceOnUse" + id="linearGradient4273-1-6-8-3" + xlink:href="#linearGradient4537" /> @@ -78,24 +78,20 @@ image/svg+xml - + - + id="path980-3" + style="font-variation-settings:normal;vector-effect:none;fill:url(#linearGradient873);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;marker:none;stop-color:#000000" + d="m 20.500492,6 c 0.552285,0 1,0.4477153 1,1 v 10 c 0,0.552285 -0.447715,1 -1,1 -0.16845,0 -0.319727,-0.05144 -0.458984,-0.125 L 12.500492,13.128906 V 17 c 0,0.552285 -0.447715,1 -1,1 -0.16845,0 -0.319727,-0.05144 -0.458984,-0.125 L 3.044922,12.876953 C 2.725497,12.71 2.5,12.385392 2.5,12 2.5,11.614608 2.725497,11.29 3.044922,11.123047 L 11.041508,6.125 C 11.180765,6.0514361 11.332042,6 11.500492,6 c 0.552285,0 1,0.4477153 1,1 v 3.871094 L 20.041508,6.125 C 20.180765,6.0514361 20.332042,6 20.500492,6 Z" /> + d="M 20.472281,16.963395 V 7.0366053 l -7.758065,4.9175087 z" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8);stroke-width:1.0733;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8-3);stroke-width:1.0733;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + d="M 11.463842,16.963395 V 7.036605 L 3.705777,11.954114 Z" + id="path4271-3-1-2-5" /> diff --git a/elementary-xfce/actions/24/media-seek-forward.svg b/elementary-xfce/actions/24/media-seek-forward.svg index 5bf9abae..58548774 100644 --- a/elementary-xfce/actions/24/media-seek-forward.svg +++ b/elementary-xfce/actions/24/media-seek-forward.svg @@ -6,69 +6,106 @@ xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" - version="1.1" - width="24" + id="svg4524" height="24" - id="svg4524"> + width="24" + version="1.1"> + offset="0" /> + offset="0.00044242" /> + offset="0.53919154" /> + offset="1" /> + id="stop4384" /> + id="stop4386" /> - + + y2="18.522326" + x2="11.565624" + y1="5.4636264" + x1="11.565624" + id="linearGradient873" + xlink:href="#linearGradient4382" /> + + + + + + + + @@ -78,24 +115,20 @@ image/svg+xml - + - + id="path980-3" + style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:url(#linearGradient873);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;marker:none;stop-color:#000000;stop-opacity:1" + d="m 3.5,6 c -0.552285,0 -1,0.4477153 -1,1 v 10 c 0,0.552285 0.447715,1 1,1 0.16845,0 0.319727,-0.05144 0.458984,-0.125 L 11.5,13.128906 V 17 c 0,0.552285 0.447715,1 1,1 0.16845,0 0.319727,-0.05144 0.458984,-0.125 L 20.95557,12.876953 C 21.274995,12.71 21.500492,12.385392 21.500492,12 c 0,-0.385392 -0.225497,-0.71 -0.544922,-0.876953 L 12.958984,6.125 C 12.819727,6.0514361 12.66845,6 12.5,6 c -0.552285,0 -1,0.4477153 -1,1 v 3.871094 L 3.958984,6.125 C 3.819727,6.0514361 3.66845,6 3.5,6 Z" /> + id="path4271-3-1-2" + d="M 3.528211,16.963395 V 7.0366053 l 7.758065,4.9175087 z" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8);stroke-width:1.0733;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8-3);stroke-width:1.0733;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + d="m 12.53665,16.963395 v -9.92679 l 7.758065,4.917509 z" + id="path4271-3-1-2-5" /> diff --git a/elementary-xfce/actions/24/media-skip-backward.svg b/elementary-xfce/actions/24/media-skip-backward.svg index 8e828997..6db45d58 100644 --- a/elementary-xfce/actions/24/media-skip-backward.svg +++ b/elementary-xfce/actions/24/media-skip-backward.svg @@ -1,15 +1,38 @@ + id="svg4524" + sodipodi:docname="media-skip-backward.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/"> + - + gradientTransform="matrix(-0.91846769,0,0,0.82146555,35.725743,-11.575887)" + x1="30.641075" + y1="27.195229" + x2="26.023764" + y2="33.64912" /> + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.61757188,0,0,0.87532889,25.135876,-13.5608)" + x1="35.836643" + y1="23.489227" + x2="35.836643" + y2="34.913506" /> + offset="0" /> + offset="0.00000007" /> + offset="1" /> + offset="1" /> + @@ -106,32 +129,23 @@ image/svg+xml - - - + id="path980-3" + style="font-variation-settings:normal;vector-effect:none;fill:url(#linearGradient949);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;marker:none;stop-color:#000000" + d="m 4,5.5 c 0.277,0 0.5,0.223 0.5,0.5 v 4.837891 L 12.041016,6.125 C 12.180273,6.0514361 12.33155,6 12.5,6 c 0.552285,0 1,0.4477153 1,1 v 3.871094 L 21.041016,6.125 C 21.180273,6.0514361 21.33155,6 21.5,6 c 0.552285,0 1,0.4477153 1,1 v 10 c 0,0.552285 -0.447715,1 -1,1 -0.16845,0 -0.319727,-0.05144 -0.458984,-0.125 L 13.5,13.128906 V 17 c 0,0.552285 -0.447715,1 -1,1 -0.16845,0 -0.319727,-0.05144 -0.458984,-0.125 L 4.5,13.162109 V 18 c 0,0.277 -0.223,0.5 -0.5,0.5 H 2 C 1.723,18.5 1.5,18.277 1.5,18 V 6 C 1.5,5.723 1.723,5.5 2,5.5 Z" /> + id="path4271-3-1-2-5" + d="M 12.46335,16.963395 V 7.036605 L 4.705285,11.954114 Z" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8-3);stroke-width:1.0733;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + id="path2343-3" + d="M 3.504,6.4959996 H 2.496 V 17.503999 h 1.008 z" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4217);stroke-width:0.992;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> diff --git a/elementary-xfce/actions/24/media-skip-forward.svg b/elementary-xfce/actions/24/media-skip-forward.svg index 09df2f8f..1777ef46 100644 --- a/elementary-xfce/actions/24/media-skip-forward.svg +++ b/elementary-xfce/actions/24/media-skip-forward.svg @@ -1,73 +1,87 @@ + width="24" + version="1.1" + sodipodi:docname="media-skip-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/"> + + offset="0" /> + offset="0.00044242" /> + offset="0.53919154" /> + offset="1" /> + id="stop4384" /> + id="stop4386" /> - + y1="27.195229" + x2="26.023764" + y2="33.64912" /> + @@ -106,32 +129,23 @@ image/svg+xml - - - + d="m 20,5.5 c -0.277,0 -0.5,0.223 -0.5,0.5 v 4.837891 L 11.958984,6.125 C 11.819727,6.0514361 11.66845,6 11.5,6 c -0.552285,0 -1,0.4477153 -1,1 v 3.871094 L 2.9589844,6.125 C 2.8197274,6.0514361 2.66845,6 2.5,6 1.947715,6 1.5,6.4477153 1.5,7 v 10 c 0,0.552285 0.447715,1 1,1 0.16845,0 0.3197274,-0.05144 0.4589844,-0.125 L 10.5,13.128906 V 17 c 0,0.552285 0.447715,1 1,1 0.16845,0 0.319727,-0.05144 0.458984,-0.125 L 19.5,13.162109 V 18 c 0,0.277 0.223,0.5 0.5,0.5 h 2 c 0.277,0 0.5,-0.223 0.5,-0.5 V 6 C 22.5,5.723 22.277,5.5 22,5.5 Z" + style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:url(#linearGradient949);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;marker:none;stop-color:#000000;stop-opacity:1" + id="path980-3" /> + id="path4271-3-1-2" + d="M 2.528211,16.963395 V 7.0366053 l 7.758065,4.9175087 z" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8);stroke-width:1.0733;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8-3);stroke-width:1.0733;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + d="m 11.53665,16.963395 v -9.92679 l 7.758065,4.917509 z" + id="path4271-3-1-2-5" /> diff --git a/elementary-xfce/actions/32/media-playback-pause.svg b/elementary-xfce/actions/32/media-playback-pause.svg index 8eeaa874..7736255a 100644 --- a/elementary-xfce/actions/32/media-playback-pause.svg +++ b/elementary-xfce/actions/32/media-playback-pause.svg @@ -1,65 +1,88 @@ + width="32" + version="1.1" + sodipodi:docname="media-playback-pause.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="linearGradient950"> + id="stop942" /> + id="stop944" /> + id="stop946" /> + id="stop948" /> + offset="0" /> + offset="1" /> - + + gradientTransform="matrix(1.0709163,0,0,1.1334787,-19.20781,-20.833516)" + x1="26.339884" + y1="21.909115" + x2="26.339884" + y2="43.08287" /> @@ -69,20 +92,17 @@ image/svg+xml - - + d="m 5.5,2.5 c -0.554,0 -1,0.446 -1,1 v 25 c 0,0.554 0.446,1 1,1 h 7 c 0.554,0 1,-0.446 1,-1 v -25 c 0,-0.554 -0.446,-1 -1,-1 z m 14,0 c -0.554,0 -1,0.446 -1,1 v 25 c 0,0.554 0.446,1 1,1 h 7 c 0.554,0 1,-0.446 1,-1 v -25 c 0,-0.554 -0.446,-1 -1,-1 z" + style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:url(#linearGradient889-7);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;marker:none;stop-color:#000000;stop-opacity:1" + id="rect886" + sodipodi:nodetypes="ssssssssssssssssss" /> + d="m 5.5,3.5 v 25 h 7 v -25 z m 14,0 v 25 h 7 v -25 z" + style="font-variation-settings:normal;opacity:0.5;vector-effect:none;fill:none;fill-opacity:1;stroke:url(#linearGradient884);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;stop-color:#000000;stop-opacity:1" + id="rect911" + sodipodi:nodetypes="cccccccccc" /> diff --git a/elementary-xfce/actions/32/media-playback-start-rtl.svg b/elementary-xfce/actions/32/media-playback-start-rtl.svg new file mode 100644 index 00000000..0a687b29 --- /dev/null +++ b/elementary-xfce/actions/32/media-playback-start-rtl.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/elementary-xfce/actions/32/media-playback-start.svg b/elementary-xfce/actions/32/media-playback-start.svg index cda6aac6..8facd879 100644 --- a/elementary-xfce/actions/32/media-playback-start.svg +++ b/elementary-xfce/actions/32/media-playback-start.svg @@ -6,69 +6,60 @@ xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" - version="1.1" - width="32" + id="svg5280" height="32" - id="svg5280"> + width="32" + version="1.1"> + x1="24.569275" + y1="21.425247" + x2="17.064001" + y2="35.86034" + id="linearGradient3038-7" + xlink:href="#linearGradient3881" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1428331,0,0,1.1611731,-12.066905,-15.062481)" /> + + offset="0.00164232" /> - - - - + id="linearGradient1046"> + id="stop1042" + offset="0" + style="stop-color:#9bdb4d;stop-opacity:1" /> + id="stop1044" + offset="1" + style="stop-color:#68b723;stop-opacity:1" /> + @@ -78,20 +69,16 @@ image/svg+xml - + - + id="path980" + style="font-variation-settings:normal;vector-effect:none;fill:url(#linearGradient912);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;marker:none;stop-color:#000000" + d="M 3.7857144,1.8650796 C 3.0756339,1.8650796 2.5,2.4403905 2.5,3.1500724 V 28.849928 c 0,0.709682 0.5756339,1.284992 1.2857144,1.284992 0.2165782,0 0.4110774,-0.0661 0.5901228,-0.160624 L 28.799386,17.126878 C 29.210075,16.912345 29.5,16.495225 29.5,15.999999 c 0,-0.495226 -0.289925,-0.912344 -0.700614,-1.126877 L 4.3758372,2.0257037 C 4.1967918,1.9311747 4.0022926,1.8650796 3.7857144,1.8650796 Z" /> + d="M 3.5,3.0951698 V 28.675066 c 0,0.472217 0.2251473,0.522706 0.5736942,0.331317 L 28,16.422886 c 0,0 0.490385,-0.179756 0.490385,-0.422886 C 28.490385,15.75687 28,15.595007 28,15.595007 L 4.0031302,2.9523169 C 3.7402347,2.8046424 3.5,2.9663601 3.5,3.0951698 Z" + id="path4220" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.6;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3038-7);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> diff --git a/elementary-xfce/actions/32/media-record.svg b/elementary-xfce/actions/32/media-record.svg index cdfb18c9..db4efbe8 100644 --- a/elementary-xfce/actions/32/media-record.svg +++ b/elementary-xfce/actions/32/media-record.svg @@ -1,278 +1,244 @@ + id="svg4064" + sodipodi:docname="media-record.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/"> + + + + + + + gradientTransform="matrix(0.67567566,0,0,0.67567566,-32.468594,-1.133466)"> - - - - - - + id="linearGradient3932-9" + xlink:href="#linearGradient3907" /> + + id="stop3909" + offset="0" + style="stop-color:#fafafa;stop-opacity:1" /> + id="stop3911" + offset="1" + style="stop-color:#abacae;stop-opacity:1" /> + gradientTransform="matrix(0.35135143,0,0,-0.35135144,-9.2036733,24.909303)" + x1="71.204407" + y1="6.2375584" + x2="71.204407" + y2="44.340794" /> + + id="stop4013-35" /> + id="stop4015-62" /> + id="stop4017-91" /> + id="stop4019-27" /> - - - - - - + y2="31.576309" + x2="24" + y1="16.500965" + x1="24" + id="linearGradient1006" + xlink:href="#linearGradient1004" + gradientTransform="matrix(0.73326596,0,0,0.73326596,-1.5983825,-1.597771)" /> + + id="stop1000" + offset="0" + style="stop-color:#ed5353;stop-opacity:1" /> + id="stop1002" + offset="1" + style="stop-color:#c6262e;stop-opacity:1" /> - - - - - - + + id="linearGradient3086" + y2="45.368999" + x2="7.0776" + y1="3.0816" + x1="7.0776"> + + + - - - + gradientTransform="matrix(0.24324324,0,0,0.24324329,-1.4486949,9.831951)" /> + gradientTransform="matrix(0.5135135,0,0,0.5135135,-24.836132,-1.021284)"> - + gradientTransform="matrix(0.3823536,7.5555777e-8,-1.8372241e-8,0.1115198,-5.9254271,36.335849)" + cx="99.189415" + cy="185.29727" + fx="99.189415" + fy="185.29727" + r="62.769119" /> + id="linearGradient3820-7-2"> - + @@ -282,37 +248,48 @@ image/svg+xml - + + + + + d="m 16.000477,2.5005958 c -7.4561765,0 -13.5006527,6.0446801 -13.5006527,13.5000062 0,7.456008 6.0445401,13.500345 13.5006527,13.500345 7.455838,0 13.499698,-6.044337 13.499698,-13.500345 0,-7.4553261 -6.04386,-13.5000062 -13.499698,-13.5000062 z" + id="path3902-8" + style="fill:url(#linearGradient3932-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1" /> + d="M 16,2.5023957 C 8.5521459,2.5023957 2.5023958,8.5527887 2.5023958,16 2.5023958,23.447854 8.5527887,29.497604 16,29.497604 23.447853,29.497604 29.497604,23.447211 29.497604,16 29.497604,8.5521458 23.447211,2.5023957 16,2.5023957 Z" + id="path2555-36" + style="opacity:0.6;fill:none;fill-opacity:1;stroke:#555761;stroke-width:1.00365;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="color:#000000;fill:none;stroke:url(#linearGradient3101);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;enable-background:accumulate" /> + d="m 22.500002,16.00023 c 0,-3.589966 -2.910364,-6.500232 -6.49992,-6.500232 -3.589883,0 -6.5000837,2.910298 -6.5000837,6.500232 0,3.589802 2.9102007,6.499772 6.5000837,6.499772 3.589556,0 6.49992,-2.90997 6.49992,-6.499772 z" + id="path8655-1-6-9-4-8-2" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:none;stroke:url(#linearGradient3993-0-6-0-8-5);stroke-width:0.999997;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" /> + style="fill:url(#linearGradient1006);fill-opacity:1;stroke:url(#linearGradient3039-0);stroke-width:1.00365;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" + id="path2555-3" + d="m 16.000001,10.501826 c -3.033668,0 -5.498175,2.464507 -5.498175,5.498174 0,3.033668 2.464507,5.498174 5.498175,5.498174 3.033667,0 5.498173,-2.464506 5.498173,-5.498174 0,-3.033668 -2.464506,-5.498175 -5.498173,-5.498174 z" /> + d="m 20.5,15.999929 c 0,2.485422 -2.015054,4.500001 -4.5,4.500001 -2.485232,0 -4.5,-2.015053 -4.5,-4.500001 0,-2.485232 2.014768,-4.499859 4.500047,-4.499859 2.48509,0 4.499953,2.014579 4.499953,4.499859 z" + id="path8655-6-3" + style="color:#000000;opacity:0.5;fill:none;stroke:url(#linearGradient3032);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;enable-background:accumulate" /> + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.4;fill:url(#linearGradient3175);fill-opacity:1;stroke:none;stroke-width:0.175064;marker:none;enable-background:accumulate" /> diff --git a/elementary-xfce/actions/32/media-seek-backward.svg b/elementary-xfce/actions/32/media-seek-backward.svg index 59920c80..6a01f988 100644 --- a/elementary-xfce/actions/32/media-seek-backward.svg +++ b/elementary-xfce/actions/32/media-seek-backward.svg @@ -6,68 +6,87 @@ xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" - id="svg4524" - height="32" + version="1.1" width="32" - version="1.1"> + height="32" + id="svg4524"> + + + + + + + offset="0" /> + offset="1" /> + + id="linearGradient4273-1-6-8-3-5" + xlink:href="#linearGradient905-6" /> + id="linearGradient905-6"> + id="stop897-2" /> + id="stop899-9" /> + id="stop901-1" /> + id="stop903-2" /> - image/svg+xml - + - + d="m 27.168456,7.9873918 c 0.735392,0 1.331545,0.5978945 1.331545,1.3354343 V 22.677173 c 0,0.737542 -0.596153,1.335435 -1.331545,1.335435 -0.224298,0 -0.42573,-0.06869 -0.611157,-0.166928 L 16.5161,17.50758 v 5.169593 c 0,0.737541 -0.596153,1.335435 -1.331546,1.335435 -0.224298,0 -0.42573,-0.06869 -0.611158,-0.166928 L 3.925585,17.171114 C 3.500257,16.948158 3.199998,16.514665 3.199998,15.999999 c 0,-0.514665 0.300259,-0.948158 0.725587,-1.171114 L 14.573396,8.154321 c 0.185428,-0.098235 0.38686,-0.1669292 0.611158,-0.1669292 0.735393,0 1.331546,0.5978945 1.331546,1.3354342 v 5.169593 L 26.557299,8.154321 c 0.185427,-0.098235 0.386859,-0.1669292 0.611157,-0.1669292 z" + style="font-variation-settings:normal;vector-effect:none;fill:url(#linearGradient873);fill-opacity:1;stroke:#002e99;stroke-width:0.999996;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.5;marker:none;stop-color:#000000" + id="path980-3-2" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8-3);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + d="M 15.496757,22.3537 V 9.4988842 c 0,-0.4497864 -0.207354,-0.6886547 -0.762625,-0.2728364 L 4.500051,15.627861 c 0,0 -0.29419,0.168722 -0.30005,0.372139 -0.0059,0.203417 0.30005,0.3485 0.30005,0.3485 l 10.017068,6.27798 c 0.967515,0.675987 0.979638,0.300047 0.979638,-0.27278 z" + id="path4271-3-1-2-5" /> + id="path4271-3-1-2-5-7" + d="M 27.496757,22.3537 V 9.4988841 c 0,-0.4497864 -0.207354,-0.6886547 -0.762625,-0.2728364 L 16.500051,15.627861 V 16.3485 l 10.017068,6.27798 c 0.967515,0.675987 0.979638,0.300047 0.979638,-0.27278 z" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8-3-5);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> diff --git a/elementary-xfce/actions/32/media-seek-forward.svg b/elementary-xfce/actions/32/media-seek-forward.svg index dc0989c5..04b9db0f 100644 --- a/elementary-xfce/actions/32/media-seek-forward.svg +++ b/elementary-xfce/actions/32/media-seek-forward.svg @@ -12,6 +12,25 @@ id="svg4524"> + + + + + + + + id="linearGradient4273-1-6-8-3-5" + xlink:href="#linearGradient905-6" /> + id="linearGradient905-6"> + id="stop897-2" /> + id="stop899-9" /> + id="stop901-1" /> + id="stop903-2" /> - + y2="18.522326" + x2="11.565624" + y1="5.4636264" + x1="11.565624" + id="linearGradient873" + xlink:href="#linearGradient4382" /> @@ -78,24 +97,20 @@ image/svg+xml - + - + d="m 4.8315446,7.9873918 c -0.7353921,0 -1.3315447,0.5978945 -1.3315447,1.3354343 V 22.677173 c 0,0.737542 0.5961526,1.335435 1.3315447,1.335435 0.2242987,0 0.4257308,-0.06869 0.6111577,-0.166928 l 10.0411987,-6.3381 v 5.169593 c 0,0.737541 0.596153,1.335435 1.331546,1.335435 0.224298,0 0.42573,-0.06869 0.611158,-0.166928 l 10.647811,-6.674566 c 0.425328,-0.222956 0.725587,-0.656449 0.725587,-1.171115 0,-0.514665 -0.300259,-0.948158 -0.725587,-1.171114 L 17.426605,8.154321 c -0.185428,-0.098235 -0.38686,-0.1669292 -0.611158,-0.1669292 -0.735393,0 -1.331546,0.5978945 -1.331546,1.3354342 v 5.169593 L 5.4427023,8.154321 C 5.2572754,8.0560863 5.0558433,7.9873918 4.8315446,7.9873918 Z" + style="font-variation-settings:normal;vector-effect:none;fill:url(#linearGradient873);fill-opacity:1;stroke:#002e99;stroke-width:0.999996;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.5;marker:none;stop-color:#000000" + id="path980-3-2" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8-3);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + d="M 16.503244,22.3537 V 9.4988842 c 0,-0.4497864 0.207354,-0.6886547 0.762625,-0.2728364 L 27.49995,15.627861 c 0,0 0.29419,0.168722 0.30005,0.372139 0.0059,0.203417 -0.30005,0.3485 -0.30005,0.3485 l -10.017068,6.27798 c -0.967515,0.675987 -0.979638,0.300047 -0.979638,-0.27278 z" + id="path4271-3-1-2-5" /> + id="path4271-3-1-2-5-7" + d="M 4.503244,22.3537 V 9.4988841 c 0,-0.4497864 0.207354,-0.6886547 0.762625,-0.2728364 L 15.49995,15.627861 V 16.3485 L 5.482882,22.62648 C 4.515367,23.302467 4.503244,22.926527 4.503244,22.3537 Z" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8-3-5);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> diff --git a/elementary-xfce/actions/32/media-skip-backward.svg b/elementary-xfce/actions/32/media-skip-backward.svg index 6fcec544..3abbff0f 100644 --- a/elementary-xfce/actions/32/media-skip-backward.svg +++ b/elementary-xfce/actions/32/media-skip-backward.svg @@ -1,47 +1,88 @@ + height="32" + id="svg4524" + sodipodi:docname="media-skip-backward.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="linearGradient905"> + offset="0" /> + offset="0" /> + offset="0.53919154" /> + offset="1" /> + offset="0" /> + offset="1" /> + + + offset="0" /> - + gradientTransform="matrix(-1.3333334,0,0,1.3336058,34.166668,-0.0032696)" + x1="11.565624" + y1="5.4636264" + x2="11.565624" + y2="18.522326" /> + id="linearGradient4273-1-6-8-3-5" + xlink:href="#linearGradient905-6" /> + id="linearGradient905-6"> + + + + + @@ -106,36 +148,23 @@ image/svg+xml - - - - - - - - - + + + + diff --git a/elementary-xfce/actions/32/media-skip-forward.svg b/elementary-xfce/actions/32/media-skip-forward.svg index 5988acb2..069b576e 100644 --- a/elementary-xfce/actions/32/media-skip-forward.svg +++ b/elementary-xfce/actions/32/media-skip-forward.svg @@ -1,47 +1,88 @@ + height="32" + id="svg4524" + sodipodi:docname="media-skip-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="linearGradient905"> + offset="0" /> + offset="0" /> + offset="0.53919154" /> + offset="1" /> + offset="0" /> + offset="1" /> + + + offset="0" /> - + gradientTransform="matrix(1.3333334,0,0,1.3336058,-2.166667,-0.0032696)" + x1="11.565624" + y1="5.4636264" + x2="11.565624" + y2="18.522326" /> + id="linearGradient4273-1-6-8-3-5" + xlink:href="#linearGradient905-6" /> + id="linearGradient905-6"> + + + + + @@ -106,32 +148,23 @@ image/svg+xml - - - + d="m 27.166667,7.5 c -0.369333,0 -0.666666,0.2979297 -0.666666,0.6673385 V 14.372121 L 16.445313,8.0869819 c -0.185676,-0.098105 -0.387379,-0.1667007 -0.611979,-0.1667007 -0.73638,0 -1.333333,0.5970757 -1.333333,1.3336058 V 14.4164 L 4.445312,8.0869819 C 4.259636,7.9888769 4.057933,7.9202812 3.833333,7.9202812 3.096953,7.9202812 2.5,8.5173569 2.5,9.253887 v 13.336058 c 0,0.73653 0.596953,1.333606 1.333333,1.333606 0.2246,0 0.426303,-0.0686 0.611979,-0.166701 l 10.054689,-6.329418 v 5.162513 c 0,0.73653 0.596953,1.333606 1.333333,1.333606 0.2246,0 0.426303,-0.0686 0.611979,-0.166701 l 10.054688,-6.285139 v 6.370802 c 0,0.369409 0.297333,0.657487 0.666666,0.657487 h 2.666667 c 0.369334,0 0.666667,-0.288078 0.666667,-0.657487 V 8.1673385 C 30.500001,7.7979297 30.202668,7.5 29.833334,7.5 Z" + style="font-variation-settings:normal;vector-effect:none;fill:url(#linearGradient949);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;marker:none;stop-color:#000000" + id="path980-3" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8-3);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + d="M 15.503244,22.275559 V 9.4207432 c 0,-0.4497864 0.207354,-0.6886547 0.762625,-0.2728364 L 26.49995,15.54972 v 0.720639 l -10.017068,6.27798 c -0.967515,0.675987 -0.979638,0.300047 -0.979638,-0.27278 z" + id="path4271-3-1-2-5" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4217);stroke-width:0.991998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + d="M 27.495949,8.4959997 H 29.50395 V 23.504002 h -2.008001 z" + id="path2343-3" /> + id="path4271-3-1-2-5-7" + d="M 3.503244,22.275559 V 9.4207431 c 0,-0.4497864 0.207354,-0.6886547 0.762625,-0.2728364 L 14.49995,15.54972 v 0.720639 l -10.017068,6.27798 c -0.967515,0.675987 -0.979638,0.300047 -0.979638,-0.27278 z" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8-3-5);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> diff --git a/elementary-xfce/actions/48/media-eject.svg b/elementary-xfce/actions/48/media-eject.svg index fe63f366..b9d250ec 100644 --- a/elementary-xfce/actions/48/media-eject.svg +++ b/elementary-xfce/actions/48/media-eject.svg @@ -18,99 +18,98 @@ image/svg+xml + + id="linearGradient1150"> + style="stop-color:#95a3ab;stop-opacity:1" + offset="0" + id="stop1146" /> + style="stop-color:#667885;stop-opacity:1" + offset="1" + id="stop1148" /> + gradientTransform="matrix(0,2.0176505,-2.3333418,0,90.900857,28.581423)" + x1="-8.2317371" + y1="28.671692" + x2="-1.2725004" + y2="28.671692" /> + id="linearGradient897"> + id="stop889" /> + offset="0.92878157" + style="stop-color:#ffffff;stop-opacity:0.23529412" + id="stop891" /> + + + xlink:href="#linearGradient4333" + id="linearGradient3030-1" + y2="25.804808" + x2="24.138529" + y1="20.449497" + x1="24.138529" /> + id="linearGradient4333"> + + + xlink:href="#linearGradient1150" + id="linearGradient1152" + x1="24.029089" + y1="9.0450449" + x2="24.029089" + y2="40.055733" + gradientUnits="userSpaceOnUse" /> - - - - - - + + + diff --git a/elementary-xfce/actions/48/media-playback-pause.svg b/elementary-xfce/actions/48/media-playback-pause.svg index 5dd7eb94..ec5f9549 100644 --- a/elementary-xfce/actions/48/media-playback-pause.svg +++ b/elementary-xfce/actions/48/media-playback-pause.svg @@ -1,65 +1,88 @@ + width="48" + version="1.1" + sodipodi:docname="media-playback-pause.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="linearGradient1000"> + offset="0" /> + offset="0.0001" /> + offset="1" /> + offset="1" /> + offset="0" /> + offset="1" /> - + + gradientTransform="matrix(1.6318724,0,0,1.7212084,-29.649995,-31.932375)" + x1="25.83429" + y1="22.067701" + x2="25.83429" + y2="42.903152" /> @@ -69,20 +92,17 @@ image/svg+xml - - + d="M 8,4.5 C 7.169,4.5 6.5,5.169 6.5,6 v 36 c 0,0.831 0.669,1.5 1.5,1.5 h 11 c 0.831,0 1.5,-0.669 1.5,-1.5 V 6 C 20.5,5.169 19.831,4.5 19,4.5 Z m 21,0 c -0.831,0 -1.5,0.669 -1.5,1.5 v 36 c 0,0.831 0.669,1.5 1.5,1.5 h 11 c 0.831,0 1.5,-0.669 1.5,-1.5 V 6 C 41.5,5.169 40.831,4.5 40,4.5 Z" + style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:url(#linearGradient889-7);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;marker:none;stop-color:#000000;stop-opacity:1" + id="rect875" + sodipodi:nodetypes="ssssssssssssssssss" /> + d="M 8,5.5 C 7.723,5.5 7.5,5.723 7.5,6 v 36 c 0,0.277 0.223,0.5 0.5,0.5 h 11 c 0.277,0 0.5,-0.223 0.5,-0.5 V 6 C 19.5,5.723 19.277,5.5 19,5.5 Z m 21,0 c -0.277,0 -0.5,0.223 -0.5,0.5 v 36 c 0,0.277 0.223,0.5 0.5,0.5 h 11 c 0.277,0 0.5,-0.223 0.5,-0.5 V 6 C 40.5,5.723 40.277,5.5 40,5.5 Z" + style="font-variation-settings:normal;opacity:0.5;vector-effect:none;fill:none;fill-opacity:1;stroke:url(#linearGradient884);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;stop-color:#000000;stop-opacity:1" + id="rect875-9" + sodipodi:nodetypes="ssssssssssssssssss" /> diff --git a/elementary-xfce/actions/48/media-playback-start-rtl.svg b/elementary-xfce/actions/48/media-playback-start-rtl.svg new file mode 100644 index 00000000..3a1b34d1 --- /dev/null +++ b/elementary-xfce/actions/48/media-playback-start-rtl.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/elementary-xfce/actions/48/media-playback-start.svg b/elementary-xfce/actions/48/media-playback-start.svg index b7742e94..83ed6f3d 100644 --- a/elementary-xfce/actions/48/media-playback-start.svg +++ b/elementary-xfce/actions/48/media-playback-start.svg @@ -6,69 +6,60 @@ xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" - version="1.1" - width="48" + id="svg3326" height="48" - id="svg3326"> + width="48" + version="1.1"> - - - - - - - + id="linearGradient3881"> + offset="0.00164232" /> - + + + + + + gradientTransform="matrix(1.5213899,0,0,1.5458049,-13.223352,-17.359927)" /> @@ -78,20 +69,16 @@ image/svg+xml - + - + id="path980" + style="font-variation-settings:normal;vector-effect:none;fill:url(#linearGradient912);fill-opacity:1;stroke:#206b00;stroke-width:0.999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.5;marker:none;stop-color:#000000" + d="m 8.1669175,5.6838821 c -0.9204601,0 -1.6666405,0.7454915 -1.6666405,1.6651018 V 40.651016 c 0,0.919611 0.7461804,1.665102 1.6666405,1.665102 0.2807451,0 0.5328697,-0.08565 0.7649619,-0.208139 L 40.591535,25.460216 c 0.532366,-0.277994 0.908188,-0.8185 0.908188,-1.460217 0,-0.641717 -0.375822,-1.182221 -0.908188,-1.460215 L 8.9318793,5.8920198 C 8.6997872,5.7695285 8.4476626,5.6838821 8.1669175,5.6838821 Z" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.6;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3038-7);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="path4220" + d="M 7.4999995,7.2669067 V 40.56391 c 0,0.628637 0.4919518,0.940977 1.0411787,0.611488 L 40.115482,24.554784 c 0,0 0.38842,-0.239299 0.38842,-0.562965 0,-0.323665 -0.38842,-0.539144 -0.38842,-0.539144 L 8.4285424,6.7325716 C 8.0785648,6.5359801 7.4999995,6.8325438 7.4999995,7.2669067 Z" /> diff --git a/elementary-xfce/actions/48/media-playback-stop.svg b/elementary-xfce/actions/48/media-playback-stop.svg index 54c94cfe..591e6cf4 100644 --- a/elementary-xfce/actions/48/media-playback-stop.svg +++ b/elementary-xfce/actions/48/media-playback-stop.svg @@ -5,7 +5,7 @@ width="48" version="1.1" sodipodi:docname="media-playback-stop.svg" - inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)" + 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" @@ -23,15 +23,17 @@ inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" showgrid="false" - inkscape:zoom="8.0000004" - inkscape:cx="14.499999" - inkscape:cy="39.249998" - inkscape:window-width="1920" - inkscape:window-height="1026" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg3468" /> + inkscape:zoom="16.000001" + inkscape:cx="0.40624998" + inkscape:cy="22.999999" + inkscape:window-width="1326" + inkscape:window-height="414" + inkscape:window-x="32" + inkscape:window-y="604" + inkscape:window-maximized="0" + inkscape:current-layer="svg3468" + inkscape:showpageshadow="2" + inkscape:deskcolor="#d1d1d1" /> + gradientTransform="translate(-3.1e-6,-49.000018)" /> diff --git a/elementary-xfce/actions/48/media-record.svg b/elementary-xfce/actions/48/media-record.svg index f4c55072..d3c10444 100644 --- a/elementary-xfce/actions/48/media-record.svg +++ b/elementary-xfce/actions/48/media-record.svg @@ -1,278 +1,227 @@ + width="48" + version="1.1" + sodipodi:docname="media-record.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="linearGradient1004"> + id="stop1000" + offset="0" + style="stop-color:#ed5353;stop-opacity:1" /> - + id="stop1002" + offset="1" + style="stop-color:#c6262e;stop-opacity:1" /> - + id="linearGradient3086" + y2="45.368999" + x2="7.0776" + y1="3.0816" + x1="7.0776"> + offset="0" + style="stop-color:#7a0000;stop-opacity:1" + id="stop2492-0" /> - + offset="1" + style="stop-color:#c6262e;stop-opacity:1" + id="stop2494-6" /> + + id="linearGradient3089" + y2="44.341" + x2="71.204002" + y1="6.2375998" + x1="71.204002"> + id="stop4013-3" /> + id="stop4015-6" /> + id="stop4017-1" /> + id="stop4019-2" /> - - - - - - + id="linearGradient3990"> + offset="0" + style="stop-color:#ffffff;stop-opacity:1" + id="stop3992" /> + offset="1" + style="stop-color:#ffffff;stop-opacity:0" + id="stop3994" /> + + + xlink:href="#linearGradient3086" + id="linearGradient3039" + y2="45.368999" + x2="7.0776" + y1="3.0816" + x1="7.0776" /> + - - - - - - - + gradientTransform="matrix(0.3823536,7.5555777e-8,-1.8372241e-8,0.1115198,-5.9254271,36.335849)" + cx="99.189415" + cy="185.29727" + fx="99.189415" + fy="185.29727" + r="62.769119" /> + + id="linearGradient3932-9" + xlink:href="#linearGradient3907" /> + + id="stop3909" + offset="0" + style="stop-color:#fafafa;stop-opacity:1" /> + id="stop3911" + offset="1" + style="stop-color:#abacae;stop-opacity:1" /> + y2="43.282776" + x2="71.204407" + y1="7.6175823" + x1="71.204407" + gradientTransform="matrix(1.054054,0,0,1.054054,-51.611001,-2.728234)" + gradientUnits="userSpaceOnUse" + id="linearGradient3111-7" + xlink:href="#linearGradient4011" /> + + id="stop4013-35" /> + offset="0.507761" + style="stop-color:#ffffff;stop-opacity:0.23529412" + id="stop4015-62" /> + + - - + gradientTransform="matrix(0.45945943,0,0,-0.45945945,-8.9586408,35.64979)" + x1="71.204407" + y1="6.2375584" + x2="71.204407" + y2="44.340794" /> - - - - - + y2="31.576309" + x2="24" + y1="16.500965" + x1="24" + id="linearGradient1006" + xlink:href="#linearGradient1004" /> @@ -282,37 +231,51 @@ image/svg+xml - + + + + + d="m 24.000723,3.500001 c -11.322193,0 -20.5007228,9.178839 -20.5007228,20.499741 0,11.321939 9.1786268,20.500257 20.5007228,20.500257 C 35.322407,44.499999 44.5,35.321681 44.5,23.999742 44.5,12.67884 35.322407,3.500001 24.000723,3.500001 Z" + id="path3902-8" + style="fill:url(#linearGradient3932-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1" /> + d="m 43.5,23.998975 c 0,10.7699 -8.73109,19.50069 -19.499753,19.50069 -10.769649,0 -19.5002472,-8.730889 -19.5002472,-19.50069 0,-10.769402 8.7305982,-19.499308 19.5002472,-19.499308 C 34.76891,4.499667 43.5,13.229573 43.5,23.998975 Z" + id="path8655-9" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;stroke:url(#linearGradient3111-7);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" /> + d="m 32.5,23.999468 c 0,-4.694571 -3.805859,-8.500302 -8.499892,-8.500302 -4.694462,0 -8.500108,3.805773 -8.500108,8.500302 0,4.694354 3.805646,8.499698 8.500108,8.499698 4.694033,0 8.499892,-3.805344 8.499892,-8.499698 z" + id="path8655-1-6-9-4-8-2" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:none;stroke:url(#linearGradient3993-0-6-0-8-5);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" /> + d="m 24.000003,3.499665 c -11.311193,0 -20.5000032,9.188806 -20.5000032,20.5 0,11.311194 9.1888102,20.500005 20.5000032,20.500002 11.311188,0 20.500008,-9.188808 20.499997,-20.500002 0,-11.311194 -9.188809,-20.5 -20.499997,-20.5 z" + id="path2555-6-6" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:none;stroke:#555761;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" /> + + style="fill:url(#linearGradient1006);fill-opacity:1;stroke:url(#linearGradient3039);stroke-width:1.00365;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" + id="path2555-3" + d="m 24,16.500966 c -4.1372,0 -7.4982,3.361 -7.4982,7.4982 0,4.1372 3.361,7.4982 7.4982,7.4982 4.1372,0 7.4982,-3.361 7.4982,-7.4982 0,-4.1372 -3.361,-7.4982 -7.4982,-7.4982 z" /> + style="color:#000000;opacity:0.5;fill:none;stroke:url(#linearGradient3031);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;enable-background:accumulate" + id="path8655-6" + d="m 30.5,23.998966 c 0,3.5896 -2.9104,6.5 -6.5,6.5 -3.5898,0 -6.5,-2.9104 -6.5,-6.5 0,-3.59 2.9102,-6.5 6.5,-6.5 3.5896,0 6.5,2.91 6.5,6.5 z" /> + d="m 28,21.998966 a 4,4 0 1 1 -8,0 4,4 0 1 1 8,0 z" /> diff --git a/elementary-xfce/actions/48/media-seek-backward.svg b/elementary-xfce/actions/48/media-seek-backward.svg index de251253..003f9ea8 100644 --- a/elementary-xfce/actions/48/media-seek-backward.svg +++ b/elementary-xfce/actions/48/media-seek-backward.svg @@ -1,17 +1,59 @@ + id="svg2418" + sodipodi:docname="media-seek-backward.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/"> + + + + + + + - + gradientTransform="matrix(-2.0188767,0,0,1.8615121,74.631554,-29.047404)" + x1="31.089348" + y1="26.719757" + x2="25.988173" + y2="34.415531" /> + @@ -78,24 +120,19 @@ image/svg+xml - - + d="m 39.595342,12.491211 c 1.052055,0 1.904297,0.85865 1.904297,1.917968 V 33.59082 c 0,1.059319 -0.852242,1.917969 -1.904297,1.917969 -0.320883,0 -0.609727,-0.09915 -0.875,-0.240234 L 24.499639,26.165039 v 7.417969 c 0,1.05863 -0.858596,1.917968 -1.917969,1.917968 -0.323113,0 -0.61374,-0.09922 -0.880859,-0.240234 L 6.36292,25.680664 c 0,0 -1.044922,-0.740685 -1.044922,-1.810547 0,-1.069862 1.044922,-1.550781 1.044922,-1.550781 l 15.337891,-9.580078 c 0.267119,-0.141001 0.557746,-0.240235 0.880859,-0.240235 1.059373,0 1.917969,0.857388 1.917969,1.916016 v 7.419922 l 14.220703,-9.103516 c 0.265273,-0.1411 0.554117,-0.240234 0.875,-0.240234 z" + style="font-variation-settings:normal;vector-effect:none;fill:url(#linearGradient873);fill-opacity:1;stroke:#002e99;stroke-width:0.999996;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.5;marker:none;stop-color:#000000" + id="path980-3-2" /> + id="path4271-3-1-2-5-6" + d="m 23.498665,14.380642 c 0,-0.689934 -0.677977,-1.229441 -1.499117,-0.591612 L 7.249639,22.961705 c 0,0 -0.908515,0.408412 -0.908515,0.908412 0,0.5 0.908515,1.197749 0.908515,1.197749 l 15.0239,9.315896 c 0.436898,0.260898 1.225126,0.0519 1.225126,-0.845741 z" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8-3-27);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8-3-27-6);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + d="m 40.49868,14.380642 c 0,-0.689934 -0.667053,-1.229441 -1.474961,-0.591612 l -14.525007,9.172675 v 2.085423 l 14.794583,9.336634 c 0.429858,0.260898 1.205385,0.0519 1.205385,-0.845741 z" + id="path4271-3-1-2-5-6-9" /> diff --git a/elementary-xfce/actions/48/media-seek-forward.svg b/elementary-xfce/actions/48/media-seek-forward.svg index 6e74fec6..f9d109c5 100644 --- a/elementary-xfce/actions/48/media-seek-forward.svg +++ b/elementary-xfce/actions/48/media-seek-forward.svg @@ -1,17 +1,59 @@ + id="svg2418" + sodipodi:docname="media-seek-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/"> + + + + + + + - + gradientTransform="matrix(2.0188767,0,0,1.8615121,-26.631917,-29.047404)" + x1="31.089348" + y1="26.719757" + x2="25.988173" + y2="34.415531" /> + @@ -78,24 +120,19 @@ image/svg+xml - - + d="m 8.4042949,12.491211 c -1.052055,0 -1.9042969,0.85865 -1.9042969,1.917968 V 33.59082 c 0,1.059319 0.8522419,1.917969 1.9042969,1.917969 0.320883,0 0.609727,-0.09915 0.875,-0.240234 L 23.499998,26.165039 v 7.417969 c 0,1.05863 0.858596,1.917968 1.917969,1.917968 0.323113,0 0.61374,-0.09922 0.880859,-0.240234 l 15.337891,-9.580078 c 0,0 1.044922,-0.740685 1.044922,-1.810547 0,-1.069862 -1.044922,-1.550781 -1.044922,-1.550781 L 26.298826,12.739258 c -0.267119,-0.141001 -0.557746,-0.240235 -0.880859,-0.240235 -1.059373,0 -1.917969,0.857388 -1.917969,1.916016 v 7.419922 L 9.2792949,12.731445 c -0.265273,-0.1411 -0.554117,-0.240234 -0.875,-0.240234 z" + style="font-variation-settings:normal;vector-effect:none;fill:url(#linearGradient873);fill-opacity:1;stroke:#002e99;stroke-width:0.999996;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.5;marker:none;stop-color:#000000" + id="path980-3-2" /> + id="path4271-3-1-2-5-6" + d="m 24.500972,14.380642 c 0,-0.689934 0.677977,-1.229441 1.499117,-0.591612 l 14.749909,9.172675 c 0,0 0.908515,0.408412 0.908515,0.908412 0,0.5 -0.908515,1.197749 -0.908515,1.197749 l -15.0239,9.315896 c -0.436898,0.260898 -1.225126,0.0519 -1.225126,-0.845741 z" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8-3-27);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8-3-27-6);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + d="m 7.500957,14.380642 c 0,-0.689934 0.667053,-1.229441 1.474961,-0.591612 l 14.525007,9.172675 v 2.085423 L 8.706342,34.383762 c -0.429858,0.260898 -1.205385,0.0519 -1.205385,-0.845741 z" + id="path4271-3-1-2-5-6-9" /> diff --git a/elementary-xfce/actions/48/media-skip-backward.svg b/elementary-xfce/actions/48/media-skip-backward.svg index c7d49b11..8f02a62b 100644 --- a/elementary-xfce/actions/48/media-skip-backward.svg +++ b/elementary-xfce/actions/48/media-skip-backward.svg @@ -1,64 +1,97 @@ + version="1.1" + sodipodi:docname="media-skip-backward.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="linearGradient1032"> + offset="0" /> + + + + + + + id="stop1016" /> + id="stop1018" /> + id="stop1020" /> + id="linearGradient4275"> + id="stop4277" /> + id="stop4279" /> + id="stop4281" /> + id="stop4283" /> - + + y1="23.188923" + x1="35.836643" + gradientTransform="matrix(-1.8380115,0,0,1.8289034,72.880682,-29.406475)" + gradientUnits="userSpaceOnUse" + id="linearGradient4217-0" + xlink:href="#linearGradient1022" /> + id="linearGradient949-6" + xlink:href="#linearGradient4382" /> + gradientTransform="matrix(-1.9863451,0,0,1.8615121,92.809015,-29.417521)" + x1="31.089348" + y1="26.719757" + x2="25.988173" + y2="34.415531" /> @@ -106,28 +148,23 @@ image/svg+xml - - + d="m 8.5500982,11.5 c 0.5276609,0 0.9499999,0.445167 0.9499999,0.976471 v 8.924063 L 23.812936,12.360897 c 0.265272,-0.1411 0.553442,-0.239758 0.874325,-0.239758 1.052055,0 1.812837,0.858748 1.812837,1.918066 v 7.425013 l 14.221688,-9.103321 c 0.265273,-0.1411 0.553443,-0.239758 0.874326,-0.239758 1.052055,0 1.904913,0.858748 1.904913,1.918066 v 19.18066 c 0,1.059319 -0.852858,1.918067 -1.904913,1.918067 -0.320883,0 -0.609053,-0.09867 -0.874326,-0.239759 L 26.500098,25.794852 v 7.425013 c 0,1.059319 -0.760782,1.918067 -1.812837,1.918067 -0.320883,0 -0.609053,-0.09867 -0.874325,-0.239759 L 9.5000981,25.858537 v 9.689001 C 9.5000981,36.078843 9.0777591,36.5 8.5500982,36.5 H 5.4501962 C 4.9225351,36.5 4.5,36.078843 4.5,35.547538 V 12.476471 C 4.5,11.945166 4.9225351,11.5 5.4501962,11.5 Z" + style="font-variation-settings:normal;vector-effect:none;fill:url(#linearGradient949-6);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;marker:none;stop-color:#000000" + id="path980-3" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8-3-27);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + d="m 25.500066,14.010525 c 0,-0.689934 -0.667053,-1.229441 -1.474961,-0.591612 L 9.5000981,22.591588 v 2.085423 l 14.7945829,9.336634 c 0.429858,0.260898 1.205385,0.0519 1.205385,-0.845741 z" + id="path4271-3-1-2-5-6" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4217-0);stroke-width:0.999996;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + d="m 8.5000981,12.5 h -3 v 23.000002 h 3 z" + id="path2343-3" /> + id="path4271-3-1-2-5-6-9" + d="m 42.500066,14.010525 c 0,-0.689934 -0.667053,-1.229441 -1.474961,-0.591612 l -14.525007,9.172675 v 2.085423 l 14.794583,9.336634 c 0.429858,0.260898 1.205385,0.0519 1.205385,-0.845741 z" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8-3-27-6);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> diff --git a/elementary-xfce/actions/48/media-skip-forward.svg b/elementary-xfce/actions/48/media-skip-forward.svg index b0c44fd3..be4a6ac6 100644 --- a/elementary-xfce/actions/48/media-skip-forward.svg +++ b/elementary-xfce/actions/48/media-skip-forward.svg @@ -1,64 +1,97 @@ + version="1.1" + sodipodi:docname="media-skip-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="linearGradient1032"> + offset="0" /> + + + + + + + id="stop1016" /> + id="stop1018" /> + id="stop1020" /> + id="linearGradient4275"> + id="stop4277" /> + id="stop4279" /> + id="stop4281" /> + id="stop4283" /> - + + y1="23.188923" + x1="35.836643" + gradientTransform="matrix(1.8380115,0,0,1.8289034,-24.879657,-29.406475)" + gradientUnits="userSpaceOnUse" + id="linearGradient4217-0" + xlink:href="#linearGradient1022" /> + id="linearGradient949-6" + xlink:href="#linearGradient4382" /> + gradientTransform="matrix(1.9863451,0,0,1.8615121,-44.80799,-29.417521)" + x1="31.089348" + y1="26.719757" + x2="25.988173" + y2="34.415531" /> @@ -106,28 +148,23 @@ image/svg+xml - - + d="m 39.450927,11.5 c -0.527661,0 -0.95,0.445167 -0.95,0.976471 v 8.924063 L 24.188089,12.360897 c -0.265272,-0.1411 -0.553442,-0.239758 -0.874325,-0.239758 -1.052055,0 -1.812837,0.858748 -1.812837,1.918066 v 7.425013 L 7.279239,12.360897 C 7.013966,12.219797 6.725796,12.121139 6.404913,12.121139 5.352858,12.121139 4.5,12.979887 4.5,14.039205 v 19.18066 c 0,1.059319 0.852858,1.918067 1.904913,1.918067 0.320883,0 0.609053,-0.09867 0.874326,-0.239759 l 14.221688,-9.103321 v 7.425013 c 0,1.059319 0.760782,1.918067 1.812837,1.918067 0.320883,0 0.609053,-0.09867 0.874325,-0.239759 l 14.312838,-9.039636 v 9.689001 c 0,0.531305 0.422339,0.952462 0.95,0.952462 h 3.099902 c 0.527661,0 0.950196,-0.421157 0.950196,-0.952462 V 12.476471 C 43.501025,11.945166 43.07849,11.5 42.550829,11.5 Z" + style="font-variation-settings:normal;vector-effect:none;fill:url(#linearGradient949-6);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;marker:none;stop-color:#000000" + id="path980-3" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8-3-27);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + d="m 22.500959,14.010525 c 0,-0.689934 0.667053,-1.229441 1.474961,-0.591612 l 14.525007,9.172675 v 2.085423 l -14.794583,9.336634 c -0.429858,0.260898 -1.205385,0.0519 -1.205385,-0.845741 z" + id="path4271-3-1-2-5-6" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4217-0);stroke-width:0.999996;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + d="m 39.500927,12.5 h 3 v 23.000002 h -3 z" + id="path2343-3" /> + id="path4271-3-1-2-5-6-9" + d="m 5.500959,14.010525 c 0,-0.689934 0.667053,-1.229441 1.474961,-0.591612 l 14.525007,9.172675 v 2.085423 L 6.706344,34.013645 c -0.429858,0.260898 -1.205385,0.0519 -1.205385,-0.845741 z" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4273-1-6-8-3-27-6);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> diff --git a/elementary-xfce/actions/symbolic/edit-redo-rtl-symbolic.svg b/elementary-xfce/actions/symbolic/edit-redo-rtl-symbolic.svg deleted file mode 120000 index 03288323..00000000 --- a/elementary-xfce/actions/symbolic/edit-redo-rtl-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -edit-undo-symbolic.svg \ No newline at end of file diff --git a/elementary-xfce/actions/symbolic/edit-undo-rtl-symbolic.svg b/elementary-xfce/actions/symbolic/edit-undo-rtl-symbolic.svg deleted file mode 120000 index 62e32d72..00000000 --- a/elementary-xfce/actions/symbolic/edit-undo-rtl-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -edit-redo-symbolic.svg \ No newline at end of file diff --git a/elementary-xfce/actions/symbolic/format-indent-less-rtl-symbolic.svg b/elementary-xfce/actions/symbolic/format-indent-less-rtl-symbolic.svg deleted file mode 120000 index 55858215..00000000 --- a/elementary-xfce/actions/symbolic/format-indent-less-rtl-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -format-indent-more-symbolic.svg \ No newline at end of file diff --git a/elementary-xfce/actions/symbolic/format-indent-more-rtl-symbolic.svg b/elementary-xfce/actions/symbolic/format-indent-more-rtl-symbolic.svg deleted file mode 120000 index c3f3d2ac..00000000 --- a/elementary-xfce/actions/symbolic/format-indent-more-rtl-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -format-indent-less-symbolic.svg \ No newline at end of file diff --git a/elementary-xfce/actions/symbolic/format-text-direction-rtl-symbolic.svg b/elementary-xfce/actions/symbolic/format-text-direction-rtl-symbolic.svg deleted file mode 100644 index 3a67ded9..00000000 --- a/elementary-xfce/actions/symbolic/format-text-direction-rtl-symbolic.svg +++ /dev/null @@ -1,44 +0,0 @@ - - - elementary Symbolic Icon Theme - - - - - image/svg+xml - - elementary Symbolic Icon Theme - - - - - - - - - diff --git a/elementary-xfce/actions/symbolic/go-first-rtl-symbolic.svg b/elementary-xfce/actions/symbolic/go-first-rtl-symbolic.svg deleted file mode 120000 index ca2456cf..00000000 --- a/elementary-xfce/actions/symbolic/go-first-rtl-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -go-last-symbolic.svg \ No newline at end of file diff --git a/elementary-xfce/actions/symbolic/go-jump-rtl-symbolic.svg b/elementary-xfce/actions/symbolic/go-jump-rtl-symbolic.svg deleted file mode 100644 index 000030da..00000000 --- a/elementary-xfce/actions/symbolic/go-jump-rtl-symbolic.svg +++ /dev/null @@ -1,32 +0,0 @@ - - - Gnome Symbolic Icon Theme - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - diff --git a/elementary-xfce/actions/symbolic/go-last-rtl-symbolic.svg b/elementary-xfce/actions/symbolic/go-last-rtl-symbolic.svg deleted file mode 120000 index c3717c5a..00000000 --- a/elementary-xfce/actions/symbolic/go-last-rtl-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -go-first-symbolic.svg \ No newline at end of file diff --git a/elementary-xfce/actions/symbolic/go-next-rtl-symbolic.svg b/elementary-xfce/actions/symbolic/go-next-rtl-symbolic.svg deleted file mode 120000 index b3dc2735..00000000 --- a/elementary-xfce/actions/symbolic/go-next-rtl-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous-symbolic.svg \ No newline at end of file diff --git a/elementary-xfce/actions/symbolic/go-previous-rtl-symbolic.svg b/elementary-xfce/actions/symbolic/go-previous-rtl-symbolic.svg deleted file mode 120000 index cbf8ba40..00000000 --- a/elementary-xfce/actions/symbolic/go-previous-rtl-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -go-next-symbolic.svg \ No newline at end of file diff --git a/elementary-xfce/actions/symbolic/media-eject-symbolic.svg b/elementary-xfce/actions/symbolic/media-eject-symbolic.svg index f15ddb1f..47feed2d 100644 --- a/elementary-xfce/actions/symbolic/media-eject-symbolic.svg +++ b/elementary-xfce/actions/symbolic/media-eject-symbolic.svg @@ -1,37 +1,6 @@ - - - - - - image/svg+xml - - - - - - - - + + + + + diff --git a/elementary-xfce/actions/symbolic/media-eq-symbolic.svg b/elementary-xfce/actions/symbolic/media-eq-symbolic.svg index 1559b75d..334c005f 100644 --- a/elementary-xfce/actions/symbolic/media-eq-symbolic.svg +++ b/elementary-xfce/actions/symbolic/media-eq-symbolic.svg @@ -1,36 +1,6 @@ - - - - - - image/svg+xml - - - - - - - - + + + + + diff --git a/elementary-xfce/actions/symbolic/media-playback-pause-symbolic.svg b/elementary-xfce/actions/symbolic/media-playback-pause-symbolic.svg index 41abd769..0761207a 100644 --- a/elementary-xfce/actions/symbolic/media-playback-pause-symbolic.svg +++ b/elementary-xfce/actions/symbolic/media-playback-pause-symbolic.svg @@ -5,10 +5,10 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" - height="16" + id="svg6" + version="1.1" width="16" - id="svg2" - version="1.1"> + height="16"> @@ -17,20 +17,14 @@ image/svg+xml + - - - + diff --git a/elementary-xfce/actions/symbolic/media-playback-start-rtl-symbolic.svg b/elementary-xfce/actions/symbolic/media-playback-start-rtl-symbolic.svg deleted file mode 100644 index 1d99670b..00000000 --- a/elementary-xfce/actions/symbolic/media-playback-start-rtl-symbolic.svg +++ /dev/null @@ -1,32 +0,0 @@ - - - elementary Symbolic Icon Theme - - - - - image/svg+xml - - elementary Symbolic Icon Theme - - - - - diff --git a/elementary-xfce/actions/symbolic/media-playback-start-symbolic-rtl.svg b/elementary-xfce/actions/symbolic/media-playback-start-symbolic-rtl.svg index 6f3c31e1..2da3e14a 100644 --- a/elementary-xfce/actions/symbolic/media-playback-start-symbolic-rtl.svg +++ b/elementary-xfce/actions/symbolic/media-playback-start-symbolic-rtl.svg @@ -5,10 +5,10 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" - height="16" + id="svg6" + version="1.1" width="16" - id="svg2" - version="1.1"> + height="16"> @@ -17,20 +17,14 @@ image/svg+xml + - - - + diff --git a/elementary-xfce/actions/symbolic/media-playback-start-symbolic.svg b/elementary-xfce/actions/symbolic/media-playback-start-symbolic.svg index df39e442..8789aa1d 100644 --- a/elementary-xfce/actions/symbolic/media-playback-start-symbolic.svg +++ b/elementary-xfce/actions/symbolic/media-playback-start-symbolic.svg @@ -5,10 +5,10 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" - height="16" + id="svg6" + version="1.1" width="16" - id="svg2" - version="1.1"> + height="16"> @@ -17,20 +17,14 @@ image/svg+xml + - - - + diff --git a/elementary-xfce/actions/symbolic/media-record-symbolic.svg b/elementary-xfce/actions/symbolic/media-record-symbolic.svg index b5d00f68..88b87352 100644 --- a/elementary-xfce/actions/symbolic/media-record-symbolic.svg +++ b/elementary-xfce/actions/symbolic/media-record-symbolic.svg @@ -1,38 +1,6 @@ - - - - - - image/svg+xml - - - - - - - - + + + + + diff --git a/elementary-xfce/actions/symbolic/media-seek-backward-rtl-symbolic.svg b/elementary-xfce/actions/symbolic/media-seek-backward-rtl-symbolic.svg deleted file mode 120000 index a3c08d5d..00000000 --- a/elementary-xfce/actions/symbolic/media-seek-backward-rtl-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-forward-symbolic.svg \ No newline at end of file diff --git a/elementary-xfce/actions/symbolic/media-seek-backward-symbolic.svg b/elementary-xfce/actions/symbolic/media-seek-backward-symbolic.svg index 778cbe98..50c97f7d 100644 --- a/elementary-xfce/actions/symbolic/media-seek-backward-symbolic.svg +++ b/elementary-xfce/actions/symbolic/media-seek-backward-symbolic.svg @@ -1,36 +1,14 @@ - + id="svg6"> @@ -39,20 +17,14 @@ image/svg+xml + - - - + diff --git a/elementary-xfce/actions/symbolic/media-seek-forward-rtl-symbolic.svg b/elementary-xfce/actions/symbolic/media-seek-forward-rtl-symbolic.svg deleted file mode 120000 index 2f0cab33..00000000 --- a/elementary-xfce/actions/symbolic/media-seek-forward-rtl-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-backward-symbolic.svg \ No newline at end of file diff --git a/elementary-xfce/actions/symbolic/media-seek-forward-symbolic.svg b/elementary-xfce/actions/symbolic/media-seek-forward-symbolic.svg index 6777a759..a614b4f0 100644 --- a/elementary-xfce/actions/symbolic/media-seek-forward-symbolic.svg +++ b/elementary-xfce/actions/symbolic/media-seek-forward-symbolic.svg @@ -1,36 +1,14 @@ - + id="svg6"> @@ -39,20 +17,14 @@ image/svg+xml + - - - + diff --git a/elementary-xfce/actions/symbolic/media-skip-backward-rtl-symbolic.svg b/elementary-xfce/actions/symbolic/media-skip-backward-rtl-symbolic.svg deleted file mode 120000 index 8515e7ca..00000000 --- a/elementary-xfce/actions/symbolic/media-skip-backward-rtl-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-forward-symbolic.svg \ No newline at end of file diff --git a/elementary-xfce/actions/symbolic/media-skip-backward-symbolic-rtl.svg b/elementary-xfce/actions/symbolic/media-skip-backward-symbolic-rtl.svg index a3c08d5d..8515e7ca 120000 --- a/elementary-xfce/actions/symbolic/media-skip-backward-symbolic-rtl.svg +++ b/elementary-xfce/actions/symbolic/media-skip-backward-symbolic-rtl.svg @@ -1 +1 @@ -media-seek-forward-symbolic.svg \ No newline at end of file +media-skip-forward-symbolic.svg \ No newline at end of file diff --git a/elementary-xfce/actions/symbolic/media-skip-backward-symbolic.svg b/elementary-xfce/actions/symbolic/media-skip-backward-symbolic.svg index c1753d57..98873a8f 100644 --- a/elementary-xfce/actions/symbolic/media-skip-backward-symbolic.svg +++ b/elementary-xfce/actions/symbolic/media-skip-backward-symbolic.svg @@ -2,10 +2,10 @@ + inkscape:zoom="14.75" + inkscape:cx="2.440678" + inkscape:cy="8.0338983" + inkscape:window-width="1920" + inkscape:window-height="1031" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="svg6" /> @@ -44,23 +45,8 @@ - - - - + diff --git a/elementary-xfce/actions/symbolic/media-skip-forward-rtl-symbolic.svg b/elementary-xfce/actions/symbolic/media-skip-forward-rtl-symbolic.svg deleted file mode 120000 index 3b7769f2..00000000 --- a/elementary-xfce/actions/symbolic/media-skip-forward-rtl-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-backward-symbolic.svg \ No newline at end of file diff --git a/elementary-xfce/actions/symbolic/media-skip-forward-symbolic-rtl.svg b/elementary-xfce/actions/symbolic/media-skip-forward-symbolic-rtl.svg index 2f0cab33..3b7769f2 120000 --- a/elementary-xfce/actions/symbolic/media-skip-forward-symbolic-rtl.svg +++ b/elementary-xfce/actions/symbolic/media-skip-forward-symbolic-rtl.svg @@ -1 +1 @@ -media-seek-backward-symbolic.svg \ No newline at end of file +media-skip-backward-symbolic.svg \ No newline at end of file diff --git a/elementary-xfce/actions/symbolic/media-skip-forward-symbolic.svg b/elementary-xfce/actions/symbolic/media-skip-forward-symbolic.svg index 117c6ea3..78842e03 100644 --- a/elementary-xfce/actions/symbolic/media-skip-forward-symbolic.svg +++ b/elementary-xfce/actions/symbolic/media-skip-forward-symbolic.svg @@ -2,10 +2,10 @@ + inkscape:zoom="14.75" + inkscape:cx="2.440678" + inkscape:cy="8.0338983" + inkscape:window-width="1920" + inkscape:window-height="1031" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="svg6" /> @@ -44,23 +45,8 @@ - - - - + -- cgit v1.2.1