mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-22 12:29:50 -04:00
15 lines
432 B
JavaScript
15 lines
432 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",
|
|
cy: "14",
|
|
r: "3"
|
|
}), /*#__PURE__*/React.createElement("circle", {
|
|
cx: "11",
|
|
cy: "6",
|
|
r: "3"
|
|
}), /*#__PURE__*/React.createElement("circle", {
|
|
cx: "16.6",
|
|
cy: "17.6",
|
|
r: "3"
|
|
})), 'ScatterPlot'); |