@icongo/sti
Version:
Super Tiny Icons
56 lines • 1.57 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 STIGoogleMapsOld = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
xmlnsXlink: "http://www.w3.org/1999/xlink",
width: "1em",
height: "1em",
"aria-label": "Google Maps",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
id: "prefix__a",
width: 512,
height: 512,
x: 0,
y: 0,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("clipPath", {
id: "prefix__b",
children: /*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__a"
})
}), /*#__PURE__*/_jsxs("g", {
clipPath: "url(#prefix__b)",
children: [/*#__PURE__*/_jsx("path", {
fill: "#35a85b",
d: "M0 512V0h512z"
}), /*#__PURE__*/_jsx("path", {
fill: "#5881ca",
d: "M256 288 32 512h448z"
}), /*#__PURE__*/_jsx("path", {
fill: "#c1c0be",
d: "M288 256 512 32v448z"
}), /*#__PURE__*/_jsx("path", {
stroke: "#fadb2a",
strokeWidth: 71,
d: "M0 512 512 0"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#f2f2f2",
strokeWidth: 22,
d: "M175 173h50a50 54 0 1 1-15-41"
}), /*#__PURE__*/_jsx("path", {
fill: "#de3738",
d: "M353 85a70 70 0 0 1 140 0c0 70-70 70-70 157 0-87-70-87-70-157"
}), /*#__PURE__*/_jsx("circle", {
cx: 423,
cy: 89,
r: 25,
fill: "#7d2426"
})]
})]
}));
export { STIGoogleMapsOld };