@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
25 lines • 1.04 kB
JavaScript
// src/cream-finance.tsx
import * as React from "react";
var CreamFinance = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 75 75",
...props
}, /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
id: "a"
}, /* @__PURE__ */ React.createElement("path", {
fill: "none",
d: "M0 0h75v75H0z"
}))), /* @__PURE__ */ React.createElement("g", {
"data-name": "Layer 2"
}, /* @__PURE__ */ React.createElement("g", {
clipPath: "url(#a)",
"data-name": "Layer 1"
}, /* @__PURE__ */ React.createElement("path", {
fill: "#69e2dc",
d: "m40.52 39.27 13.15 13.15a2.51 2.51 0 0 1-.25 3.76 23.76 23.76 0 1 1 .09-37.3 2.48 2.48 0 0 1 .16 3.69L40.51 35.73a2.5 2.5 0 0 0-.54.81 2.65 2.65 0 0 0-.19 1 2.46 2.46 0 0 0 .2 1 2.4 2.4 0 0 0 .54.81ZM37.5 0A37.5 37.5 0 1 0 75 37.5 37.5 37.5 0 0 0 37.5 0Z"
}))));
var cream_finance_default = CreamFinance;
export {
cream_finance_default as default
};
//# sourceMappingURL=cream-finance.mjs.map