@tutti-os/ui-system 0.0.142 → 0.0.143

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.
@@ -15,7 +15,7 @@ import {
15
15
  SuccessFilledIcon,
16
16
  WarningFilledIcon,
17
17
  WarningLinedIcon
18
- } from "./chunk-AL2NBJNO.js";
18
+ } from "./chunk-A3EZ2O7X.js";
19
19
  import {
20
20
  cn
21
21
  } from "./chunk-DGPY4WP3.js";
@@ -3820,4 +3820,4 @@ export {
3820
3820
  UnderlineTabs,
3821
3821
  ViewportMenuSurface
3822
3822
  };
3823
- //# sourceMappingURL=chunk-HVIT4MKC.js.map
3823
+ //# sourceMappingURL=chunk-4PATJYEG.js.map
@@ -792,6 +792,19 @@ function WebIcon(props) {
792
792
  }
793
793
  ) });
794
794
  }
795
+ function ChromeIcon(props) {
796
+ return /* @__PURE__ */ jsxs(SvgIcon, { stroke: "currentColor", strokeWidth: 2, ...props, children: [
797
+ /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "10" }),
798
+ /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "4" }),
799
+ /* @__PURE__ */ jsx(
800
+ "path",
801
+ {
802
+ d: "M21.17 8H12M3.95 6.06 8.54 14M10.88 21.94 15.46 14",
803
+ strokeLinecap: "round"
804
+ }
805
+ )
806
+ ] });
807
+ }
795
808
  function CapabilityIcon(props) {
796
809
  return /* @__PURE__ */ jsx(FilledPathIcon, { ...props, children: /* @__PURE__ */ jsx(
797
810
  "path",
@@ -1027,6 +1040,7 @@ export {
1027
1040
  ProductIcon,
1028
1041
  ProductDocIcon,
1029
1042
  WebIcon,
1043
+ ChromeIcon,
1030
1044
  CapabilityIcon,
1031
1045
  TaskIcon,
1032
1046
  ThinkingIcon,
@@ -1053,4 +1067,4 @@ export {
1053
1067
  BillingIcon,
1054
1068
  SignOutIcon
1055
1069
  };
1056
- //# sourceMappingURL=chunk-AL2NBJNO.js.map
1070
+ //# sourceMappingURL=chunk-A3EZ2O7X.js.map