UNPKG

@icongo/li

Version:
33 lines (32 loc) 1.72 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LISocialGooglePlus = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LISocialGooglePlus = function LISocialGooglePlus(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#4285f4", d: "M12.88 7.133c0-.493-.04-.853-.127-1.226H7.12v2.226h3.307C10.36 8.687 10 9.52 9.2 10.08l-.011.074 1.78 1.38.124.013C12.227 10.5 12.88 8.96 12.88 7.133" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#34a853", d: "M7.12 13c1.62 0 2.98-.533 3.973-1.453L9.2 10.08c-.507.353-1.187.6-2.08.6-1.587 0-2.933-1.047-3.413-2.493l-.07.006-1.853 1.433-.024.067A5.996 5.996 0 0 0 7.12 13" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#fbbc05", d: "M3.707 8.187A3.694 3.694 0 0 1 3.507 7c0-.413.073-.813.193-1.187l-.003-.08L1.82 4.278l-.061.03A6.006 6.006 0 0 0 1.12 7c0 .967.233 1.88.64 2.693l1.947-1.506" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#eb4335", d: "M7.12 3.32c1.127 0 1.887.487 2.32.893l1.693-1.653C10.093 1.593 8.74 1 7.12 1a5.996 5.996 0 0 0-5.36 3.307L3.7 5.813C4.187 4.367 5.533 3.32 7.12 3.32" })] })); }; exports.LISocialGooglePlus = LISocialGooglePlus;