@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 2.11 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconKeyLightNeoOff = (props) => {
const size = sizeMap[props?.size ?? "m"];
const label = props?.label ?? "Icon";
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", width: size, height: size, "aria-label": label, role: "img", ...props, children: [_jsx("path", { fillRule: "evenodd", d: "M2.22 20.72a.75.75 0 1 0 1.06 1.06l2.368-2.368q.041.023.082.043c.37.188.778.311 1.27.392V21a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-1.153c.492-.08.9-.204 1.27-.392a5 5 0 0 0 2.185-2.185C21 16.2 21 14.8 21 12v-2c0-2.8 0-4.2-.545-5.27l-.043-.082L21.78 3.28a.75.75 0 0 0-1.06-1.06zm5.618-2.283a5.3 5.3 0 0 1-1.045-.17l2.121-2.12A5.97 5.97 0 0 0 12 17c1.386 0 2.663-.47 3.68-1.26l1.04 1.04a.75.75 0 1 0 1.06-1.06l-1.04-1.04A5.97 5.97 0 0 0 18 11a5.97 5.97 0 0 0-.853-3.086l2.12-2.12c.074.251.132.58.17 1.044.062.759.063 1.737.063 3.162v2c0 1.425-.001 2.403-.063 3.162-.06.74-.172 1.139-.319 1.427a3.5 3.5 0 0 1-1.529 1.53c-.288.146-.686.257-1.427.318-.759.062-1.737.063-3.162.063h-2c-1.425 0-2.403-.001-3.162-.063M12 15.5c-.71 0-1.383-.165-1.981-.458l6.023-6.023A4.5 4.5 0 0 1 12 15.5m1 4.5c.994 0 1.811 0 2.5-.024V21a.5.5 0 0 1-.5.5H9a.5.5 0 0 1-.5-.5v-1.024C9.189 20 10.006 20 11 20z", clipRule: "evenodd" }), _jsx("path", { d: "m3.547 17.274 1.16-1.16a6 6 0 0 1-.144-.952C4.501 14.403 4.5 13.425 4.5 12v-2c0-1.425.001-2.403.063-3.162.06-.74.172-1.139.318-1.427a3.5 3.5 0 0 1 1.53-1.53c.288-.146.686-.257 1.427-.318C8.597 3.501 9.575 3.5 11 3.5h2c1.425 0 2.403.001 3.162.063.409.034.713.082.952.144l1.16-1.16-.004-.002C17.2 2 15.8 2 13 2h-2c-2.8 0-4.2 0-5.27.545A5 5 0 0 0 3.545 4.73C3 5.8 3 7.2 3 10v2c0 2.8 0 4.2.545 5.27z" }), _jsx("path", { d: "M6.81 14.012 7.92 12.9a4.5 4.5 0 0 1 5.98-5.98l1.111-1.112A5.97 5.97 0 0 0 12 5c-1.386 0-2.663.47-3.68 1.26L7.28 5.22a.75.75 0 0 0-1.06 1.06l1.04 1.04A5.97 5.97 0 0 0 6 11c0 1.098.295 2.126.81 3.012" })] }));
};
IconKeyLightNeoOff.iconName = "key-light-neo-off";
export default IconKeyLightNeoOff;