@icongo/sti
Version:
Super Tiny Icons
64 lines (63 loc) • 2.17 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIGoogleMapsOld = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIGoogleMapsOld = function STIGoogleMapsOld(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
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__*/(0, _jsxRuntime.jsx)("rect", {
id: "prefix__a",
width: 512,
height: 512,
x: 0,
y: 0,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", {
id: "prefix__b",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
xlinkHref: "#prefix__a"
})
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
clipPath: "url(#prefix__b)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#35a85b",
d: "M0 512V0h512z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#5881ca",
d: "M256 288 32 512h448z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#c1c0be",
d: "M288 256 512 32v448z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
stroke: "#fadb2a",
strokeWidth: 71,
d: "M0 512 512 0"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "none",
stroke: "#f2f2f2",
strokeWidth: 22,
d: "M175 173h50a50 54 0 1 1-15-41"
}), /*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("circle", {
cx: 423,
cy: 89,
r: 25,
fill: "#7d2426"
})]
})]
}));
};
exports.STIGoogleMapsOld = STIGoogleMapsOld;