google-material-icons
Version:
A google material icon library package for React applications
17 lines (13 loc) • 528 B
JavaScript
/**
* @license google-material-icons v2.1.4 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const Museum = createIcon("Museum", [
["path", { d: "M22 11V9L12 2L2 9V11H4V20H2V22H22V20H20V11H22ZM18 20H6V9H18V20Z", key: "1cjc7u" }],
["path", { d: "M10 14L12 17L14 14V18H16V11H14L12 14L10 11H8V18H10V14Z", key: "1ds0tu" }]
]);
export { Museum as default };
//# sourceMappingURL=museum.js.map