icon-themes/breeze/cmd/sc_add.png |binary icon-themes/breeze/cmd/sc_list_remove.png |binary icon-themes/breeze_dark/cmd/sc_add.png |binary icon-themes/breeze_dark/cmd/sc_list_remove.png |binary icon-themes/breeze_dark_svg/cmd/sc_add.svg | 17 + icon-themes/breeze_dark_svg/cmd/sc_list_remove.svg | 30 --- icon-themes/breeze_svg/cmd/sc_add.svg | 17 + icon-themes/breeze_svg/cmd/sc_list_remove.svg | 18 + icon-themes/elementary/cmd/sc_list_remove.png |binary icon-themes/elementary_svg/cmd/sc_list_remove.svg | 92 +++++++++ icon-themes/karasa_jaga/cmd/sc_list_remove.png |binary icon-themes/karasa_jaga_svg/cmd/sc_list_remove.svg | 197 +++++++++++++++++++++ icon-themes/sifr/cmd/sc_list_remove.png |binary icon-themes/sifr_svg/cmd/sc_list_remove.svg | 16 + icon-themes/sukapura/cmd/sc_list_remove.png |binary icon-themes/sukapura_svg/cmd/sc_list_remove.svg | 25 ++ 16 files changed, 385 insertions(+), 27 deletions(-)
New commits: commit 1e70df4d65149baafd05964a88d7455e4d6c422f Author: SilverGreen93 <mihai.vasiliu...@gmail.com> AuthorDate: Sat May 31 17:34:45 2025 +0300 Commit: Heiko Tietze <heiko.tie...@documentfoundation.org> CommitDate: Tue Jun 3 12:08:23 2025 +0200 tdf#165838: Add sc_list_remove icons for light themes The sc_list_remove icon defaulted to Colibre versions for these themes. Add proper icons for them as well. Change-Id: Ia5ca8830e1a911cd7284b9611ee24dc0626937bb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186075 Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org> Tested-by: Jenkins diff --git a/icon-themes/breeze/cmd/sc_add.png b/icon-themes/breeze/cmd/sc_add.png index 923f366545f3..0964dc95c656 100644 Binary files a/icon-themes/breeze/cmd/sc_add.png and b/icon-themes/breeze/cmd/sc_add.png differ diff --git a/icon-themes/breeze/cmd/sc_list_remove.png b/icon-themes/breeze/cmd/sc_list_remove.png new file mode 100644 index 000000000000..cb6f73687ac7 Binary files /dev/null and b/icon-themes/breeze/cmd/sc_list_remove.png differ diff --git a/icon-themes/breeze_dark/cmd/sc_add.png b/icon-themes/breeze_dark/cmd/sc_add.png index 38d17958d215..805f806453da 100644 Binary files a/icon-themes/breeze_dark/cmd/sc_add.png and b/icon-themes/breeze_dark/cmd/sc_add.png differ diff --git a/icon-themes/breeze_dark/cmd/sc_list_remove.png b/icon-themes/breeze_dark/cmd/sc_list_remove.png index 64300cdb2221..c264ee623806 100644 Binary files a/icon-themes/breeze_dark/cmd/sc_list_remove.png and b/icon-themes/breeze_dark/cmd/sc_list_remove.png differ diff --git a/icon-themes/breeze_dark_svg/cmd/sc_add.svg b/icon-themes/breeze_dark_svg/cmd/sc_add.svg index abc67f701955..98c1e360569d 100644 --- a/icon-themes/breeze_dark_svg/cmd/sc_add.svg +++ b/icon-themes/breeze_dark_svg/cmd/sc_add.svg @@ -1 +1,16 @@ -<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">/><path d="m7 3v5h-5v1h5v5h1v-5h5v-1h-5v-5z" fill="#eff0f1"/></svg> \ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + viewBox="0 0 16 16" + version="1.1" + id="svg1" + width="16" + height="16" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"><defs + id="defs1" /> + +/><path + d="M 7,3 V 8 H 2 v 1 h 5 v 5 H 8 V 9 h 5 V 8 H 8 V 3 Z" + fill="#eff0f1" + id="path1" /> +</svg> diff --git a/icon-themes/breeze_dark_svg/cmd/sc_list_remove.svg b/icon-themes/breeze_dark_svg/cmd/sc_list_remove.svg index b154094a1a83..d06657eb0932 100644 --- a/icon-themes/breeze_dark_svg/cmd/sc_list_remove.svg +++ b/icon-themes/breeze_dark_svg/cmd/sc_list_remove.svg @@ -3,35 +3,15 @@ viewBox="0 0 16 16" version="1.1" id="svg4" - sodipodi:docname="sc_list_remove.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" + width="16" + height="16" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"><defs id="defs8" /> -<sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#000000" - borderopacity="0.25" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="46.4375" - inkscape:cx="9.1628533" - inkscape:cy="9.0982503" - inkscape:window-width="1920" - inkscape:window-height="1008" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> + + /><path d="M 2,8 V 9 C 9.9997726,9 3.3815494,9 13,9 V 8 C 6.0159028,8 10.791304,8 2,8 Z" fill="#eff0f1" - id="path2" - sodipodi:nodetypes="ccccc" /> + id="path2" /> </svg> diff --git a/icon-themes/breeze_svg/cmd/sc_add.svg b/icon-themes/breeze_svg/cmd/sc_add.svg index ac477b2ba729..5c93d45dd25d 100644 --- a/icon-themes/breeze_svg/cmd/sc_add.svg +++ b/icon-themes/breeze_svg/cmd/sc_add.svg @@ -1 +1,16 @@ -<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">/><path d="m7 3v5h-5v1h5v5h1v-5h5v-1h-5v-5z" fill="#232629"/></svg> \ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + viewBox="0 0 16 16" + version="1.1" + id="svg1" + width="16" + height="16" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"><defs + id="defs1" /> + +/><path + d="M 7,3 V 8 H 2 v 1 h 5 v 5 H 8 V 9 h 5 V 8 H 8 V 3 Z" + fill="#232629" + id="path1" /> +</svg> diff --git a/icon-themes/breeze_svg/cmd/sc_list_remove.svg b/icon-themes/breeze_svg/cmd/sc_list_remove.svg new file mode 100644 index 000000000000..01a7e14cebd1 --- /dev/null +++ b/icon-themes/breeze_svg/cmd/sc_list_remove.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + viewBox="0 0 16 16" + version="1.1" + id="svg4" + width="16" + height="16" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"><defs + id="defs8" /> + + + +/><path + d="M 2,8 V 9 C 7.2217919,9 9.5734203,9 13,9 V 8 Z" + fill="#232629" + id="path2" /> +</svg> diff --git a/icon-themes/elementary/cmd/sc_list_remove.png b/icon-themes/elementary/cmd/sc_list_remove.png new file mode 100644 index 000000000000..a214d4e1182c Binary files /dev/null and b/icon-themes/elementary/cmd/sc_list_remove.png differ diff --git a/icon-themes/elementary_svg/cmd/sc_list_remove.svg b/icon-themes/elementary_svg/cmd/sc_list_remove.svg new file mode 100644 index 000000000000..fd67da52c600 --- /dev/null +++ b/icon-themes/elementary_svg/cmd/sc_list_remove.svg @@ -0,0 +1,92 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + viewBox="0 0 16 16" + version="1.1" + id="svg30" + width="16" + height="16" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <defs + id="defs34" /> + <linearGradient + id="a" + gradientTransform="matrix(0.2818,0,0,0.2801,0.18,2.022)" + gradientUnits="userSpaceOnUse" + x1="24.139" + x2="24.139" + xlink:href="#b" + y1="21.341999" + y2="24.912001" /> + <linearGradient + id="b"> + <stop + offset="0" + stop-color="#fff" + id="stop3" /> + <stop + offset="0" + stop-color="#fff" + stop-opacity=".235" + id="stop5" /> + <stop + offset="1" + stop-color="#fff" + stop-opacity=".157" + id="stop7" /> + <stop + offset="1" + stop-color="#fff" + stop-opacity=".392" + id="stop9" /> + </linearGradient> + <linearGradient + id="c" + gradientTransform="matrix(0.2818,0,0,0.2801,2.197,0.015)" + gradientUnits="userSpaceOnUse" + x1="24.139" + x2="24.141235" + xlink:href="#b" + y1="10.631" + y2="49.928596" /> + <radialGradient + id="d" + cx="11.479612" + cy="1.852917" + gradientTransform="matrix(1.6e-7,4.2,-3.8000001,2e-7,15.041082,-48.214372)" + gradientUnits="userSpaceOnUse" + r="5"> + <stop + offset="0" + stop-color="#d1ff82" + id="stop13" /> + <stop + offset="0.35080567" + stop-color="#9bdb4d" + id="stop15" /> + <stop + offset=".661" + stop-color="#68b723" + id="stop17" /> + <stop + offset="1" + stop-color="#3a9104" + id="stop19" /> + </radialGradient> + <path + d="M 1.5,6.4999999 V 10.5 c 11.16849,0 5.0237988,0 14,0 v -4 c -10.5136946,0 -5.023799,-1e-7 -14,-1e-7 z" + style="display:inline;fill:url(#d);stroke:#206b00;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.501961" + id="path22" /> + <g + fill="none" + id="g28" + style="display:inline"> + <path + d="m 10,7.5 h 4.5 v 2 H 10 m 0.587414,0 H 2.5 v -2 h 8.092804" + opacity="0.5" + stroke="url(#a)" + id="path26" + style="display:inline;stroke:url(#a)" /> + </g> +</svg> diff --git a/icon-themes/karasa_jaga/cmd/sc_list_remove.png b/icon-themes/karasa_jaga/cmd/sc_list_remove.png new file mode 100644 index 000000000000..6cb984463422 Binary files /dev/null and b/icon-themes/karasa_jaga/cmd/sc_list_remove.png differ diff --git a/icon-themes/karasa_jaga_svg/cmd/sc_list_remove.svg b/icon-themes/karasa_jaga_svg/cmd/sc_list_remove.svg new file mode 100644 index 000000000000..6afe87e8cbbc --- /dev/null +++ b/icon-themes/karasa_jaga_svg/cmd/sc_list_remove.svg @@ -0,0 +1,197 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + height="16" + viewBox="0 0 4.2333332 4.2333335" + width="16" + version="1.1" + id="svg66" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <defs + id="defs70" /> + <linearGradient + id="a"> + <stop + offset="0" + id="stop2" /> + <stop + offset="1" + stop-opacity="0" + id="stop4" /> + </linearGradient> + <radialGradient + id="b" + cx="7" + cy="8" + gradientUnits="userSpaceOnUse" + r="7"> + <stop + offset="0" + stop-color="#85f92c" + id="stop7" /> + <stop + offset="1" + stop-color="#008c14" + stop-opacity=".996078" + id="stop9" /> + </radialGradient> + <linearGradient + id="c" + gradientUnits="userSpaceOnUse" + x1="5.5" + x2="5.5" + y1="0.60266441" + y2="12.5"> + <stop + offset="0" + stop-color="#fbfffd" + id="stop12" /> + <stop + offset="1" + stop-color="#fbfffd" + stop-opacity="0" + id="stop14" /> + </linearGradient> + <radialGradient + id="d" + cx="10" + cy="12" + gradientTransform="matrix(0.87500003,0,0,0.62499999,1.25,4.5)" + gradientUnits="userSpaceOnUse" + r="8" + xlink:href="#a" /> + <radialGradient + id="e" + cx="2" + cy="10.400001" + gradientTransform="matrix(0.62499998,0,0,0.37500004,1.75,7.1)" + gradientUnits="userSpaceOnUse" + r="8" + xlink:href="#a" /> + <filter + id="f" + color-interpolation-filters="sRGB" + height="1.436" + width="1.0622857" + x="-0.031142857" + y="-0.218"> + <feGaussianBlur + stdDeviation=".14" + id="feGaussianBlur19" /> + </filter> + <linearGradient + id="g" + gradientUnits="userSpaceOnUse" + x1="8" + x2="8" + y1="14" + y2="4"> + <stop + offset="0" + stop-color="#dbe300" + id="stop22" /> + <stop + offset="1" + stop-color="#dbe300" + stop-opacity="0" + id="stop24" /> + </linearGradient> + <radialGradient + id="h" + cx="8.000001" + cy="-2.166666" + gradientTransform="matrix(0.24999999,-1e-8,0,0.125,6,0.270833)" + gradientUnits="userSpaceOnUse" + r="8"> + <stop + offset="0" + stop-color="#f9f9f9" + id="stop27" /> + <stop + offset="1" + stop-color="#f9f9f9" + stop-opacity="0" + id="stop29" /> + </radialGradient> + <linearGradient + id="i" + gradientUnits="userSpaceOnUse" + x1="2.5135419" + x2="2.634465" + y1="294.35416" + y2="294.47507"> + <stop + offset="0" + stop-color="#47f029" + stop-opacity=".033088" + id="stop32" /> + <stop + offset=".51171881" + stop-color="#e5fce0" + stop-opacity=".498039" + id="stop34" /> + <stop + offset="1" + stop-color="#f9f9f9" + stop-opacity="0" + id="stop36" /> + </linearGradient> + <filter + id="j" + color-interpolation-filters="sRGB" + height="1.0600005" + width="1.0599997" + x="-0.029999847" + y="-0.030000225"> + <feGaussianBlur + stdDeviation=".0049609125" + id="feGaussianBlur39" /> + </filter> + <g + transform="translate(0,-292.76665)" + id="g64"> + <g + transform="matrix(0.26458333,0,0,0.26458333,0,292.76665)" + id="g56"> + <path + d="M 1,6 C 0.44773812,6.0000552 5.5217905e-5,6.4477381 0,7 v 2 c 5.5217905e-5,0.5522619 0.44773812,0.9999448 1,1 11.767506,0 5.3726834,0 14,0 0.552262,-5.52e-5 0.999945,-0.4477381 1,-1 V 7 C 15.999945,6.4477381 15.552262,6.0000552 15,6 4.1336408,6 9.6273166,6 1,6 Z" + fill="#00812e" + id="path42" /> + <path + d="M 1,6 C 0.44773812,6.0000552 5.5217905e-5,6.4477381 0,7 v 2 c 5.5217905e-5,0.5522619 0.44773812,0.9999448 1,1 11.831572,0 5.3726834,0 14,0 0.552262,-5.52e-5 0.999945,-0.4477381 1,-1 V 7 C 15.999945,6.4477381 15.552262,6.0000552 15,6 3.9643547,6 9.6273166,6 1,6 Z" + fill="url(#h)" + id="path44" + style="fill:url(#h)" /> + <path + d="M 1,6 C 0.44773812,6.0000552 5.5217905e-5,6.4477381 0,7 v 2 c 5.5217905e-5,0.5522619 0.44773812,0.9999448 1,1 12.159057,0 5.3726834,0 14,0 0.552262,-5.52e-5 0.999945,-0.4477381 1,-1 V 7 C 15.999945,6.4477381 15.552262,6.0000552 15,6 3.8217675,6 9.6273166,6 1,6 Z" + fill="url(#d)" + id="path46" + style="fill:url(#d)" /> + <path + d="M 1,6 C 0.44773812,6.0000552 5.5217905e-5,6.4477381 0,7 v 2 c 5.5217905e-5,0.5522619 0.44773812,0.9999448 1,1 12.257411,0 5.3726834,0 14,0 0.552262,-5.52e-5 0.999945,-0.4477381 1,-1 V 7 C 15.999945,6.4477381 15.552262,6.0000552 15,6 4.7862946,6 9.6273166,6 1,6 Z" + fill="url(#e)" + id="path48" + style="fill:url(#e)" /> + <path + d="M 1,7 V 9 C 13.20369,9 3.0457374,9 15,9 V 7 C 3.6480226,7 12.954263,7 1,7 Z" + fill="url(#b)" + id="path50" + style="fill:url(#b)" /> + <path + d="M 1,7 V 8.4492188 C 5.4226509,8.2330517 12.089899,7.7117675 15,7.328125 V 7 C 3.3500123,7 12.954263,7 1,7 Z" + fill="url(#c)" + id="path52" + style="fill:url(#c)" /> + <path + d="M 1,7 V 9 C 13.729324,9 3.0457374,9 15,9 V 7 C 3.5270981,7 12.954263,7 1,7 Z" + fill="none" + filter="url(#f)" + stroke="url(#g)" + stroke-opacity="0.6875" + stroke-width="0.2" + id="path54" + style="display:inline;stroke:url(#g)" /> + </g> + </g> +</svg> diff --git a/icon-themes/sifr/cmd/sc_list_remove.png b/icon-themes/sifr/cmd/sc_list_remove.png new file mode 100644 index 000000000000..b5f57c2d0159 Binary files /dev/null and b/icon-themes/sifr/cmd/sc_list_remove.png differ diff --git a/icon-themes/sifr_svg/cmd/sc_list_remove.svg b/icon-themes/sifr_svg/cmd/sc_list_remove.svg new file mode 100644 index 000000000000..0e7f4700858f --- /dev/null +++ b/icon-themes/sifr_svg/cmd/sc_list_remove.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + viewBox="0 0 16 16" + version="1.1" + id="svg4" + width="16" + height="16" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <defs + id="defs8" /> + <path + d="M 14,7 V 9 C 3.4553637,9 11.812276,9 2,9 V 7 c 9.428157,0 2.1877238,0 12,0 z" + fill="#2e3436" + id="path2" /> +</svg> diff --git a/icon-themes/sukapura/cmd/sc_list_remove.png b/icon-themes/sukapura/cmd/sc_list_remove.png new file mode 100644 index 000000000000..438fac62d5a3 Binary files /dev/null and b/icon-themes/sukapura/cmd/sc_list_remove.png differ diff --git a/icon-themes/sukapura_svg/cmd/sc_list_remove.svg b/icon-themes/sukapura_svg/cmd/sc_list_remove.svg new file mode 100644 index 000000000000..2f491982fef5 --- /dev/null +++ b/icon-themes/sukapura_svg/cmd/sc_list_remove.svg @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + viewBox="0 0 16 16" + version="1.1" + id="svg2" + width="16" + height="16" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <defs + id="defs2" /> + <g + fill="#8e8e93" + id="g2"> + <rect + height="2" + ry="0.5" + transform="scale(1,-1)" + width="14" + y="-9" + id="rect1" + style="fill:#0061f0;fill-opacity:1" + x="1" /> + </g> +</svg>