diff options
Diffstat (limited to 'Flat Remix/panel/num-lock-off.svg')
-rw-r--r-- | Flat Remix/panel/num-lock-off.svg | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/Flat Remix/panel/num-lock-off.svg b/Flat Remix/panel/num-lock-off.svg index f4a1f9bce..16b57b8e0 100644 --- a/Flat Remix/panel/num-lock-off.svg +++ b/Flat Remix/panel/num-lock-off.svg @@ -1,8 +1,21 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1"> +<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:#d3dae3; } .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(82.745098%,85.490196%,89.019608%)" d="M 2.71875 0.75 C 2.050781 0.75 1.488281 1.234375 1.414062 1.878906 L 0.757812 7.589844 C 0.714844 7.949219 0.835938 8.308594 1.085938 8.578125 C 1.332031 8.847656 1.6875 9 2.0625 9 L 9.9375 9 C 10.3125 9 10.667969 8.847656 10.914062 8.578125 C 11.164062 8.308594 11.285156 7.949219 11.242188 7.589844 L 10.585938 1.878906 C 10.511719 1.234375 9.949219 0.75 9.28125 0.75 Z M 5.25 2.25 L 6.75 2.25 L 6.75 6.75 L 7.5 6.75 L 7.5 7.5 L 4.5 7.5 L 4.5 6.75 L 5.25 6.75 L 5.25 3.75 L 4.5 3.75 L 4.5 3 L 5.25 3 Z M 0.75 9.226562 L 0.75 9.585938 C 0.75 10.378906 1.429688 11.25 2.226562 11.25 L 9.773438 11.25 C 10.570312 11.25 11.25 10.378906 11.25 9.585938 L 11.25 9.226562 C 10.902344 9.542969 10.445312 9.75 9.9375 9.75 L 2.0625 9.75 C 1.554688 9.75 1.097656 9.542969 0.75 9.226562 Z M 0.75 9.226562"/> + </g> </defs> - <path style="fill:currentColor;opacity:0.3" class="ColorScheme-Text" d="M 3.625 1 A 1.7500384 1.6924769 0 0 0 1.8847656 2.5058594 L 1.0097656 10.121094 A 1.7500384 1.6924769 0 0 0 2.75 12 L 13.25 12 A 1.7500384 1.6924769 0 0 0 14.990234 10.121094 L 14.115234 2.5058594 A 1.7500384 1.6924769 0 0 0 12.375 1 L 3.625 1 z M 7 3 L 9 3 L 9 9 L 10 9 L 10 10 L 6 10 L 6 9 L 7 9 L 7 5 L 6 5 L 6 4 L 7 4 L 7 3 z M 1 12.300781 L 1 12.779297 C 1 13.839797 1.9084203 15 2.96875 15 L 13.03125 15 C 14.091667 15 15 13.839797 15 12.779297 L 15 12.300781 C 14.534537 12.725155 13.928072 12.998047 13.25 12.998047 L 2.75 12.998047 C 2.0722779 12.998047 1.4651137 12.725155 1 12.300781 z"/> + <g> + <use mask="url(#mask0)" xlink:href="#surface5"/> + </g> </svg> |