@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 624 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const InfoMono = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 139 139", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.InfoMono-b{fill:white;}` }) }), _jsx("path", { className: "InfoMono-b", d: "M69.5,0C31.1,0,0,31.1,0,69.5s31.1,69.5,69.5,69.5,69.5-31.1,69.5-69.5S107.9,0,69.5,0ZM60.5,116.5c-4,0-7-3-7-10s13-42,13-42l-16,1s20-15,24-15,6,5,6,9-11,45-11,45l15-6s-20,18-24,18ZM76.5,40.5c-5,0-9-4-9-9s4-9,9-9,9,4,9,9-4,9-9,9Z" })] }));
export default InfoMono;
//# sourceMappingURL=InfoMono.js.map