UNPKG

@web3sdks/chain-icons

Version:

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

24 lines 944 B
// src/asch.tsx import * as React from "react"; var Asch = (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: "#faa00d" }), /* @__PURE__ */ React.createElement("path", { fill: "#fff", fillRule: "nonzero", d: "m25.992 14.471-9.469 11.01-.425.519L6.007 14.582l.032-.013L6 14.563l3.922-6.557.002.002L9.922 8h12.254l-.002.007L26 14.47zm-13.136.459-2.17 3.674 5.352 6.112 5.363-6.162-2.122-3.635zm-2.778 2.98 1.76-2.979-4.362.007zm9.723-3.846 4.954-.008-3.11-5.208-4.882.01zm4.771.846-4.273.007 1.713 2.935zm-5.791-.844L16.09 9.454l-2.73 4.62zm-8.399-5.194-3.1 5.213 5.06-.009 3.08-5.214z" }))); var asch_default = Asch; export { asch_default as default }; //# sourceMappingURL=asch.mjs.map