@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 693 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const EyeSimple = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 204.9 136.3", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.EyeSimple-b{fill:white;}` }) }), _jsx("path", { className: "EyeSimple-b", d: "M204.9,66.9c0,37.6-58.3,69.4-103.3,69.4S0,104,0,66.3,56.2,0,101.6,0s103.3,29.3,103.3,66.9ZM152,68.1c0-27.3-22.2-49.5-49.5-49.5s-49.5,22.2-49.5,49.5,22.2,49.5,49.5,49.5,49.5-22.2,49.5-49.5ZM132,68.1c0,16.3-13.2,29.5-29.5,29.5s-29.5-13.2-29.5-29.5,13.2-29.5,29.5-29.5,29.5,13.2,29.5,29.5Z" })] }));
export default EyeSimple;
//# sourceMappingURL=EyeSimple.js.map