@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 748 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const EyeMinus = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 90 65.3", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.EyeMinus-b{fill:white;}` }) }), _jsx("path", { className: "EyeMinus-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,0ZM31,21.6h27c.6,0,1,.4,1,1v7c0,.6-.4,1-1,1h-27c-.6,0-1-.4-1-1v-7c0-.6.4-1,1-1ZM44.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 EyeMinus;
//# sourceMappingURL=EyeMinus.js.map