@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 2.34 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconFacecamOff = (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.28033L20.0605 5.00012C20.66 5.00666 21.2248 5.28327 21.5153 5.80859C22.1078 6.88018 23 8.99157 23 11.9912V12.0088C23 15.0084 22.1078 17.1198 21.5153 18.1914C21.2212 18.7231 20.6463 19 20.0388 19L6.06066 19L3.28033 21.7803C2.98744 22.0732 2.51256 22.0732 2.21967 21.7803ZM7.56066 17.5L20.0388 17.5C20.1182 17.5 20.1699 17.4815 20.193 17.4693C20.1987 17.4662 20.2024 17.4638 20.2043 17.4623C20.7021 16.5614 21.5 14.6994 21.5 12.0088V11.9912C21.5 9.30061 20.7021 7.43863 20.2043 6.53765C20.2024 6.53618 20.1987 6.53377 20.193 6.53074C20.1699 6.51852 20.1182 6.5 20.0387 6.5H18.5607L15.3089 9.75178C15.7451 10.3925 16 11.1665 16 12C16 14.2091 14.2091 16 12 16C11.1665 16 10.3925 15.745 9.75179 15.3089L7.56066 17.5ZM10.8436 14.2171C11.1894 14.3978 11.5828 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 11.5828 14.3978 11.1894 14.2171 10.8436L10.8436 14.2171Z" }), _jsx("path", { d: "M2.53914 18.2818L3.64501 17.1759C3.20427 16.2987 2.63607 14.8005 2.5209 12.75L5.25 12.75C5.66421 12.75 6 12.4142 6 12C6 11.5858 5.66421 11.25 5.25 11.25L2.5209 11.25C2.64978 8.95544 3.34592 7.35253 3.79597 6.5374C3.7979 6.53598 3.80137 6.53373 3.80708 6.53071C3.83012 6.51852 3.88183 6.5 3.96125 6.5H14.3209L15.8209 5H3.96125C3.35368 5 2.77877 5.27692 2.48487 5.80867C1.89229 6.88083 1 8.99427 1 12C1 15.0057 1.89229 17.1192 2.48487 18.1913C2.50202 18.2224 2.52013 18.2525 2.53914 18.2818Z" }), _jsx("path", { d: "M8.07032 12.7506L9.63582 11.1851C9.88573 10.4599 10.4599 9.88573 11.1851 9.63582L12.7506 8.07031C12.5075 8.02415 12.2566 8 12 8C9.79086 8 8 9.79086 8 12C8 12.2566 8.02416 12.5075 8.07032 12.7506Z" })] }));
};
IconFacecamOff.iconName = "facecam-off";
export default IconFacecamOff;