UNPKG

@particle-network/connectkit

Version:
42 lines (40 loc) 1.81 kB
"use client"; "use strict"; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __hasOwnProp = Object.prototype.hasOwnProperty; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to; }; var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); // src/assets/icons/BuyIcon.tsx var BuyIcon_exports = {}; __export(BuyIcon_exports, { default: () => BuyIcon_default }); module.exports = __toCommonJS(BuyIcon_exports); var import_jsx_runtime = require("react/jsx-runtime"); var BuyIcon = ({ ...props }) => { const { color = "var(--pcm-body-color)" } = props; return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { width: "18", height: "17", viewBox: "0 0 18 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)( "path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.698 3H14.9671C15.7675 3 16.4167 3.73292 16.4167 4.63711V5.63658H2.24837V4.63711C2.24837 3.73292 2.89862 3 3.698 3ZM3.69768 14.3536C2.8973 14.3536 2.24805 13.6207 2.24805 12.7165H2.24838V7.1041H16.4167V12.7165C16.4167 13.6207 15.7665 14.3536 14.9671 14.3536H3.69768Z", fill: color } ) }); }; var BuyIcon_default = BuyIcon; //# sourceMappingURL=BuyIcon.cjs.map