@react-md/material-icons
Version:
Material Design Icon components for react-md
23 lines (22 loc) • 841 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 MuseumTwoToneIcon(props, ref) {
return /*#__PURE__*/ _jsxs(SVGIcon, {
...props,
ref: ref,
children: [
/*#__PURE__*/ _jsx("path", {
d: "M6 20h12V9H6zm2-9h2l2 3 2-3h2v7h-2v-4l-2 3-2-3v4H8z",
opacity: ".3"
}),
/*#__PURE__*/ _jsx("path", {
d: "M22 11V9L12 2 2 9v2h2v9H2v2h20v-2h-2v-9zm-4 9H6V9h12z"
}),
/*#__PURE__*/ _jsx("path", {
d: "m10 14 2 3 2-3v4h2v-7h-2l-2 3-2-3H8v7h2z"
})
]
});
});