@icongo/sti
Version:
Super Tiny Icons
47 lines • 1.53 kB
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 STIGoogleMaps = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Google Maps",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("clipPath", {
id: "prefix__a",
children: /*#__PURE__*/_jsx("path", {
d: "M375 136a133 133 0 0 0-79-66 136 136 0 0 0-40-6 133 133 0 0 0-103 48 133 133 0 0 0-31 86c0 38 13 64 13 64 15 32 42 61 61 86a399 399 0 0 1 30 45 222 222 0 0 1 17 42c3 10 6 13 13 13s11-5 13-13a228 228 0 0 1 16-41 472 472 0 0 1 45-63c5-6 32-39 45-64 0 0 15-29 15-68 0-37-15-63-15-63z"
})
}), /*#__PURE__*/_jsxs("g", {
strokeWidth: 130,
clipPath: "url(#prefix__a)",
children: [/*#__PURE__*/_jsx("path", {
stroke: "#fbbc04",
d: "m104 379 152-181"
}), /*#__PURE__*/_jsx("path", {
stroke: "#4285f4",
d: "M256 198 378 53"
}), /*#__PURE__*/_jsx("path", {
stroke: "#34a853",
d: "m189 459 243-290"
}), /*#__PURE__*/_jsx("path", {
stroke: "#1a73e8",
d: "m255 120-79-67"
}), /*#__PURE__*/_jsx("path", {
stroke: "#ea4335",
d: "m76 232 91-109"
})]
}), /*#__PURE__*/_jsx("circle", {
cx: 256,
cy: 198,
r: 51,
fill: "#fff"
})]
}));
export { STIGoogleMaps };