@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
24 lines • 929 B
JavaScript
// src/kucoin-token.tsx
import * as React from "react";
var KucoinToken = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
...props
}, /* @__PURE__ */ React.createElement("circle", {
cx: 16,
cy: 16,
r: 16,
fill: "#0093dd",
fillRule: "evenodd",
clipRule: "evenodd"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#fff",
fillRule: "evenodd",
d: "m13.5 16 5.2 5.3L22 18c.6-.6 1.5-.6 2 0 .6.6.6 1.6 0 2.2l-4.3 4.4c-.6.6-1.5.6-2.1 0l-6.2-6.4V22c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5V10c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5v3.8l6.2-6.4c.6-.6 1.5-.6 2.1 0l4.3 4.4c.6.6.6 1.6 0 2.2-.6.6-1.5.6-2 0l-3.3-3.4-5.2 5.4zm5.2-1.5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5z",
clipRule: "evenodd"
}));
var kucoin_token_default = KucoinToken;
export {
kucoin_token_default as default
};
//# sourceMappingURL=kucoin-token.mjs.map