@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
15 lines • 459 B
JavaScript
// src/velas.tsx
import * as React from "react";
var Velas = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 42 37",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#0037c1",
d: "M28.9 13.9 21 27.7l-7.9-13.9h15.8zm7.9-4.7H5.2L21 37 36.8 9.2zM0 0l2.6 4.6h36.7L42 0H0z"
}));
var velas_default = Velas;
export {
velas_default as default
};
//# sourceMappingURL=velas.mjs.map