@icongo/sti
Version:
Super Tiny Icons
73 lines • 1.92 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 STICoinpot = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "coinpot",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#e0e0e0",
rx: "15%"
}), /*#__PURE__*/_jsx("defs", {
children: /*#__PURE__*/_jsxs("g", {
id: "prefix__a",
children: [/*#__PURE__*/_jsx("path", {
fill: "#ffd54e",
d: "M0 0h84v13q-42 5-84 0"
}), /*#__PURE__*/_jsx("ellipse", {
cx: 42,
fill: "#c6a900",
rx: 42,
ry: 3
})]
})
}), /*#__PURE__*/_jsx("g", {
transform: "translate(78 255)",
children: /*#__PURE__*/_jsxs("g", {
id: "prefix__b",
children: [/*#__PURE__*/_jsx("use", {
href: "#prefix__a"
}), /*#__PURE__*/_jsx("use", {
y: 18,
href: "#prefix__a"
}), /*#__PURE__*/_jsx("use", {
y: 36,
href: "#prefix__a"
}), /*#__PURE__*/_jsx("use", {
y: 54,
href: "#prefix__a"
}), /*#__PURE__*/_jsx("use", {
y: 72,
href: "#prefix__a"
})]
})
}), /*#__PURE__*/_jsx("use", {
x: 174,
y: 202,
href: "#prefix__b"
}), /*#__PURE__*/_jsx("use", {
x: 174,
y: 256,
href: "#prefix__b"
}), /*#__PURE__*/_jsx("use", {
x: 269,
y: 173,
href: "#prefix__b"
}), /*#__PURE__*/_jsx("use", {
x: 269,
y: 245,
href: "#prefix__b"
}), /*#__PURE__*/_jsx("path", {
fill: "#e0e0e0",
d: "M62 328c90 38 199 4 323-95v150H62"
}), /*#__PURE__*/_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"
})]
}));
export { STICoinpot };