@material-ui/icons
Version:
Material Design Svg Icons converted to Material-UI React components.
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');