@material-ui/icons
Version:
Material Design Svg Icons converted to Material-UI React components.
15 lines • 587 B
JavaScript
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M7 5h14v2H7z"
}), /*#__PURE__*/React.createElement("circle", {
cx: "4",
cy: "6",
r: "1.5"
}), /*#__PURE__*/React.createElement("path", {
d: "M7 11h14v2H7zm0 6h14v2H7zm-3 2.5c.82 0 1.5-.68 1.5-1.5s-.67-1.5-1.5-1.5-1.5.68-1.5 1.5.68 1.5 1.5 1.5z"
}), /*#__PURE__*/React.createElement("circle", {
cx: "4",
cy: "12",
r: "1.5"
})), 'FormatListBulletedTwoTone');