diff --git a/public/assets/images/icons/blue/flip.svg b/public/assets/images/icons/blue/flip.svg deleted file mode 100644 index 3e3bd454a056c762c14e59012d641cd2de3880ad..0000000000000000000000000000000000000000 --- a/public/assets/images/icons/blue/flip.svg +++ /dev/null @@ -1,44 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 54 54" - fill="#28497c" - version="1.1" - id="svg1" - sodipodi:docname="flip.svg" - inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs1" /> - <sodipodi:namedview - id="namedview1" - pagecolor="#ffffff" - bordercolor="#000000" - borderopacity="0.25" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - inkscape:zoom="22.734375" - inkscape:cx="-8.4673539" - inkscape:cy="9.0831615" - inkscape:window-width="4300" - inkscape:window-height="1711" - inkscape:window-x="3591" - inkscape:window-y="-9" - inkscape:window-maximized="1" - inkscape:current-layer="svg1" /> - <path - d="m 5.5246542,50.625 c -0.7581122,0 -1.4601614,-0.506298 -1.847644,-1.332805 -0.3874829,-0.826146 -0.4031039,-1.85001 -0.041102,-2.694691 L 21.549628,4.7995235 c 0.469484,-1.0955038 1.465493,-1.6474176 2.418507,-1.3402576 0.952728,0.30716 1.619981,1.3951039 1.619981,2.6419528 V 47.899052 c 0,1.50545 -0.962473,2.725948 -2.149656,2.725948 z" - fill="#212121" - id="path1" - style="fill:#28497c;fill-opacity:1;stroke-width:3.22762" /> - <path - style="fill:#28497c;fill-opacity:1;stroke-width:0.053239" - d="m 30.099579,50.504015 c -0.76301,-0.260211 -1.349993,-0.988992 -1.539376,-1.911246 -0.06565,-0.319689 -0.07338,-2.596896 -0.07338,-21.622388 0,-20.6602267 0.0025,-21.2753879 0.08907,-21.6279742 0.12269,-0.4998832 0.282609,-0.8248327 0.583559,-1.1857624 0.456209,-0.5471316 0.951945,-0.7744407 1.580519,-0.7247116 0.619496,0.04901 1.24274,0.4786448 1.570219,1.0824358 0.229538,0.4232141 18.145117,42.2636284 18.2324,42.5803254 0.115579,0.419371 0.108551,1.214107 -0.01461,1.651927 -0.248621,0.883811 -0.797929,1.528143 -1.500662,1.76025 -0.245569,0.08111 -1.358206,0.09144 -9.475636,0.08796 -7.875707,-0.0034 -9.233994,-0.01643 -9.452109,-0.09081 z M 44.886923,45.068188 C 44.687305,44.586157 32.943681,17.188 32.854222,16.995607 l -0.111509,-0.239809 -4.33e-4,14.223642 -4.33e-4,14.223642 h 6.100484 6.100482 z" - id="path3" /> -</svg> diff --git a/public/assets/images/icons/blue/mirror-horizontal.svg b/public/assets/images/icons/blue/mirror-horizontal.svg new file mode 100644 index 0000000000000000000000000000000000000000..a0daa43cca6d4fecc9b77299e0231dcbeef3721a --- /dev/null +++ b/public/assets/images/icons/blue/mirror-horizontal.svg @@ -0,0 +1 @@ +<svg data-name="Ebene 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" d="M0 0h64v64H0z" data-name="Viewbox 64x64"/><g fill="#28497c"><path d="M60 30H4v4h56v-4zM16 10.77 36.43 22H16V10.77M12 4v22h40L12 4Zm2 36h30.21L14 56.62V40z"/><path d="M36.43 42 16 53.23V42h20.43M52 38H12v22l40-22Z"/></g></svg> \ No newline at end of file diff --git a/public/assets/images/icons/blue/mirror-vertical.svg b/public/assets/images/icons/blue/mirror-vertical.svg new file mode 100644 index 0000000000000000000000000000000000000000..89068dba803c3997d70863f7e65e48c52aac6580 --- /dev/null +++ b/public/assets/images/icons/blue/mirror-vertical.svg @@ -0,0 +1 @@ +<svg data-name="Ebene 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" d="M0 0h64v64H0z" data-name="Viewbox 64x64"/><g fill="#28497c"><path d="M34 4h-4v56h4V4zM22 27.57V48H10.77L22 27.57M26 12 4 52h22V12Zm14 38V19.79L56.62 50H40z"/><path d="M42 27.57 53.23 48H42V27.57M38 12v40h22L38 12Z"/></g></svg> \ No newline at end of file diff --git a/resources/vue/components/avatar/AvatarApp.vue b/resources/vue/components/avatar/AvatarApp.vue index 0e89b5e3c4b7cdb9b003e0e501f9d8f1e411f759..6e4c6be88484b745df4924453065a198937f9abf 100644 --- a/resources/vue/components/avatar/AvatarApp.vue +++ b/resources/vue/components/avatar/AvatarApp.vue @@ -75,7 +75,7 @@ <StudipIcon shape="zoom-out2" :size="24" /> </button> <button class="cropper-actions-button" @click="flip()" :title="$gettext('horizontal spiegeln')"> - <StudipIcon shape="flip" :size="24" /> + <StudipIcon shape="mirror-vertical" :size="24" /> </button> <button class="cropper-actions-button" @click="resetCropper" :title="$gettext('zurücksetzen')"> <StudipIcon shape="refresh" :size="24" />