@ozen-ui/icons
Version:
A collection of icons
12 lines (11 loc) • 1.63 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({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { d: "M13.8969 8.294C13.8969 7.875 13.8632 7.45599 13.7957 7.04553H8.07178V9.41421H11.351C11.2162 10.1753 10.7778 10.8594 10.1371 11.2869V12.8261H12.0929C13.2394 11.7572 13.8969 10.1753 13.8969 8.294Z", fill: "currentColor" }),
react_1.default.createElement("path", { d: "M8.07137 14.3141C9.70679 14.3141 11.0893 13.7668 12.0925 12.8262L10.1367 11.2869C9.58877 11.6632 8.88908 11.877 8.07137 11.877C6.48653 11.877 5.14616 10.791 4.66565 9.33728H2.65088V10.9278C3.67934 13.0057 5.77841 14.3141 8.07137 14.3141Z", fill: "currentColor" }),
react_1.default.createElement("path", { d: "M4.66599 9.33723C4.41309 8.57618 4.41309 7.74672 4.66599 6.97711V5.39514H2.65122C1.78293 7.13103 1.78293 9.18331 2.65122 10.9192L4.66599 9.33723Z", fill: "currentColor" }),
react_1.default.createElement("path", { d: "M8.07137 4.43746C8.93966 4.42035 9.77423 4.75385 10.398 5.36098L12.1346 3.59944C11.0303 2.5562 9.58034 1.98327 8.07137 2.00037C5.77841 2.00037 3.67934 3.31725 2.65088 5.39519L4.66565 6.98571C5.14616 5.52346 6.48653 4.43746 8.07137 4.43746Z", fill: "currentColor" }))); });
exports.BrGoogleSIcon.displayName = 'BrGoogleSIcon';