UNPKG

@web3sdkio/chain-icons

Version:

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

18 lines 524 B
// src/aion.tsx import * as React from "react"; var Aion = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 66 68", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#1c1c1c", d: "M33 68a8 8 0 1 0-8-8 8 8 0 0 0 8 8Z" }), /* @__PURE__ */ React.createElement("path", { fill: "#1c1c1c", d: "M41.68 0h-17.4L0 67h14.7L33 16.55 51.26 67H66Z" })); var aion_default = Aion; export { aion_default as default }; //# sourceMappingURL=aion.mjs.map