@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
15 lines • 441 B
JavaScript
// src/loopring.tsx
import * as React from "react";
var Loopring = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 30 23",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#1c60ff",
d: "M17.4 11.6H30v.1l-19.7 12 9.8-7.8ZM10 0v23.9l-10-8Z"
}));
var loopring_default = Loopring;
export {
loopring_default as default
};
//# sourceMappingURL=loopring.mjs.map