UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 692 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Googlehome = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12 0a1.44 1.44 0 00-.947.399L.547 10.762a1.26 1.26 0 00-.342.808v11.138c0 .768.53 1.292 1.311 1.292h20.968c.78 0 1.311-.522 1.311-1.292V11.57a1.25 1.25 0 00-.34-.804L15.68 3.097h-.001L12.947.4A1.454 1.454 0 0012 0zm0 6.727l6.552 6.456v5.65H5.446v-5.65z" })); exports.default = Googlehome;