UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.15 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var BrGoogleMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", d: "M20.845 12.441c0-.628-.05-1.257-.152-1.873h-8.586v3.553h4.92a4.28 4.28 0 0 1-1.822 2.81v2.308h2.934c1.72-1.603 2.706-3.976 2.706-6.798" }), React.createElement("path", { fill: "currentColor", d: "M12.107 21.471c2.453 0 4.527-.82 6.032-2.232l-2.934-2.309c-.822.565-1.871.885-3.098.885-2.377 0-4.388-1.629-5.108-3.81H3.977v2.387c1.542 3.117 4.69 5.079 8.13 5.079" }), React.createElement("path", { fill: "currentColor", d: "M6.999 14.006a5.65 5.65 0 0 1 0-3.54V8.093H3.977a9.27 9.27 0 0 0 0 8.286z" }), React.createElement("path", { fill: "currentColor", d: "M12.107 6.656a4.86 4.86 0 0 1 3.49 1.385L18.202 5.4a8.72 8.72 0 0 0-6.095-2.398c-3.44 0-6.588 1.975-8.13 5.092l3.022 2.386c.72-2.194 2.731-3.823 5.108-3.823" }))); }); BrGoogleMIcon.displayName = 'BrGoogleMIcon';