@react-md/material-icons
Version:
Material Design Icon components for react-md
21 lines (20 loc) • 729 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
// THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY
import { SVGIcon } from "@react-md/core/icon/SVGIcon";
export default function MarkUnreadChatAltSharpIcon(props) {
const { ref, ...remaining } = props;
return /*#__PURE__*/ _jsxs(SVGIcon, {
...remaining,
ref: ref,
children: [
/*#__PURE__*/ _jsx("circle", {
cx: "19",
cy: "3",
r: "3"
}),
/*#__PURE__*/ _jsx("path", {
d: "M6 8V6h9.03a4.9 4.9 0 0 1-.92-4H2.01L2 22l4-4h16V6.97C21.16 7.61 20.13 8 19 8zm8 6H6v-2h8zm4-3H6V9h12z"
})
]
});
}