iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 771 B
JavaScript
;
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 LogoGooglePlus = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props },
React.createElement("path", { d: "M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2zm1 17.93a5.67 5.67 0 0 1-6.22 1.65 5.77 5.77 0 0 1 1.58-11.22 5.82 5.82 0 0 1 4.14 1.43c-.47.51-.95 1-1.46 1.51a4 4 0 0 0-3.41-.67 3.65 3.65 0 1 0 2.45 6.86A3.17 3.17 0 0 0 16 17.3h-3.31v-2h5.52A6.57 6.57 0 0 1 17 19.93zM25 17h-1.61v1.65h-1.65V17h-1.66v-1.69h1.65v-1.64h1.64v1.65H25z" }));
exports.default = LogoGooglePlus;