UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 629 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 Bungalow = createIcon("Bungalow", [ [ "path", { d: "M13.0002 14H11.0002V12H13.0002V14ZM18.1002 16.56L17.0002 14.79V21H7.0002V14.8L5.9002 16.56L4.2002 15.5L12.0002 3L19.8002 15.5L18.1002 16.56ZM15.0002 11.59L12.0002 6.79L9.0002 11.59V19H11.0002V16H13.0002V19H15.0002V11.59Z", key: "19gul7" } ] ]); export { Bungalow as default }; //# sourceMappingURL=bungalow.js.map