UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 861 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 BrandGoogle = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-brand-google", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M12 2a9.96 9.96 0 016.29 2.226 1 1 0 01.04 1.52l-1.51 1.362a1 1 0 01-1.265.06 6 6 0 102.103 6.836l.001-.004h-3.66a1 1 0 01-.992-.883L13 13v-2a1 1 0 011-1h6.945a1 1 0 01.994.89c.04.367.061.737.061 1.11 0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2z" })); exports.default = BrandGoogle;