UNPKG

@web3sdks/chain-icons

Version:

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

19 lines 826 B
// src/digital-reserve-currency.tsx import * as React from "react"; var DigitalReserveCurrency = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", ...props }, /* @__PURE__ */ React.createElement("circle", { cx: 256, cy: 256, r: 256, fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { d: "M174.1 95.9 189 78l66.9 80.5L322.7 78l14.9 17.9L203.8 257l52.1 62.7L308 257l-39.5-47.5 14.9-17.9 46.8 56.4c.3.4.6.7.8 1.1l6.6 8-66.9 80.5 66.9 80.5-14.9 17.9-148.6-178.9 2.7-3.3c.2-.3.3-.5.5-.8l63.6-76.6-66.8-80.5zm.1 322.2 55.9-67.3 14.9 17.9-56 67.3-14.8-17.9z" })); var digital_reserve_currency_default = DigitalReserveCurrency; export { digital_reserve_currency_default as default }; //# sourceMappingURL=digital-reserve-currency.mjs.map