UNPKG

@web3sdks/chain-icons

Version:

A quick, easy and light-weight way to add chain / network icons to your react app.

18 lines 891 B
// src/bitforex-token.tsx import * as React from "react"; var BitforexToken = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#265fac", d: "M0 0h512v512H0z" }), /* @__PURE__ */ React.createElement("path", { fill: "#fff", d: "M423.47 170.08c-4.92 53.68-58.11 46.94-58.11 46.94v-46.94h-53.33v46.94H196.91v-46.94h-52.22v46.8c-52.45 3.2-55.91-45.8-55.91-45.8H36.34v2.16a95.35 95.35 0 0 0 92.73 95.32l15.13.41v66.86a102.31 102.31 0 0 0 102.3 102.31h16.65a102.63 102.63 0 0 0 102.32-102.32v-67.23h15.77a94.43 94.43 0 0 0 94.43-94.43v-4.08h-52.2Zm-111.19 160a57.45 57.45 0 1 1-114.88 1.84v-64.44h114.88v62.6Z" })); var bitforex_token_default = BitforexToken; export { bitforex_token_default as default }; //# sourceMappingURL=bitforex-token.mjs.map