@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
33 lines (31 loc) • 1.86 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const Google = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 24 24",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
clipPath: "url(#clip0_10530_97429)"
}, /*#__PURE__*/ React.createElement("path", {
d: "M23.766 12.2764C23.766 11.4607 23.6999 10.6406 23.5588 9.83807H12.24V14.4591H18.7217C18.4528 15.9494 17.5885 17.2678 16.323 18.1056V21.1039H20.19C22.4608 19.0139 23.766 15.9274 23.766 12.2764Z",
fill: "#4285F4"
}), /*#__PURE__*/ React.createElement("path", {
d: "M12.24 24.0008C15.4764 24.0008 18.2058 22.9382 20.1944 21.1039L16.3274 18.1055C15.2516 18.8375 13.8626 19.252 12.2444 19.252C9.11376 19.252 6.45934 17.1399 5.50693 14.3003H1.51648V17.3912C3.55359 21.4434 7.70278 24.0008 12.24 24.0008Z",
fill: "#34A853"
}), /*#__PURE__*/ React.createElement("path", {
d: "M5.50253 14.3003C4.99987 12.8099 4.99987 11.1961 5.50253 9.70575V6.61481H1.51649C-0.18551 10.0056 -0.18551 14.0004 1.51649 17.3912L5.50253 14.3003Z",
fill: "#FBBC04"
}), /*#__PURE__*/ React.createElement("path", {
d: "M12.24 4.74966C13.9508 4.7232 15.6043 5.36697 16.8433 6.54867L20.2694 3.12262C18.1 1.0855 15.2207 -0.034466 12.24 0.000808666C7.70277 0.000808666 3.55359 2.55822 1.51648 6.61481L5.50252 9.70575C6.45052 6.86173 9.10935 4.74966 12.24 4.74966Z",
fill: "#EA4335"
})), /*#__PURE__*/ React.createElement("defs", null, /*#__PURE__*/ React.createElement("clipPath", {
id: "clip0_10530_97429"
}, /*#__PURE__*/ React.createElement("rect", {
width: 24,
height: 24,
fill: "white"
}))));
const ForwardRef = /*#__PURE__*/ forwardRef(Google);
export default ForwardRef;