UNPKG

@web3sdks/chain-icons

Version:

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

31 lines 952 B
// src/wings.tsx import * as React from "react"; var Wings = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props }, /* @__PURE__ */ React.createElement("g", { fill: "none", fillRule: "evenodd" }, /* @__PURE__ */ React.createElement("circle", { cx: 16, cy: 16, r: 16, fill: "#0dc9f7" }), /* @__PURE__ */ React.createElement("g", { fill: "#fff", fillRule: "nonzero" }, /* @__PURE__ */ React.createElement("path", { fillOpacity: 0.305, d: "m18.904 15.739-3.045 2.364-1.247-4.325-7.224-1.935 9.481.487z" }), /* @__PURE__ */ React.createElement("path", { fillOpacity: 0.7, d: "M8.27 23.993 24.586 11.33 26 14.476l-1.855-.513-.065 3.264z" }), /* @__PURE__ */ React.createElement("path", { d: "m22.796 17.78-4.747-8.161L6 9l9.183 2.461 2.49 8.49z" })))); var wings_default = Wings; export { wings_default as default }; //# sourceMappingURL=wings.mjs.map