@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 902 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Material = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 203 203", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Material-b{fill:white;}` }) }), _jsx("path", { className: "Material-b", d: "M101.5,203C45.5,203,0,157.5,0,101.5S45.5,0,101.5,0s101.5,45.5,101.5,101.5-45.5,101.5-101.5,101.5ZM101.5,11C51.6,11,11,51.6,11,101.5s40.6,90.5,90.5,90.5,90.5-40.6,90.5-90.5S151.4,11,101.5,11Z" }), _jsx("circle", { className: "Material-b", cx: "56.5", cy: "54.5", r: "17" }), _jsx("path", { className: "Material-b", d: "M101.1,18.6c-3.3,0-6.6.2-9.8.6,31.8,4.3,56.3,31.5,56.3,64.4s-29.1,65-65,65-58.1-22.7-63.8-52.7c-.1,1.7-.2,3.4-.2,5.2,0,45.6,36.9,82.5,82.5,82.5s82.5-36.9,82.5-82.5S146.7,18.6,101.1,18.6Z" })] }));
export default Material;
//# sourceMappingURL=Material.js.map