diff options
Diffstat (limited to 'Flat Remix Light/actions/scalable/transform-skew-vertical.svg')
-rw-r--r-- | Flat Remix Light/actions/scalable/transform-skew-vertical.svg | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/Flat Remix Light/actions/scalable/transform-skew-vertical.svg b/Flat Remix Light/actions/scalable/transform-skew-vertical.svg index 64f38ec59..f5b20591e 100644 --- a/Flat Remix Light/actions/scalable/transform-skew-vertical.svg +++ b/Flat Remix Light/actions/scalable/transform-skew-vertical.svg @@ -1,11 +1,22 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1" viewBox="0 0 16 16"> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12pt" height="12pt" version="1.1" viewBox="0 0 12 12"> <defs> - <style id="current-color-scheme" type="text/css"> - .ColorScheme-Text { color:#5c616c; } .ColorScheme-Highlight { color:#5294e2; } - </style> + <filter id="alpha" width="100%" height="100%" x="0%" y="0%" filterUnits="objectBoundingBox"> + <feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/> + </filter> + <mask id="mask0"> + <g filter="url(#alpha)"> + <rect width="12" height="12" x="0" y="0" style="fill:rgb(0%,0%,0%);fill-opacity:0.301961"/> + </g> + </mask> + <clipPath id="clip1"> + <rect width="12" height="12" x="0" y="0"/> + </clipPath> + <g id="surface5" clip-path="url(#clip1)"> + <path style="fill:rgb(19.215686%,21.176471%,23.137255%)" d="M 8.929688 0.875 C 8.882812 0.859375 8.820312 0.878906 8.75 0.929688 L 3.25 5 C 3.113281 5.101562 3 5.296875 3 5.433594 L 3 11.003906 C 3 11.140625 3.113281 11.171875 3.25 11.070312 L 8.75 7 C 8.886719 6.898438 9 6.703125 9 6.566406 L 9 0.996094 C 9 0.929688 8.972656 0.886719 8.929688 0.875 Z M 8.929688 0.875"/> + </g> </defs> - <g style="fill:#31363b" transform="scale(0.66666667)"> - <path style="fill:#31363b" class="ColorScheme-Text" d="M 18.769531,0 A 0.34803699,0.71624863 34.650572 0 0 18.5,0.12109375 L 5.4980469,9.7382812 A 0.34803699,0.71624863 34.650572 0 0 5,10.607422 V 21 23.746094 a 0.34803699,0.71624863 34.650572 0 0 0.4980469,0.132812 L 18.5,14.261719 a 0.34803699,0.71624863 34.650572 0 0 0.498047,-0.869141 V 0.25390625 A 0.34803699,0.71624863 34.650572 0 0 18.810547,0 0.34803699,0.71624863 34.650572 0 0 18.769531,0 Z M 5,21 H 3 V 18 H 2 v 3 H 0 l 2.5,3 z M 21.5,0 19,3 h 2 v 3 h 1 V 3 h 2 z M 18.003906,1.4902344 V 13.626953 L 5.9960938,22.509766 V 10.371094 Z"/> - <path style="opacity:0.3;fill:#31363b" class="ColorScheme-Text" d="m 17.855469,1.7460938 c -0.09012,-0.023956 -0.215986,0.013633 -0.353516,0.1152343 L 6.4980469,10 C 6.2229869,10.203354 5.99991,10.592522 6,10.869141 v 11.138671 c -9e-5,0.276755 0.2229869,0.336016 0.4980469,0.132813 L 17.501953,14 C 17.777013,13.796646 18.00009,13.407478 18,13.130859 V 1.9941406 c 4.5e-5,-0.1383774 -0.05441,-0.2240914 -0.144531,-0.2480468 z"/> + <g> + <path style="fill:rgb(19.215686%,21.176471%,23.137255%)" d="M 9.382812 0 C 9.34375 0.00390625 9.296875 0.0234375 9.25 0.0625 L 2.75 4.867188 C 2.613281 4.972656 2.5 5.164062 2.5 5.304688 L 2.5 11.875 C 2.5 11.941406 2.527344 11.984375 2.574219 11.996094 C 2.621094 12.007812 2.683594 11.988281 2.75 11.9375 L 9.25 7.132812 C 9.386719 7.027344 9.5 6.835938 9.5 6.695312 L 9.5 0.125 C 9.5 0.0507812 9.464844 0.00390625 9.40625 0 C 9.398438 0 9.390625 0 9.382812 0 Z M 2.5 10.5 L 1.5 10.5 L 1.5 9 L 1 9 L 1 10.5 L 0 10.5 L 1.25 12 Z M 10.75 0 L 9.5 1.5 L 10.5 1.5 L 10.5 3 L 11 3 L 11 1.5 L 12 1.5 Z M 9 0.746094 L 9 6.8125 L 3 11.253906 L 3 5.1875 Z M 9 0.746094"/> + <use mask="url(#mask0)" xlink:href="#surface5"/> </g> </svg> |