@icongo/gr
Version:
Grommet Icons
34 lines • 977 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GRFigma = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 24 24"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "none",
fillRule: "evenodd",
transform: "translate(4)",
children: [/*#__PURE__*/_jsx("circle", {
cx: 12,
cy: 12,
r: 4,
fill: "#19BCFE"
}), /*#__PURE__*/_jsx("path", {
fill: "#09CF83",
d: "M4 24a4 4 0 0 0 4-4v-4H4a4 4 0 1 0 0 8Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#A259FF",
d: "M4 16h4V8H4a4 4 0 1 0 0 8Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#F24E1E",
d: "M4 8h4V0H4a4 4 0 1 0 0 8Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#FF7262",
d: "M12 8H8V0h4a4 4 0 1 1 0 8Z"
})]
})
}));
export { GRFigma };