@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
18 lines • 513 B
JavaScript
// src/gas.tsx
import * as React from "react";
var Gas = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 333 373",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "none",
stroke: "#01e397",
strokeMiterlimit: 10,
strokeWidth: 16.27,
d: "m325.74 61.75-158.8 59.1v240.6l-158.81-57V70.05l167.5-61.4 149.31 53.4.8 241.8-159-58.9"
}));
var gas_default = Gas;
export {
gas_default as default
};
//# sourceMappingURL=gas.mjs.map