google-material-icons
Version:
A google material icon library package for React applications
23 lines (19 loc) • 622 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 House = createIcon("House", [
[
"path",
{
d: "M19 9.8V4.5H16V7.1L12 3.5L2 12.5H5V20.5H11V14.5H13V20.5H19V12.5H22L19 9.8ZM17 18.5H15V12.5H9V18.5H7V10.69L12 6.19L17 10.69V18.5Z",
key: "z6q1xn"
}
],
["path", { d: "M10 10.5H14C14 9.4 13.1 8.5 12 8.5C10.9 8.5 10 9.4 10 10.5Z", key: "1l89ir" }]
]);
export { House as default };
//# sourceMappingURL=house.js.map