@react-md/material-icons
Version:
Material Design Icon components for react-md
24 lines (23 loc) • 847 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 ReportGmailerrorredSharpIcon(props, ref) {
return /*#__PURE__*/ _jsxs(SVGIcon, {
...props,
ref: ref,
children: [
/*#__PURE__*/ _jsx("path", {
d: "M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27zM19 14.9 14.9 19H9.1L5 14.9V9.1L9.1 5h5.8L19 9.1z"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "12",
cy: "16",
r: "1"
}),
/*#__PURE__*/ _jsx("path", {
d: "M11 7h2v7h-2z"
})
]
});
});