UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

15 lines (14 loc) 3.23 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconCameraOffFilled = (props) => { const size = sizeMap[props?.size ?? "m"]; const label = props?.label ?? "Icon"; switch (props?.size) { case "l": 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.28033L20.4981 4.56253C21.3617 4.7839 22 5.56741 22 6.5V19C22 20.1046 21.1046 21 20 21H4.06066L3.28033 21.7803C2.98744 22.0732 2.51256 22.0732 2.21967 21.7803ZM9.03456 16.0261C9.86422 16.6382 10.8899 17 12 17C14.7614 17 17 14.7614 17 12C17 10.8899 16.6382 9.86422 16.0261 9.03456L14.948 10.1126C15.2974 10.6572 15.5 11.3049 15.5 12C15.5 13.933 13.933 15.5 12 15.5C11.3049 15.5 10.6572 15.2974 10.1126 14.948L9.03456 16.0261Z" }), _jsx("path", { d: "M2 18.8209L7.25133 13.5696C7.08825 13.076 7 12.5483 7 12C7 9.23858 9.23858 7 12 7C12.5483 7 13.076 7.08825 13.5696 7.25133L16.6982 4.12274L15.6005 2.75061C15.2209 2.27618 14.6463 2 14.0388 2H9.96125C9.35368 2 8.77906 2.27618 8.39951 2.75061L7.15012 4.31235C7.05524 4.43096 6.91158 4.5 6.75969 4.5H4C2.89543 4.5 2 5.39543 2 6.5V18.8209Z" }), _jsx("path", { d: "M8.51333 12.3076L12.3076 8.51333C12.2062 8.50451 12.1036 8.5 12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 12.1036 8.50451 12.2062 8.51333 12.3076Z" })] })); default: return (_jsxs("svg", { viewBox: "0 0 20 20", 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: "M17.8536 2.85355C18.0488 2.65829 18.0488 2.34171 17.8536 2.14645C17.6583 1.95118 17.3417 1.95118 17.1464 2.14645L2.14645 17.1464C1.95118 17.3417 1.95118 17.6583 2.14645 17.8536C2.34171 18.0488 2.65829 18.0488 2.85355 17.8536L3.72575 16.9814C3.81541 16.9936 3.90696 17 4 17H16C17.1046 17 18 16.1046 18 15V6C18 5.10882 17.4171 4.35378 16.6118 4.09531L17.8536 2.85355ZM13.1599 7.54718L12.4454 8.26173C12.7946 8.75214 13 9.35209 13 10C13 11.6569 11.6569 13 10 13C9.35209 13 8.75214 12.7946 8.26173 12.4454L7.54718 13.1599C8.22452 13.6865 9.07564 14 10 14C12.2091 14 14 12.2091 14 10C14 9.07564 13.6865 8.22452 13.1599 7.54718Z" }), _jsx("path", { d: "M13.7 3.6C13.784 3.71203 13.8893 3.80354 14.0081 3.87063L11.5622 6.31653C11.0822 6.11274 10.5543 6 10 6C7.79086 6 6 7.79086 6 10C6 10.5543 6.11274 11.0822 6.31653 11.5622L2.1406 15.7381C2.04987 15.5097 2 15.2607 2 15V6C2 4.89543 2.89543 4 4 4H5.5C5.81476 4 6.11115 3.85181 6.3 3.6L6.9 2.8C7.27771 2.29639 7.87049 2 8.5 2H11.5C12.1295 2 12.7223 2.29639 13.1 2.8L13.7 3.6Z" }), _jsx("path", { d: "M10 7C10.2687 7 10.5292 7.03534 10.7771 7.10162L7.10162 10.7771C7.03534 10.5292 7 10.2687 7 10C7 8.34315 8.34315 7 10 7Z" })] })); } }; IconCameraOffFilled.iconName = "camera-off--filled"; export default IconCameraOffFilled;