@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
21 lines • 920 B
JavaScript
// src/ftx-token.tsx
import * as React from "react";
var FtxToken = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 2000 1739",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#02a6c2",
d: "M565.41.11q717.21-.22 1434.51 0 .22 231.83 0 463.58-717.23.22-1434.51 0-.23-231.83 0-463.58Z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#5fcade",
d: "M.6 638.1q231.39-1.2 462.86 0 1.2 231.39 0 462.86Q232 1102.15.6 1101-.6 869.57.6 638.1Zm565.17 0q517.67-1.1 1035.27 0 1.1 231.39 0 462.86-517.66 1.08-1035.27 0-1.08-231.4 0-462.86Z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#abebf4",
d: "M566.2 1276.23q231-2.51 461.92 0 2.4 230.85.07 461.92-231 2.28-461.91-.08-2.4-230.83-.08-461.84Z"
}));
var ftx_token_default = FtxToken;
export {
ftx_token_default as default
};
//# sourceMappingURL=ftx-token.mjs.map