@react-md/material-icons
Version:
Material Design Icon components for react-md
14 lines (13 loc) • 602 B
JavaScript
import { jsx as _jsx } 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 RealEstateAgentSharpIcon(props) {
const { ref, ...remaining } = props;
return /*#__PURE__*/ _jsx(SVGIcon, {
...remaining,
ref: ref,
children: /*#__PURE__*/ _jsx("path", {
d: "M1 22h4V11H1zM14 1.5l-7 5V9h2l10 4v2h2V6.5zm-.5 8.5h-1V9h1zm0-2h-1V7h1zm2 2h-1V9h1zm0-2h-1V7h1zM22 19l-8 3-7-1.98V11h1.97L17 14v2h-4l-1.76-.68-.33.94L13 17h9z"
})
});
}