@brizy/ui-icons
Version:
14 lines (13 loc) • 1.4 kB
JavaScript
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Google = void 0;
const react_1 = __importDefault(require("react"));
exports.Google = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 32 32" },
react_1.default.createElement("g", { fill: "none", fillRule: "evenodd" },
react_1.default.createElement("path", { fill: "#517BBD", d: "M31.35 16.363c0-1.135-.102-2.219-.294-3.277H15.994v6.185h8.609a7.35 7.35 0 0 1-3.189 4.834v4.018h5.166c3.035-2.78 4.77-6.887 4.77-11.76Z" }),
react_1.default.createElement("path", { fill: "#31A853", d: "M15.994 32c4.323 0 7.945-1.428 10.586-3.877l-5.166-4.018c-1.428.957-3.265 1.53-5.42 1.53-4.171 0-7.691-2.818-8.954-6.593H1.696v4.145C4.336 28.417 9.744 32 15.994 32Z" }),
react_1.default.createElement("path", { fill: "#FBBC0A", d: "M7.04 19.042a9.644 9.644 0 0 1-.497-3.036c0-1.058.178-2.079.497-3.035V8.826H1.696A15.966 15.966 0 0 0 0 16.006c0 2.577.612 5.025 1.696 7.18l5.344-4.144Z" }),
react_1.default.createElement("path", { fill: "#E84336", d: "M15.994 6.364c2.346 0 4.45.804 6.122 2.398l4.591-4.591C23.94 1.594 20.317 0 16.007 0A15.99 15.99 0 0 0 1.708 8.813l5.344 4.145c1.25-3.775 4.77-6.594 8.94-6.594Z" }))));