@kopexa/icons 17.8.0 → 17.9.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.
@@ -0,0 +1,32 @@
1
+ "use client";
2
+
3
+ // src/retention-policy-icon.tsx
4
+ import { jsx, jsxs } from "react/jsx-runtime";
5
+ var RetentionPolicyIcon = ({ size = 24, ...props }) => {
6
+ return /* @__PURE__ */ jsxs(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ width: size,
11
+ height: size,
12
+ viewBox: "0 0 24 24",
13
+ fill: "none",
14
+ stroke: "currentColor",
15
+ strokeWidth: "2",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round",
18
+ ...props,
19
+ children: [
20
+ /* @__PURE__ */ jsx("title", { children: "Retention policy icon" }),
21
+ /* @__PURE__ */ jsx("path", { d: "M4 7V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3" }),
22
+ /* @__PURE__ */ jsx("polyline", { points: "14 2 14 8 20 8" }),
23
+ /* @__PURE__ */ jsx("circle", { cx: "6", cy: "14", r: "4" }),
24
+ /* @__PURE__ */ jsx("path", { d: "M6 12v2l1 1" })
25
+ ]
26
+ }
27
+ );
28
+ };
29
+
30
+ export {
31
+ RetentionPolicyIcon
32
+ };
package/dist/index.d.mts CHANGED
@@ -108,6 +108,7 @@ export { ProgramIcon } from './program-icon.mjs';
108
108
  export { PuzzleIcon as IntegrationIcon, PuzzleIcon } from './puzzle-icon.mjs';
109
109
  export { QuestionCircleIcon } from './question-circle-icon.mjs';
110
110
  export { RedoIcon } from './redo-icon.mjs';
111
+ export { RetentionPolicyIcon } from './retention-policy-icon.mjs';
111
112
  export { RiskIcon } from './risk.mjs';
112
113
  export { RotateCcwIcon } from './rotate-ccw-icon.mjs';
113
114
  export { SaveIcon } from './save.mjs';
package/dist/index.d.ts CHANGED
@@ -108,6 +108,7 @@ export { ProgramIcon } from './program-icon.js';
108
108
  export { PuzzleIcon as IntegrationIcon, PuzzleIcon } from './puzzle-icon.js';
109
109
  export { QuestionCircleIcon } from './question-circle-icon.js';
110
110
  export { RedoIcon } from './redo-icon.js';
111
+ export { RetentionPolicyIcon } from './retention-policy-icon.js';
111
112
  export { RiskIcon } from './risk.js';
112
113
  export { RotateCcwIcon } from './rotate-ccw-icon.js';
113
114
  export { SaveIcon } from './save.js';
package/dist/index.js CHANGED
@@ -134,6 +134,7 @@ __export(index_exports, {
134
134
  PuzzleIcon: () => PuzzleIcon,
135
135
  QuestionCircleIcon: () => QuestionCircleIcon,
136
136
  RedoIcon: () => RedoIcon,
137
+ RetentionPolicyIcon: () => RetentionPolicyIcon,
137
138
  RiskIcon: () => RiskIcon,
138
139
  RotateCcwIcon: () => RotateCcwIcon,
139
140
  SaveIcon: () => SaveIcon,
@@ -3558,9 +3559,9 @@ var RedoIcon = ({ size = 24, ...props }) => {
3558
3559
  );
3559
3560
  };
3560
3561
 
3561
- // src/risk.tsx
3562
+ // src/retention-policy-icon.tsx
3562
3563
  var import_jsx_runtime111 = require("react/jsx-runtime");
3563
- var RiskIcon = ({ size = 24, ...props }) => {
3564
+ var RetentionPolicyIcon = ({ size = 24, ...props }) => {
3564
3565
  return /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(
3565
3566
  "svg",
3566
3567
  {
@@ -3575,19 +3576,46 @@ var RiskIcon = ({ size = 24, ...props }) => {
3575
3576
  strokeLinejoin: "round",
3576
3577
  ...props,
3577
3578
  children: [
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" })
3579
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("title", { children: "Retention policy icon" }),
3580
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("path", { d: "M4 7V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3" }),
3581
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("polyline", { points: "14 2 14 8 20 8" }),
3582
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("circle", { cx: "6", cy: "14", r: "4" }),
3583
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("path", { d: "M6 12v2l1 1" })
3582
3584
  ]
3583
3585
  }
3584
3586
  );
3585
3587
  };
3586
3588
 
3587
- // src/rotate-ccw-icon.tsx
3589
+ // src/risk.tsx
3588
3590
  var import_jsx_runtime112 = require("react/jsx-runtime");
3589
- var RotateCcwIcon = ({ size = 24, ...props }) => {
3591
+ var RiskIcon = ({ size = 24, ...props }) => {
3590
3592
  return /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(
3593
+ "svg",
3594
+ {
3595
+ xmlns: "http://www.w3.org/2000/svg",
3596
+ width: size,
3597
+ height: size,
3598
+ viewBox: "0 0 24 24",
3599
+ fill: "none",
3600
+ stroke: "currentColor",
3601
+ strokeWidth: "2",
3602
+ strokeLinecap: "round",
3603
+ strokeLinejoin: "round",
3604
+ ...props,
3605
+ children: [
3606
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("title", { children: "Risk icon" }),
3607
+ /* @__PURE__ */ (0, import_jsx_runtime112.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" }),
3608
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("path", { d: "M12 8v4" }),
3609
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("path", { d: "M12 16h.01" })
3610
+ ]
3611
+ }
3612
+ );
3613
+ };
3614
+
3615
+ // src/rotate-ccw-icon.tsx
3616
+ var import_jsx_runtime113 = require("react/jsx-runtime");
3617
+ var RotateCcwIcon = ({ size = 24, ...props }) => {
3618
+ return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
3591
3619
  "svg",
3592
3620
  {
3593
3621
  width: size,
@@ -3597,8 +3625,8 @@ var RotateCcwIcon = ({ size = 24, ...props }) => {
3597
3625
  xmlns: "http://www.w3.org/2000/svg",
3598
3626
  ...props,
3599
3627
  children: [
3600
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("title", { children: "Rotate Ccw Icon" }),
3601
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
3628
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("title", { children: "Rotate Ccw Icon" }),
3629
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
3602
3630
  "path",
3603
3631
  {
3604
3632
  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",
@@ -3611,9 +3639,9 @@ var RotateCcwIcon = ({ size = 24, ...props }) => {
3611
3639
  };
3612
3640
 
3613
3641
  // src/save.tsx
3614
- var import_jsx_runtime113 = require("react/jsx-runtime");
3642
+ var import_jsx_runtime114 = require("react/jsx-runtime");
3615
3643
  var SaveIcon = (props) => {
3616
- return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
3644
+ return /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
3617
3645
  "svg",
3618
3646
  {
3619
3647
  xmlns: "http://www.w3.org/2000/svg",
@@ -3627,19 +3655,19 @@ var SaveIcon = (props) => {
3627
3655
  strokeLinejoin: "round",
3628
3656
  ...props,
3629
3657
  children: [
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" })
3658
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("title", { children: "Save Icon" }),
3659
+ /* @__PURE__ */ (0, import_jsx_runtime114.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" }),
3660
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" }),
3661
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("path", { d: "M7 3v4a1 1 0 0 0 1 1h7" })
3634
3662
  ]
3635
3663
  }
3636
3664
  );
3637
3665
  };
3638
3666
 
3639
3667
  // src/search.tsx
3640
- var import_jsx_runtime114 = require("react/jsx-runtime");
3668
+ var import_jsx_runtime115 = require("react/jsx-runtime");
3641
3669
  var SearchIcon = (props) => {
3642
- return /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
3670
+ return /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(
3643
3671
  "svg",
3644
3672
  {
3645
3673
  xmlns: "http://www.w3.org/2000/svg",
@@ -3653,18 +3681,18 @@ var SearchIcon = (props) => {
3653
3681
  strokeLinejoin: "round",
3654
3682
  ...props,
3655
3683
  children: [
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" })
3684
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("title", { children: "Search Icon" }),
3685
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("path", { d: "m21 21-4.34-4.34" }),
3686
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("circle", { cx: "11", cy: "11", r: "8" })
3659
3687
  ]
3660
3688
  }
3661
3689
  );
3662
3690
  };
3663
3691
 
3664
3692
  // src/service-asset.tsx
3665
- var import_jsx_runtime115 = require("react/jsx-runtime");
3693
+ var import_jsx_runtime116 = require("react/jsx-runtime");
3666
3694
  var ServiceAssetIcon = ({ size = 24, ...props }) => {
3667
- return /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(
3695
+ return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
3668
3696
  "svg",
3669
3697
  {
3670
3698
  xmlns: "http://www.w3.org/2000/svg",
@@ -3678,20 +3706,20 @@ var ServiceAssetIcon = ({ size = 24, ...props }) => {
3678
3706
  strokeLinejoin: "round",
3679
3707
  ...props,
3680
3708
  children: [
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" })
3709
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("title", { children: "Service Asset icon" }),
3710
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("path", { d: "M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8" }),
3711
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("path", { d: "M10 19v-3.96 3.15" }),
3712
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("path", { d: "M7 19h5" }),
3713
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("rect", { width: "6", height: "10", x: "16", y: "12", rx: "2" })
3686
3714
  ]
3687
3715
  }
3688
3716
  );
3689
3717
  };
3690
3718
 
3691
3719
  // src/settings.tsx
3692
- var import_jsx_runtime116 = require("react/jsx-runtime");
3720
+ var import_jsx_runtime117 = require("react/jsx-runtime");
3693
3721
  var SettingsIcon = ({ size = 24, ...props }) => {
3694
- return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
3722
+ return /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
3695
3723
  "svg",
3696
3724
  {
3697
3725
  xmlns: "http://www.w3.org/2000/svg",
@@ -3705,20 +3733,20 @@ var SettingsIcon = ({ size = 24, ...props }) => {
3705
3733
  strokeLinejoin: "round",
3706
3734
  ...props,
3707
3735
  children: [
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" })
3736
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("title", { children: "Settings" }),
3737
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("path", { d: "M14 17H5" }),
3738
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("path", { d: "M19 7h-9" }),
3739
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("circle", { cx: "17", cy: "17", r: "3" }),
3740
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("circle", { cx: "7", cy: "7", r: "3" })
3713
3741
  ]
3714
3742
  }
3715
3743
  );
3716
3744
  };
3717
3745
 
3718
3746
  // src/shell.tsx
3719
- var import_jsx_runtime117 = require("react/jsx-runtime");
3747
+ var import_jsx_runtime118 = require("react/jsx-runtime");
3720
3748
  var ShellIcon = ({ size = 24, ...props }) => {
3721
- return /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
3749
+ return /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(
3722
3750
  "svg",
3723
3751
  {
3724
3752
  xmlns: "http://www.w3.org/2000/svg",
@@ -3732,17 +3760,17 @@ var ShellIcon = ({ size = 24, ...props }) => {
3732
3760
  strokeLinejoin: "round",
3733
3761
  ...props,
3734
3762
  children: [
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" })
3763
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("title", { children: "Shell Icon" }),
3764
+ /* @__PURE__ */ (0, import_jsx_runtime118.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" })
3737
3765
  ]
3738
3766
  }
3739
3767
  );
3740
3768
  };
3741
3769
 
3742
3770
  // src/shield-check-icon.tsx
3743
- var import_jsx_runtime118 = require("react/jsx-runtime");
3771
+ var import_jsx_runtime119 = require("react/jsx-runtime");
3744
3772
  function ShieldCheckIcon(props) {
3745
- return /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(
3773
+ return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
3746
3774
  "svg",
3747
3775
  {
3748
3776
  xmlns: "http://www.w3.org/2000/svg",
@@ -3756,18 +3784,18 @@ function ShieldCheckIcon(props) {
3756
3784
  strokeLinejoin: "round",
3757
3785
  ...props,
3758
3786
  children: [
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" })
3787
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("title", { children: "Shield Check" }),
3788
+ /* @__PURE__ */ (0, import_jsx_runtime119.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" }),
3789
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("path", { d: "m9 12 2 2 4-4" })
3762
3790
  ]
3763
3791
  }
3764
3792
  );
3765
3793
  }
3766
3794
 
3767
3795
  // src/software-asset.tsx
3768
- var import_jsx_runtime119 = require("react/jsx-runtime");
3796
+ var import_jsx_runtime120 = require("react/jsx-runtime");
3769
3797
  var SoftwareAssetIcon = ({ size = 24, ...props }) => {
3770
- return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
3798
+ return /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
3771
3799
  "svg",
3772
3800
  {
3773
3801
  xmlns: "http://www.w3.org/2000/svg",
@@ -3781,20 +3809,20 @@ var SoftwareAssetIcon = ({ size = 24, ...props }) => {
3781
3809
  strokeLinejoin: "round",
3782
3810
  ...props,
3783
3811
  children: [
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" })
3812
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("title", { children: "Software Asset Icon" }),
3813
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }),
3814
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { d: "M6 8h.01" }),
3815
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { d: "M10 8h.01" }),
3816
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { d: "M14 8h.01" })
3789
3817
  ]
3790
3818
  }
3791
3819
  );
3792
3820
  };
3793
3821
 
3794
3822
  // src/square-x-icon.tsx
3795
- var import_jsx_runtime120 = require("react/jsx-runtime");
3823
+ var import_jsx_runtime121 = require("react/jsx-runtime");
3796
3824
  var SquareXIcon = ({ size = 24, ...props }) => {
3797
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
3825
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
3798
3826
  "svg",
3799
3827
  {
3800
3828
  width: "24",
@@ -3804,8 +3832,8 @@ var SquareXIcon = ({ size = 24, ...props }) => {
3804
3832
  xmlns: "http://www.w3.org/2000/svg",
3805
3833
  ...props,
3806
3834
  children: [
3807
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("title", { children: "Square X" }),
3808
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
3835
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("title", { children: "Square X" }),
3836
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
3809
3837
  "path",
3810
3838
  {
3811
3839
  fillRule: "evenodd",
@@ -3820,9 +3848,9 @@ var SquareXIcon = ({ size = 24, ...props }) => {
3820
3848
  };
3821
3849
 
3822
3850
  // src/squares-intersect.tsx
3823
- var import_jsx_runtime121 = require("react/jsx-runtime");
3851
+ var import_jsx_runtime122 = require("react/jsx-runtime");
3824
3852
  var SquaresIntersect = ({ size = 24, ...props }) => {
3825
- return /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
3853
+ return /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(
3826
3854
  "svg",
3827
3855
  {
3828
3856
  xmlns: "http://www.w3.org/2000/svg",
@@ -3836,27 +3864,27 @@ var SquaresIntersect = ({ size = 24, ...props }) => {
3836
3864
  strokeLinejoin: "round",
3837
3865
  ...props,
3838
3866
  children: [
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" })
3867
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("title", { children: "Squares Intersect icon" }),
3868
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("path", { d: "M10 22a2 2 0 0 1-2-2" }),
3869
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("path", { d: "M14 2a2 2 0 0 1 2 2" }),
3870
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("path", { d: "M16 22h-2" }),
3871
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("path", { d: "M2 10V8" }),
3872
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("path", { d: "M2 4a2 2 0 0 1 2-2" }),
3873
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("path", { d: "M20 8a2 2 0 0 1 2 2" }),
3874
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("path", { d: "M22 14v2" }),
3875
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("path", { d: "M22 20a2 2 0 0 1-2 2" }),
3876
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("path", { d: "M4 16a2 2 0 0 1-2-2" }),
3877
+ /* @__PURE__ */ (0, import_jsx_runtime122.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" }),
3878
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("path", { d: "M8 2h2" })
3851
3879
  ]
3852
3880
  }
3853
3881
  );
3854
3882
  };
3855
3883
 
3856
3884
  // src/strike-icon.tsx
3857
- var import_jsx_runtime122 = require("react/jsx-runtime");
3885
+ var import_jsx_runtime123 = require("react/jsx-runtime");
3858
3886
  var StrikeIcon = ({ size = 24, ...props }) => {
3859
- return /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(
3887
+ return /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(
3860
3888
  "svg",
3861
3889
  {
3862
3890
  width: size,
@@ -3866,15 +3894,15 @@ var StrikeIcon = ({ size = 24, ...props }) => {
3866
3894
  xmlns: "http://www.w3.org/2000/svg",
3867
3895
  ...props,
3868
3896
  children: [
3869
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("title", { children: "Strike" }),
3870
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
3897
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("title", { children: "Strike" }),
3898
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
3871
3899
  "path",
3872
3900
  {
3873
3901
  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",
3874
3902
  fill: "currentColor"
3875
3903
  }
3876
3904
  ),
3877
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
3905
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
3878
3906
  "path",
3879
3907
  {
3880
3908
  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",
@@ -3887,9 +3915,9 @@ var StrikeIcon = ({ size = 24, ...props }) => {
3887
3915
  };
3888
3916
 
3889
3917
  // src/subscript-icon.tsx
3890
- var import_jsx_runtime123 = require("react/jsx-runtime");
3918
+ var import_jsx_runtime124 = require("react/jsx-runtime");
3891
3919
  var SubscriptIcon = ({ size = 24, ...props }) => {
3892
- return /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(
3920
+ return /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(
3893
3921
  "svg",
3894
3922
  {
3895
3923
  width: size,
@@ -3899,8 +3927,8 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
3899
3927
  xmlns: "http://www.w3.org/2000/svg",
3900
3928
  ...props,
3901
3929
  children: [
3902
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("title", { children: "Subscript" }),
3903
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
3930
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("title", { children: "Subscript" }),
3931
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
3904
3932
  "path",
3905
3933
  {
3906
3934
  fillRule: "evenodd",
@@ -3909,7 +3937,7 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
3909
3937
  fill: "currentColor"
3910
3938
  }
3911
3939
  ),
3912
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
3940
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
3913
3941
  "path",
3914
3942
  {
3915
3943
  fillRule: "evenodd",
@@ -3918,7 +3946,7 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
3918
3946
  fill: "currentColor"
3919
3947
  }
3920
3948
  ),
3921
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
3949
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
3922
3950
  "path",
3923
3951
  {
3924
3952
  fillRule: "evenodd",
@@ -3933,9 +3961,9 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
3933
3961
  };
3934
3962
 
3935
3963
  // src/superscript-icon.tsx
3936
- var import_jsx_runtime124 = require("react/jsx-runtime");
3964
+ var import_jsx_runtime125 = require("react/jsx-runtime");
3937
3965
  var SuperscriptIcon = ({ size = 24, ...props }) => {
3938
- return /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(
3966
+ return /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(
3939
3967
  "svg",
3940
3968
  {
3941
3969
  width: size,
@@ -3945,8 +3973,8 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
3945
3973
  xmlns: "http://www.w3.org/2000/svg",
3946
3974
  ...props,
3947
3975
  children: [
3948
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("title", { children: "Superscript" }),
3949
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
3976
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("title", { children: "Superscript" }),
3977
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
3950
3978
  "path",
3951
3979
  {
3952
3980
  fillRule: "evenodd",
@@ -3955,7 +3983,7 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
3955
3983
  fill: "currentColor"
3956
3984
  }
3957
3985
  ),
3958
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
3986
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
3959
3987
  "path",
3960
3988
  {
3961
3989
  fillRule: "evenodd",
@@ -3964,7 +3992,7 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
3964
3992
  fill: "currentColor"
3965
3993
  }
3966
3994
  ),
3967
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
3995
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
3968
3996
  "path",
3969
3997
  {
3970
3998
  fillRule: "evenodd",
@@ -3979,9 +4007,9 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
3979
4007
  };
3980
4008
 
3981
4009
  // src/table-cell-merge-icon.tsx
3982
- var import_jsx_runtime125 = require("react/jsx-runtime");
4010
+ var import_jsx_runtime126 = require("react/jsx-runtime");
3983
4011
  var TableCellMergeIcon = ({ size = 24, ...props }) => {
3984
- return /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(
4012
+ return /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(
3985
4013
  "svg",
3986
4014
  {
3987
4015
  width: "24",
@@ -3991,43 +4019,43 @@ var TableCellMergeIcon = ({ size = 24, ...props }) => {
3991
4019
  xmlns: "http://www.w3.org/2000/svg",
3992
4020
  ...props,
3993
4021
  children: [
3994
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("title", { children: "Table Cell Merge" }),
3995
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4022
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("title", { children: "Table Cell Merge" }),
4023
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
3996
4024
  "path",
3997
4025
  {
3998
4026
  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",
3999
4027
  fill: "currentColor"
4000
4028
  }
4001
4029
  ),
4002
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4030
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4003
4031
  "path",
4004
4032
  {
4005
4033
  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",
4006
4034
  fill: "currentColor"
4007
4035
  }
4008
4036
  ),
4009
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4037
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4010
4038
  "path",
4011
4039
  {
4012
4040
  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",
4013
4041
  fill: "currentColor"
4014
4042
  }
4015
4043
  ),
4016
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4044
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4017
4045
  "path",
4018
4046
  {
4019
4047
  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",
4020
4048
  fill: "currentColor"
4021
4049
  }
4022
4050
  ),
4023
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4051
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4024
4052
  "path",
4025
4053
  {
4026
4054
  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",
4027
4055
  fill: "currentColor"
4028
4056
  }
4029
4057
  ),
4030
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4058
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4031
4059
  "path",
4032
4060
  {
4033
4061
  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",
@@ -4040,9 +4068,9 @@ var TableCellMergeIcon = ({ size = 24, ...props }) => {
4040
4068
  };
4041
4069
 
4042
4070
  // src/table-cell-split-icon.tsx
4043
- var import_jsx_runtime126 = require("react/jsx-runtime");
4071
+ var import_jsx_runtime127 = require("react/jsx-runtime");
4044
4072
  var TableCellSplitIcon = ({ size = 24, ...props }) => {
4045
- return /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(
4073
+ return /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(
4046
4074
  "svg",
4047
4075
  {
4048
4076
  width: "24",
@@ -4052,43 +4080,43 @@ var TableCellSplitIcon = ({ size = 24, ...props }) => {
4052
4080
  xmlns: "http://www.w3.org/2000/svg",
4053
4081
  ...props,
4054
4082
  children: [
4055
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("title", { children: "Table Cell Split" }),
4056
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4083
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("title", { children: "Table Cell Split" }),
4084
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
4057
4085
  "path",
4058
4086
  {
4059
4087
  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",
4060
4088
  fill: "currentColor"
4061
4089
  }
4062
4090
  ),
4063
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4091
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
4064
4092
  "path",
4065
4093
  {
4066
4094
  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",
4067
4095
  fill: "currentColor"
4068
4096
  }
4069
4097
  ),
4070
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4098
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
4071
4099
  "path",
4072
4100
  {
4073
4101
  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",
4074
4102
  fill: "currentColor"
4075
4103
  }
4076
4104
  ),
4077
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4105
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
4078
4106
  "path",
4079
4107
  {
4080
4108
  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",
4081
4109
  fill: "currentColor"
4082
4110
  }
4083
4111
  ),
4084
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4112
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
4085
4113
  "path",
4086
4114
  {
4087
4115
  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",
4088
4116
  fill: "currentColor"
4089
4117
  }
4090
4118
  ),
4091
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4119
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
4092
4120
  "path",
4093
4121
  {
4094
4122
  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",
@@ -4101,12 +4129,12 @@ var TableCellSplitIcon = ({ size = 24, ...props }) => {
4101
4129
  };
4102
4130
 
4103
4131
  // src/table-header-column.tsx
4104
- var import_jsx_runtime127 = require("react/jsx-runtime");
4132
+ var import_jsx_runtime128 = require("react/jsx-runtime");
4105
4133
  var TableHeaderColumnIcon = ({
4106
4134
  size = 24,
4107
4135
  ...props
4108
4136
  }) => {
4109
- return /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(
4137
+ return /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)(
4110
4138
  "svg",
4111
4139
  {
4112
4140
  width: "24",
@@ -4116,8 +4144,8 @@ var TableHeaderColumnIcon = ({
4116
4144
  xmlns: "http://www.w3.org/2000/svg",
4117
4145
  ...props,
4118
4146
  children: [
4119
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("title", { children: "Table Header Column" }),
4120
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
4147
+ /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("title", { children: "Table Header Column" }),
4148
+ /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
4121
4149
  "path",
4122
4150
  {
4123
4151
  fillRule: "evenodd",
@@ -4132,9 +4160,9 @@ var TableHeaderColumnIcon = ({
4132
4160
  };
4133
4161
 
4134
4162
  // src/table-header-row.tsx
4135
- var import_jsx_runtime128 = require("react/jsx-runtime");
4163
+ var import_jsx_runtime129 = require("react/jsx-runtime");
4136
4164
  var TableHeaderRowIcon = ({ size = 24, ...props }) => {
4137
- return /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)(
4165
+ return /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
4138
4166
  "svg",
4139
4167
  {
4140
4168
  width: "24",
@@ -4144,8 +4172,8 @@ var TableHeaderRowIcon = ({ size = 24, ...props }) => {
4144
4172
  xmlns: "http://www.w3.org/2000/svg",
4145
4173
  ...props,
4146
4174
  children: [
4147
- /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("title", { children: "Table Header Row" }),
4148
- /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
4175
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("title", { children: "Table Header Row" }),
4176
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
4149
4177
  "path",
4150
4178
  {
4151
4179
  fillRule: "evenodd",
@@ -4160,9 +4188,9 @@ var TableHeaderRowIcon = ({ size = 24, ...props }) => {
4160
4188
  };
4161
4189
 
4162
4190
  // src/table-icon.tsx
4163
- var import_jsx_runtime129 = require("react/jsx-runtime");
4191
+ var import_jsx_runtime130 = require("react/jsx-runtime");
4164
4192
  var TableIcon = ({ size = 24, ...props }) => {
4165
- return /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
4193
+ return /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)(
4166
4194
  "svg",
4167
4195
  {
4168
4196
  width: size,
@@ -4176,20 +4204,20 @@ var TableIcon = ({ size = 24, ...props }) => {
4176
4204
  xmlns: "http://www.w3.org/2000/svg",
4177
4205
  ...props,
4178
4206
  children: [
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" })
4207
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("title", { children: "Table" }),
4208
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("path", { d: "M12 3v18" }),
4209
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
4210
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("path", { d: "M3 9h18" }),
4211
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("path", { d: "M3 15h18" })
4184
4212
  ]
4185
4213
  }
4186
4214
  );
4187
4215
  };
4188
4216
 
4189
4217
  // src/table-of-contents-icon.tsx
4190
- var import_jsx_runtime130 = require("react/jsx-runtime");
4218
+ var import_jsx_runtime131 = require("react/jsx-runtime");
4191
4219
  var TableOfContentsIcon = ({ size = 24, ...props }) => {
4192
- return /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)(
4220
+ return /* @__PURE__ */ (0, import_jsx_runtime131.jsxs)(
4193
4221
  "svg",
4194
4222
  {
4195
4223
  xmlns: "http://www.w3.org/2000/svg",
@@ -4199,8 +4227,8 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
4199
4227
  fill: "currentColor",
4200
4228
  ...props,
4201
4229
  children: [
4202
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("title", { children: "Table of Contents Icon" }),
4203
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
4230
+ /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("title", { children: "Table of Contents Icon" }),
4231
+ /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
4204
4232
  "path",
4205
4233
  {
4206
4234
  fillRule: "evenodd",
@@ -4209,7 +4237,7 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
4209
4237
  fill: "currentColor"
4210
4238
  }
4211
4239
  ),
4212
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
4240
+ /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
4213
4241
  "path",
4214
4242
  {
4215
4243
  fillRule: "evenodd",
@@ -4218,7 +4246,7 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
4218
4246
  fill: "currentColor"
4219
4247
  }
4220
4248
  ),
4221
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
4249
+ /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
4222
4250
  "path",
4223
4251
  {
4224
4252
  fillRule: "evenodd",
@@ -4227,7 +4255,7 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
4227
4255
  fill: "currentColor"
4228
4256
  }
4229
4257
  ),
4230
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
4258
+ /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
4231
4259
  "path",
4232
4260
  {
4233
4261
  fillRule: "evenodd",
@@ -4242,9 +4270,9 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
4242
4270
  };
4243
4271
 
4244
4272
  // src/tom-icon.tsx
4245
- var import_jsx_runtime131 = require("react/jsx-runtime");
4273
+ var import_jsx_runtime132 = require("react/jsx-runtime");
4246
4274
  var TomIcon = ({ size = 24, ...props }) => {
4247
- return /* @__PURE__ */ (0, import_jsx_runtime131.jsxs)(
4275
+ return /* @__PURE__ */ (0, import_jsx_runtime132.jsxs)(
4248
4276
  "svg",
4249
4277
  {
4250
4278
  xmlns: "http://www.w3.org/2000/svg",
@@ -4258,18 +4286,18 @@ var TomIcon = ({ size = 24, ...props }) => {
4258
4286
  strokeLinejoin: "round",
4259
4287
  ...props,
4260
4288
  children: [
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" })
4289
+ /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("title", { children: "TOM icon" }),
4290
+ /* @__PURE__ */ (0, import_jsx_runtime132.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" }),
4291
+ /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("path", { d: "m9 12 2 2 4-4" })
4264
4292
  ]
4265
4293
  }
4266
4294
  );
4267
4295
  };
4268
4296
 
4269
4297
  // src/trash-icon.tsx
4270
- var import_jsx_runtime132 = require("react/jsx-runtime");
4298
+ var import_jsx_runtime133 = require("react/jsx-runtime");
4271
4299
  var TrashIcon = ({ size = 24, ...props }) => {
4272
- return /* @__PURE__ */ (0, import_jsx_runtime132.jsxs)(
4300
+ return /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)(
4273
4301
  "svg",
4274
4302
  {
4275
4303
  xmlns: "http://www.w3.org/2000/svg",
@@ -4283,21 +4311,21 @@ var TrashIcon = ({ size = 24, ...props }) => {
4283
4311
  strokeLinejoin: "round",
4284
4312
  ...props,
4285
4313
  children: [
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" })
4314
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("title", { children: "Trash icon" }),
4315
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("path", { d: "M10 11v6" }),
4316
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("path", { d: "M14 11v6" }),
4317
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" }),
4318
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("path", { d: "M3 6h18" }),
4319
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("path", { d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" })
4292
4320
  ]
4293
4321
  }
4294
4322
  );
4295
4323
  };
4296
4324
 
4297
4325
  // src/type-icon.tsx
4298
- var import_jsx_runtime133 = require("react/jsx-runtime");
4326
+ var import_jsx_runtime134 = require("react/jsx-runtime");
4299
4327
  var TypeIcon = ({ size = 24, ...props }) => {
4300
- return /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)(
4328
+ return /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)(
4301
4329
  "svg",
4302
4330
  {
4303
4331
  width: size,
@@ -4307,8 +4335,8 @@ var TypeIcon = ({ size = 24, ...props }) => {
4307
4335
  xmlns: "http://www.w3.org/2000/svg",
4308
4336
  ...props,
4309
4337
  children: [
4310
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("title", { children: "Type Icon" }),
4311
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
4338
+ /* @__PURE__ */ (0, import_jsx_runtime134.jsx)("title", { children: "Type Icon" }),
4339
+ /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
4312
4340
  "path",
4313
4341
  {
4314
4342
  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",
@@ -4321,9 +4349,9 @@ var TypeIcon = ({ size = 24, ...props }) => {
4321
4349
  };
4322
4350
 
4323
4351
  // src/underline-icon.tsx
4324
- var import_jsx_runtime134 = require("react/jsx-runtime");
4352
+ var import_jsx_runtime135 = require("react/jsx-runtime");
4325
4353
  var UnderlineIcon = ({ size = 24, ...props }) => {
4326
- return /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)(
4354
+ return /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)(
4327
4355
  "svg",
4328
4356
  {
4329
4357
  width: size,
@@ -4333,8 +4361,8 @@ var UnderlineIcon = ({ size = 24, ...props }) => {
4333
4361
  xmlns: "http://www.w3.org/2000/svg",
4334
4362
  ...props,
4335
4363
  children: [
4336
- /* @__PURE__ */ (0, import_jsx_runtime134.jsx)("title", { children: "Underline" }),
4337
- /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
4364
+ /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("title", { children: "Underline" }),
4365
+ /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
4338
4366
  "path",
4339
4367
  {
4340
4368
  fillRule: "evenodd",
@@ -4349,9 +4377,9 @@ var UnderlineIcon = ({ size = 24, ...props }) => {
4349
4377
  };
4350
4378
 
4351
4379
  // src/undo-icon.tsx
4352
- var import_jsx_runtime135 = require("react/jsx-runtime");
4380
+ var import_jsx_runtime136 = require("react/jsx-runtime");
4353
4381
  var UndoIcon = ({ size = 24, ...props }) => {
4354
- return /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)(
4382
+ return /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)(
4355
4383
  "svg",
4356
4384
  {
4357
4385
  xmlns: "http://www.w3.org/2000/svg",
@@ -4361,8 +4389,8 @@ var UndoIcon = ({ size = 24, ...props }) => {
4361
4389
  fill: "currentColor",
4362
4390
  ...props,
4363
4391
  children: [
4364
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("title", { children: "Undo Icon" }),
4365
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
4392
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("title", { children: "Undo Icon" }),
4393
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
4366
4394
  "path",
4367
4395
  {
4368
4396
  fillRule: "evenodd",
@@ -4377,9 +4405,9 @@ var UndoIcon = ({ size = 24, ...props }) => {
4377
4405
  };
4378
4406
 
4379
4407
  // src/upload.tsx
4380
- var import_jsx_runtime136 = require("react/jsx-runtime");
4408
+ var import_jsx_runtime137 = require("react/jsx-runtime");
4381
4409
  var UploadIcon = ({ size = 24, ...props }) => {
4382
- return /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)(
4410
+ return /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)(
4383
4411
  "svg",
4384
4412
  {
4385
4413
  xmlns: "http://www.w3.org/2000/svg",
@@ -4393,19 +4421,19 @@ var UploadIcon = ({ size = 24, ...props }) => {
4393
4421
  strokeLinejoin: "round",
4394
4422
  ...props,
4395
4423
  children: [
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" })
4424
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("title", { children: "Upload icon" }),
4425
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("path", { d: "M12 13v8" }),
4426
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }),
4427
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("path", { d: "m8 17 4-4 4 4" })
4400
4428
  ]
4401
4429
  }
4402
4430
  );
4403
4431
  };
4404
4432
 
4405
4433
  // src/user-circle-icon.tsx
4406
- var import_jsx_runtime137 = require("react/jsx-runtime");
4434
+ var import_jsx_runtime138 = require("react/jsx-runtime");
4407
4435
  var UserCircleIcon = ({ size = 24, ...props }) => {
4408
- return /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)(
4436
+ return /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)(
4409
4437
  "svg",
4410
4438
  {
4411
4439
  width: size,
@@ -4414,9 +4442,9 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
4414
4442
  xmlns: "http://www.w3.org/2000/svg",
4415
4443
  ...props,
4416
4444
  children: [
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)(
4445
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("title", { children: "User Circle Icon" }),
4446
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("rect", { width: "256", height: "256", fill: "none" }),
4447
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
4420
4448
  "circle",
4421
4449
  {
4422
4450
  cx: "128",
@@ -4429,7 +4457,7 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
4429
4457
  strokeWidth: "16"
4430
4458
  }
4431
4459
  ),
4432
- /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
4460
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
4433
4461
  "circle",
4434
4462
  {
4435
4463
  cx: "128",
@@ -4442,7 +4470,7 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
4442
4470
  strokeWidth: "16"
4443
4471
  }
4444
4472
  ),
4445
- /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
4473
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
4446
4474
  "path",
4447
4475
  {
4448
4476
  d: "M63.8,199.37a72,72,0,0,1,128.4,0",
@@ -4459,9 +4487,9 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
4459
4487
  };
4460
4488
 
4461
4489
  // src/vendor.tsx
4462
- var import_jsx_runtime138 = require("react/jsx-runtime");
4490
+ var import_jsx_runtime139 = require("react/jsx-runtime");
4463
4491
  var VendorIcon = ({ size = 24, ...props }) => {
4464
- return /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)(
4492
+ return /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)(
4465
4493
  "svg",
4466
4494
  {
4467
4495
  xmlns: "http://www.w3.org/2000/svg",
@@ -4475,12 +4503,12 @@ var VendorIcon = ({ size = 24, ...props }) => {
4475
4503
  strokeLinejoin: "round",
4476
4504
  ...props,
4477
4505
  children: [
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" })
4506
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("title", { children: "Vendor icon" }),
4507
+ /* @__PURE__ */ (0, import_jsx_runtime139.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" }),
4508
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" }),
4509
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("path", { d: "M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4" }),
4510
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("path", { d: "M2 7h20" }),
4511
+ /* @__PURE__ */ (0, import_jsx_runtime139.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" })
4484
4512
  ]
4485
4513
  }
4486
4514
  );
@@ -4600,6 +4628,7 @@ var VendorIcon = ({ size = 24, ...props }) => {
4600
4628
  PuzzleIcon,
4601
4629
  QuestionCircleIcon,
4602
4630
  RedoIcon,
4631
+ RetentionPolicyIcon,
4603
4632
  RiskIcon,
4604
4633
  RotateCcwIcon,
4605
4634
  SaveIcon,
package/dist/index.mjs CHANGED
@@ -1,4 +1,7 @@
1
1
  "use client";
2
+ import {
3
+ UnderlineIcon
4
+ } from "./chunk-ZQ2AEDXT.mjs";
2
5
  import {
3
6
  UndoIcon
4
7
  } from "./chunk-UO4UYWIZ.mjs";
@@ -11,6 +14,9 @@ import {
11
14
  import {
12
15
  VendorIcon
13
16
  } from "./chunk-5AMD4S26.mjs";
17
+ import {
18
+ TableHeaderColumnIcon
19
+ } from "./chunk-WQNMIEEY.mjs";
14
20
  import {
15
21
  TableHeaderRowIcon
16
22
  } from "./chunk-CREJF4CO.mjs";
@@ -30,8 +36,8 @@ import {
30
36
  TypeIcon
31
37
  } from "./chunk-ZTTP7RNY.mjs";
32
38
  import {
33
- UnderlineIcon
34
- } from "./chunk-ZQ2AEDXT.mjs";
39
+ SoftwareAssetIcon
40
+ } from "./chunk-HKQHNRPE.mjs";
35
41
  import {
36
42
  SquareXIcon
37
43
  } from "./chunk-N3JN725D.mjs";
@@ -54,8 +60,8 @@ import {
54
60
  TableCellSplitIcon
55
61
  } from "./chunk-HZO2GIXP.mjs";
56
62
  import {
57
- TableHeaderColumnIcon
58
- } from "./chunk-WQNMIEEY.mjs";
63
+ RiskIcon
64
+ } from "./chunk-JFTUDPFQ.mjs";
59
65
  import {
60
66
  RotateCcwIcon
61
67
  } from "./chunk-QX6QMPB3.mjs";
@@ -77,9 +83,6 @@ import {
77
83
  import {
78
84
  ShieldCheckIcon
79
85
  } from "./chunk-ZYF6O3PM.mjs";
80
- import {
81
- SoftwareAssetIcon
82
- } from "./chunk-HKQHNRPE.mjs";
83
86
  import {
84
87
  ProcessCategoryIcon
85
88
  } from "./chunk-BWDN6UYW.mjs";
@@ -102,8 +105,8 @@ import {
102
105
  RedoIcon
103
106
  } from "./chunk-FODYFMMI.mjs";
104
107
  import {
105
- RiskIcon
106
- } from "./chunk-JFTUDPFQ.mjs";
108
+ RetentionPolicyIcon
109
+ } from "./chunk-J5Z363UY.mjs";
107
110
  import {
108
111
  MoreVerticalIcon
109
112
  } from "./chunk-QNMKBBJP.mjs";
@@ -527,6 +530,7 @@ export {
527
530
  PuzzleIcon,
528
531
  QuestionCircleIcon,
529
532
  RedoIcon,
533
+ RetentionPolicyIcon,
530
534
  RiskIcon,
531
535
  RotateCcwIcon,
532
536
  SaveIcon,
@@ -0,0 +1,7 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { IconSvgProps } from './types.mjs';
3
+ import 'react';
4
+
5
+ declare const RetentionPolicyIcon: ({ size, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
6
+
7
+ export { RetentionPolicyIcon };
@@ -0,0 +1,7 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { IconSvgProps } from './types.js';
3
+ import 'react';
4
+
5
+ declare const RetentionPolicyIcon: ({ size, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
6
+
7
+ export { RetentionPolicyIcon };
@@ -0,0 +1,55 @@
1
+ "use client";
2
+ "use strict";
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
+
21
+ // src/retention-policy-icon.tsx
22
+ var retention_policy_icon_exports = {};
23
+ __export(retention_policy_icon_exports, {
24
+ RetentionPolicyIcon: () => RetentionPolicyIcon
25
+ });
26
+ module.exports = __toCommonJS(retention_policy_icon_exports);
27
+ var import_jsx_runtime = require("react/jsx-runtime");
28
+ var RetentionPolicyIcon = ({ size = 24, ...props }) => {
29
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
30
+ "svg",
31
+ {
32
+ xmlns: "http://www.w3.org/2000/svg",
33
+ width: size,
34
+ height: size,
35
+ viewBox: "0 0 24 24",
36
+ fill: "none",
37
+ stroke: "currentColor",
38
+ strokeWidth: "2",
39
+ strokeLinecap: "round",
40
+ strokeLinejoin: "round",
41
+ ...props,
42
+ children: [
43
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { children: "Retention policy icon" }),
44
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4 7V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3" }),
45
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("polyline", { points: "14 2 14 8 20 8" }),
46
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "6", cy: "14", r: "4" }),
47
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M6 12v2l1 1" })
48
+ ]
49
+ }
50
+ );
51
+ };
52
+ // Annotate the CommonJS export names for ESM import in node:
53
+ 0 && (module.exports = {
54
+ RetentionPolicyIcon
55
+ });
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ import {
3
+ RetentionPolicyIcon
4
+ } from "./chunk-J5Z363UY.mjs";
5
+ export {
6
+ RetentionPolicyIcon
7
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/icons",
3
- "version": "17.8.0",
3
+ "version": "17.9.0",
4
4
  "description": "icons we use in our kopexa products",
5
5
  "keywords": [
6
6
  "icons"
@@ -27,11 +27,11 @@
27
27
  "peerDependencies": {
28
28
  "react": ">=19.0.0-rc.0",
29
29
  "react-dom": ">=19.0.0-rc.0",
30
- "@kopexa/theme": "17.26.3"
30
+ "@kopexa/theme": "17.26.4"
31
31
  },
32
32
  "dependencies": {
33
- "@kopexa/shared-utils": "17.0.66",
34
- "@kopexa/react-utils": "17.1.8"
33
+ "@kopexa/react-utils": "17.1.9",
34
+ "@kopexa/shared-utils": "17.0.67"
35
35
  },
36
36
  "clean-package": "../../../clean-package.config.json",
37
37
  "module": "dist/index.mjs",