UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 937 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 BrandGoogleOne = (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-one", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M11 5v13.982a2 2 0 004 0V5a2 2 0 10-4 0z" }), React.createElement("path", { d: "M6.63 8.407a2.125 2.125 0 00-.074 2.944c.77.834 2.051.869 2.862.077l4.95-4.834c.812-.792.846-2.11.076-2.945a1.984 1.984 0 00-2.861-.077L6.63 8.407z" })); exports.default = BrandGoogleOne;