UNPKG

@web3sdks/chain-icons

Version:

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

24 lines 866 B
// src/trinity-network-credit.tsx import * as React from "react"; var TrinityNetworkCredit = (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: "#ff439b", fillRule: "nonzero" }), /* @__PURE__ */ React.createElement("path", { fill: "#fff", d: "m18.226 13.804 5.633 9.696H8.245l1.871-3.103 8.412.002-2.132-3.48zm-5.75 2.256 5.727-9.52L26 19.667h-3.744l-4.12-7.16-2.001 3.554zm4.885 3.619L6 19.625 13.807 6.5l1.86 3.146-4.303 6.918h4.167z" }))); var trinity_network_credit_default = TrinityNetworkCredit; export { trinity_network_credit_default as default }; //# sourceMappingURL=trinity-network-credit.mjs.map