UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

15 lines 931 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Info = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 140 140", ...props, children: [_jsx("defs", { children: _jsx("style", { children: ` .Info-b { fill: #c3c3c3; } .Info-c { fill: #969696; opacity: .8; } .Info-d { fill: #484848; } ` }) }), _jsx("circle", { className: "Info-c", cx: "70", cy: "70", r: "69.5" }), _jsx("path", { className: "Info-b", d: "M70,140C31.4,140,0,108.6,0,70S31.4,0,70,0s70,31.4,70,70-31.4,70-70,70ZM70,1C32,1,1,32,1,70s31,69,69,69,69-31,69-69S108,1,70,1Z" }), _jsx("circle", { className: "Info-d", cx: "76.8", cy: "31.8", r: "9" }), _jsx("path", { className: "Info-d", d: "M84.8,98.8l-15,6s11-41,11-45-2-9-6-9-24,15-24,15l16-1s-13,35-13,42,3,10,7,10,24-18,24-18Z" })] })); export default Info; //# sourceMappingURL=Info.js.map