UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 2.2 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconKeyLightAirFilled = (props) => { const size = sizeMap[props?.size ?? "m"]; const label = props?.label ?? "Icon"; return (_jsxs("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", width: size, height: size, "aria-label": label, role: "img", ...props, children: [_jsx("path", { d: "M8.21799 7.09202C8 7.51984 8 8.0799 8 9.2V10.8C8 11.9201 8 12.4802 8.21799 12.908C8.40973 13.2843 8.71569 13.5903 9.09202 13.782C9.51984 14 10.0799 14 11.2 14H12.8C13.9201 14 14.4802 14 14.908 13.782C15.2843 13.5903 15.5903 13.2843 15.782 12.908C16 12.4802 16 11.9201 16 10.8V9.2C16 8.0799 16 7.51984 15.782 7.09202C15.5903 6.71569 15.2843 6.40973 14.908 6.21799C14.4802 6 13.9201 6 12.8 6H11.2C10.0799 6 9.51984 6 9.09202 6.21799C8.71569 6.40973 8.40973 6.71569 8.21799 7.09202Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.24472 6.45492C5 7.20808 5 8.13872 5 10C5 11.8613 5 12.7919 5.24472 13.5451C5.73931 15.0673 6.93273 16.2607 8.45492 16.7553C9.09938 16.9647 9.87379 16.9949 11.25 16.9993V21.25C11.25 21.6642 11.5858 22 12 22C12.4142 22 12.75 21.6642 12.75 21.25V16.9993C14.1262 16.9949 14.9006 16.9647 15.5451 16.7553C17.0673 16.2607 18.2607 15.0673 18.7553 13.5451C19 12.7919 19 11.8613 19 10C19 8.13872 19 7.20808 18.7553 6.45492C18.2607 4.93273 17.0673 3.73931 15.5451 3.24472C14.7919 3 13.8613 3 12 3C10.1387 3 9.20808 3 8.45492 3.24472C6.93273 3.73931 5.73931 4.93273 5.24472 6.45492ZM8.91844 15.3287C9.3887 15.4815 10.022 15.5 12 15.5C13.978 15.5 14.6113 15.4815 15.0816 15.3287C16.1471 14.9825 16.9825 14.1471 17.3287 13.0816C17.4815 12.6113 17.5 11.978 17.5 10C17.5 8.02197 17.4815 7.3887 17.3287 6.91844C16.9825 5.85291 16.1471 5.01751 15.0816 4.6713C14.6113 4.51851 13.978 4.5 12 4.5C10.022 4.5 9.3887 4.51851 8.91844 4.6713C7.85291 5.01751 7.01751 5.85291 6.6713 6.91844C6.51851 7.3887 6.5 8.02197 6.5 10C6.5 11.978 6.51851 12.6113 6.6713 13.0816C7.01751 14.1471 7.85291 14.9825 8.91844 15.3287Z" })] })); }; IconKeyLightAirFilled.iconName = "key-light-air--filled"; export default IconKeyLightAirFilled;