@kopexa/icons 17.7.29 → 17.8.0

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.
package/dist/index.js CHANGED
@@ -104,6 +104,7 @@ __export(index_exports, {
104
104
  ImageIcon: () => ImageIcon,
105
105
  IncidentIcon: () => IncidentIcon,
106
106
  InfoIcon: () => InfoIcon,
107
+ InformationAssetIcon: () => InformationAssetIcon,
107
108
  IntegrationIcon: () => PuzzleIcon,
108
109
  IntersectIcon: () => SquaresIntersect,
109
110
  IssuesIcon: () => IssuesIcon,
@@ -2690,9 +2691,9 @@ var InfoIcon = ({ size = 24, ...props }) => {
2690
2691
  );
2691
2692
  };
2692
2693
 
2693
- // src/issues.tsx
2694
+ // src/information-asset.tsx
2694
2695
  var import_jsx_runtime84 = require("react/jsx-runtime");
2695
- var IssuesIcon = ({ size = 24, ...props }) => {
2696
+ var InformationAssetIcon = ({ size = 24, ...props }) => {
2696
2697
  return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(
2697
2698
  "svg",
2698
2699
  {
@@ -2707,21 +2708,50 @@ var IssuesIcon = ({ size = 24, ...props }) => {
2707
2708
  strokeLinejoin: "round",
2708
2709
  ...props,
2709
2710
  children: [
2710
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("title", { children: "Issues icon" }),
2711
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }),
2712
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { d: "M12 11h4" }),
2713
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { d: "M12 16h4" }),
2714
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { d: "M8 11h.01" }),
2715
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { d: "M8 16h.01" })
2711
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("title", { children: "Information Asset icon" }),
2712
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { d: "M12 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8Z" }),
2713
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
2714
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("circle", { cx: "10", cy: "13", r: "2" }),
2715
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { d: "M14 13h2" }),
2716
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { d: "M10 17v-2" }),
2717
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { d: "M14 17h2" })
2716
2718
  ]
2717
2719
  }
2718
2720
  );
2719
2721
  };
2720
2722
 
2721
- // src/italic-icon.tsx
2723
+ // src/issues.tsx
2722
2724
  var import_jsx_runtime85 = require("react/jsx-runtime");
2723
- var ItalicIcon = ({ size = 24, ...props }) => {
2725
+ var IssuesIcon = ({ size = 24, ...props }) => {
2724
2726
  return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
2727
+ "svg",
2728
+ {
2729
+ xmlns: "http://www.w3.org/2000/svg",
2730
+ width: size,
2731
+ height: size,
2732
+ viewBox: "0 0 24 24",
2733
+ fill: "none",
2734
+ stroke: "currentColor",
2735
+ strokeWidth: "2",
2736
+ strokeLinecap: "round",
2737
+ strokeLinejoin: "round",
2738
+ ...props,
2739
+ children: [
2740
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("title", { children: "Issues icon" }),
2741
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }),
2742
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { d: "M12 11h4" }),
2743
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { d: "M12 16h4" }),
2744
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { d: "M8 11h.01" }),
2745
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { d: "M8 16h.01" })
2746
+ ]
2747
+ }
2748
+ );
2749
+ };
2750
+
2751
+ // src/italic-icon.tsx
2752
+ var import_jsx_runtime86 = require("react/jsx-runtime");
2753
+ var ItalicIcon = ({ size = 24, ...props }) => {
2754
+ return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
2725
2755
  "svg",
2726
2756
  {
2727
2757
  width: size,
@@ -2731,8 +2761,8 @@ var ItalicIcon = ({ size = 24, ...props }) => {
2731
2761
  xmlns: "http://www.w3.org/2000/svg",
2732
2762
  ...props,
2733
2763
  children: [
2734
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("title", { children: "Italic" }),
2735
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
2764
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("title", { children: "Italic" }),
2765
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
2736
2766
  "path",
2737
2767
  {
2738
2768
  d: "M15.0222 3H19C19.5523 3 20 3.44772 20 4C20 4.55228 19.5523 5 19 5H15.693L10.443 19H14C14.5523 19 15 19.4477 15 20C15 20.5523 14.5523 21 14 21H9.02418C9.00802 21.0004 8.99181 21.0004 8.97557 21H5C4.44772 21 4 20.5523 4 20C4 19.4477 4.44772 19 5 19H8.30704L13.557 5H10C9.44772 5 9 4.55228 9 4C9 3.44772 9.44772 3 10 3H14.9782C14.9928 2.99968 15.0075 2.99967 15.0222 3Z",
@@ -2745,9 +2775,9 @@ var ItalicIcon = ({ size = 24, ...props }) => {
2745
2775
  };
2746
2776
 
2747
2777
  // src/label-icon.tsx
2748
- var import_jsx_runtime86 = require("react/jsx-runtime");
2778
+ var import_jsx_runtime87 = require("react/jsx-runtime");
2749
2779
  var LabelIcon = ({ size = 24, ...props }) => {
2750
- return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
2780
+ return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
2751
2781
  "svg",
2752
2782
  {
2753
2783
  width: size,
@@ -2761,18 +2791,18 @@ var LabelIcon = ({ size = 24, ...props }) => {
2761
2791
  xmlns: "http://www.w3.org/2000/svg",
2762
2792
  ...props,
2763
2793
  children: [
2764
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("title", { children: "Label" }),
2765
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { d: "M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z" }),
2766
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("circle", { cx: "7.5", cy: "7.5", r: ".5", fill: "currentColor" })
2794
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("title", { children: "Label" }),
2795
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("path", { d: "M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z" }),
2796
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("circle", { cx: "7.5", cy: "7.5", r: ".5", fill: "currentColor" })
2767
2797
  ]
2768
2798
  }
2769
2799
  );
2770
2800
  };
2771
2801
 
2772
2802
  // src/link-icon.tsx
2773
- var import_jsx_runtime87 = require("react/jsx-runtime");
2803
+ var import_jsx_runtime88 = require("react/jsx-runtime");
2774
2804
  var LinkIcon = ({ size = 24, ...props }) => {
2775
- return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
2805
+ return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
2776
2806
  "svg",
2777
2807
  {
2778
2808
  width: size,
@@ -2782,15 +2812,15 @@ var LinkIcon = ({ size = 24, ...props }) => {
2782
2812
  xmlns: "http://www.w3.org/2000/svg",
2783
2813
  ...props,
2784
2814
  children: [
2785
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("title", { children: "Link" }),
2786
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2815
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("title", { children: "Link" }),
2816
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
2787
2817
  "path",
2788
2818
  {
2789
2819
  d: "M16.9958 1.06669C15.4226 1.05302 13.907 1.65779 12.7753 2.75074L12.765 2.76086L11.045 4.47086C10.6534 4.86024 10.6515 5.49341 11.0409 5.88507C11.4303 6.27673 12.0634 6.27858 12.4551 5.88919L14.1697 4.18456C14.9236 3.45893 15.9319 3.05752 16.9784 3.06662C18.0272 3.07573 19.0304 3.49641 19.772 4.23804C20.5137 4.97967 20.9344 5.98292 20.9435 7.03171C20.9526 8.07776 20.5515 9.08563 19.8265 9.83941L16.833 12.8329C16.4274 13.2386 15.9393 13.5524 15.4019 13.7529C14.8645 13.9533 14.2903 14.0359 13.7181 13.9949C13.146 13.9539 12.5894 13.7904 12.0861 13.5154C11.5827 13.2404 11.1444 12.8604 10.8008 12.401C10.47 11.9588 9.84333 11.8685 9.40108 12.1993C8.95883 12.5301 8.86849 13.1568 9.1993 13.599C9.71464 14.288 10.3721 14.858 11.1272 15.2705C11.8822 15.683 12.7171 15.9283 13.5753 15.9898C14.4334 16.0513 15.2948 15.9274 16.1009 15.6267C16.907 15.326 17.639 14.8555 18.2473 14.247L21.2472 11.2471L21.2593 11.2347C22.3523 10.1031 22.9571 8.58751 22.9434 7.01433C22.9297 5.44115 22.2987 3.93628 21.1863 2.82383C20.0738 1.71138 18.5689 1.08036 16.9958 1.06669Z",
2790
2820
  fill: "currentColor"
2791
2821
  }
2792
2822
  ),
2793
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2823
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
2794
2824
  "path",
2795
2825
  {
2796
2826
  d: "M10.4247 8.0102C9.56657 7.94874 8.70522 8.07256 7.89911 8.37326C7.09305 8.67395 6.36096 9.14458 5.75272 9.753L2.75285 12.7529L2.74067 12.7653C1.64772 13.8969 1.04295 15.4125 1.05662 16.9857C1.07029 18.5589 1.70131 20.0637 2.81376 21.1762C3.9262 22.2886 5.43108 22.9196 7.00426 22.9333C8.57744 22.947 10.0931 22.3422 11.2247 21.2493L11.2371 21.2371L12.9471 19.5271C13.3376 19.1366 13.3376 18.5034 12.9471 18.1129C12.5565 17.7223 11.9234 17.7223 11.5328 18.1129L9.82932 19.8164C9.07555 20.5414 8.06768 20.9425 7.02164 20.9334C5.97285 20.9243 4.9696 20.5036 4.22797 19.762C3.48634 19.0203 3.06566 18.0171 3.05655 16.9683C3.04746 15.9222 3.44851 14.9144 4.17355 14.1606L7.16719 11.167C7.5727 10.7613 8.06071 10.4476 8.59811 10.2471C9.13552 10.0467 9.70976 9.96412 10.2819 10.0051C10.854 10.0461 11.4106 10.2096 11.9139 10.4846C12.4173 10.7596 12.8556 11.1397 13.1992 11.599C13.53 12.0412 14.1567 12.1316 14.5989 11.8007C15.0412 11.4699 15.1315 10.8433 14.8007 10.401C14.2854 9.71205 13.6279 9.14198 12.8729 8.72948C12.1178 8.31697 11.2829 8.07166 10.4247 8.0102Z",
@@ -2803,9 +2833,9 @@ var LinkIcon = ({ size = 24, ...props }) => {
2803
2833
  };
2804
2834
 
2805
2835
  // src/linkedin.tsx
2806
- var import_jsx_runtime88 = require("react/jsx-runtime");
2836
+ var import_jsx_runtime89 = require("react/jsx-runtime");
2807
2837
  var LinkedInIcon = ({ size = 24, ...props }) => {
2808
- return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
2838
+ return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
2809
2839
  "svg",
2810
2840
  {
2811
2841
  xmlns: "http://www.w3.org/2000/svg",
@@ -2821,19 +2851,19 @@ var LinkedInIcon = ({ size = 24, ...props }) => {
2821
2851
  focusable: "false",
2822
2852
  ...props,
2823
2853
  children: [
2824
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("title", { children: "LinkedIn Icon" }),
2825
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("path", { d: "M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" }),
2826
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("rect", { width: "4", height: "12", x: "2", y: "9" }),
2827
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("circle", { cx: "4", cy: "4", r: "2" })
2854
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("title", { children: "LinkedIn Icon" }),
2855
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { d: "M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" }),
2856
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("rect", { width: "4", height: "12", x: "2", y: "9" }),
2857
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("circle", { cx: "4", cy: "4", r: "2" })
2828
2858
  ]
2829
2859
  }
2830
2860
  );
2831
2861
  };
2832
2862
 
2833
2863
  // src/list-icon.tsx
2834
- var import_jsx_runtime89 = require("react/jsx-runtime");
2864
+ var import_jsx_runtime90 = require("react/jsx-runtime");
2835
2865
  var ListIcon = ({ size = 24, ...props }) => {
2836
- return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
2866
+ return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
2837
2867
  "svg",
2838
2868
  {
2839
2869
  xmlns: "http://www.w3.org/2000/svg",
@@ -2843,8 +2873,8 @@ var ListIcon = ({ size = 24, ...props }) => {
2843
2873
  fill: "currentColor",
2844
2874
  ...props,
2845
2875
  children: [
2846
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("title", { children: "List Icon" }),
2847
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2876
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("title", { children: "List Icon" }),
2877
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
2848
2878
  "path",
2849
2879
  {
2850
2880
  fillRule: "evenodd",
@@ -2853,7 +2883,7 @@ var ListIcon = ({ size = 24, ...props }) => {
2853
2883
  fill: "currentColor"
2854
2884
  }
2855
2885
  ),
2856
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2886
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
2857
2887
  "path",
2858
2888
  {
2859
2889
  fillRule: "evenodd",
@@ -2862,7 +2892,7 @@ var ListIcon = ({ size = 24, ...props }) => {
2862
2892
  fill: "currentColor"
2863
2893
  }
2864
2894
  ),
2865
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2895
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
2866
2896
  "path",
2867
2897
  {
2868
2898
  fillRule: "evenodd",
@@ -2871,7 +2901,7 @@ var ListIcon = ({ size = 24, ...props }) => {
2871
2901
  fill: "currentColor"
2872
2902
  }
2873
2903
  ),
2874
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2904
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
2875
2905
  "path",
2876
2906
  {
2877
2907
  fillRule: "evenodd",
@@ -2880,7 +2910,7 @@ var ListIcon = ({ size = 24, ...props }) => {
2880
2910
  fill: "currentColor"
2881
2911
  }
2882
2912
  ),
2883
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2913
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
2884
2914
  "path",
2885
2915
  {
2886
2916
  fillRule: "evenodd",
@@ -2889,7 +2919,7 @@ var ListIcon = ({ size = 24, ...props }) => {
2889
2919
  fill: "currentColor"
2890
2920
  }
2891
2921
  ),
2892
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2922
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
2893
2923
  "path",
2894
2924
  {
2895
2925
  fillRule: "evenodd",
@@ -2904,9 +2934,9 @@ var ListIcon = ({ size = 24, ...props }) => {
2904
2934
  };
2905
2935
 
2906
2936
  // src/list-ordered-icon.tsx
2907
- var import_jsx_runtime90 = require("react/jsx-runtime");
2937
+ var import_jsx_runtime91 = require("react/jsx-runtime");
2908
2938
  var ListOrderedIcon = ({ size = 24, ...props }) => {
2909
- return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
2939
+ return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
2910
2940
  "svg",
2911
2941
  {
2912
2942
  xmlns: "http://www.w3.org/2000/svg",
@@ -2916,8 +2946,8 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2916
2946
  fill: "currentColor",
2917
2947
  ...props,
2918
2948
  children: [
2919
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("title", { children: "List Ordered Icon" }),
2920
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
2949
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("title", { children: "List Ordered Icon" }),
2950
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
2921
2951
  "path",
2922
2952
  {
2923
2953
  fillRule: "evenodd",
@@ -2926,7 +2956,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2926
2956
  fill: "currentColor"
2927
2957
  }
2928
2958
  ),
2929
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
2959
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
2930
2960
  "path",
2931
2961
  {
2932
2962
  fillRule: "evenodd",
@@ -2935,7 +2965,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2935
2965
  fill: "currentColor"
2936
2966
  }
2937
2967
  ),
2938
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
2968
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
2939
2969
  "path",
2940
2970
  {
2941
2971
  fillRule: "evenodd",
@@ -2944,7 +2974,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2944
2974
  fill: "currentColor"
2945
2975
  }
2946
2976
  ),
2947
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
2977
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
2948
2978
  "path",
2949
2979
  {
2950
2980
  fillRule: "evenodd",
@@ -2953,7 +2983,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2953
2983
  fill: "currentColor"
2954
2984
  }
2955
2985
  ),
2956
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
2986
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
2957
2987
  "path",
2958
2988
  {
2959
2989
  fillRule: "evenodd",
@@ -2962,7 +2992,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2962
2992
  fill: "currentColor"
2963
2993
  }
2964
2994
  ),
2965
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
2995
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
2966
2996
  "path",
2967
2997
  {
2968
2998
  fillRule: "evenodd",
@@ -2977,9 +3007,9 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2977
3007
  };
2978
3008
 
2979
3009
  // src/list-todo-icon.tsx
2980
- var import_jsx_runtime91 = require("react/jsx-runtime");
3010
+ var import_jsx_runtime92 = require("react/jsx-runtime");
2981
3011
  var ListTodoIcon = ({ size = 24, ...props }) => {
2982
- return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
3012
+ return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
2983
3013
  "svg",
2984
3014
  {
2985
3015
  xmlns: "http://www.w3.org/2000/svg",
@@ -2989,8 +3019,8 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
2989
3019
  fill: "currentColor",
2990
3020
  ...props,
2991
3021
  children: [
2992
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("title", { children: "List Todo Icon" }),
2993
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3022
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("title", { children: "List Todo Icon" }),
3023
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
2994
3024
  "path",
2995
3025
  {
2996
3026
  fillRule: "evenodd",
@@ -2999,7 +3029,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
2999
3029
  fill: "currentColor"
3000
3030
  }
3001
3031
  ),
3002
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3032
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3003
3033
  "path",
3004
3034
  {
3005
3035
  fillRule: "evenodd",
@@ -3008,7 +3038,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
3008
3038
  fill: "currentColor"
3009
3039
  }
3010
3040
  ),
3011
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3041
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3012
3042
  "path",
3013
3043
  {
3014
3044
  fillRule: "evenodd",
@@ -3017,7 +3047,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
3017
3047
  fill: "currentColor"
3018
3048
  }
3019
3049
  ),
3020
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3050
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3021
3051
  "path",
3022
3052
  {
3023
3053
  fillRule: "evenodd",
@@ -3026,7 +3056,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
3026
3056
  fill: "currentColor"
3027
3057
  }
3028
3058
  ),
3029
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3059
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3030
3060
  "path",
3031
3061
  {
3032
3062
  fillRule: "evenodd",
@@ -3041,9 +3071,9 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
3041
3071
  };
3042
3072
 
3043
3073
  // src/lock-icon.tsx
3044
- var import_jsx_runtime92 = require("react/jsx-runtime");
3074
+ var import_jsx_runtime93 = require("react/jsx-runtime");
3045
3075
  var LockIcon = ({ size = 24, ...props }) => {
3046
- return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
3076
+ return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
3047
3077
  "svg",
3048
3078
  {
3049
3079
  xmlns: "http://www.w3.org/2000/svg",
@@ -3057,18 +3087,18 @@ var LockIcon = ({ size = 24, ...props }) => {
3057
3087
  strokeLinejoin: "round",
3058
3088
  ...props,
3059
3089
  children: [
3060
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("title", { children: "Lock" }),
3061
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("rect", { width: "18", height: "11", x: "3", y: "11", rx: "2", ry: "2" }),
3062
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { d: "M7 11V7a5 5 0 0 1 10 0v4" })
3090
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("title", { children: "Lock" }),
3091
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("rect", { width: "18", height: "11", x: "3", y: "11", rx: "2", ry: "2" }),
3092
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M7 11V7a5 5 0 0 1 10 0v4" })
3063
3093
  ]
3064
3094
  }
3065
3095
  );
3066
3096
  };
3067
3097
 
3068
3098
  // src/message-square-icon.tsx
3069
- var import_jsx_runtime93 = require("react/jsx-runtime");
3099
+ var import_jsx_runtime94 = require("react/jsx-runtime");
3070
3100
  var MessageSquareIcon = ({ size = 24, ...props }) => {
3071
- return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
3101
+ return /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(
3072
3102
  "svg",
3073
3103
  {
3074
3104
  width: size,
@@ -3082,17 +3112,17 @@ var MessageSquareIcon = ({ size = 24, ...props }) => {
3082
3112
  xmlns: "http://www.w3.org/2000/svg",
3083
3113
  ...props,
3084
3114
  children: [
3085
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("title", { children: "Message" }),
3086
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" })
3115
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("title", { children: "Message" }),
3116
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" })
3087
3117
  ]
3088
3118
  }
3089
3119
  );
3090
3120
  };
3091
3121
 
3092
3122
  // src/minus.tsx
3093
- var import_jsx_runtime94 = require("react/jsx-runtime");
3123
+ var import_jsx_runtime95 = require("react/jsx-runtime");
3094
3124
  var MinusIcon = ({ size = 24, ...props }) => {
3095
- return /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(
3125
+ return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
3096
3126
  "svg",
3097
3127
  {
3098
3128
  xmlns: "http://www.w3.org/2000/svg",
@@ -3106,17 +3136,17 @@ var MinusIcon = ({ size = 24, ...props }) => {
3106
3136
  strokeLinejoin: "round",
3107
3137
  ...props,
3108
3138
  children: [
3109
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("title", { children: "Minus Icon" }),
3110
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M5 12h14" })
3139
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("title", { children: "Minus Icon" }),
3140
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { d: "M5 12h14" })
3111
3141
  ]
3112
3142
  }
3113
3143
  );
3114
3144
  };
3115
3145
 
3116
3146
  // src/more-vertical-icon.tsx
3117
- var import_jsx_runtime95 = require("react/jsx-runtime");
3147
+ var import_jsx_runtime96 = require("react/jsx-runtime");
3118
3148
  var MoreVerticalIcon = ({ size = 24, ...props }) => {
3119
- return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
3149
+ return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
3120
3150
  "svg",
3121
3151
  {
3122
3152
  width: size,
@@ -3126,8 +3156,8 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
3126
3156
  xmlns: "http://www.w3.org/2000/svg",
3127
3157
  ...props,
3128
3158
  children: [
3129
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("title", { children: "More Vertical Icon" }),
3130
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3159
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("title", { children: "More Vertical Icon" }),
3160
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3131
3161
  "path",
3132
3162
  {
3133
3163
  fillRule: "evenodd",
@@ -3136,7 +3166,7 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
3136
3166
  fill: "currentColor"
3137
3167
  }
3138
3168
  ),
3139
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3169
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3140
3170
  "path",
3141
3171
  {
3142
3172
  fillRule: "evenodd",
@@ -3145,7 +3175,7 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
3145
3175
  fill: "currentColor"
3146
3176
  }
3147
3177
  ),
3148
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3178
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3149
3179
  "path",
3150
3180
  {
3151
3181
  fillRule: "evenodd",
@@ -3160,9 +3190,9 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
3160
3190
  };
3161
3191
 
3162
3192
  // src/nis2-icon.tsx
3163
- var import_jsx_runtime96 = require("react/jsx-runtime");
3193
+ var import_jsx_runtime97 = require("react/jsx-runtime");
3164
3194
  var NIS2Icon = ({ size = 24, ...props }) => {
3165
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
3195
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
3166
3196
  "svg",
3167
3197
  {
3168
3198
  xmlns: "http://www.w3.org/2000/svg",
@@ -3176,18 +3206,18 @@ var NIS2Icon = ({ size = 24, ...props }) => {
3176
3206
  strokeLinejoin: "round",
3177
3207
  ...props,
3178
3208
  children: [
3179
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("title", { children: "NIS2 compliance" }),
3180
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }),
3181
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("path", { d: "m9 12 2 2 4-4" })
3209
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("title", { children: "NIS2 compliance" }),
3210
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }),
3211
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("path", { d: "m9 12 2 2 4-4" })
3182
3212
  ]
3183
3213
  }
3184
3214
  );
3185
3215
  };
3186
3216
 
3187
3217
  // src/notification-icon.tsx
3188
- var import_jsx_runtime97 = require("react/jsx-runtime");
3218
+ var import_jsx_runtime98 = require("react/jsx-runtime");
3189
3219
  var NotificationIcon = (props) => {
3190
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
3220
+ return /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(
3191
3221
  "svg",
3192
3222
  {
3193
3223
  xmlns: "http://www.w3.org/2000/svg",
@@ -3201,18 +3231,18 @@ var NotificationIcon = (props) => {
3201
3231
  strokeLinejoin: "round",
3202
3232
  ...props,
3203
3233
  children: [
3204
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("title", { children: "Notification Icon" }),
3205
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }),
3206
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("path", { d: "M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326" })
3234
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("title", { children: "Notification Icon" }),
3235
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }),
3236
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("path", { d: "M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326" })
3207
3237
  ]
3208
3238
  }
3209
3239
  );
3210
3240
  };
3211
3241
 
3212
3242
  // src/palette-icon.tsx
3213
- var import_jsx_runtime98 = require("react/jsx-runtime");
3243
+ var import_jsx_runtime99 = require("react/jsx-runtime");
3214
3244
  function PaletteIcon(props) {
3215
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(
3245
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
3216
3246
  "svg",
3217
3247
  {
3218
3248
  xmlns: "http://www.w3.org/2000/svg",
@@ -3226,21 +3256,21 @@ function PaletteIcon(props) {
3226
3256
  strokeLinejoin: "round",
3227
3257
  ...props,
3228
3258
  children: [
3229
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("title", { children: "Palette" }),
3230
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("circle", { cx: "13.5", cy: "6.5", r: ".5", fill: "currentColor" }),
3231
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("circle", { cx: "17.5", cy: "10.5", r: ".5", fill: "currentColor" }),
3232
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("circle", { cx: "8.5", cy: "7.5", r: ".5", fill: "currentColor" }),
3233
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("circle", { cx: "6.5", cy: "12.5", r: ".5", fill: "currentColor" }),
3234
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("path", { d: "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.555C21.965 6.012 17.461 2 12 2z" })
3259
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("title", { children: "Palette" }),
3260
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("circle", { cx: "13.5", cy: "6.5", r: ".5", fill: "currentColor" }),
3261
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("circle", { cx: "17.5", cy: "10.5", r: ".5", fill: "currentColor" }),
3262
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("circle", { cx: "8.5", cy: "7.5", r: ".5", fill: "currentColor" }),
3263
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("circle", { cx: "6.5", cy: "12.5", r: ".5", fill: "currentColor" }),
3264
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("path", { d: "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.555C21.965 6.012 17.461 2 12 2z" })
3235
3265
  ]
3236
3266
  }
3237
3267
  );
3238
3268
  }
3239
3269
 
3240
3270
  // src/panel-left-icon.tsx
3241
- var import_jsx_runtime99 = require("react/jsx-runtime");
3271
+ var import_jsx_runtime100 = require("react/jsx-runtime");
3242
3272
  var PanelLeftIcon = ({ size = 24, ...props }) => {
3243
- return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
3273
+ return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
3244
3274
  "svg",
3245
3275
  {
3246
3276
  xmlns: "http://www.w3.org/2000/svg",
@@ -3254,18 +3284,18 @@ var PanelLeftIcon = ({ size = 24, ...props }) => {
3254
3284
  strokeLinejoin: "round",
3255
3285
  ...props,
3256
3286
  children: [
3257
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("title", { children: "Panel Left icon" }),
3258
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
3259
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("path", { d: "M9 3v18" })
3287
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("title", { children: "Panel Left icon" }),
3288
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
3289
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("path", { d: "M9 3v18" })
3260
3290
  ]
3261
3291
  }
3262
3292
  );
3263
3293
  };
3264
3294
 
3265
3295
  // src/people.tsx
3266
- var import_jsx_runtime100 = require("react/jsx-runtime");
3296
+ var import_jsx_runtime101 = require("react/jsx-runtime");
3267
3297
  var PeopleIcon = ({ size = 24, ...props }) => {
3268
- return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
3298
+ return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(
3269
3299
  "svg",
3270
3300
  {
3271
3301
  xmlns: "http://www.w3.org/2000/svg",
@@ -3279,20 +3309,20 @@ var PeopleIcon = ({ size = 24, ...props }) => {
3279
3309
  strokeLinejoin: "round",
3280
3310
  ...props,
3281
3311
  children: [
3282
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("title", { children: "People icon" }),
3283
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
3284
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("path", { d: "M16 3.128a4 4 0 0 1 0 7.744" }),
3285
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("path", { d: "M22 21v-2a4 4 0 0 0-3-3.87" }),
3286
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("circle", { cx: "9", cy: "7", r: "4" })
3312
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("title", { children: "People icon" }),
3313
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
3314
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M16 3.128a4 4 0 0 1 0 7.744" }),
3315
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M22 21v-2a4 4 0 0 0-3-3.87" }),
3316
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("circle", { cx: "9", cy: "7", r: "4" })
3287
3317
  ]
3288
3318
  }
3289
3319
  );
3290
3320
  };
3291
3321
 
3292
3322
  // src/physical-asset.tsx
3293
- var import_jsx_runtime101 = require("react/jsx-runtime");
3323
+ var import_jsx_runtime102 = require("react/jsx-runtime");
3294
3324
  var PhysicalAssetIcon = ({ size = 24, ...props }) => {
3295
- return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(
3325
+ return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
3296
3326
  "svg",
3297
3327
  {
3298
3328
  xmlns: "http://www.w3.org/2000/svg",
@@ -3306,20 +3336,20 @@ var PhysicalAssetIcon = ({ size = 24, ...props }) => {
3306
3336
  strokeLinejoin: "round",
3307
3337
  ...props,
3308
3338
  children: [
3309
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("title", { children: "Physical Asset icon" }),
3310
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11" }),
3311
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 1.132-1.803l7.95-3.974a2 2 0 0 1 1.837 0l7.948 3.974A2 2 0 0 1 22 8z" }),
3312
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M6 13h12" }),
3313
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M6 17h12" })
3339
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("title", { children: "Physical Asset icon" }),
3340
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { d: "M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11" }),
3341
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 1.132-1.803l7.95-3.974a2 2 0 0 1 1.837 0l7.948 3.974A2 2 0 0 1 22 8z" }),
3342
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { d: "M6 13h12" }),
3343
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { d: "M6 17h12" })
3314
3344
  ]
3315
3345
  }
3316
3346
  );
3317
3347
  };
3318
3348
 
3319
3349
  // src/plus.tsx
3320
- var import_jsx_runtime102 = require("react/jsx-runtime");
3350
+ var import_jsx_runtime103 = require("react/jsx-runtime");
3321
3351
  var PlusIcon = (props) => {
3322
- return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
3352
+ return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(
3323
3353
  "svg",
3324
3354
  {
3325
3355
  xmlns: "http://www.w3.org/2000/svg",
@@ -3333,18 +3363,18 @@ var PlusIcon = (props) => {
3333
3363
  strokeLinejoin: "round",
3334
3364
  ...props,
3335
3365
  children: [
3336
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("title", { children: "Plus Icon" }),
3337
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { d: "M5 12h14" }),
3338
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { d: "M12 5v14" })
3366
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("title", { children: "Plus Icon" }),
3367
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("path", { d: "M5 12h14" }),
3368
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("path", { d: "M12 5v14" })
3339
3369
  ]
3340
3370
  }
3341
3371
  );
3342
3372
  };
3343
3373
 
3344
3374
  // src/process.tsx
3345
- var import_jsx_runtime103 = require("react/jsx-runtime");
3375
+ var import_jsx_runtime104 = require("react/jsx-runtime");
3346
3376
  var ProcessIcon = ({ size = 24, ...props }) => {
3347
- return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(
3377
+ return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(
3348
3378
  "svg",
3349
3379
  {
3350
3380
  xmlns: "http://www.w3.org/2000/svg",
@@ -3358,20 +3388,20 @@ var ProcessIcon = ({ size = 24, ...props }) => {
3358
3388
  strokeLinejoin: "round",
3359
3389
  ...props,
3360
3390
  children: [
3361
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("title", { children: "Process icon" }),
3362
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("path", { d: "M16 5H3" }),
3363
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("path", { d: "M16 12H3" }),
3364
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("path", { d: "M11 19H3" }),
3365
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("path", { d: "m15 18 2 2 4-4" })
3391
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("title", { children: "Process icon" }),
3392
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { d: "M16 5H3" }),
3393
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { d: "M16 12H3" }),
3394
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { d: "M11 19H3" }),
3395
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { d: "m15 18 2 2 4-4" })
3366
3396
  ]
3367
3397
  }
3368
3398
  );
3369
3399
  };
3370
3400
 
3371
3401
  // src/process-category.tsx
3372
- var import_jsx_runtime104 = require("react/jsx-runtime");
3402
+ var import_jsx_runtime105 = require("react/jsx-runtime");
3373
3403
  var ProcessCategoryIcon = ({ size = 24, ...props }) => {
3374
- return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(
3404
+ return /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(
3375
3405
  "svg",
3376
3406
  {
3377
3407
  xmlns: "http://www.w3.org/2000/svg",
@@ -3385,22 +3415,22 @@ var ProcessCategoryIcon = ({ size = 24, ...props }) => {
3385
3415
  strokeLinejoin: "round",
3386
3416
  ...props,
3387
3417
  children: [
3388
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("title", { children: "Process category icon" }),
3389
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" }),
3390
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { d: "m8 13 4-7 4 7" }),
3391
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { d: "M9.1 11h5.7" })
3418
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("title", { children: "Process category icon" }),
3419
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("path", { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" }),
3420
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("path", { d: "m8 13 4-7 4 7" }),
3421
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("path", { d: "M9.1 11h5.7" })
3392
3422
  ]
3393
3423
  }
3394
3424
  );
3395
3425
  };
3396
3426
 
3397
3427
  // src/processing-activity.tsx
3398
- var import_jsx_runtime105 = require("react/jsx-runtime");
3428
+ var import_jsx_runtime106 = require("react/jsx-runtime");
3399
3429
  var ProcessingActivityIcon = ({
3400
3430
  size = 24,
3401
3431
  ...props
3402
3432
  }) => {
3403
- return /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(
3433
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(
3404
3434
  "svg",
3405
3435
  {
3406
3436
  xmlns: "http://www.w3.org/2000/svg",
@@ -3414,19 +3444,19 @@ var ProcessingActivityIcon = ({
3414
3444
  strokeLinejoin: "round",
3415
3445
  ...props,
3416
3446
  children: [
3417
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("title", { children: "Processing Activity icon" }),
3418
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("rect", { width: "8", height: "8", x: "3", y: "3", rx: "2" }),
3419
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("path", { d: "M7 11v4a2 2 0 0 0 2 2h4" }),
3420
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("rect", { width: "8", height: "8", x: "13", y: "13", rx: "2" })
3447
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("title", { children: "Processing Activity icon" }),
3448
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("rect", { width: "8", height: "8", x: "3", y: "3", rx: "2" }),
3449
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("path", { d: "M7 11v4a2 2 0 0 0 2 2h4" }),
3450
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("rect", { width: "8", height: "8", x: "13", y: "13", rx: "2" })
3421
3451
  ]
3422
3452
  }
3423
3453
  );
3424
3454
  };
3425
3455
 
3426
3456
  // src/program-icon.tsx
3427
- var import_jsx_runtime106 = require("react/jsx-runtime");
3457
+ var import_jsx_runtime107 = require("react/jsx-runtime");
3428
3458
  var ProgramIcon = ({ size = 24, ...props }) => {
3429
- return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(
3459
+ return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(
3430
3460
  "svg",
3431
3461
  {
3432
3462
  xmlns: "http://www.w3.org/2000/svg",
@@ -3440,20 +3470,20 @@ var ProgramIcon = ({ size = 24, ...props }) => {
3440
3470
  strokeLinejoin: "round",
3441
3471
  ...props,
3442
3472
  children: [
3443
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("title", { children: "Program icon" }),
3444
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("path", { d: "M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" }),
3445
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("path", { d: "M8 10v4" }),
3446
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("path", { d: "M12 10v2" }),
3447
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("path", { d: "M16 10v6" })
3473
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("title", { children: "Program icon" }),
3474
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" }),
3475
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M8 10v4" }),
3476
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M12 10v2" }),
3477
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M16 10v6" })
3448
3478
  ]
3449
3479
  }
3450
3480
  );
3451
3481
  };
3452
3482
 
3453
3483
  // src/puzzle-icon.tsx
3454
- var import_jsx_runtime107 = require("react/jsx-runtime");
3484
+ var import_jsx_runtime108 = require("react/jsx-runtime");
3455
3485
  var PuzzleIcon = ({ size = 24, ...props }) => {
3456
- return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(
3486
+ return /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(
3457
3487
  "svg",
3458
3488
  {
3459
3489
  xmlns: "http://www.w3.org/2000/svg",
@@ -3467,17 +3497,17 @@ var PuzzleIcon = ({ size = 24, ...props }) => {
3467
3497
  strokeLinejoin: "round",
3468
3498
  ...props,
3469
3499
  children: [
3470
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("title", { children: "Puzzle Icon" }),
3471
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z" })
3500
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("title", { children: "Puzzle Icon" }),
3501
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { d: "M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z" })
3472
3502
  ]
3473
3503
  }
3474
3504
  );
3475
3505
  };
3476
3506
 
3477
3507
  // src/question-circle-icon.tsx
3478
- var import_jsx_runtime108 = require("react/jsx-runtime");
3508
+ var import_jsx_runtime109 = require("react/jsx-runtime");
3479
3509
  function QuestionCircleIcon(props) {
3480
- return /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(
3510
+ return /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(
3481
3511
  "svg",
3482
3512
  {
3483
3513
  xmlns: "http://www.w3.org/2000/svg",
@@ -3491,19 +3521,19 @@ function QuestionCircleIcon(props) {
3491
3521
  strokeLinejoin: "round",
3492
3522
  ...props,
3493
3523
  children: [
3494
- /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("title", { children: "Question Circle" }),
3495
- /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
3496
- /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
3497
- /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { d: "M12 17h.01" })
3524
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("title", { children: "Question Circle" }),
3525
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
3526
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
3527
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("path", { d: "M12 17h.01" })
3498
3528
  ]
3499
3529
  }
3500
3530
  );
3501
3531
  }
3502
3532
 
3503
3533
  // src/redo-icon.tsx
3504
- var import_jsx_runtime109 = require("react/jsx-runtime");
3534
+ var import_jsx_runtime110 = require("react/jsx-runtime");
3505
3535
  var RedoIcon = ({ size = 24, ...props }) => {
3506
- return /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(
3536
+ return /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(
3507
3537
  "svg",
3508
3538
  {
3509
3539
  xmlns: "http://www.w3.org/2000/svg",
@@ -3513,8 +3543,8 @@ var RedoIcon = ({ size = 24, ...props }) => {
3513
3543
  fill: "currentColor",
3514
3544
  ...props,
3515
3545
  children: [
3516
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("title", { children: "Redo Icon" }),
3517
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
3546
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("title", { children: "Redo Icon" }),
3547
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
3518
3548
  "path",
3519
3549
  {
3520
3550
  fillRule: "evenodd",
@@ -3529,9 +3559,9 @@ var RedoIcon = ({ size = 24, ...props }) => {
3529
3559
  };
3530
3560
 
3531
3561
  // src/risk.tsx
3532
- var import_jsx_runtime110 = require("react/jsx-runtime");
3562
+ var import_jsx_runtime111 = require("react/jsx-runtime");
3533
3563
  var RiskIcon = ({ size = 24, ...props }) => {
3534
- return /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(
3564
+ return /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(
3535
3565
  "svg",
3536
3566
  {
3537
3567
  xmlns: "http://www.w3.org/2000/svg",
@@ -3545,19 +3575,19 @@ var RiskIcon = ({ size = 24, ...props }) => {
3545
3575
  strokeLinejoin: "round",
3546
3576
  ...props,
3547
3577
  children: [
3548
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("title", { children: "Risk icon" }),
3549
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }),
3550
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("path", { d: "M12 8v4" }),
3551
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("path", { d: "M12 16h.01" })
3578
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("title", { children: "Risk icon" }),
3579
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }),
3580
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("path", { d: "M12 8v4" }),
3581
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("path", { d: "M12 16h.01" })
3552
3582
  ]
3553
3583
  }
3554
3584
  );
3555
3585
  };
3556
3586
 
3557
3587
  // src/rotate-ccw-icon.tsx
3558
- var import_jsx_runtime111 = require("react/jsx-runtime");
3588
+ var import_jsx_runtime112 = require("react/jsx-runtime");
3559
3589
  var RotateCcwIcon = ({ size = 24, ...props }) => {
3560
- return /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(
3590
+ return /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(
3561
3591
  "svg",
3562
3592
  {
3563
3593
  width: size,
@@ -3567,8 +3597,8 @@ var RotateCcwIcon = ({ size = 24, ...props }) => {
3567
3597
  xmlns: "http://www.w3.org/2000/svg",
3568
3598
  ...props,
3569
3599
  children: [
3570
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("title", { children: "Rotate Ccw Icon" }),
3571
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
3600
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("title", { children: "Rotate Ccw Icon" }),
3601
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
3572
3602
  "path",
3573
3603
  {
3574
3604
  d: "M12 2L11.9962 2.00001C9.22213 2.01045 6.55946 3.0929 4.56496 5.02104L4.55289 5.0329L4 5.58579V3C4 2.44772 3.55228 2 3 2C2.44772 2 2 2.44772 2 3V8C2 8.55228 2.44772 9 3 9H8C8.55228 9 9 8.55228 9 8C9 7.44772 8.55228 7 8 7H5.41422L5.96097 6.45325C7.58329 4.88786 9.7473 4.00897 12.0019 4.00001C13.5835 4.00038 15.1295 4.46955 16.4446 5.34825C17.7602 6.2273 18.7855 7.47673 19.391 8.93854C19.9965 10.4003 20.155 12.0089 19.8463 13.5607C19.5376 15.1126 18.7757 16.538 17.6569 17.6569C16.538 18.7757 15.1126 19.5376 13.5607 19.8463C12.0089 20.155 10.4003 19.9965 8.93853 19.391C7.47672 18.7855 6.22729 17.7602 5.34824 16.4446C4.46919 15.129 4 13.5823 4 12C4 11.4477 3.55228 11 3 11C2.44772 11 2 11.4477 2 12C2 13.9778 2.58649 15.9112 3.6853 17.5557C4.78412 19.2002 6.3459 20.4819 8.17317 21.2388C10.0004 21.9957 12.0111 22.1937 13.9509 21.8079C15.8907 21.422 17.6725 20.4696 19.0711 19.0711C20.4696 17.6726 21.422 15.8907 21.8079 13.9509C22.1937 12.0111 21.9957 10.0004 21.2388 8.17317C20.4819 6.34591 19.2002 4.78412 17.5557 3.68531C15.9112 2.5865 13.9778 2.00001 12 2Z",
@@ -3581,9 +3611,9 @@ var RotateCcwIcon = ({ size = 24, ...props }) => {
3581
3611
  };
3582
3612
 
3583
3613
  // src/save.tsx
3584
- var import_jsx_runtime112 = require("react/jsx-runtime");
3614
+ var import_jsx_runtime113 = require("react/jsx-runtime");
3585
3615
  var SaveIcon = (props) => {
3586
- return /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(
3616
+ return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
3587
3617
  "svg",
3588
3618
  {
3589
3619
  xmlns: "http://www.w3.org/2000/svg",
@@ -3597,19 +3627,19 @@ var SaveIcon = (props) => {
3597
3627
  strokeLinejoin: "round",
3598
3628
  ...props,
3599
3629
  children: [
3600
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("title", { children: "Save Icon" }),
3601
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("path", { d: "M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z" }),
3602
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" }),
3603
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("path", { d: "M7 3v4a1 1 0 0 0 1 1h7" })
3630
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("title", { children: "Save Icon" }),
3631
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("path", { d: "M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z" }),
3632
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" }),
3633
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("path", { d: "M7 3v4a1 1 0 0 0 1 1h7" })
3604
3634
  ]
3605
3635
  }
3606
3636
  );
3607
3637
  };
3608
3638
 
3609
3639
  // src/search.tsx
3610
- var import_jsx_runtime113 = require("react/jsx-runtime");
3640
+ var import_jsx_runtime114 = require("react/jsx-runtime");
3611
3641
  var SearchIcon = (props) => {
3612
- return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
3642
+ return /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
3613
3643
  "svg",
3614
3644
  {
3615
3645
  xmlns: "http://www.w3.org/2000/svg",
@@ -3623,18 +3653,18 @@ var SearchIcon = (props) => {
3623
3653
  strokeLinejoin: "round",
3624
3654
  ...props,
3625
3655
  children: [
3626
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("title", { children: "Search Icon" }),
3627
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("path", { d: "m21 21-4.34-4.34" }),
3628
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("circle", { cx: "11", cy: "11", r: "8" })
3656
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("title", { children: "Search Icon" }),
3657
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("path", { d: "m21 21-4.34-4.34" }),
3658
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("circle", { cx: "11", cy: "11", r: "8" })
3629
3659
  ]
3630
3660
  }
3631
3661
  );
3632
3662
  };
3633
3663
 
3634
3664
  // src/service-asset.tsx
3635
- var import_jsx_runtime114 = require("react/jsx-runtime");
3665
+ var import_jsx_runtime115 = require("react/jsx-runtime");
3636
3666
  var ServiceAssetIcon = ({ size = 24, ...props }) => {
3637
- return /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
3667
+ return /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(
3638
3668
  "svg",
3639
3669
  {
3640
3670
  xmlns: "http://www.w3.org/2000/svg",
@@ -3648,20 +3678,20 @@ var ServiceAssetIcon = ({ size = 24, ...props }) => {
3648
3678
  strokeLinejoin: "round",
3649
3679
  ...props,
3650
3680
  children: [
3651
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("title", { children: "Service Asset icon" }),
3652
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("path", { d: "M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8" }),
3653
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("path", { d: "M10 19v-3.96 3.15" }),
3654
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("path", { d: "M7 19h5" }),
3655
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("rect", { width: "6", height: "10", x: "16", y: "12", rx: "2" })
3681
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("title", { children: "Service Asset icon" }),
3682
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("path", { d: "M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8" }),
3683
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("path", { d: "M10 19v-3.96 3.15" }),
3684
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("path", { d: "M7 19h5" }),
3685
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("rect", { width: "6", height: "10", x: "16", y: "12", rx: "2" })
3656
3686
  ]
3657
3687
  }
3658
3688
  );
3659
3689
  };
3660
3690
 
3661
3691
  // src/settings.tsx
3662
- var import_jsx_runtime115 = require("react/jsx-runtime");
3692
+ var import_jsx_runtime116 = require("react/jsx-runtime");
3663
3693
  var SettingsIcon = ({ size = 24, ...props }) => {
3664
- return /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(
3694
+ return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
3665
3695
  "svg",
3666
3696
  {
3667
3697
  xmlns: "http://www.w3.org/2000/svg",
@@ -3675,20 +3705,20 @@ var SettingsIcon = ({ size = 24, ...props }) => {
3675
3705
  strokeLinejoin: "round",
3676
3706
  ...props,
3677
3707
  children: [
3678
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("title", { children: "Settings" }),
3679
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("path", { d: "M14 17H5" }),
3680
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("path", { d: "M19 7h-9" }),
3681
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("circle", { cx: "17", cy: "17", r: "3" }),
3682
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("circle", { cx: "7", cy: "7", r: "3" })
3708
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("title", { children: "Settings" }),
3709
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("path", { d: "M14 17H5" }),
3710
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("path", { d: "M19 7h-9" }),
3711
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("circle", { cx: "17", cy: "17", r: "3" }),
3712
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("circle", { cx: "7", cy: "7", r: "3" })
3683
3713
  ]
3684
3714
  }
3685
3715
  );
3686
3716
  };
3687
3717
 
3688
3718
  // src/shell.tsx
3689
- var import_jsx_runtime116 = require("react/jsx-runtime");
3719
+ var import_jsx_runtime117 = require("react/jsx-runtime");
3690
3720
  var ShellIcon = ({ size = 24, ...props }) => {
3691
- return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
3721
+ return /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
3692
3722
  "svg",
3693
3723
  {
3694
3724
  xmlns: "http://www.w3.org/2000/svg",
@@ -3702,17 +3732,17 @@ var ShellIcon = ({ size = 24, ...props }) => {
3702
3732
  strokeLinejoin: "round",
3703
3733
  ...props,
3704
3734
  children: [
3705
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("title", { children: "Shell Icon" }),
3706
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("path", { d: "M14 11a2 2 0 1 1-4 0 4 4 0 0 1 8 0 6 6 0 0 1-12 0 8 8 0 0 1 16 0 10 10 0 1 1-20 0 11.93 11.93 0 0 1 2.42-7.22 2 2 0 1 1 3.16 2.44" })
3735
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("title", { children: "Shell Icon" }),
3736
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("path", { d: "M14 11a2 2 0 1 1-4 0 4 4 0 0 1 8 0 6 6 0 0 1-12 0 8 8 0 0 1 16 0 10 10 0 1 1-20 0 11.93 11.93 0 0 1 2.42-7.22 2 2 0 1 1 3.16 2.44" })
3707
3737
  ]
3708
3738
  }
3709
3739
  );
3710
3740
  };
3711
3741
 
3712
3742
  // src/shield-check-icon.tsx
3713
- var import_jsx_runtime117 = require("react/jsx-runtime");
3743
+ var import_jsx_runtime118 = require("react/jsx-runtime");
3714
3744
  function ShieldCheckIcon(props) {
3715
- return /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
3745
+ return /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(
3716
3746
  "svg",
3717
3747
  {
3718
3748
  xmlns: "http://www.w3.org/2000/svg",
@@ -3726,18 +3756,18 @@ function ShieldCheckIcon(props) {
3726
3756
  strokeLinejoin: "round",
3727
3757
  ...props,
3728
3758
  children: [
3729
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("title", { children: "Shield Check" }),
3730
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }),
3731
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("path", { d: "m9 12 2 2 4-4" })
3759
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("title", { children: "Shield Check" }),
3760
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }),
3761
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("path", { d: "m9 12 2 2 4-4" })
3732
3762
  ]
3733
3763
  }
3734
3764
  );
3735
3765
  }
3736
3766
 
3737
3767
  // src/software-asset.tsx
3738
- var import_jsx_runtime118 = require("react/jsx-runtime");
3768
+ var import_jsx_runtime119 = require("react/jsx-runtime");
3739
3769
  var SoftwareAssetIcon = ({ size = 24, ...props }) => {
3740
- return /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(
3770
+ return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
3741
3771
  "svg",
3742
3772
  {
3743
3773
  xmlns: "http://www.w3.org/2000/svg",
@@ -3751,20 +3781,20 @@ var SoftwareAssetIcon = ({ size = 24, ...props }) => {
3751
3781
  strokeLinejoin: "round",
3752
3782
  ...props,
3753
3783
  children: [
3754
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("title", { children: "Software Asset Icon" }),
3755
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }),
3756
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("path", { d: "M6 8h.01" }),
3757
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("path", { d: "M10 8h.01" }),
3758
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("path", { d: "M14 8h.01" })
3784
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("title", { children: "Software Asset Icon" }),
3785
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }),
3786
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("path", { d: "M6 8h.01" }),
3787
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("path", { d: "M10 8h.01" }),
3788
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("path", { d: "M14 8h.01" })
3759
3789
  ]
3760
3790
  }
3761
3791
  );
3762
3792
  };
3763
3793
 
3764
3794
  // src/square-x-icon.tsx
3765
- var import_jsx_runtime119 = require("react/jsx-runtime");
3795
+ var import_jsx_runtime120 = require("react/jsx-runtime");
3766
3796
  var SquareXIcon = ({ size = 24, ...props }) => {
3767
- return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
3797
+ return /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
3768
3798
  "svg",
3769
3799
  {
3770
3800
  width: "24",
@@ -3774,8 +3804,8 @@ var SquareXIcon = ({ size = 24, ...props }) => {
3774
3804
  xmlns: "http://www.w3.org/2000/svg",
3775
3805
  ...props,
3776
3806
  children: [
3777
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("title", { children: "Square X" }),
3778
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
3807
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("title", { children: "Square X" }),
3808
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
3779
3809
  "path",
3780
3810
  {
3781
3811
  fillRule: "evenodd",
@@ -3790,9 +3820,9 @@ var SquareXIcon = ({ size = 24, ...props }) => {
3790
3820
  };
3791
3821
 
3792
3822
  // src/squares-intersect.tsx
3793
- var import_jsx_runtime120 = require("react/jsx-runtime");
3823
+ var import_jsx_runtime121 = require("react/jsx-runtime");
3794
3824
  var SquaresIntersect = ({ size = 24, ...props }) => {
3795
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
3825
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
3796
3826
  "svg",
3797
3827
  {
3798
3828
  xmlns: "http://www.w3.org/2000/svg",
@@ -3806,27 +3836,27 @@ var SquaresIntersect = ({ size = 24, ...props }) => {
3806
3836
  strokeLinejoin: "round",
3807
3837
  ...props,
3808
3838
  children: [
3809
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("title", { children: "Squares Intersect icon" }),
3810
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { d: "M10 22a2 2 0 0 1-2-2" }),
3811
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { d: "M14 2a2 2 0 0 1 2 2" }),
3812
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { d: "M16 22h-2" }),
3813
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { d: "M2 10V8" }),
3814
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { d: "M2 4a2 2 0 0 1 2-2" }),
3815
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { d: "M20 8a2 2 0 0 1 2 2" }),
3816
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { d: "M22 14v2" }),
3817
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { d: "M22 20a2 2 0 0 1-2 2" }),
3818
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { d: "M4 16a2 2 0 0 1-2-2" }),
3819
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { d: "M8 10a2 2 0 0 1 2-2h5a1 1 0 0 1 1 1v5a2 2 0 0 1-2 2H9a1 1 0 0 1-1-1z" }),
3820
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { d: "M8 2h2" })
3839
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("title", { children: "Squares Intersect icon" }),
3840
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("path", { d: "M10 22a2 2 0 0 1-2-2" }),
3841
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("path", { d: "M14 2a2 2 0 0 1 2 2" }),
3842
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("path", { d: "M16 22h-2" }),
3843
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("path", { d: "M2 10V8" }),
3844
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("path", { d: "M2 4a2 2 0 0 1 2-2" }),
3845
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("path", { d: "M20 8a2 2 0 0 1 2 2" }),
3846
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("path", { d: "M22 14v2" }),
3847
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("path", { d: "M22 20a2 2 0 0 1-2 2" }),
3848
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("path", { d: "M4 16a2 2 0 0 1-2-2" }),
3849
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("path", { d: "M8 10a2 2 0 0 1 2-2h5a1 1 0 0 1 1 1v5a2 2 0 0 1-2 2H9a1 1 0 0 1-1-1z" }),
3850
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("path", { d: "M8 2h2" })
3821
3851
  ]
3822
3852
  }
3823
3853
  );
3824
3854
  };
3825
3855
 
3826
3856
  // src/strike-icon.tsx
3827
- var import_jsx_runtime121 = require("react/jsx-runtime");
3857
+ var import_jsx_runtime122 = require("react/jsx-runtime");
3828
3858
  var StrikeIcon = ({ size = 24, ...props }) => {
3829
- return /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
3859
+ return /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(
3830
3860
  "svg",
3831
3861
  {
3832
3862
  width: size,
@@ -3836,15 +3866,15 @@ var StrikeIcon = ({ size = 24, ...props }) => {
3836
3866
  xmlns: "http://www.w3.org/2000/svg",
3837
3867
  ...props,
3838
3868
  children: [
3839
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("title", { children: "Strike" }),
3840
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
3869
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("title", { children: "Strike" }),
3870
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
3841
3871
  "path",
3842
3872
  {
3843
3873
  d: "M9.00039 3H16.0001C16.5524 3 17.0001 3.44772 17.0001 4C17.0001 4.55229 16.5524 5 16.0001 5H9.00011C8.68006 4.99983 8.36412 5.07648 8.07983 5.22349C7.79555 5.37051 7.55069 5.5836 7.36585 5.84487C7.181 6.10614 7.06155 6.40796 7.01754 6.72497C6.97352 7.04198 7.00623 7.36492 7.11292 7.66667C7.29701 8.18737 7.02414 8.75872 6.50344 8.94281C5.98274 9.1269 5.4114 8.85403 5.2273 8.33333C5.01393 7.72984 4.94851 7.08396 5.03654 6.44994C5.12456 5.81592 5.36346 5.21229 5.73316 4.68974C6.10285 4.1672 6.59256 3.74101 7.16113 3.44698C7.72955 3.15303 8.36047 2.99975 9.00039 3Z",
3844
3874
  fill: "currentColor"
3845
3875
  }
3846
3876
  ),
3847
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
3877
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
3848
3878
  "path",
3849
3879
  {
3850
3880
  d: "M18 13H20C20.5523 13 21 12.5523 21 12C21 11.4477 20.5523 11 20 11H4C3.44772 11 3 11.4477 3 12C3 12.5523 3.44772 13 4 13H14C14.7956 13 15.5587 13.3161 16.1213 13.8787C16.6839 14.4413 17 15.2044 17 16C17 16.7956 16.6839 17.5587 16.1213 18.1213C15.5587 18.6839 14.7956 19 14 19H6C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21H14C15.3261 21 16.5979 20.4732 17.5355 19.5355C18.4732 18.5979 19 17.3261 19 16C19 14.9119 18.6453 13.8604 18 13Z",
@@ -3857,9 +3887,9 @@ var StrikeIcon = ({ size = 24, ...props }) => {
3857
3887
  };
3858
3888
 
3859
3889
  // src/subscript-icon.tsx
3860
- var import_jsx_runtime122 = require("react/jsx-runtime");
3890
+ var import_jsx_runtime123 = require("react/jsx-runtime");
3861
3891
  var SubscriptIcon = ({ size = 24, ...props }) => {
3862
- return /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(
3892
+ return /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(
3863
3893
  "svg",
3864
3894
  {
3865
3895
  width: size,
@@ -3869,8 +3899,8 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
3869
3899
  xmlns: "http://www.w3.org/2000/svg",
3870
3900
  ...props,
3871
3901
  children: [
3872
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("title", { children: "Subscript" }),
3873
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
3902
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("title", { children: "Subscript" }),
3903
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
3874
3904
  "path",
3875
3905
  {
3876
3906
  fillRule: "evenodd",
@@ -3879,7 +3909,7 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
3879
3909
  fill: "currentColor"
3880
3910
  }
3881
3911
  ),
3882
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
3912
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
3883
3913
  "path",
3884
3914
  {
3885
3915
  fillRule: "evenodd",
@@ -3888,7 +3918,7 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
3888
3918
  fill: "currentColor"
3889
3919
  }
3890
3920
  ),
3891
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
3921
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
3892
3922
  "path",
3893
3923
  {
3894
3924
  fillRule: "evenodd",
@@ -3903,9 +3933,9 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
3903
3933
  };
3904
3934
 
3905
3935
  // src/superscript-icon.tsx
3906
- var import_jsx_runtime123 = require("react/jsx-runtime");
3936
+ var import_jsx_runtime124 = require("react/jsx-runtime");
3907
3937
  var SuperscriptIcon = ({ size = 24, ...props }) => {
3908
- return /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(
3938
+ return /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(
3909
3939
  "svg",
3910
3940
  {
3911
3941
  width: size,
@@ -3915,8 +3945,8 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
3915
3945
  xmlns: "http://www.w3.org/2000/svg",
3916
3946
  ...props,
3917
3947
  children: [
3918
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("title", { children: "Superscript" }),
3919
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
3948
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("title", { children: "Superscript" }),
3949
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
3920
3950
  "path",
3921
3951
  {
3922
3952
  fillRule: "evenodd",
@@ -3925,7 +3955,7 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
3925
3955
  fill: "currentColor"
3926
3956
  }
3927
3957
  ),
3928
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
3958
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
3929
3959
  "path",
3930
3960
  {
3931
3961
  fillRule: "evenodd",
@@ -3934,7 +3964,7 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
3934
3964
  fill: "currentColor"
3935
3965
  }
3936
3966
  ),
3937
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
3967
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
3938
3968
  "path",
3939
3969
  {
3940
3970
  fillRule: "evenodd",
@@ -3949,9 +3979,9 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
3949
3979
  };
3950
3980
 
3951
3981
  // src/table-cell-merge-icon.tsx
3952
- var import_jsx_runtime124 = require("react/jsx-runtime");
3982
+ var import_jsx_runtime125 = require("react/jsx-runtime");
3953
3983
  var TableCellMergeIcon = ({ size = 24, ...props }) => {
3954
- return /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(
3984
+ return /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(
3955
3985
  "svg",
3956
3986
  {
3957
3987
  width: "24",
@@ -3961,43 +3991,43 @@ var TableCellMergeIcon = ({ size = 24, ...props }) => {
3961
3991
  xmlns: "http://www.w3.org/2000/svg",
3962
3992
  ...props,
3963
3993
  children: [
3964
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("title", { children: "Table Cell Merge" }),
3965
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
3994
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("title", { children: "Table Cell Merge" }),
3995
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
3966
3996
  "path",
3967
3997
  {
3968
3998
  d: "M10 16C10.5177 16 10.9438 16.3933 10.9951 16.8975L11 17V19C11 20.6569 9.65685 22 8 22H4C2.34315 22 1 20.6569 1 19V17C1 16.4477 1.44772 16 2 16C2.55228 16 3 16.4477 3 17V19C3 19.5523 3.44772 20 4 20H8C8.55228 20 9 19.5523 9 19V17L9.00488 16.8975C9.05621 16.3933 9.48232 16 10 16Z",
3969
3999
  fill: "currentColor"
3970
4000
  }
3971
4001
  ),
3972
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
4002
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
3973
4003
  "path",
3974
4004
  {
3975
4005
  d: "M22 16C22.5177 16 22.9438 16.3933 22.9951 16.8975L23 17V19C23 20.6569 21.6569 22 20 22H16C14.3431 22 13 20.6569 13 19V17C13 16.4477 13.4477 16 14 16C14.5523 16 15 16.4477 15 17V19C15 19.5523 15.4477 20 16 20H20C20.5523 20 21 19.5523 21 19V17L21.0049 16.8975C21.0562 16.3933 21.4823 16 22 16Z",
3976
4006
  fill: "currentColor"
3977
4007
  }
3978
4008
  ),
3979
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
4009
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
3980
4010
  "path",
3981
4011
  {
3982
4012
  d: "M5.29297 8.29297C5.68349 7.90244 6.31651 7.90244 6.70703 8.29297L9.70703 11.293L9.77539 11.3691C10.0957 11.7619 10.0731 12.3409 9.70703 12.707L6.70703 15.707C6.31651 16.0975 5.68349 16.0975 5.29297 15.707C4.90245 15.3165 4.90245 14.6835 5.29297 14.293L6.58594 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H6.58594L5.29297 9.70703C4.90245 9.31651 4.90245 8.68349 5.29297 8.29297Z",
3983
4013
  fill: "currentColor"
3984
4014
  }
3985
4015
  ),
3986
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
4016
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
3987
4017
  "path",
3988
4018
  {
3989
4019
  d: "M17.293 8.29297C17.6835 7.90245 18.3165 7.90246 18.707 8.29297C19.0976 8.68349 19.0976 9.31651 18.707 9.70703L17.4141 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H17.4141L18.707 14.293C19.0976 14.6835 19.0976 15.3165 18.707 15.707C18.3165 16.0976 17.6835 16.0976 17.293 15.707L14.293 12.707L14.2246 12.6309C13.9043 12.2381 13.9269 11.6591 14.293 11.293L17.293 8.29297Z",
3990
4020
  fill: "currentColor"
3991
4021
  }
3992
4022
  ),
3993
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
4023
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
3994
4024
  "path",
3995
4025
  {
3996
4026
  d: "M8 2C9.65685 2 11 3.34315 11 5V7C11 7.55228 10.5523 8 10 8C9.44771 8 9 7.55228 9 7V5C9 4.44772 8.55228 4 8 4H4C3.44772 4 3 4.44772 3 5V7C3 7.55228 2.55228 8 2 8C1.44772 8 1 7.55228 1 7V5C1 3.34315 2.34315 2 4 2H8Z",
3997
4027
  fill: "currentColor"
3998
4028
  }
3999
4029
  ),
4000
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
4030
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4001
4031
  "path",
4002
4032
  {
4003
4033
  d: "M20 2C21.6569 2 23 3.34315 23 5V7C23 7.55228 22.5523 8 22 8C21.4477 8 21 7.55228 21 7V5C21 4.44772 20.5523 4 20 4H16C15.4477 4 15 4.44772 15 5V7C15 7.55228 14.5523 8 14 8C13.4477 8 13 7.55228 13 7V5C13 3.34315 14.3431 2 16 2H20Z",
@@ -4010,9 +4040,9 @@ var TableCellMergeIcon = ({ size = 24, ...props }) => {
4010
4040
  };
4011
4041
 
4012
4042
  // src/table-cell-split-icon.tsx
4013
- var import_jsx_runtime125 = require("react/jsx-runtime");
4043
+ var import_jsx_runtime126 = require("react/jsx-runtime");
4014
4044
  var TableCellSplitIcon = ({ size = 24, ...props }) => {
4015
- return /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(
4045
+ return /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(
4016
4046
  "svg",
4017
4047
  {
4018
4048
  width: "24",
@@ -4022,43 +4052,43 @@ var TableCellSplitIcon = ({ size = 24, ...props }) => {
4022
4052
  xmlns: "http://www.w3.org/2000/svg",
4023
4053
  ...props,
4024
4054
  children: [
4025
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("title", { children: "Table Cell Split" }),
4026
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4055
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("title", { children: "Table Cell Split" }),
4056
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4027
4057
  "path",
4028
4058
  {
4029
4059
  d: "M4 2C2.34315 2 1 3.34315 1 5V7C1 7.55228 1.44772 8 2 8C2.55228 8 3 7.55228 3 7V5C3 4.44772 3.44772 4 4 4H8C8.55228 4 9 4.44772 9 5V7C9 7.55228 9.44772 8 10 8C10.5523 8 11 7.55228 11 7V5C11 3.34315 9.65685 2 8 2H4Z",
4030
4060
  fill: "currentColor"
4031
4061
  }
4032
4062
  ),
4033
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4063
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4034
4064
  "path",
4035
4065
  {
4036
4066
  d: "M20 22C21.6569 22 23 20.6569 23 19V17C23 16.4477 22.5523 16 22 16C21.4477 16 21 16.4477 21 17V19C21 19.5523 20.5523 20 20 20H16C15.4477 20 15 19.5523 15 19V17C15 16.4477 14.5523 16 14 16C13.4477 16 13 16.4477 13 17V19C13 20.6569 14.3431 22 16 22H20Z",
4037
4067
  fill: "currentColor"
4038
4068
  }
4039
4069
  ),
4040
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4070
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4041
4071
  "path",
4042
4072
  {
4043
4073
  d: "M13 5C13 3.34315 14.3431 2 16 2H20C21.6569 2 23 3.34315 23 5V7C23 7.55228 22.5523 8 22 8C21.4477 8 21 7.55228 21 7V5C21 4.44772 20.5523 4 20 4H16C15.4477 4 15 4.44772 15 5V7C15 7.55228 14.5523 8 14 8C13.4477 8 13 7.55228 13 7V5Z",
4044
4074
  fill: "currentColor"
4045
4075
  }
4046
4076
  ),
4047
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4077
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4048
4078
  "path",
4049
4079
  {
4050
4080
  d: "M8 22C9.65685 22 11 20.6569 11 19V17C11 16.4477 10.5523 16 10 16C9.44772 16 9 16.4477 9 17V19C9 19.5523 8.55229 20 8 20H4C3.44772 20 3 19.5523 3 19L3 17C3 16.4477 2.55229 16 2 16C1.44772 16 1 16.4477 1 17V19C1 20.6569 2.34315 22 4 22H8Z",
4051
4081
  fill: "currentColor"
4052
4082
  }
4053
4083
  ),
4054
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4084
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4055
4085
  "path",
4056
4086
  {
4057
4087
  d: "M18.7071 15.7071L21.7061 12.7081C21.8877 12.527 22 12.2766 22 12L22 11.997C21.9992 11.7421 21.9016 11.4874 21.7071 11.2929L18.7071 8.29289C18.3166 7.90237 17.6834 7.90237 17.2929 8.29289C16.9024 8.68342 16.9024 9.31658 17.2929 9.70711L18.5858 11H15C14.4477 11 14 11.4477 14 12C14 12.5523 14.4477 13 15 13H18.5858L17.2929 14.2929C16.9024 14.6834 16.9024 15.3166 17.2929 15.7071C17.6834 16.0976 18.3166 16.0976 18.7071 15.7071Z",
4058
4088
  fill: "currentColor"
4059
4089
  }
4060
4090
  ),
4061
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4091
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4062
4092
  "path",
4063
4093
  {
4064
4094
  d: "M2.07588 11.6172C2.02699 11.7351 2 11.8644 2 12C2 12.2728 2.10925 12.5201 2.2864 12.7005C2.28879 12.703 2.2912 12.7054 2.29362 12.7078L5.29289 15.7071C5.68342 16.0976 6.31658 16.0976 6.70711 15.7071C7.09763 15.3166 7.09763 14.6834 6.70711 14.2929L5.41421 13L9 13C9.55228 13 10 12.5523 10 12C10 11.4477 9.55229 11 9 11L5.41421 11L6.70711 9.70711C7.09763 9.31658 7.09763 8.68342 6.70711 8.29289C6.31658 7.90237 5.68342 7.90237 5.29289 8.29289L2.29366 11.2921C2.29122 11.2946 2.2888 11.297 2.2864 11.2995C2.19374 11.3938 2.12357 11.502 2.07588 11.6172Z",
@@ -4071,12 +4101,12 @@ var TableCellSplitIcon = ({ size = 24, ...props }) => {
4071
4101
  };
4072
4102
 
4073
4103
  // src/table-header-column.tsx
4074
- var import_jsx_runtime126 = require("react/jsx-runtime");
4104
+ var import_jsx_runtime127 = require("react/jsx-runtime");
4075
4105
  var TableHeaderColumnIcon = ({
4076
4106
  size = 24,
4077
4107
  ...props
4078
4108
  }) => {
4079
- return /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(
4109
+ return /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(
4080
4110
  "svg",
4081
4111
  {
4082
4112
  width: "24",
@@ -4086,8 +4116,8 @@ var TableHeaderColumnIcon = ({
4086
4116
  xmlns: "http://www.w3.org/2000/svg",
4087
4117
  ...props,
4088
4118
  children: [
4089
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("title", { children: "Table Header Column" }),
4090
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4119
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("title", { children: "Table Header Column" }),
4120
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
4091
4121
  "path",
4092
4122
  {
4093
4123
  fillRule: "evenodd",
@@ -4102,9 +4132,9 @@ var TableHeaderColumnIcon = ({
4102
4132
  };
4103
4133
 
4104
4134
  // src/table-header-row.tsx
4105
- var import_jsx_runtime127 = require("react/jsx-runtime");
4135
+ var import_jsx_runtime128 = require("react/jsx-runtime");
4106
4136
  var TableHeaderRowIcon = ({ size = 24, ...props }) => {
4107
- return /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(
4137
+ return /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)(
4108
4138
  "svg",
4109
4139
  {
4110
4140
  width: "24",
@@ -4114,8 +4144,8 @@ var TableHeaderRowIcon = ({ size = 24, ...props }) => {
4114
4144
  xmlns: "http://www.w3.org/2000/svg",
4115
4145
  ...props,
4116
4146
  children: [
4117
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("title", { children: "Table Header Row" }),
4118
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
4147
+ /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("title", { children: "Table Header Row" }),
4148
+ /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
4119
4149
  "path",
4120
4150
  {
4121
4151
  fillRule: "evenodd",
@@ -4130,9 +4160,9 @@ var TableHeaderRowIcon = ({ size = 24, ...props }) => {
4130
4160
  };
4131
4161
 
4132
4162
  // src/table-icon.tsx
4133
- var import_jsx_runtime128 = require("react/jsx-runtime");
4163
+ var import_jsx_runtime129 = require("react/jsx-runtime");
4134
4164
  var TableIcon = ({ size = 24, ...props }) => {
4135
- return /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)(
4165
+ return /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
4136
4166
  "svg",
4137
4167
  {
4138
4168
  width: size,
@@ -4146,20 +4176,20 @@ var TableIcon = ({ size = 24, ...props }) => {
4146
4176
  xmlns: "http://www.w3.org/2000/svg",
4147
4177
  ...props,
4148
4178
  children: [
4149
- /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("title", { children: "Table" }),
4150
- /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("path", { d: "M12 3v18" }),
4151
- /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
4152
- /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("path", { d: "M3 9h18" }),
4153
- /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("path", { d: "M3 15h18" })
4179
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("title", { children: "Table" }),
4180
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { d: "M12 3v18" }),
4181
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
4182
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { d: "M3 9h18" }),
4183
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { d: "M3 15h18" })
4154
4184
  ]
4155
4185
  }
4156
4186
  );
4157
4187
  };
4158
4188
 
4159
4189
  // src/table-of-contents-icon.tsx
4160
- var import_jsx_runtime129 = require("react/jsx-runtime");
4190
+ var import_jsx_runtime130 = require("react/jsx-runtime");
4161
4191
  var TableOfContentsIcon = ({ size = 24, ...props }) => {
4162
- return /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
4192
+ return /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)(
4163
4193
  "svg",
4164
4194
  {
4165
4195
  xmlns: "http://www.w3.org/2000/svg",
@@ -4169,8 +4199,8 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
4169
4199
  fill: "currentColor",
4170
4200
  ...props,
4171
4201
  children: [
4172
- /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("title", { children: "Table of Contents Icon" }),
4173
- /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
4202
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("title", { children: "Table of Contents Icon" }),
4203
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
4174
4204
  "path",
4175
4205
  {
4176
4206
  fillRule: "evenodd",
@@ -4179,7 +4209,7 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
4179
4209
  fill: "currentColor"
4180
4210
  }
4181
4211
  ),
4182
- /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
4212
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
4183
4213
  "path",
4184
4214
  {
4185
4215
  fillRule: "evenodd",
@@ -4188,7 +4218,7 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
4188
4218
  fill: "currentColor"
4189
4219
  }
4190
4220
  ),
4191
- /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
4221
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
4192
4222
  "path",
4193
4223
  {
4194
4224
  fillRule: "evenodd",
@@ -4197,7 +4227,7 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
4197
4227
  fill: "currentColor"
4198
4228
  }
4199
4229
  ),
4200
- /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
4230
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
4201
4231
  "path",
4202
4232
  {
4203
4233
  fillRule: "evenodd",
@@ -4212,9 +4242,9 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
4212
4242
  };
4213
4243
 
4214
4244
  // src/tom-icon.tsx
4215
- var import_jsx_runtime130 = require("react/jsx-runtime");
4245
+ var import_jsx_runtime131 = require("react/jsx-runtime");
4216
4246
  var TomIcon = ({ size = 24, ...props }) => {
4217
- return /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)(
4247
+ return /* @__PURE__ */ (0, import_jsx_runtime131.jsxs)(
4218
4248
  "svg",
4219
4249
  {
4220
4250
  xmlns: "http://www.w3.org/2000/svg",
@@ -4228,18 +4258,18 @@ var TomIcon = ({ size = 24, ...props }) => {
4228
4258
  strokeLinejoin: "round",
4229
4259
  ...props,
4230
4260
  children: [
4231
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("title", { children: "TOM icon" }),
4232
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }),
4233
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("path", { d: "m9 12 2 2 4-4" })
4261
+ /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("title", { children: "TOM icon" }),
4262
+ /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }),
4263
+ /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("path", { d: "m9 12 2 2 4-4" })
4234
4264
  ]
4235
4265
  }
4236
4266
  );
4237
4267
  };
4238
4268
 
4239
4269
  // src/trash-icon.tsx
4240
- var import_jsx_runtime131 = require("react/jsx-runtime");
4270
+ var import_jsx_runtime132 = require("react/jsx-runtime");
4241
4271
  var TrashIcon = ({ size = 24, ...props }) => {
4242
- return /* @__PURE__ */ (0, import_jsx_runtime131.jsxs)(
4272
+ return /* @__PURE__ */ (0, import_jsx_runtime132.jsxs)(
4243
4273
  "svg",
4244
4274
  {
4245
4275
  xmlns: "http://www.w3.org/2000/svg",
@@ -4253,21 +4283,21 @@ var TrashIcon = ({ size = 24, ...props }) => {
4253
4283
  strokeLinejoin: "round",
4254
4284
  ...props,
4255
4285
  children: [
4256
- /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("title", { children: "Trash icon" }),
4257
- /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("path", { d: "M10 11v6" }),
4258
- /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("path", { d: "M14 11v6" }),
4259
- /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" }),
4260
- /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("path", { d: "M3 6h18" }),
4261
- /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("path", { d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" })
4286
+ /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("title", { children: "Trash icon" }),
4287
+ /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("path", { d: "M10 11v6" }),
4288
+ /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("path", { d: "M14 11v6" }),
4289
+ /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" }),
4290
+ /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("path", { d: "M3 6h18" }),
4291
+ /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("path", { d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" })
4262
4292
  ]
4263
4293
  }
4264
4294
  );
4265
4295
  };
4266
4296
 
4267
4297
  // src/type-icon.tsx
4268
- var import_jsx_runtime132 = require("react/jsx-runtime");
4298
+ var import_jsx_runtime133 = require("react/jsx-runtime");
4269
4299
  var TypeIcon = ({ size = 24, ...props }) => {
4270
- return /* @__PURE__ */ (0, import_jsx_runtime132.jsxs)(
4300
+ return /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)(
4271
4301
  "svg",
4272
4302
  {
4273
4303
  width: size,
@@ -4277,8 +4307,8 @@ var TypeIcon = ({ size = 24, ...props }) => {
4277
4307
  xmlns: "http://www.w3.org/2000/svg",
4278
4308
  ...props,
4279
4309
  children: [
4280
- /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("title", { children: "Type Icon" }),
4281
- /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
4310
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("title", { children: "Type Icon" }),
4311
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
4282
4312
  "path",
4283
4313
  {
4284
4314
  d: "M3 4C3 3.44772 3.44772 3 4 3H20C20.5523 3 21 3.44772 21 4V7C21 7.55228 20.5523 8 20 8C19.4477 8 19 7.55228 19 7V5H13V19H15C15.5523 19 16 19.4477 16 20C16 20.5523 15.5523 21 15 21H9C8.44772 21 8 20.5523 8 20C8 19.4477 8.44772 19 9 19H11V5H5V7C5 7.55228 4.55228 8 4 8C3.44772 8 3 7.55228 3 7V4Z",
@@ -4291,9 +4321,9 @@ var TypeIcon = ({ size = 24, ...props }) => {
4291
4321
  };
4292
4322
 
4293
4323
  // src/underline-icon.tsx
4294
- var import_jsx_runtime133 = require("react/jsx-runtime");
4324
+ var import_jsx_runtime134 = require("react/jsx-runtime");
4295
4325
  var UnderlineIcon = ({ size = 24, ...props }) => {
4296
- return /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)(
4326
+ return /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)(
4297
4327
  "svg",
4298
4328
  {
4299
4329
  width: size,
@@ -4303,8 +4333,8 @@ var UnderlineIcon = ({ size = 24, ...props }) => {
4303
4333
  xmlns: "http://www.w3.org/2000/svg",
4304
4334
  ...props,
4305
4335
  children: [
4306
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("title", { children: "Underline" }),
4307
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
4336
+ /* @__PURE__ */ (0, import_jsx_runtime134.jsx)("title", { children: "Underline" }),
4337
+ /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
4308
4338
  "path",
4309
4339
  {
4310
4340
  fillRule: "evenodd",
@@ -4319,9 +4349,9 @@ var UnderlineIcon = ({ size = 24, ...props }) => {
4319
4349
  };
4320
4350
 
4321
4351
  // src/undo-icon.tsx
4322
- var import_jsx_runtime134 = require("react/jsx-runtime");
4352
+ var import_jsx_runtime135 = require("react/jsx-runtime");
4323
4353
  var UndoIcon = ({ size = 24, ...props }) => {
4324
- return /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)(
4354
+ return /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)(
4325
4355
  "svg",
4326
4356
  {
4327
4357
  xmlns: "http://www.w3.org/2000/svg",
@@ -4331,8 +4361,8 @@ var UndoIcon = ({ size = 24, ...props }) => {
4331
4361
  fill: "currentColor",
4332
4362
  ...props,
4333
4363
  children: [
4334
- /* @__PURE__ */ (0, import_jsx_runtime134.jsx)("title", { children: "Undo Icon" }),
4335
- /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
4364
+ /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("title", { children: "Undo Icon" }),
4365
+ /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
4336
4366
  "path",
4337
4367
  {
4338
4368
  fillRule: "evenodd",
@@ -4347,9 +4377,9 @@ var UndoIcon = ({ size = 24, ...props }) => {
4347
4377
  };
4348
4378
 
4349
4379
  // src/upload.tsx
4350
- var import_jsx_runtime135 = require("react/jsx-runtime");
4380
+ var import_jsx_runtime136 = require("react/jsx-runtime");
4351
4381
  var UploadIcon = ({ size = 24, ...props }) => {
4352
- return /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)(
4382
+ return /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)(
4353
4383
  "svg",
4354
4384
  {
4355
4385
  xmlns: "http://www.w3.org/2000/svg",
@@ -4363,19 +4393,19 @@ var UploadIcon = ({ size = 24, ...props }) => {
4363
4393
  strokeLinejoin: "round",
4364
4394
  ...props,
4365
4395
  children: [
4366
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("title", { children: "Upload icon" }),
4367
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("path", { d: "M12 13v8" }),
4368
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }),
4369
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("path", { d: "m8 17 4-4 4 4" })
4396
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("title", { children: "Upload icon" }),
4397
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { d: "M12 13v8" }),
4398
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }),
4399
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { d: "m8 17 4-4 4 4" })
4370
4400
  ]
4371
4401
  }
4372
4402
  );
4373
4403
  };
4374
4404
 
4375
4405
  // src/user-circle-icon.tsx
4376
- var import_jsx_runtime136 = require("react/jsx-runtime");
4406
+ var import_jsx_runtime137 = require("react/jsx-runtime");
4377
4407
  var UserCircleIcon = ({ size = 24, ...props }) => {
4378
- return /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)(
4408
+ return /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)(
4379
4409
  "svg",
4380
4410
  {
4381
4411
  width: size,
@@ -4384,9 +4414,9 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
4384
4414
  xmlns: "http://www.w3.org/2000/svg",
4385
4415
  ...props,
4386
4416
  children: [
4387
- /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("title", { children: "User Circle Icon" }),
4388
- /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("rect", { width: "256", height: "256", fill: "none" }),
4389
- /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
4417
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("title", { children: "User Circle Icon" }),
4418
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("rect", { width: "256", height: "256", fill: "none" }),
4419
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
4390
4420
  "circle",
4391
4421
  {
4392
4422
  cx: "128",
@@ -4399,7 +4429,7 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
4399
4429
  strokeWidth: "16"
4400
4430
  }
4401
4431
  ),
4402
- /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
4432
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
4403
4433
  "circle",
4404
4434
  {
4405
4435
  cx: "128",
@@ -4412,7 +4442,7 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
4412
4442
  strokeWidth: "16"
4413
4443
  }
4414
4444
  ),
4415
- /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
4445
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
4416
4446
  "path",
4417
4447
  {
4418
4448
  d: "M63.8,199.37a72,72,0,0,1,128.4,0",
@@ -4429,9 +4459,9 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
4429
4459
  };
4430
4460
 
4431
4461
  // src/vendor.tsx
4432
- var import_jsx_runtime137 = require("react/jsx-runtime");
4462
+ var import_jsx_runtime138 = require("react/jsx-runtime");
4433
4463
  var VendorIcon = ({ size = 24, ...props }) => {
4434
- return /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)(
4464
+ return /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)(
4435
4465
  "svg",
4436
4466
  {
4437
4467
  xmlns: "http://www.w3.org/2000/svg",
@@ -4445,12 +4475,12 @@ var VendorIcon = ({ size = 24, ...props }) => {
4445
4475
  strokeLinejoin: "round",
4446
4476
  ...props,
4447
4477
  children: [
4448
- /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("title", { children: "Vendor icon" }),
4449
- /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("path", { d: "m2 7 4.41-4.41A2 2 0 0 1 7.83 2h8.34a2 2 0 0 1 1.42.59L22 7" }),
4450
- /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" }),
4451
- /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("path", { d: "M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4" }),
4452
- /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("path", { d: "M2 7h20" }),
4453
- /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("path", { d: "M22 7v3a2 2 0 0 1-2 2a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 16 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 12 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 8 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 4 12a2 2 0 0 1-2-2V7" })
4478
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("title", { children: "Vendor icon" }),
4479
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("path", { d: "m2 7 4.41-4.41A2 2 0 0 1 7.83 2h8.34a2 2 0 0 1 1.42.59L22 7" }),
4480
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" }),
4481
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("path", { d: "M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4" }),
4482
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("path", { d: "M2 7h20" }),
4483
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("path", { d: "M22 7v3a2 2 0 0 1-2 2a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 16 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 12 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 8 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 4 12a2 2 0 0 1-2-2V7" })
4454
4484
  ]
4455
4485
  }
4456
4486
  );
@@ -4540,6 +4570,7 @@ var VendorIcon = ({ size = 24, ...props }) => {
4540
4570
  ImageIcon,
4541
4571
  IncidentIcon,
4542
4572
  InfoIcon,
4573
+ InformationAssetIcon,
4543
4574
  IntegrationIcon,
4544
4575
  IntersectIcon,
4545
4576
  IssuesIcon,