@tutti-os/ui-system 0.0.248 → 0.0.249

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -404,6 +404,15 @@ function AddLinedIcon(props) {
404
404
  }
405
405
  ) });
406
406
  }
407
+ function MinusLinedIcon(props) {
408
+ return /* @__PURE__ */ jsx(FilledPathIcon, { ...props, children: /* @__PURE__ */ jsx(
409
+ "path",
410
+ {
411
+ d: "M3 11C2.44772 11 2 11.4477 2 12C2 12.5523 2.44772 13 3 13H21C21.5523 13 22 12.5523 22 12C22 11.4477 21.5523 11 21 11H3Z",
412
+ fill: "currentColor"
413
+ }
414
+ ) });
415
+ }
407
416
  function ImportLinedIcon(props) {
408
417
  return /* @__PURE__ */ jsx(FilledPathIcon, { ...props, children: /* @__PURE__ */ jsx(
409
418
  "path",
@@ -1092,6 +1101,7 @@ export {
1092
1101
  ChevronUpIcon,
1093
1102
  AddIcon,
1094
1103
  AddLinedIcon,
1104
+ MinusLinedIcon,
1095
1105
  ImportLinedIcon,
1096
1106
  CopyIcon,
1097
1107
  DirectoryIcon,
@@ -1166,4 +1176,4 @@ export {
1166
1176
  SignOutIcon,
1167
1177
  MessageCenterIcon
1168
1178
  };
1169
- //# sourceMappingURL=chunk-B5VVFOPX.js.map
1179
+ //# sourceMappingURL=chunk-P2ZEUUEE.js.map