UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 530 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 House = createIcon("House", [ [ "path", { d: "M19 9.8V4.5H16V7.1L12 3.5L2 12.5H5V20.5H10V14.5H14V20.5H19V12.5H22L19 9.8ZM10 10.5C10 9.4 10.9 8.5 12 8.5C13.1 8.5 14 9.4 14 10.5H10Z", key: "8fb6lw" } ] ]); export { House as default }; //# sourceMappingURL=house.js.map