UNPKG

@material-ui/icons

Version:

Material Design Svg Icons converted to Material-UI React components.

11 lines 414 B
import * as React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M12 2l-5.5 9h11z" }), /*#__PURE__*/React.createElement("circle", { cx: "17.5", cy: "17.5", r: "4.5" }), /*#__PURE__*/React.createElement("path", { d: "M3 13.5h8v8H3z" })), 'CategorySharp');