.icon{display:inline-grid;place-items:center;color:var(--color, currentColor);padding:var(--padding, 0)}.icon svg{backface-visibility:hidden;transform:translateZ(0);image-rendering:optimizeQuality;image-rendering:crisp-edges;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast}.icon.sizing-fixed{width:var(--width, 24px);height:var(--height, 24px)}.icon.sizing-fixed svg{width:var(--width, 24px);height:var(--height, var(--width, 24px))}.icon.sizing-scaled>svg{width:calc(24px * var(--scale, 1));height:calc(24px * var(--scale, 1))}.icon.sizing-relative>svg{width:1.33em;height:1.33em}.icon.sizing-auto{--width: auto;--height: auto}.icon.sizing-auto>svg{width:unset;height:unset}.icon.icon-logo>svg{width:114px;height:24px}
