@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
22 lines • 1.09 kB
JavaScript
// src/husd.tsx
import * as React from "react";
var Husd = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 2000 2000",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#f9f9f9",
fillRule: "evenodd",
d: "m280.8 923.5 307.4-730.7 873.2 100.6 178.8 539.3-89.4 746c-128.5 137.9-210.5 206.8-245.9 206.8-35.4 0-303.6-48.9-804.7-146.7l-219.3-542.1-.1-173.2z",
clipRule: "evenodd"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#005ffa",
fillRule: "evenodd",
d: "M1419 1579.4h-212.9v-366.5c0-58.7-47.5-106.4-106.2-106.4H793.8c-117.5 0-212.8-95.3-212.8-212.8v-473h212.8v366.6c0 58.7 47.6 106.4 106.3 106.4h306c117.5.1 212.7 95.3 212.8 212.8l.1 472.9zm-617.8 0H588.3V1222c117.5 0 212.8 95.2 212.8 212.8l.1 144.6zm397.6-1158.8h212.8v357.6c-117.6 0-212.8-95.3-212.8-212.8V420.6zM1000 0C447.7 0 0 447.8 0 1000s447.7 1000 1000 1000 1000-447.7 1000-1000S1552.3 0 1000 0z",
clipRule: "evenodd"
}));
var husd_default = Husd;
export {
husd_default as default
};
//# sourceMappingURL=husd.mjs.map