mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-22 12:29:50 -04:00
15 lines
442 B
JavaScript
15 lines
442 B
JavaScript
import * as React from 'react';
|
|
import createSvgIcon from './utils/createSvgIcon';
|
|
export default createSvgIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("circle", {
|
|
cx: "7.2",
|
|
cy: "14.4",
|
|
r: "3.2"
|
|
}), /*#__PURE__*/React.createElement("circle", {
|
|
cx: "14.8",
|
|
cy: "18",
|
|
r: "2"
|
|
}), /*#__PURE__*/React.createElement("circle", {
|
|
cx: "15.2",
|
|
cy: "8.8",
|
|
r: "4.8"
|
|
})), 'BubbleChart'); |