UNPKG

@web3sdks/chain-icons

Version:

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

18 lines 569 B
// src/ark.tsx import * as React from "react"; var Ark = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 2000 1598", ...props }, /* @__PURE__ */ React.createElement("g", { fill: "#f70000" }, /* @__PURE__ */ React.createElement("path", { d: "M995 563 0 1588 1000 0l1000 1598z" }), /* @__PURE__ */ React.createElement("path", { d: "M1140 971H828l160-172 152 173m-600 281h896l-182-182-538 2v1l-176 176" }))); var ark_default = Ark; export { ark_default as default }; //# sourceMappingURL=ark.mjs.map