@material-ui/icons
Version:
Material Design Svg Icons converted to Material-UI React components.
13 lines • 705 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: "17.5",
cy: "17.5",
r: "2.5",
opacity: ".3"
}), /*#__PURE__*/React.createElement("path", {
d: "M5 15.5h4v4H5zm7-9.66L10.07 9h3.86z",
opacity: ".3"
}), /*#__PURE__*/React.createElement("path", {
d: "M12 2l-5.5 9h11L12 2zm0 3.84L13.93 9h-3.87L12 5.84zM17.5 13c-2.49 0-4.5 2.01-4.5 4.5s2.01 4.5 4.5 4.5 4.5-2.01 4.5-4.5-2.01-4.5-4.5-4.5zm0 7c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5zM11 13.5H3v8h8v-8zm-2 6H5v-4h4v4z"
})), 'CategoryTwoTone');