@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 671 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const EyeSmall = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 242.3 155", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.EyeSmall-b{fill:white;}` }) }), _jsx("circle", { className: "EyeSmall-b", cx: "121.1", cy: "77.5", r: "16.5" }), _jsx("path", { className: "EyeSmall-b", d: "M121.5,155C57.5,155,0,89.5,0,77.5S57.5,0,121.5,0s120.8,65.5,120.8,77.5-56.8,77.5-120.8,77.5ZM121.5,32c-25.1,0-45.5,20.4-45.5,45.5s20.4,45.5,45.5,45.5,45.5-20.4,45.5-45.5-20.4-45.5-45.5-45.5Z" })] }));
export default EyeSmall;
//# sourceMappingURL=EyeSmall.js.map