UNPKG

@web3sdkio/chain-icons

Version:

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

16 lines 521 B
// src/livepeer.tsx import * as React from "react"; var Livepeer = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 640 680", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#000", d: "M520 400V280h120v120zM260 260V140h120v120zm0 280V420h120v120zM0 680V560h120v120zm0-280V280h120v120zm0-280V0h120v120z" })); var livepeer_default = Livepeer; export { livepeer_default as default }; //# sourceMappingURL=livepeer.mjs.map