@fidely-ui/react
Version:
Fidely UI is a modern, beautifully crafted React design system powered by Ark UI and Panda CSS, delivering accessible and themeable components for building exceptional web apps
4 lines (3 loc) • 899 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
import { createIcon } from './create-icon';
export const FiEyeSlashIcon = createIcon(_jsxs(_Fragment, { children: [_jsx("path", { d: "M17.94 17.94A10.94 10.94 0 0 1 12 19c-7 0-11-7-11-7a21.47 21.47 0 0 1 5.06-5.94", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M9.88 9.88A3 3 0 0 0 12 15a3 3 0 0 0 3-3", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M1 1l22 22", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M22 12s-4 7-10 7a10.94 10.94 0 0 1-4.06-.76", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })] }));