UNPKG

@kurone-kito/launchpad-icons-react

Version:

the icons like the VRChat icons for Node.js ecosystem with the React

4 lines 700 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Eye = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 90 65.3", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Eye-b{fill:white;}` }) }), _jsx("path", { className: "Eye-b", d: "M44.1,0C19.7,0,0,19.7,0,32.6s20.2,32.6,44.1,32.6,45.9-19.7,45.9-31.7S67.7,0,44.1,0ZM44,21c0,4.4-3.6,8-8,8s-8-3.6-8-8,3.6-8,8-8,8,3.6,8,8ZM44.1,57.3c-20.4,0-36.1-17.5-36.1-24.6s3.3-9.3,8.8-14.1c-.2,1.4-.3,2.8-.3,4.2,0,15.6,12.6,28.2,28.2,28.2s28.2-12.6,28.2-28.2,0-1.9-.2-2.8c5.7,5.1,9.2,10.5,9.2,13.7,0,6.7-16.8,23.7-37.9,23.7Z" })] })); export default Eye; //# sourceMappingURL=Eye.js.map