'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/SmallAdd.tsx var SmallAdd_exports = {}; __export(SmallAdd_exports, { SmallAddIcon: () => SmallAddIcon }); module.exports = __toCommonJS(SmallAdd_exports); var import_icon = require("@chakra-ui/icon"); var import_jsx_runtime = require("react/jsx-runtime"); var SmallAddIcon = (0, import_icon.createIcon)({ displayName: "SmallAddIcon", viewBox: "0 0 20 20", path: /* @__PURE__ */ (0, import_jsx_runtime.jsx)( "path", { fill: "currentColor", d: "M14 9h-3V6c0-.55-.45-1-1-1s-1 .45-1 1v3H6c-.55 0-1 .45-1 1s.45 1 1 1h3v3c0 .55.45 1 1 1s1-.45 1-1v-3h3c.55 0 1-.45 1-1s-.45-1-1-1z", fillRule: "evenodd" } ) }); // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { SmallAddIcon }); //# sourceMappingURL=SmallAdd.js.map