iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 979 B
JavaScript
"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 BrandGoogleHome = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-google-home", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M19.072 21H4.928A1.928 1.928 0 013 19.072v-6.857c0-.512.203-1 .566-1.365l7.07-7.063a1.928 1.928 0 012.727 0l7.071 7.063c.363.362.566.853.566 1.365v6.857A1.928 1.928 0 0119.072 21z" }),
React.createElement("path", { d: "M7 13v4h10v-4l-5-5M14.8 5.2L3 17M7 17v4M17 17v4" }));
exports.default = BrandGoogleHome;