UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 1.85 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconFacecamOffFilled = (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.7803ZM9.75179 15.3089C10.3925 15.745 11.1665 16 12 16C14.2091 16 16 14.2091 16 12C16 11.1665 15.745 10.3925 15.3089 9.75178L14.2171 10.8436C14.3978 11.1894 14.5 11.5828 14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C11.5828 14.5 11.1894 14.3978 10.8436 14.2171L9.75179 15.3089Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.07031 12.7506L2.53914 18.2818C2.52013 18.2525 2.50202 18.2224 2.48487 18.1913C1.89229 17.1192 1 15.0057 1 12C1 8.99427 1.89229 6.88083 2.48487 5.80867C2.77877 5.27692 3.35368 5 3.96125 5H15.8209L12.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.07031 12.7506ZM5.25 12.75H3.25C2.83579 12.75 2.5 12.4142 2.5 12C2.5 11.5858 2.83579 11.25 3.25 11.25H5.25C5.66421 11.25 6 11.5858 6 12C6 12.4142 5.66421 12.75 5.25 12.75Z" })] })); }; IconFacecamOffFilled.iconName = "facecam-off--filled"; export default IconFacecamOffFilled;