UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 2.74 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconBrightnessOff = (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 21.7803C1.92678 21.4874 1.92678 21.0126 2.21967 20.7197L20.7197 2.21967C21.0126 1.92678 21.4874 1.92678 21.7803 2.21967C22.0732 2.51256 22.0732 2.98744 21.7803 3.28033L16.0261 9.03456C16.6382 9.86422 17 10.8899 17 12C17 14.7614 14.7614 17 12 17C10.8899 17 9.86422 16.6382 9.03456 16.0261L7.58629 17.4744C7.58441 17.4763 7.58252 17.4782 7.58061 17.4801L5.98962 19.0711C5.9877 19.073 5.98577 19.0749 5.98383 19.0768L3.28033 21.7803C2.98744 22.0732 2.51256 22.0732 2.21967 21.7803ZM10.1126 14.948C10.6572 15.2974 11.3049 15.5 12 15.5C13.933 15.5 15.5 13.933 15.5 12C15.5 11.3049 15.2974 10.6572 14.948 10.1126L10.1126 14.948Z" }), _jsx("path", { d: "M12 2C12.4142 2 12.75 2.33579 12.75 2.75V5C12.75 5.41421 12.4142 5.75 12 5.75C11.5858 5.75 11.25 5.41421 11.25 5V2.75C11.25 2.33579 11.5858 2 12 2Z" }), _jsx("path", { d: "M13.5696 7.25133C13.076 7.08825 12.5483 7 12 7C9.23858 7 7 9.23858 7 12C7 12.5483 7.08825 13.076 7.25133 13.5696L8.51333 12.3076C8.50451 12.2062 8.5 12.1036 8.5 12C8.5 10.067 10.067 8.5 12 8.5C12.1036 8.5 12.2062 8.50451 12.3076 8.51333L13.5696 7.25133Z" }), _jsx("path", { d: "M19 12.75H21.25C21.6642 12.75 22 12.4142 22 12C22 11.5858 21.6642 11.25 21.25 11.25H19C18.5858 11.25 18.25 11.5858 18.25 12C18.25 12.4142 18.5858 12.75 19 12.75Z" }), _jsx("path", { d: "M19.0711 19.0711C18.7782 19.364 18.3033 19.364 18.0104 19.0711L16.4195 17.4801C16.1266 17.1872 16.1266 16.7123 16.4195 16.4195C16.7123 16.1266 17.1872 16.1266 17.4801 16.4195L19.0711 18.0104C19.364 18.3033 19.364 18.7782 19.0711 19.0711Z" }), _jsx("path", { d: "M11.25 21.25C11.25 21.6642 11.5858 22 12 22C12.4142 22 12.75 21.6642 12.75 21.25V19C12.75 18.5858 12.4142 18.25 12 18.25C11.5858 18.25 11.25 18.5858 11.25 19V21.25Z" }), _jsx("path", { d: "M2 12C2 11.5858 2.33579 11.25 2.75 11.25H5C5.41421 11.25 5.75 11.5858 5.75 12C5.75 12.4142 5.41421 12.75 5 12.75H2.75C2.33579 12.75 2 12.4142 2 12Z" }), _jsx("path", { d: "M5.98956 4.9289C5.69667 4.63601 5.22179 4.63601 4.9289 4.9289C4.63601 5.22179 4.63601 5.69667 4.9289 5.98956L6.51989 7.58055C6.81278 7.87344 7.28766 7.87344 7.58055 7.58055C7.87344 7.28766 7.87344 6.81278 7.58055 6.51989L5.98956 4.9289Z" })] })); }; IconBrightnessOff.iconName = "brightness-off"; export default IconBrightnessOff;