google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 567 B
JavaScript
/**
* @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: "M12.0002 3L4.2002 15.5L5.9002 16.56L7.0002 14.8V21H11.0002V16H13.0002V21H17.0002V14.79L18.1002 16.56L19.8002 15.5L12.0002 3ZM13.0002 14H11.0002V12H13.0002V14Z",
key: "88cx0j"
}
]
]);
export { Bungalow as default };
//# sourceMappingURL=bungalow.js.map