UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 2.1 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconKeyLightAirOff = (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", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.21967 20.7197C1.92678 21.0126 1.92678 21.4874 2.21967 21.7803C2.51256 22.0732 2.98744 22.0732 3.28033 21.7803L8.34315 16.7175C8.3802 16.7305 8.41746 16.7431 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.7431 6.41746 18.7305 6.3802 18.7175 6.34315L21.7803 3.28033C22.0732 2.98744 22.0732 2.51256 21.7803 2.21967C21.4874 1.92678 21.0126 1.92678 20.7197 2.21967L2.21967 20.7197ZM12 15.5C10.7891 15.5 10.0821 15.4931 9.60803 15.4526L17.4526 7.60803C17.4931 8.08213 17.5 8.78907 17.5 10C17.5 11.978 17.4815 12.6113 17.3287 13.0816C16.9825 14.1471 16.1471 14.9825 15.0816 15.3287C14.6113 15.4815 13.978 15.5 12 15.5Z" }), _jsx("path", { d: "M5.9244 14.8965L7.0068 13.8141C6.86854 13.586 6.75547 13.3406 6.6713 13.0816C6.51851 12.6113 6.5 11.978 6.5 10C6.5 8.02197 6.51851 7.3887 6.6713 6.91844C7.01751 5.85291 7.85291 5.01751 8.91844 4.6713C9.3887 4.51851 10.022 4.5 12 4.5C13.978 4.5 14.6113 4.51851 15.0816 4.6713C15.3406 4.75547 15.586 4.86854 15.8141 5.0068L16.8965 3.9244C16.488 3.63404 16.0335 3.40341 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.45492C5 7.20808 5 8.13872 5 10C5 11.8613 5 12.7919 5.24472 13.5451C5.40341 14.0335 5.63404 14.488 5.9244 14.8965Z" })] })); }; IconKeyLightAirOff.iconName = "key-light-air-off"; export default IconKeyLightAirOff;