@evg-b/evg-icons
Version:
material icons
21 lines (18 loc) • 555 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var Category = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), /*#__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"
})),
name: 'Category'
});
export default Category;