UNPKG

@ozen-ui/icons

Version:

A collection of icons

12 lines (11 loc) 1.63 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BrGoogleMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.BrGoogleMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { d: "M20.8451 12.4411C20.8451 11.8126 20.7945 11.184 20.6934 10.5684H12.1074V14.1214H17.0263C16.824 15.263 16.1665 16.2891 15.2054 16.9304V19.2393H18.1391C19.8588 17.6359 20.8451 15.263 20.8451 12.4411Z", fill: "currentColor" }), react_1.default.createElement("path", { d: "M12.1073 21.471C14.5604 21.471 16.6342 20.6501 18.139 19.2392L15.2053 16.9304C14.3834 17.4947 13.3339 17.8154 12.1073 17.8154C9.73004 17.8154 7.71948 16.1864 6.99872 14.0059H3.97656V16.3916C5.51925 19.5085 8.66786 21.471 12.1073 21.471Z", fill: "currentColor" }), react_1.default.createElement("path", { d: "M6.99898 14.0059C6.61963 12.8643 6.61963 11.6201 6.99898 10.4657V8.09277H3.97683C2.67439 10.6966 2.67439 13.775 3.97683 16.3789L6.99898 14.0059Z", fill: "currentColor" }), react_1.default.createElement("path", { d: "M12.1073 6.65619C13.4097 6.63053 14.6616 7.13078 15.5973 8.04148L18.2022 5.39916C16.5457 3.8343 14.3708 2.9749 12.1073 3.00056C8.66786 3.00056 5.51925 4.97588 3.97656 8.09278L6.99872 10.4786C7.71948 8.28518 9.73004 6.65619 12.1073 6.65619Z", fill: "currentColor" }))); }); exports.BrGoogleMIcon.displayName = 'BrGoogleMIcon';