UNPKG

@web3sdks/chain-icons

Version:

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

20 lines 648 B
// src/fei-usd.tsx import * as React from "react"; var FeiUsd = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 18 18", ...props }, /* @__PURE__ */ React.createElement("circle", { cx: 9, cy: 9, r: 9, fill: "#22996e" }), /* @__PURE__ */ React.createElement("path", { fill: "#fff", d: "M9 13H4.1c-.7 0-1.1-.7-.7-1.3l2.8-4.4c.2-.3.5-.5.9-.5h3.8c.4 0 .7.2.9.5l2.8 4.4c.4.6 0 1.3-.7 1.3H9zm.5-10 1.2 1.8c.2.4 0 .9-.5.9H7.8c-.5 0-.7-.5-.5-.9L8.5 3c.3-.4.8-.4 1 0z" })); var fei_usd_default = FeiUsd; export { fei_usd_default as default }; //# sourceMappingURL=fei-usd.mjs.map