@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
12 lines (11 loc) • 1.37 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const BubbleColor = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 234 252.4", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `
.BubbleColor-b {
fill: #474747;
}
.BubbleColor-c{
fill: #dbdbdb;
}
` }) }), _jsx("circle", { className: "BubbleColor-c", cx: "56.3", cy: "217.4", r: "29" }), _jsx("path", { className: "BubbleColor-b", d: "M56.3,252.4c-19.3,0-35-15.7-35-35s15.7-35,35-35,35,15.7,35,35-15.7,35-35,35ZM56.3,194.3c-12.7,0-23,10.3-23,23s10.3,23,23,23,23-10.3,23-23-10.3-23-23-23Z" }), _jsx("circle", { className: "BubbleColor-c", cx: "47.6", cy: "47.6", r: "41.6" }), _jsx("path", { className: "BubbleColor-b", d: "M47.6,95.2C21.4,95.2,0,73.8,0,47.6S21.4,0,47.6,0s47.6,21.4,47.6,47.6-21.4,47.6-47.6,47.6ZM47.6,12c-19.6,0-35.6,16-35.6,35.6s16,35.6,35.6,35.6,35.6-16,35.6-35.6S67.2,12,47.6,12Z" }), _jsx("circle", { className: "BubbleColor-c", cx: "159.6", cy: "133", r: "68.4" }), _jsx("path", { className: "BubbleColor-b", d: "M159.6,207.4c-41,0-74.4-33.4-74.4-74.4s33.4-74.4,74.4-74.4,74.4,33.4,74.4,74.4-33.4,74.4-74.4,74.4ZM159.6,70.6c-34.4,0-62.4,28-62.4,62.4s28,62.4,62.4,62.4,62.4-28,62.4-62.4-28-62.4-62.4-62.4Z" })] }));
export default BubbleColor;
//# sourceMappingURL=BubbleColor.js.map