UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 2.43 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconFaceTrackingCheck = (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", { d: "M2.75 2C2.33579 2 2 2.33579 2 2.75V5.25C2 5.66421 2.33579 6 2.75 6C3.16421 6 3.5 5.66421 3.5 5.25V3.5H5.25C5.66421 3.5 6 3.16421 6 2.75C6 2.33579 5.66421 2 5.25 2H2.75Z" }), _jsx("path", { d: "M2 18.75V21.25C2 21.4489 2.07902 21.6397 2.21967 21.7803C2.36032 21.921 2.55109 22 2.75 22H5.25C5.66421 22 6 21.6642 6 21.25C6 20.8358 5.66421 20.5 5.25 20.5H3.5L3.5 18.75C3.5 18.3358 3.16421 18 2.75 18C2.33579 18 2 18.3358 2 18.75Z" }), _jsx("path", { d: "M22 5.25V2.75C22 2.33579 21.6642 2 21.25 2H18.75C18.3358 2 18 2.33579 18 2.75C18 3.16421 18.3358 3.5 18.75 3.5L20.5 3.5V5.25C20.5 5.66421 20.8358 6 21.25 6C21.6642 6 22 5.66421 22 5.25Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 9C16 9.91221 15.6946 10.7531 15.1806 11.426C14.3222 11.754 13.5512 12.2587 12.9121 12.8955C12.6191 12.9639 12.3138 13 12 13C9.79086 13 8 11.2091 8 9C8 6.79086 9.79086 5 12 5C14.2091 5 16 6.79086 16 9ZM14.5 9C14.5 10.3807 13.3807 11.5 12 11.5C10.6193 11.5 9.5 10.3807 9.5 9C9.5 7.61929 10.6193 6.5 12 6.5C13.3807 6.5 14.5 7.61929 14.5 9Z" }), _jsx("path", { d: "M6.34315 16.8431C7.77964 15.4067 9.70618 14.5729 11.7298 14.5046C11.478 14.9887 11.2853 15.5084 11.1614 16.0543C9.74687 16.2383 8.42341 16.8842 7.40381 17.9038C7.11091 18.1967 6.63604 18.1967 6.34315 17.9038C6.05025 17.6109 6.05025 17.136 6.34315 16.8431Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23 17.5C23 20.5376 20.5376 23 17.5 23C14.4624 23 12 20.5376 12 17.5C12 14.4624 14.4624 12 17.5 12C20.5376 12 23 14.4624 23 17.5ZM20.3536 15.6464C20.5488 15.8417 20.5488 16.1583 20.3536 16.3536L16.8536 19.8536C16.7598 19.9473 16.6326 20 16.5 20C16.3674 20 16.2402 19.9473 16.1464 19.8536L14.1464 17.8536C13.9512 17.6583 13.9512 17.3417 14.1464 17.1464C14.3417 16.9512 14.6583 16.9512 14.8536 17.1464L16.5 18.7929L19.6464 15.6464C19.8417 15.4512 20.1583 15.4512 20.3536 15.6464Z" })] })); }; IconFaceTrackingCheck.iconName = "face-tracking-check"; export default IconFaceTrackingCheck;