@ant-design/web3-icons
Version:
A collection of Web3 icons.
455 lines (454 loc) • 48.1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.YooshiCircleColorful = void 0;
var _react = require("@inline-svg-unique-id/react");
var React = _interopRequireWildcard(require("react"));
var _icons = _interopRequireDefault(require("@ant-design/icons"));
var _antd = require("antd");
var _classnames = _interopRequireDefault(require("classnames"));
var _utils = require("../utils");
var _jsxRuntime = require("react/jsx-runtime");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
// GENERATE BY ./scripts/generate.ts
// DON NOT EDIT IT MANUALLY
var SVGComponent = function SVGComponent(props) {
const _id15 = (0, _react.useUniqueInlineId)();
const _id14 = (0, _react.useUniqueInlineId)();
const _id13 = (0, _react.useUniqueInlineId)();
const _id12 = (0, _react.useUniqueInlineId)();
const _id11 = (0, _react.useUniqueInlineId)();
const _id10 = (0, _react.useUniqueInlineId)();
const _id9 = (0, _react.useUniqueInlineId)();
const _id8 = (0, _react.useUniqueInlineId)();
const _id7 = (0, _react.useUniqueInlineId)();
const _id6 = (0, _react.useUniqueInlineId)();
const _id5 = (0, _react.useUniqueInlineId)();
const _id4 = (0, _react.useUniqueInlineId)();
const _id3 = (0, _react.useUniqueInlineId)();
const _id2 = (0, _react.useUniqueInlineId)();
const _id = (0, _react.useUniqueInlineId)();
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
...props,
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: "25",
cy: "25",
r: "25",
fill: "#1d972f"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("filter", {
id: _id,
filterUnits: "userSpaceOnUse",
x: "5.2",
y: "4.1",
width: "39.7",
height: "62.2",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
values: "1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"
})
})
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
maskUnits: "userSpaceOnUse",
x: "5.2",
y: "4.1",
width: "39.7",
height: "62.2",
id: _id2,
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
filter: `url(#${_id})`,
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: "25",
cy: "25",
r: "25",
fillRule: "evenodd",
clipRule: "evenodd",
fill: "#fff"
})
})
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
mask: `url(#${_id2})`,
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M30.1 49.7c2.2-3.8-1.9-4.2-1.9-4.2s0 5.3 1.9 6c1.9.7 3.1-1 3.1-1-.6-2.6-3.1-.8-3.1-.8",
transform: "translate(5.612 4.388)",
fill: "#fec91d"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
transform: "translate(14.97 40.957)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("filter", {
id: _id3,
filterUnits: "userSpaceOnUse",
x: "0",
y: "0",
width: "25.2",
height: "25",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
values: "1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"
})
})
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
maskUnits: "userSpaceOnUse",
x: "0",
y: "0",
width: "25.2",
height: "25",
id: _id4,
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
filter: `url(#${_id3})`,
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M2.8 0S0 8.9 0 12.4s1.7 9.9 1.7 9.9-1.4 1.2-.5 2.7H8l.9-6.1h2l.8 3.7c-1.2 1.7.2 2.4.2 2.4h6.8l.6-6.4s4.6-.5 6-4.2c-2.4 0-6.1-2.7-6.4-3.8C18.5 9.5 17 0 17 0H2.8z",
fillRule: "evenodd",
clipRule: "evenodd",
fill: "#fff"
})
})
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M2.8 0S0 8.9 0 12.4s1.7 9.9 1.7 9.9-1.4 1.2-.5 2.7H8l.9-6.1h2l.8 3.7c-1.2 1.7.2 2.4.2 2.4h6.8l.6-6.4s4.6-.5 6-4.2c-2.4 0-6.1-2.7-6.4-3.8C18.5 9.5 17 0 17 0H2.8z",
mask: `url(#${_id4})`,
fill: "none"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
transform: "translate(14.97 40.957)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
id: _id5,
gradientUnits: "userSpaceOnUse",
x1: "-184.459",
y1: "388.315",
x2: "-184.459",
y2: "388.077",
gradientTransform: "matrix(25.2453 0 0 -24.9737 4669.348 9716.67)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: "0",
stopColor: "#44c423"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: "1",
stopColor: "#b6e43f"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m11.6 22.6-.8-3.7h-2L8 25H1.2c-.9-1.5.5-2.7.5-2.7S0 16.9 0 13.4 2.4 0 2.4 0h14.1s2.2 9.5 2.5 10.6c.9 3.2 3.8 3.8 6.2 3.8-1.4 3.7-6 4.2-6 4.2l-.4 6.4h-7.2s-.8-.8 0-2.4z",
fill: `url(#${_id5})`
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m11.6 22.6-.8-3.7h-2L8 25H1.2c-.9-1.5.5-2.7.5-2.7S0 16.9 0 13.4 2.4 0 2.4 0h14.1s2.2 9.5 2.5 10.6c.9 3.2 3.8 3.8 6.2 3.8-1.4 3.7-6 4.2-6 4.2l-.4 6.4h-7.2s-.8-.8 0-2.4z",
fill: "none",
stroke: "#050000",
strokeWidth: ".8163",
strokeLinecap: "round",
strokeLinejoin: "round"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
transform: "translate(26.133 45.459)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("filter", {
id: _id6,
filterUnits: "userSpaceOnUse",
x: "0",
y: "0",
width: "6",
height: "6.6",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
values: "1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"
})
})
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
maskUnits: "userSpaceOnUse",
x: "0",
y: "0",
width: "6",
height: "6.6",
id: _id7,
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
filter: `url(#${_id6})`,
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M.9 6.6C3.2 7.4 6 2 6 2L1.7 0S-1.5 5.7.9 6.6",
fillRule: "evenodd",
clipRule: "evenodd",
fill: "#fff"
})
})
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M.9 6.6C3.2 7.4 6 2 6 2L1.7 0S-1.5 5.7.9 6.6",
mask: `url(#${_id7})`,
fill: "none"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
transform: "translate(26.133 45.459)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("filter", {
id: _id8,
filterUnits: "userSpaceOnUse",
x: "0",
y: "0",
width: "6",
height: "6.6",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
values: "1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"
})
})
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
maskUnits: "userSpaceOnUse",
x: "0",
y: "0",
width: "6",
height: "6.6",
id: _id9,
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
filter: `url(#${_id8})`,
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M.9 6.6C3.2 7.4 6 2 6 2L1.7 0S-1.5 5.7.9 6.6",
fillRule: "evenodd",
clipRule: "evenodd",
fill: "#fff"
})
})
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M.9 6.6C3.2 7.4 6 2 6 2L1.7 0S-1.5 5.7.9 6.6",
mask: `url(#${_id9})`,
fill: "url(#ant-web3-icon-yooshi-circle-colorful-Fill-11backup_00000156581461884705000930000008746274966579619470_)"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
transform: "translate(16.884 45.125)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("filter", {
id: _id10,
filterUnits: "userSpaceOnUse",
x: "0",
y: "0",
width: "5.6",
height: "6.9",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
values: "1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"
})
})
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
maskUnits: "userSpaceOnUse",
x: "0",
y: "0",
width: "5.6",
height: "6.9",
id: _id11,
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
filter: `url(#${_id10})`,
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M0 2.6s2.4 4.9 4.7 4.1C7.1 6 4.1 0 4.1 0L0 2.6z",
fillRule: "evenodd",
clipRule: "evenodd",
fill: "#fff"
})
})
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M0 2.6s2.4 4.9 4.7 4.1C7.1 6 4.1 0 4.1 0L0 2.6z",
mask: `url(#${_id11})`,
fill: "none"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
transform: "translate(16.884 45.125)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("filter", {
id: _id12,
filterUnits: "userSpaceOnUse",
x: "0",
y: "0",
width: "5.6",
height: "6.9",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
values: "1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"
})
})
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
maskUnits: "userSpaceOnUse",
x: "0",
y: "0",
width: "5.6",
height: "6.9",
id: _id13,
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
filter: `url(#${_id12})`,
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M0 2.6s2.4 4.9 4.7 4.1C7.1 6 4.1 0 4.1 0L0 2.6z",
fillRule: "evenodd",
clipRule: "evenodd",
fill: "#fff"
})
})
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M0 2.6s2.4 4.9 4.7 4.1C7.1 6 4.1 0 4.1 0L0 2.6z",
mask: `url(#${_id13})`,
fill: "url(#ant-web3-icon-yooshi-circle-colorful-Fill-13backup_00000004526788105091985330000012433176336269637048_)"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M22.2 41.2s-3.1 5.7-.8 6.6c2.3.8 4.6-3.7 4.6-3.7M15.3 40.9s2.7 5.7.7 6.6c-2.1.9-4.2-3.6-4.2-3.6",
transform: "translate(5.636 4.388)",
fill: "none",
stroke: "#050000",
strokeWidth: ".8163",
strokeLinecap: "round",
strokeLinejoin: "round"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M17.4 5.2S20.9-.3 23.9.4c3 .7 2.5 6 2.5 6l-9-1.2z",
transform: "translate(5.636 4.388)",
fill: "#d39e1d"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M17.4 5.2s4.3-7 6.5-4.8c1 1 0 5.2 0 5.2l-6.5-.4z",
transform: "translate(5.636 4.388)",
fill: "#fec91d"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M17.4 5S20.9-.5 23.9.2c3 .7 2.5 6 2.5 6l-9-1.2z",
transform: "translate(5.636 4.388)",
fill: "none",
stroke: "#050000",
strokeWidth: ".8163"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M38.9 23.8c0 9.6-8.4 15.3-19.2 15.3C8.8 39 0 32.9 0 23.3 0 13.8 8.2 5 19.6 5c10.9 0 19.3 9.2 19.3 18.8",
transform: "translate(5.636 4.388)",
fill: "#1d972f"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
transform: "translate(5.636 9.408)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("filter", {
id: _id14,
filterUnits: "userSpaceOnUse",
x: "0",
y: "0",
width: "38.9",
height: "30.8",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
values: "1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"
})
})
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
maskUnits: "userSpaceOnUse",
x: "0",
y: "0",
width: "38.9",
height: "30.8",
id: _id15,
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
filter: `url(#${_id14})`,
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M0 16.6c0 8.7 8.8 14.2 19.6 14.2S38.8 25.6 38.8 17c0-8.7-8.4-17-19.2-17C8.2 0 0 7.9 0 16.6",
fillRule: "evenodd",
clipRule: "evenodd",
fill: "#fff"
})
})
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M0 16.6c0 8.7 8.8 14.2 19.6 14.2S38.8 25.6 38.8 17c0-8.7-8.4-17-19.2-17C8.2 0 0 7.9 0 16.6",
mask: `url(#${_id15})`,
fill: "url(#ant-web3-icon-yooshi-circle-colorful-Fill-27_00000005968605898077887190000008346607933670793111_)"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M34.6 20.1s-2 .1-3.8-.6c-2.1-.7-6.6-3.7-11.6-4.1-6.9-.4-9.6 1.8-13.2 2-2.5.1-2.9-.2-2.9-.2s3.6 5.3 14.8 6.7c11.2 1.5 16.7-3.8 16.7-3.8",
transform: "translate(5.612 9.292)",
fill: "#c13636"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M16.7 15.5s.2 2.9 2.3 3.1c2.1.2 2.8-2.6 2.8-2.6s-2.6-.7-5.1-.5M15.7 15.7s.2 2.7-1.7 3c-1.9.4-2.8-2.3-2.8-2.3s2.4-.9 4.5-.7M10 16.7s.5 1.9-1 2.4c-1.6.4-2.4-1.2-2.4-1.2S8 16.8 10 16.7M27 17.9s-1.5 2.2-3.2 1.5c-1.8-.7-1.1-3.1-1.1-3.1s2.1-.1 4.3 1.6M31.2 19.9s-1.4 1.4-2.6.9c-1.1-.5-.9-2.5-.9-2.5s2.2.1 3.5 1.6",
transform: "translate(5.612 9.292)",
fill: "#fff"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M34.6 20.1s-2 .1-3.8-.6c-2.1-.7-6.6-3.7-11.6-4.1-6.9-.4-9.6 1.8-13.2 2-2.5.1-2.9-.2-2.9-.2s2.4 5.3 13.6 6.7c11.2 1.5 17.9-3.8 17.9-3.8z",
transform: "translate(5.612 9.292)",
fill: "none",
stroke: "#050000",
strokeWidth: ".8163",
strokeLinecap: "round",
strokeLinejoin: "round"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M38.9 18.7c0 9.6-8.4 15.3-19.2 15.3C8.8 34 0 27.9 0 18.3 0 8.8 8.2 0 19.6 0c10.9 0 19.3 9.2 19.3 18.7z",
transform: "translate(5.612 9.292)",
fill: "none",
stroke: "#050000",
strokeWidth: ".8163"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M16.5 15.6s.4 2.9 2.5 3.1c2.1.2 3-2.6 3-2.6M10.8 16.6s1.2 2.5 3 2.1c1.9-.4 1.9-3 1.9-3M10 16.6s.5 1.9-1 2.4c-1.6.4-2.4-1.2-2.4-1.2M22.4 16.2s-.5 2.4 1.3 3.1c1.8.7 3.2-1.5 3.2-1.5M27.5 18.2s-.2 1.9.9 2.5c1.7.9 2.8-.9 2.8-.9",
transform: "translate(5.612 9.292)",
fill: "none",
stroke: "#050000",
strokeWidth: ".8163",
strokeLinecap: "round",
strokeLinejoin: "round"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M34.6 7.7c1.5 3.2.5 6.9-2.3 8.2-2.8 1.4-6.4-.1-7.9-3.3-1.5-3.2-.5-6.9 2.3-8.2 2.8-1.4 6.4.1 7.9 3.3",
transform: "translate(5.612 9.292)",
fill: "#fff"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M34.6 7.7c1.5 3.2.5 6.9-2.3 8.2-2.8 1.4-6.4-.1-7.9-3.3-1.5-3.2-.5-6.9 2.3-8.2 2.8-1.4 6.4.1 7.9 3.3z",
transform: "translate(5.612 9.292)",
fill: "none",
stroke: "#050000",
strokeWidth: ".8163"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M31.5 9.2c1.4 2.8.9 5.9-1.1 6.8-1.9.9-4.6-.6-6-3.4-1.4-2.8-.9-5.9 1.1-6.8 1.9-1 4.6.6 6 3.4",
transform: "translate(5.612 9.292)",
fill: "#050000"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m24.2 5.8 5.9-3.1",
transform: "translate(5.612 9.292)",
fill: "none",
stroke: "#050000",
strokeWidth: "1.6327",
strokeLinecap: "round",
strokeLinejoin: "round"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5.1 6.3c-1.5 3.2-.5 6.9 2.3 8.2 2.8 1.4 6.3-.1 7.9-3.3 1.6-3.2.5-6.9-2.3-8.3s-6.3.2-7.9 3.4",
transform: "translate(5.612 9.292)",
fill: "#fff"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5.1 6.3c-1.5 3.2-.5 6.9 2.3 8.2 2.8 1.4 6.3-.1 7.9-3.3 1.6-3.2.5-6.9-2.3-8.3s-6.3.2-7.9 3.4z",
transform: "translate(5.612 9.292)",
fill: "none",
stroke: "#050000",
strokeWidth: ".8163"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.3 7.8c-1.4 2.8-.9 5.9 1.1 6.8 1.9.9 4.6-.6 6-3.4 1.4-2.8.9-5.9-1.1-6.8-2-1-4.7.6-6 3.4",
transform: "translate(5.612 9.292)",
fill: "#050000"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M15.5 4.4 9.7 1.3",
transform: "translate(5.612 9.292)",
fill: "none",
stroke: "#050000",
strokeWidth: "1.6327",
strokeLinecap: "round",
strokeLinejoin: "round"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M28.9 9.7c.1.4 1.1.5 2.1.2s1.7-1 1.6-1.4c-.1-.4-1.1-.5-2.1-.2s-1.8 1-1.6 1.4M10.8 9.7c-.1.4-1.1.5-2.1.2S7 8.9 7.1 8.5c.1-.4 1.1-.5 2.1-.2s1.8 1 1.6 1.4",
transform: "translate(5.612 9.292)",
fill: "#fff"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M18.3 12.2c-.1.1-.4.1-.5 0s-.2-.4-.1-.5c.1-.1.4-.1.5 0 .1.2.2.4.1.5M21 12.2c.1.1.4.1.5 0s.2-.4.1-.5c-.1-.1-.4-.1-.5 0-.1.2-.2.4-.1.5",
transform: "translate(5.612 9.292)",
fill: "#050000"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M28.1 40.6s4.1.4 1.9 4.2",
transform: "translate(5.612 9.292)",
fill: "none",
stroke: "#050000",
strokeWidth: ".8163",
strokeLinecap: "round",
strokeLinejoin: "round"
})]
})]
});
};
SVGComponent.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 50 50",
xmlSpace: "preserve",
enableBackground: "new 0 0 50 50"
};
/** */
const YooshiCircleColorful = exports.YooshiCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(_antd.ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-yooshi-circle-colorful');
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.default, {
...props,
className: (0, _classnames.default)(prefixCls, props.className),
ref: ref,
component: (0, _utils.eraseDefaultProps)(SVGComponent)
});
});
YooshiCircleColorful.displayName = 'YooshiCircleColorful';