UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

19 lines (18 loc) 647 B
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 MapsHomeWorkSharpIcon(props) { const { ref, ...remaining } = props; return /*#__PURE__*/ _jsxs(SVGIcon, { ...remaining, ref: ref, children: [ /*#__PURE__*/ _jsx("path", { d: "M1 11v10h5v-6h4v6h5V11L8 6z" }), /*#__PURE__*/ _jsx("path", { d: "M10 3v1.97l7 5V11h2v2h-2v2h2v2h-2v4h6V3zm9 6h-2V7h2z" }) ] }); }