@icongo/sti
Version:
Super Tiny Icons
81 lines (80 loc) • 2.65 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STICoinpot = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STICoinpot = function STICoinpot(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "coinpot",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#e0e0e0",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
id: "prefix__a",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ffd54e",
d: "M0 0h84v13q-42 5-84 0"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 42,
fill: "#c6a900",
rx: 42,
ry: 3
})]
})
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
transform: "translate(78 255)",
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
id: "prefix__b",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
href: "#prefix__a"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
y: 18,
href: "#prefix__a"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
y: 36,
href: "#prefix__a"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
y: 54,
href: "#prefix__a"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
y: 72,
href: "#prefix__a"
})]
})
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
x: 174,
y: 202,
href: "#prefix__b"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
x: 174,
y: 256,
href: "#prefix__b"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
x: 269,
y: 173,
href: "#prefix__b"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
x: 269,
y: 245,
href: "#prefix__b"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#e0e0e0",
d: "M62 328c90 38 199 4 323-95v150H62"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#03a9f3",
d: "M62 335c90 38 199 4 323-95l-13-10 77-28-17 73-13-11C203 413 132 367 62 335"
})]
}));
};
exports.STICoinpot = STICoinpot;