UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 2.53 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconEyeContactCheckFilled = (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 2.75C2 2.33579 2.33579 2 2.75 2H5.25C5.66421 2 6 2.33579 6 2.75C6 3.16421 5.66421 3.5 5.25 3.5H3.5V5.25C3.5 5.66421 3.16421 6 2.75 6C2.33579 6 2 5.66421 2 5.25V2.75Z" }), _jsx("path", { d: "M2 21.25V18.75C2 18.3358 2.33579 18 2.75 18C3.16421 18 3.5 18.3358 3.5 18.75L3.5 20.5H5.25C5.66421 20.5 6 20.8358 6 21.25C6 21.6642 5.66421 22 5.25 22H2.75C2.55109 22 2.36032 21.921 2.21967 21.7803C2.07902 21.6397 2 21.4489 2 21.25Z" }), _jsx("path", { d: "M22 2.75V5.25C22 5.66421 21.6642 6 21.25 6C20.8358 6 20.5 5.66421 20.5 5.25V3.5L18.75 3.5C18.3358 3.5 18 3.16421 18 2.75C18 2.33579 18.3358 2 18.75 2H21.25C21.6642 2 22 2.33579 22 2.75Z" }), _jsx("path", { d: "M13.5 12C13.5 12.1474 13.4787 12.2898 13.4391 12.4243C13.0647 12.7243 12.7243 13.0647 12.4243 13.4391C12.2898 13.4787 12.1474 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12Z" }), _jsx("path", { d: "M12 9C13.4916 9 14.7289 10.0886 14.9609 11.5146C15.741 11.1833 16.5991 11 17.5 11C18.5876 11 19.6128 11.2671 20.5136 11.7393C20.4787 11.5416 20.4039 11.3493 20.2891 11.175C19.2124 9.54014 16.3769 6 11.9999 6C7.62284 6 4.78731 9.54015 3.71065 11.175C3.38096 11.6756 3.38096 12.3244 3.71065 12.825C4.70426 14.3337 7.19586 17.4652 11.0146 17.9393C11.0049 17.7941 11 17.6476 11 17.5C11 16.5991 11.1833 15.741 11.5146 14.9609C10.0886 14.7289 9 13.4916 9 12C9 10.3431 10.3431 9 12 9Z" }), _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" })] })); }; IconEyeContactCheckFilled.iconName = "eye-contact-check--filled"; export default IconEyeContactCheckFilled;