UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

15 lines (14 loc) 3.82 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconCameraOff = (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.7803ZM5.56066 19.5H20C20.2761 19.5 20.5 19.2761 20.5 19V6.5C20.5 6.22386 20.2761 6 20 6H19.0607L16.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.0261L5.56066 19.5ZM10.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: "M2 18.8209L3.5 17.3209V6.5C3.5 6.22386 3.72386 6 4 6H6.75969C7.36726 6 7.94188 5.72382 8.32142 5.24939L9.57082 3.68765C9.6657 3.56904 9.80936 3.5 9.96125 3.5H14.0388C14.1906 3.5 14.3343 3.56904 14.4292 3.68765L15.631 5.18993L16.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: "M7.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.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.5696Z" })] })); 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.85355ZM15.7071 5L13.1599 7.54718C13.6865 8.22452 14 9.07564 14 10C14 12.2091 12.2091 14 10 14C9.07564 14 8.22452 13.6865 7.54718 13.1599L4.70711 16H16C16.5523 16 17 15.5523 17 15V6C17 5.44772 16.5523 5 16 5H15.7071ZM8.26173 12.4454C8.75214 12.7946 9.35209 13 10 13C11.6569 13 13 11.6569 13 10C13 9.35209 12.7946 8.75214 12.4454 8.26173L8.26173 12.4454Z" }), _jsx("path", { d: "M13.7 3.6C13.784 3.71203 13.8893 3.80354 14.0081 3.87063L13.2878 4.59084C13.1428 4.48031 13.0119 4.34925 12.9 4.2L12.3 3.4C12.1111 3.14819 11.8148 3 11.5 3H8.5C8.18524 3 7.88885 3.14819 7.7 3.4L7.1 4.2C6.72229 4.70361 6.12952 5 5.5 5H4C3.44772 5 3 5.44772 3 6V14.8787L2.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 6C10.5543 6 11.0822 6.11274 11.5622 6.31653L10.7771 7.10162C10.5292 7.03534 10.2687 7 10 7C8.34315 7 7 8.34315 7 10C7 10.2687 7.03534 10.5292 7.10162 10.7771L6.31653 11.5622C6.11274 11.0822 6 10.5543 6 10C6 7.79086 7.79086 6 10 6Z" })] })); } }; IconCameraOff.iconName = "camera-off"; export default IconCameraOff;