UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 501 B
/** * @license google-material-icons v2.1.3 - 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 9V11H4V20H2V22H22V20H20V11H22ZM16 18H14V14L12 17L10 14V18H8V11H10L12 14L14 11H16V18Z", key: "7kmvyx" } ] ]); export { Museum as default }; //# sourceMappingURL=museum.js.map