@react-md/material-icons
Version:
Material Design Icon components for react-md
26 lines (25 loc) • 1.01 kB
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 CategoryTwoToneIcon(props, ref) {
return /*#__PURE__*/ _jsxs(SVGIcon, {
...props,
ref: ref,
children: [
/*#__PURE__*/ _jsx("circle", {
cx: "17.5",
cy: "17.5",
r: "2.5",
opacity: ".3"
}),
/*#__PURE__*/ _jsx("path", {
d: "M5 15.5h4v4H5zm7-9.66L10.07 9h3.86z",
opacity: ".3"
}),
/*#__PURE__*/ _jsx("path", {
d: "m12 2-5.5 9h11zm0 3.84L13.93 9h-3.87zM17.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.5m0 7a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5M11 13.5H3v8h8zm-2 6H5v-4h4z"
})
]
});
});