UNPKG

@web3sdks/chain-icons

Version:

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

37 lines 1.26 kB
// src/fantom.tsx import * as React from "react"; var Fantom = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props }, /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("style", null, ".cls-1{fill:#fff;fill-rule:evenodd}"), /* @__PURE__ */ React.createElement("mask", { id: "mask", width: 93.1, height: 20, x: 10, y: 6, maskUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("path", { id: "a", d: "M10 6h93.1v20H10Z", className: "cls-1" }))), /* @__PURE__ */ React.createElement("g", { id: "Layer_2", "data-name": "Layer 2" }, /* @__PURE__ */ React.createElement("g", { id: "Layer_1-2", "data-name": "Layer 1" }, /* @__PURE__ */ React.createElement("circle", { cx: 16, cy: 16, r: 16, fill: "#13b5ec" }), /* @__PURE__ */ React.createElement("path", { d: "m17.2 12.9 3.6-2.1V15Zm3.6 9L16 24.7l-4.8-2.8V17l4.8 2.8 4.8-2.8Zm-9.6-11.1 3.6 2.1-3.6 2.1Zm5.4 3.1 3.6 2.1-3.6 2.1Zm-1.2 4.2L11.8 16l3.6-2.1Zm4.8-8.3L16 12.2l-4.2-2.4L16 7.3ZM10 9.4v13.1l6 3.4 6-3.4V9.4L16 6Z", className: "cls-1" })))); var fantom_default = Fantom; export { fantom_default as default }; //# sourceMappingURL=fantom.mjs.map