@react-md/material-icons
Version:
Material Design Icon components for react-md
24 lines (23 loc) • 756 B
JavaScript
// THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { forwardRef } from "react";
import { SVGIcon } from "@react-md/core/icon/SVGIcon";
export default /*#__PURE__*/ forwardRef(function CategorySharpIcon(props, ref) {
return /*#__PURE__*/ _jsxs(SVGIcon, {
...props,
ref: ref,
children: [
/*#__PURE__*/ _jsx("path", {
d: "m12 2-5.5 9h11z"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "17.5",
cy: "17.5",
r: "4.5"
}),
/*#__PURE__*/ _jsx("path", {
d: "M3 13.5h8v8H3z"
})
]
});
});