@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
16 lines • 588 B
JavaScript
// src/binance-usd.tsx
import * as React from "react";
var BinanceUsd = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 336 337",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#f0b90b",
stroke: "#f0b90b",
d: "m168.2.71 41.5 42.5-104.5 104.5-41.5-41.5Zm63 63 41.5 42.5-167.5 167.5-41.5-41.5Zm-189 63 41.5 42.5-41.5 41.5-41.5-41.5Zm252 0 41.5 42.5-167.5 167.5-41.5-41.5Z"
}));
var binance_usd_default = BinanceUsd;
export {
binance_usd_default as default
};
//# sourceMappingURL=binance-usd.mjs.map