@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
23 lines • 666 B
JavaScript
// src/digixdao.tsx
import * as React from "react";
var Digixdao = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
...props
}, /* @__PURE__ */ React.createElement("g", {
fill: "none",
fillRule: "evenodd"
}, /* @__PURE__ */ React.createElement("circle", {
cx: 16,
cy: 16,
r: 16,
fill: "#F4D029"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#FFF",
d: "M12.5 11v3h-7v-3h7zm1 0h2v10h-10v-6h8v-4zm-6 6v2h6v-2h-6zm19-4h-8v6h6v-2h-4v-2h6v6h-10V11h10v2z"
})));
var digixdao_default = Digixdao;
export {
digixdao_default as default
};
//# sourceMappingURL=digixdao.mjs.map