@ozen-ui/icons
Version:
A collection of icons
12 lines (11 loc) • 1.32 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BrGoogleSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.BrGoogleSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", d: "M13.897 8.294c0-.419-.034-.838-.101-1.248H8.072v2.368h3.279a2.85 2.85 0 0 1-1.214 1.873v1.54h1.956c1.146-1.07 1.804-2.652 1.804-4.533" }),
react_1.default.createElement("path", { fill: "currentColor", d: "M8.072 14.314c1.635 0 3.018-.547 4.02-1.488l-1.955-1.54c-.548.377-1.248.59-2.065.59-1.585 0-2.926-1.085-3.406-2.539H2.65v1.59a6.05 6.05 0 0 0 5.42 3.387" }),
react_1.default.createElement("path", { fill: "currentColor", d: "M4.666 9.337a3.77 3.77 0 0 1 0-2.36V5.395H2.651a6.18 6.18 0 0 0 0 5.524z" }),
react_1.default.createElement("path", { fill: "currentColor", d: "M8.072 4.437a3.24 3.24 0 0 1 2.326.924l1.737-1.762A5.81 5.81 0 0 0 8.072 2C5.779 2 3.679 3.317 2.65 5.395l2.015 1.59c.48-1.462 1.82-2.548 3.406-2.548" }))); });
exports.BrGoogleSIcon.displayName = 'BrGoogleSIcon';