@kopexa/icons 17.9.2 → 17.10.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.
Files changed (40) hide show
  1. package/dist/chunk-2TP5O6KW.mjs +32 -0
  2. package/dist/chunk-6JCEPUNT.mjs +31 -0
  3. package/dist/chunk-7KZ5VHQC.mjs +32 -0
  4. package/dist/chunk-KKJMTXPQ.mjs +30 -0
  5. package/dist/chunk-KP6ARADS.mjs +32 -0
  6. package/dist/chunk-LQZRR6AB.mjs +30 -0
  7. package/dist/chunk-OJNFRMOD.mjs +33 -0
  8. package/dist/contact-icon.d.mts +7 -0
  9. package/dist/contact-icon.d.ts +7 -0
  10. package/dist/contact-icon.js +56 -0
  11. package/dist/contact-icon.mjs +7 -0
  12. package/dist/dashboard-icon.d.mts +7 -0
  13. package/dist/dashboard-icon.d.ts +7 -0
  14. package/dist/dashboard-icon.js +55 -0
  15. package/dist/dashboard-icon.mjs +7 -0
  16. package/dist/index.d.mts +7 -0
  17. package/dist/index.d.ts +7 -0
  18. package/dist/index.js +742 -543
  19. package/dist/index.mjs +98 -70
  20. package/dist/kpi-icon.d.mts +7 -0
  21. package/dist/kpi-icon.d.ts +7 -0
  22. package/dist/kpi-icon.js +53 -0
  23. package/dist/kpi-icon.mjs +7 -0
  24. package/dist/objective-icon.d.mts +7 -0
  25. package/dist/objective-icon.d.ts +7 -0
  26. package/dist/objective-icon.js +54 -0
  27. package/dist/objective-icon.mjs +7 -0
  28. package/dist/risk-opportunity-icon.d.mts +7 -0
  29. package/dist/risk-opportunity-icon.d.ts +7 -0
  30. package/dist/risk-opportunity-icon.js +55 -0
  31. package/dist/risk-opportunity-icon.mjs +7 -0
  32. package/dist/stakeholder-icon.d.mts +7 -0
  33. package/dist/stakeholder-icon.d.ts +7 -0
  34. package/dist/stakeholder-icon.js +55 -0
  35. package/dist/stakeholder-icon.mjs +7 -0
  36. package/dist/trust-center-icon.d.mts +7 -0
  37. package/dist/trust-center-icon.d.ts +7 -0
  38. package/dist/trust-center-icon.js +53 -0
  39. package/dist/trust-center-icon.mjs +7 -0
  40. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -69,6 +69,7 @@ __export(index_exports, {
69
69
  CodeBlockIcon: () => CodeBlockIcon,
70
70
  CodeIcon: () => CodeIcon,
71
71
  CodeblockIcon: () => CodeblockIcon,
72
+ ContactIcon: () => ContactIcon,
72
73
  ControlImplementationIcon: () => ControlImplementationIcon,
73
74
  ControlsIcon: () => ControlsIcon,
74
75
  CopyIcon: () => CopyIcon,
@@ -76,6 +77,7 @@ __export(index_exports, {
76
77
  CropIcon: () => CropIcon,
77
78
  DORAIcon: () => DORAIcon,
78
79
  DSARIcon: () => DSARIcon,
80
+ DashboardIcon: () => DashboardIcon,
79
81
  DataAssetIcon: () => DataAssetIcon,
80
82
  DocumentsIcon: () => DocumentsIcon,
81
83
  DomainIcon: () => DomainIcon,
@@ -109,6 +111,7 @@ __export(index_exports, {
109
111
  IntersectIcon: () => SquaresIntersect,
110
112
  IssuesIcon: () => IssuesIcon,
111
113
  ItalicIcon: () => ItalicIcon,
114
+ KpiIcon: () => KpiIcon,
112
115
  LabelIcon: () => LabelIcon,
113
116
  LinkIcon: () => LinkIcon,
114
117
  LinkedInIcon: () => LinkedInIcon,
@@ -121,6 +124,7 @@ __export(index_exports, {
121
124
  MoreVerticalIcon: () => MoreVerticalIcon,
122
125
  NIS2Icon: () => NIS2Icon,
123
126
  NotificationIcon: () => NotificationIcon,
127
+ ObjectiveIcon: () => ObjectiveIcon,
124
128
  PaletteIcon: () => PaletteIcon,
125
129
  PanelLeftIcon: () => PanelLeftIcon,
126
130
  PartialIcon: () => ChartPie,
@@ -136,6 +140,7 @@ __export(index_exports, {
136
140
  RedoIcon: () => RedoIcon,
137
141
  RetentionPolicyIcon: () => RetentionPolicyIcon,
138
142
  RiskIcon: () => RiskIcon,
143
+ RiskOpportunityIcon: () => RiskOpportunityIcon,
139
144
  RotateCcwIcon: () => RotateCcwIcon,
140
145
  SaveIcon: () => SaveIcon,
141
146
  SearchIcon: () => SearchIcon,
@@ -146,6 +151,7 @@ __export(index_exports, {
146
151
  SoftwareAssetIcon: () => SoftwareAssetIcon,
147
152
  SquareXIcon: () => SquareXIcon,
148
153
  SquaresIntersect: () => SquaresIntersect,
154
+ StakeholderIcon: () => StakeholderIcon,
149
155
  StrikeIcon: () => StrikeIcon,
150
156
  SubscriptIcon: () => SubscriptIcon,
151
157
  SubsetIcon: () => CircleDotIcon,
@@ -159,6 +165,7 @@ __export(index_exports, {
159
165
  TableOfContentsIcon: () => TableOfContentsIcon,
160
166
  TomIcon: () => TomIcon,
161
167
  TrashIcon: () => TrashIcon,
168
+ TrustCenterIcon: () => TrustCenterIcon,
162
169
  TypeIcon: () => TypeIcon,
163
170
  UnderlineIcon: () => UnderlineIcon,
164
171
  UndoIcon: () => UndoIcon,
@@ -1717,13 +1724,41 @@ var CodeblockIcon = ({ size = 24, ...props }) => {
1717
1724
  );
1718
1725
  };
1719
1726
 
1720
- // src/control-implementation-icon.tsx
1727
+ // src/contact-icon.tsx
1721
1728
  var import_jsx_runtime49 = require("react/jsx-runtime");
1729
+ var ContactIcon = ({ size = 24, ...props }) => {
1730
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
1731
+ "svg",
1732
+ {
1733
+ xmlns: "http://www.w3.org/2000/svg",
1734
+ width: size,
1735
+ height: size,
1736
+ viewBox: "0 0 24 24",
1737
+ fill: "none",
1738
+ stroke: "currentColor",
1739
+ strokeWidth: "2",
1740
+ strokeLinecap: "round",
1741
+ strokeLinejoin: "round",
1742
+ ...props,
1743
+ children: [
1744
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("title", { children: "Contact Icon" }),
1745
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { d: "M17 18a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2" }),
1746
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("rect", { width: "18", height: "18", x: "3", y: "4", rx: "2" }),
1747
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("circle", { cx: "12", cy: "10", r: "2" }),
1748
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("line", { x1: "8", x2: "8", y1: "2", y2: "4" }),
1749
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("line", { x1: "16", x2: "16", y1: "2", y2: "4" })
1750
+ ]
1751
+ }
1752
+ );
1753
+ };
1754
+
1755
+ // src/control-implementation-icon.tsx
1756
+ var import_jsx_runtime50 = require("react/jsx-runtime");
1722
1757
  var ControlImplementationIcon = ({
1723
1758
  size = 24,
1724
1759
  ...props
1725
1760
  }) => {
1726
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
1761
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
1727
1762
  "svg",
1728
1763
  {
1729
1764
  xmlns: "http://www.w3.org/2000/svg",
@@ -1737,18 +1772,18 @@ var ControlImplementationIcon = ({
1737
1772
  strokeLinejoin: "round",
1738
1773
  ...props,
1739
1774
  children: [
1740
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("title", { children: "Control Implementation icon" }),
1741
- /* @__PURE__ */ (0, import_jsx_runtime49.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" }),
1742
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { d: "m9 12 2 2 4-4" })
1775
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("title", { children: "Control Implementation icon" }),
1776
+ /* @__PURE__ */ (0, import_jsx_runtime50.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" }),
1777
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "m9 12 2 2 4-4" })
1743
1778
  ]
1744
1779
  }
1745
1780
  );
1746
1781
  };
1747
1782
 
1748
1783
  // src/controls.tsx
1749
- var import_jsx_runtime50 = require("react/jsx-runtime");
1784
+ var import_jsx_runtime51 = require("react/jsx-runtime");
1750
1785
  var ControlsIcon = ({ size = 24, ...props }) => {
1751
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
1786
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1752
1787
  "svg",
1753
1788
  {
1754
1789
  xmlns: "http://www.w3.org/2000/svg",
@@ -1762,21 +1797,21 @@ var ControlsIcon = ({ size = 24, ...props }) => {
1762
1797
  strokeLinejoin: "round",
1763
1798
  ...props,
1764
1799
  children: [
1765
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("title", { children: "Controls icon" }),
1766
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "m3 17 2 2 4-4" }),
1767
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "m3 7 2 2 4-4" }),
1768
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "M13 6h8" }),
1769
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "M13 12h8" }),
1770
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "M13 18h8" })
1800
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("title", { children: "Controls icon" }),
1801
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "m3 17 2 2 4-4" }),
1802
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "m3 7 2 2 4-4" }),
1803
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M13 6h8" }),
1804
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M13 12h8" }),
1805
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M13 18h8" })
1771
1806
  ]
1772
1807
  }
1773
1808
  );
1774
1809
  };
1775
1810
 
1776
1811
  // src/copy-icon.tsx
1777
- var import_jsx_runtime51 = require("react/jsx-runtime");
1812
+ var import_jsx_runtime52 = require("react/jsx-runtime");
1778
1813
  var CopyIcon = ({ size = 24, ...props }) => {
1779
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1814
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
1780
1815
  "svg",
1781
1816
  {
1782
1817
  xmlns: "http://www.w3.org/2000/svg",
@@ -1790,18 +1825,18 @@ var CopyIcon = ({ size = 24, ...props }) => {
1790
1825
  strokeLinejoin: "round",
1791
1826
  ...props,
1792
1827
  children: [
1793
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("title", { children: "Copy Icon" }),
1794
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2" }),
1795
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" })
1828
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("title", { children: "Copy Icon" }),
1829
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2" }),
1830
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" })
1796
1831
  ]
1797
1832
  }
1798
1833
  );
1799
1834
  };
1800
1835
 
1801
1836
  // src/corner-down-left-icon.tsx
1802
- var import_jsx_runtime52 = require("react/jsx-runtime");
1837
+ var import_jsx_runtime53 = require("react/jsx-runtime");
1803
1838
  var CornerDownLeftIcon = ({ size = 24, ...props }) => {
1804
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
1839
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
1805
1840
  "svg",
1806
1841
  {
1807
1842
  xmlns: "http://www.w3.org/2000/svg",
@@ -1815,18 +1850,18 @@ var CornerDownLeftIcon = ({ size = 24, ...props }) => {
1815
1850
  strokeLinejoin: "round",
1816
1851
  ...props,
1817
1852
  children: [
1818
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("title", { children: "Corner Down Left" }),
1819
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { d: "M20 4v7a4 4 0 0 1-4 4H4" }),
1820
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { d: "m9 10-5 5 5 5" })
1853
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("title", { children: "Corner Down Left" }),
1854
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { d: "M20 4v7a4 4 0 0 1-4 4H4" }),
1855
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { d: "m9 10-5 5 5 5" })
1821
1856
  ]
1822
1857
  }
1823
1858
  );
1824
1859
  };
1825
1860
 
1826
1861
  // src/crop-icon.tsx
1827
- var import_jsx_runtime53 = require("react/jsx-runtime");
1862
+ var import_jsx_runtime54 = require("react/jsx-runtime");
1828
1863
  var CropIcon = ({ size = 24, ...props }) => {
1829
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
1864
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
1830
1865
  "svg",
1831
1866
  {
1832
1867
  width: size,
@@ -1836,17 +1871,44 @@ var CropIcon = ({ size = 24, ...props }) => {
1836
1871
  xmlns: "http://www.w3.org/2000/svg",
1837
1872
  ...props,
1838
1873
  children: [
1839
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("title", { children: "Crop Icon" }),
1840
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { d: "M240,192a8,8,0,0,1-8,8H200v32a8,8,0,0,1-16,0V200H64a8,8,0,0,1-8-8V72H24a8,8,0,0,1,0-16H56V24a8,8,0,0,1,16,0V184H232A8,8,0,0,1,240,192ZM96,72h88v88a8,8,0,0,0,16,0V64a8,8,0,0,0-8-8H96a8,8,0,0,0,0,16Z" })
1874
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("title", { children: "Crop Icon" }),
1875
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { d: "M240,192a8,8,0,0,1-8,8H200v32a8,8,0,0,1-16,0V200H64a8,8,0,0,1-8-8V72H24a8,8,0,0,1,0-16H56V24a8,8,0,0,1,16,0V184H232A8,8,0,0,1,240,192ZM96,72h88v88a8,8,0,0,0,16,0V64a8,8,0,0,0-8-8H96a8,8,0,0,0,0,16Z" })
1876
+ ]
1877
+ }
1878
+ );
1879
+ };
1880
+
1881
+ // src/dashboard-icon.tsx
1882
+ var import_jsx_runtime55 = require("react/jsx-runtime");
1883
+ var DashboardIcon = ({ size = 24, ...props }) => {
1884
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
1885
+ "svg",
1886
+ {
1887
+ xmlns: "http://www.w3.org/2000/svg",
1888
+ width: size,
1889
+ height: size,
1890
+ viewBox: "0 0 24 24",
1891
+ fill: "none",
1892
+ stroke: "currentColor",
1893
+ strokeWidth: "2",
1894
+ strokeLinecap: "round",
1895
+ strokeLinejoin: "round",
1896
+ ...props,
1897
+ children: [
1898
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("title", { children: "Dashboard Icon" }),
1899
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("rect", { width: "7", height: "9", x: "3", y: "3", rx: "1" }),
1900
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("rect", { width: "7", height: "5", x: "14", y: "3", rx: "1" }),
1901
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("rect", { width: "7", height: "9", x: "14", y: "12", rx: "1" }),
1902
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("rect", { width: "7", height: "5", x: "3", y: "16", rx: "1" })
1841
1903
  ]
1842
1904
  }
1843
1905
  );
1844
1906
  };
1845
1907
 
1846
1908
  // src/data-asset.tsx
1847
- var import_jsx_runtime54 = require("react/jsx-runtime");
1909
+ var import_jsx_runtime56 = require("react/jsx-runtime");
1848
1910
  var DataAssetIcon = ({ size = 24, ...props }) => {
1849
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
1911
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
1850
1912
  "svg",
1851
1913
  {
1852
1914
  xmlns: "http://www.w3.org/2000/svg",
@@ -1860,19 +1922,19 @@ var DataAssetIcon = ({ size = 24, ...props }) => {
1860
1922
  strokeLinejoin: "round",
1861
1923
  ...props,
1862
1924
  children: [
1863
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("title", { children: "Plattform Asset icon" }),
1864
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3" }),
1865
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { d: "M3 5V19A9 3 0 0 0 21 19V5" }),
1866
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { d: "M3 12A9 3 0 0 0 21 12" })
1925
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("title", { children: "Plattform Asset icon" }),
1926
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3" }),
1927
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { d: "M3 5V19A9 3 0 0 0 21 19V5" }),
1928
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { d: "M3 12A9 3 0 0 0 21 12" })
1867
1929
  ]
1868
1930
  }
1869
1931
  );
1870
1932
  };
1871
1933
 
1872
1934
  // src/documents.tsx
1873
- var import_jsx_runtime55 = require("react/jsx-runtime");
1935
+ var import_jsx_runtime57 = require("react/jsx-runtime");
1874
1936
  var DocumentsIcon = ({ size = 24, ...props }) => {
1875
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
1937
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
1876
1938
  "svg",
1877
1939
  {
1878
1940
  xmlns: "http://www.w3.org/2000/svg",
@@ -1886,21 +1948,21 @@ var DocumentsIcon = ({ size = 24, ...props }) => {
1886
1948
  strokeLinejoin: "round",
1887
1949
  ...props,
1888
1950
  children: [
1889
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("title", { children: "Documents icon" }),
1890
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
1891
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
1892
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M10 9H8" }),
1893
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M16 13H8" }),
1894
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M16 17H8" })
1951
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("title", { children: "Documents icon" }),
1952
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
1953
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
1954
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { d: "M10 9H8" }),
1955
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { d: "M16 13H8" }),
1956
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { d: "M16 17H8" })
1895
1957
  ]
1896
1958
  }
1897
1959
  );
1898
1960
  };
1899
1961
 
1900
1962
  // src/domain-icon.tsx
1901
- var import_jsx_runtime56 = require("react/jsx-runtime");
1963
+ var import_jsx_runtime58 = require("react/jsx-runtime");
1902
1964
  var DomainIcon = ({ size = 24, ...props }) => {
1903
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
1965
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
1904
1966
  "svg",
1905
1967
  {
1906
1968
  xmlns: "http://www.w3.org/2000/svg",
@@ -1914,19 +1976,19 @@ var DomainIcon = ({ size = 24, ...props }) => {
1914
1976
  strokeLinejoin: "round",
1915
1977
  ...props,
1916
1978
  children: [
1917
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("title", { children: "Domain icon" }),
1918
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
1919
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }),
1920
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { d: "M2 12h20" })
1979
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("title", { children: "Domain icon" }),
1980
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
1981
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }),
1982
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { d: "M2 12h20" })
1921
1983
  ]
1922
1984
  }
1923
1985
  );
1924
1986
  };
1925
1987
 
1926
1988
  // src/dora-icon.tsx
1927
- var import_jsx_runtime57 = require("react/jsx-runtime");
1989
+ var import_jsx_runtime59 = require("react/jsx-runtime");
1928
1990
  var DORAIcon = ({ size = 24, ...props }) => {
1929
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
1991
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
1930
1992
  "svg",
1931
1993
  {
1932
1994
  xmlns: "http://www.w3.org/2000/svg",
@@ -1940,22 +2002,22 @@ var DORAIcon = ({ size = 24, ...props }) => {
1940
2002
  strokeLinejoin: "round",
1941
2003
  ...props,
1942
2004
  children: [
1943
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("title", { children: "DORA compliance" }),
1944
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("line", { x1: "3", x2: "21", y1: "22", y2: "22" }),
1945
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("line", { x1: "6", x2: "6", y1: "18", y2: "11" }),
1946
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("line", { x1: "10", x2: "10", y1: "18", y2: "11" }),
1947
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("line", { x1: "14", x2: "14", y1: "18", y2: "11" }),
1948
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("line", { x1: "18", x2: "18", y1: "18", y2: "11" }),
1949
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("polygon", { points: "12 2 20 7 4 7" })
2005
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("title", { children: "DORA compliance" }),
2006
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("line", { x1: "3", x2: "21", y1: "22", y2: "22" }),
2007
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("line", { x1: "6", x2: "6", y1: "18", y2: "11" }),
2008
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("line", { x1: "10", x2: "10", y1: "18", y2: "11" }),
2009
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("line", { x1: "14", x2: "14", y1: "18", y2: "11" }),
2010
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("line", { x1: "18", x2: "18", y1: "18", y2: "11" }),
2011
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("polygon", { points: "12 2 20 7 4 7" })
1950
2012
  ]
1951
2013
  }
1952
2014
  );
1953
2015
  };
1954
2016
 
1955
2017
  // src/download-icon.tsx
1956
- var import_jsx_runtime58 = require("react/jsx-runtime");
2018
+ var import_jsx_runtime60 = require("react/jsx-runtime");
1957
2019
  var DownloadIcon = ({ size = 24, ...props }) => {
1958
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
2020
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
1959
2021
  "svg",
1960
2022
  {
1961
2023
  xmlns: "http://www.w3.org/2000/svg",
@@ -1969,19 +2031,19 @@ var DownloadIcon = ({ size = 24, ...props }) => {
1969
2031
  strokeLinejoin: "round",
1970
2032
  ...props,
1971
2033
  children: [
1972
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("title", { children: "Download icon" }),
1973
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { d: "M12 15V3" }),
1974
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }),
1975
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { d: "m7 10 5 5 5-5" })
2034
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("title", { children: "Download icon" }),
2035
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { d: "M12 15V3" }),
2036
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }),
2037
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { d: "m7 10 5 5 5-5" })
1976
2038
  ]
1977
2039
  }
1978
2040
  );
1979
2041
  };
1980
2042
 
1981
2043
  // src/dsar.tsx
1982
- var import_jsx_runtime59 = require("react/jsx-runtime");
2044
+ var import_jsx_runtime61 = require("react/jsx-runtime");
1983
2045
  var DSARIcon = ({ size = 24, ...props }) => {
1984
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
2046
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
1985
2047
  "svg",
1986
2048
  {
1987
2049
  xmlns: "http://www.w3.org/2000/svg",
@@ -1995,18 +2057,18 @@ var DSARIcon = ({ size = 24, ...props }) => {
1995
2057
  strokeLinejoin: "round",
1996
2058
  ...props,
1997
2059
  children: [
1998
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("title", { children: "DSAR icon" }),
1999
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("polyline", { points: "22 12 16 12 14 15 10 15 8 12 2 12" }),
2000
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { d: "M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z" })
2060
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("title", { children: "DSAR icon" }),
2061
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("polyline", { points: "22 12 16 12 14 15 10 15 8 12 2 12" }),
2062
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { d: "M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z" })
2001
2063
  ]
2002
2064
  }
2003
2065
  );
2004
2066
  };
2005
2067
 
2006
2068
  // src/edit-icon.tsx
2007
- var import_jsx_runtime60 = require("react/jsx-runtime");
2069
+ var import_jsx_runtime62 = require("react/jsx-runtime");
2008
2070
  var EditIcon = ({ size = 24, ...props }) => {
2009
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
2071
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
2010
2072
  "svg",
2011
2073
  {
2012
2074
  xmlns: "http://www.w3.org/2000/svg",
@@ -2020,18 +2082,18 @@ var EditIcon = ({ size = 24, ...props }) => {
2020
2082
  strokeLinejoin: "round",
2021
2083
  ...props,
2022
2084
  children: [
2023
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("title", { children: "Edit icon" }),
2024
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z" }),
2025
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { d: "m15 5 4 4" })
2085
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("title", { children: "Edit icon" }),
2086
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z" }),
2087
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { d: "m15 5 4 4" })
2026
2088
  ]
2027
2089
  }
2028
2090
  );
2029
2091
  };
2030
2092
 
2031
2093
  // src/ellipsis-icon.tsx
2032
- var import_jsx_runtime61 = require("react/jsx-runtime");
2094
+ var import_jsx_runtime63 = require("react/jsx-runtime");
2033
2095
  var EllipsisIcon = ({ size = 24, ...props }) => {
2034
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
2096
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
2035
2097
  "svg",
2036
2098
  {
2037
2099
  xmlns: "http://www.w3.org/2000/svg",
@@ -2045,19 +2107,19 @@ var EllipsisIcon = ({ size = 24, ...props }) => {
2045
2107
  strokeLinejoin: "round",
2046
2108
  ...props,
2047
2109
  children: [
2048
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("title", { children: "Ellipsis Icon" }),
2049
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("circle", { cx: "12", cy: "12", r: "1" }),
2050
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("circle", { cx: "19", cy: "12", r: "1" }),
2051
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("circle", { cx: "5", cy: "12", r: "1" })
2110
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("title", { children: "Ellipsis Icon" }),
2111
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("circle", { cx: "12", cy: "12", r: "1" }),
2112
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("circle", { cx: "19", cy: "12", r: "1" }),
2113
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("circle", { cx: "5", cy: "12", r: "1" })
2052
2114
  ]
2053
2115
  }
2054
2116
  );
2055
2117
  };
2056
2118
 
2057
2119
  // src/equals-icon.tsx
2058
- var import_jsx_runtime62 = require("react/jsx-runtime");
2120
+ var import_jsx_runtime64 = require("react/jsx-runtime");
2059
2121
  var EqualsIcon = ({ size = 24, ...props }) => {
2060
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
2122
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
2061
2123
  "svg",
2062
2124
  {
2063
2125
  xmlns: "http://www.w3.org/2000/svg",
@@ -2071,18 +2133,18 @@ var EqualsIcon = ({ size = 24, ...props }) => {
2071
2133
  strokeLinejoin: "round",
2072
2134
  ...props,
2073
2135
  children: [
2074
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("title", { children: "Equals icon" }),
2075
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("line", { x1: "5", x2: "19", y1: "9", y2: "9" }),
2076
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("line", { x1: "5", x2: "19", y1: "15", y2: "15" })
2136
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("title", { children: "Equals icon" }),
2137
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("line", { x1: "5", x2: "19", y1: "9", y2: "9" }),
2138
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("line", { x1: "5", x2: "19", y1: "15", y2: "15" })
2077
2139
  ]
2078
2140
  }
2079
2141
  );
2080
2142
  };
2081
2143
 
2082
2144
  // src/external-link-icon.tsx
2083
- var import_jsx_runtime63 = require("react/jsx-runtime");
2145
+ var import_jsx_runtime65 = require("react/jsx-runtime");
2084
2146
  var ExternalLinkIcon = ({ size = 24, ...props }) => {
2085
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
2147
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
2086
2148
  "svg",
2087
2149
  {
2088
2150
  xmlns: "http://www.w3.org/2000/svg",
@@ -2097,19 +2159,19 @@ var ExternalLinkIcon = ({ size = 24, ...props }) => {
2097
2159
  "aria-hidden": "true",
2098
2160
  ...props,
2099
2161
  children: [
2100
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("title", { children: "External Link Icon" }),
2101
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { d: "M15 3h6v6" }),
2102
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { d: "M10 14 21 3" }),
2103
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" })
2162
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("title", { children: "External Link Icon" }),
2163
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { d: "M15 3h6v6" }),
2164
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { d: "M10 14 21 3" }),
2165
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" })
2104
2166
  ]
2105
2167
  }
2106
2168
  );
2107
2169
  };
2108
2170
 
2109
2171
  // src/eye.tsx
2110
- var import_jsx_runtime64 = require("react/jsx-runtime");
2172
+ var import_jsx_runtime66 = require("react/jsx-runtime");
2111
2173
  var EyeIcon = (props) => {
2112
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
2174
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
2113
2175
  "svg",
2114
2176
  {
2115
2177
  xmlns: "http://www.w3.org/2000/svg",
@@ -2123,18 +2185,18 @@ var EyeIcon = (props) => {
2123
2185
  strokeLinejoin: "round",
2124
2186
  ...props,
2125
2187
  children: [
2126
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("title", { children: "Eye Icon" }),
2127
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { d: "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0" }),
2128
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("circle", { cx: "12", cy: "12", r: "3" })
2188
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("title", { children: "Eye Icon" }),
2189
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { d: "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0" }),
2190
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("circle", { cx: "12", cy: "12", r: "3" })
2129
2191
  ]
2130
2192
  }
2131
2193
  );
2132
2194
  };
2133
2195
 
2134
2196
  // src/eye-off.tsx
2135
- var import_jsx_runtime65 = require("react/jsx-runtime");
2197
+ var import_jsx_runtime67 = require("react/jsx-runtime");
2136
2198
  var EyeOffIcon = (props) => {
2137
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
2199
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
2138
2200
  "svg",
2139
2201
  {
2140
2202
  xmlns: "http://www.w3.org/2000/svg",
@@ -2148,20 +2210,20 @@ var EyeOffIcon = (props) => {
2148
2210
  strokeLinejoin: "round",
2149
2211
  ...props,
2150
2212
  children: [
2151
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("title", { children: "Eye Off Icon" }),
2152
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { d: "M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49" }),
2153
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242" }),
2154
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { d: "M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143" }),
2155
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { d: "m2 2 20 20" })
2213
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("title", { children: "Eye Off Icon" }),
2214
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", { d: "M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49" }),
2215
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242" }),
2216
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", { d: "M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143" }),
2217
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", { d: "m2 2 20 20" })
2156
2218
  ]
2157
2219
  }
2158
2220
  );
2159
2221
  };
2160
2222
 
2161
2223
  // src/file-text-icon.tsx
2162
- var import_jsx_runtime66 = require("react/jsx-runtime");
2224
+ var import_jsx_runtime68 = require("react/jsx-runtime");
2163
2225
  var FileTextIcon = ({ size = 24, ...props }) => {
2164
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
2226
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
2165
2227
  "svg",
2166
2228
  {
2167
2229
  xmlns: "http://www.w3.org/2000/svg",
@@ -2175,21 +2237,21 @@ var FileTextIcon = ({ size = 24, ...props }) => {
2175
2237
  strokeLinejoin: "round",
2176
2238
  ...props,
2177
2239
  children: [
2178
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("title", { children: "File Text" }),
2179
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
2180
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
2181
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { d: "M10 9H8" }),
2182
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { d: "M16 13H8" }),
2183
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { d: "M16 17H8" })
2240
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("title", { children: "File Text" }),
2241
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
2242
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
2243
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { d: "M10 9H8" }),
2244
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { d: "M16 13H8" }),
2245
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { d: "M16 17H8" })
2184
2246
  ]
2185
2247
  }
2186
2248
  );
2187
2249
  };
2188
2250
 
2189
2251
  // src/gear-icon.tsx
2190
- var import_jsx_runtime67 = require("react/jsx-runtime");
2252
+ var import_jsx_runtime69 = require("react/jsx-runtime");
2191
2253
  var GearIcon = ({ size = 24, ...props }) => {
2192
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
2254
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
2193
2255
  "svg",
2194
2256
  {
2195
2257
  xmlns: "http://www.w3.org/2000/svg",
@@ -2203,18 +2265,18 @@ var GearIcon = ({ size = 24, ...props }) => {
2203
2265
  strokeLinejoin: "round",
2204
2266
  ...props,
2205
2267
  children: [
2206
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("title", { children: "Gear" }),
2207
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", { d: "M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z" }),
2208
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("circle", { cx: "12", cy: "12", r: "3" })
2268
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("title", { children: "Gear" }),
2269
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", { d: "M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z" }),
2270
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("circle", { cx: "12", cy: "12", r: "3" })
2209
2271
  ]
2210
2272
  }
2211
2273
  );
2212
2274
  };
2213
2275
 
2214
2276
  // src/globe-icon.tsx
2215
- var import_jsx_runtime68 = require("react/jsx-runtime");
2277
+ var import_jsx_runtime70 = require("react/jsx-runtime");
2216
2278
  var GlobeIcon = ({ size = 24, ...props }) => {
2217
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
2279
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
2218
2280
  "svg",
2219
2281
  {
2220
2282
  xmlns: "http://www.w3.org/2000/svg",
@@ -2229,19 +2291,19 @@ var GlobeIcon = ({ size = 24, ...props }) => {
2229
2291
  "aria-hidden": "true",
2230
2292
  ...props,
2231
2293
  children: [
2232
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("title", { children: "External Link Icon" }),
2233
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
2234
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }),
2235
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { d: "M2 12h20" })
2294
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("title", { children: "External Link Icon" }),
2295
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
2296
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }),
2297
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { d: "M2 12h20" })
2236
2298
  ]
2237
2299
  }
2238
2300
  );
2239
2301
  };
2240
2302
 
2241
2303
  // src/grip-4-icon.tsx
2242
- var import_jsx_runtime69 = require("react/jsx-runtime");
2304
+ var import_jsx_runtime71 = require("react/jsx-runtime");
2243
2305
  var Grip4Icon = ({ size = 24, ...props }) => {
2244
- return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
2306
+ return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
2245
2307
  "svg",
2246
2308
  {
2247
2309
  width: "24",
@@ -2251,8 +2313,8 @@ var Grip4Icon = ({ size = 24, ...props }) => {
2251
2313
  xmlns: "http://www.w3.org/2000/svg",
2252
2314
  ...props,
2253
2315
  children: [
2254
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("title", { children: "Grip" }),
2255
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2316
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("title", { children: "Grip" }),
2317
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2256
2318
  "path",
2257
2319
  {
2258
2320
  d: "M8 14C9.10457 14 10 14.8954 10 16C10 17.1046 9.10457 18 8 18C6.89543 18 6 17.1046 6 16C6 14.8954 6.89543 14 8 14ZM16 14C17.1046 14 18 14.8954 18 16C18 17.1046 17.1046 18 16 18C14.8954 18 14 17.1046 14 16C14 14.8954 14.8954 14 16 14ZM8 6C9.10457 6 10 6.89543 10 8C10 9.10457 9.10457 10 8 10C6.89543 10 6 9.10457 6 8C6 6.89543 6.89543 6 8 6ZM16 6C17.1046 6 18 6.89543 18 8C18 9.10457 17.1046 10 16 10C14.8954 10 14 9.10457 14 8C14 6.89543 14.8954 6 16 6Z",
@@ -2265,9 +2327,9 @@ var Grip4Icon = ({ size = 24, ...props }) => {
2265
2327
  };
2266
2328
 
2267
2329
  // src/grip-vertical.tsx
2268
- var import_jsx_runtime70 = require("react/jsx-runtime");
2330
+ var import_jsx_runtime72 = require("react/jsx-runtime");
2269
2331
  var GripVerticalIcon = ({ size = 24, ...props }) => {
2270
- return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
2332
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
2271
2333
  "svg",
2272
2334
  {
2273
2335
  xmlns: "http://www.w3.org/2000/svg",
@@ -2282,22 +2344,22 @@ var GripVerticalIcon = ({ size = 24, ...props }) => {
2282
2344
  "aria-hidden": "true",
2283
2345
  ...props,
2284
2346
  children: [
2285
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("title", { children: "Grip Vertical Icon" }),
2286
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("circle", { cx: "9", cy: "12", r: "1" }),
2287
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("circle", { cx: "9", cy: "5", r: "1" }),
2288
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("circle", { cx: "9", cy: "19", r: "1" }),
2289
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("circle", { cx: "15", cy: "12", r: "1" }),
2290
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("circle", { cx: "15", cy: "5", r: "1" }),
2291
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("circle", { cx: "15", cy: "19", r: "1" })
2347
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("title", { children: "Grip Vertical Icon" }),
2348
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("circle", { cx: "9", cy: "12", r: "1" }),
2349
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("circle", { cx: "9", cy: "5", r: "1" }),
2350
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("circle", { cx: "9", cy: "19", r: "1" }),
2351
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("circle", { cx: "15", cy: "12", r: "1" }),
2352
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("circle", { cx: "15", cy: "5", r: "1" }),
2353
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("circle", { cx: "15", cy: "19", r: "1" })
2292
2354
  ]
2293
2355
  }
2294
2356
  );
2295
2357
  };
2296
2358
 
2297
2359
  // src/hardware-asset.tsx
2298
- var import_jsx_runtime71 = require("react/jsx-runtime");
2360
+ var import_jsx_runtime73 = require("react/jsx-runtime");
2299
2361
  var HardwareAssetIcon = ({ size = 24, ...props }) => {
2300
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
2362
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
2301
2363
  "svg",
2302
2364
  {
2303
2365
  xmlns: "http://www.w3.org/2000/svg",
@@ -2311,20 +2373,20 @@ var HardwareAssetIcon = ({ size = 24, ...props }) => {
2311
2373
  strokeLinejoin: "round",
2312
2374
  ...props,
2313
2375
  children: [
2314
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("title", { children: "Hardware Asset icon" }),
2315
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2" }),
2316
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2" }),
2317
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("line", { x1: "6", x2: "6.01", y1: "6", y2: "6" }),
2318
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("line", { x1: "6", x2: "6.01", y1: "18", y2: "18" })
2376
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("title", { children: "Hardware Asset icon" }),
2377
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2" }),
2378
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2" }),
2379
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("line", { x1: "6", x2: "6.01", y1: "6", y2: "6" }),
2380
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("line", { x1: "6", x2: "6.01", y1: "18", y2: "18" })
2319
2381
  ]
2320
2382
  }
2321
2383
  );
2322
2384
  };
2323
2385
 
2324
2386
  // src/heading-five-icon.tsx
2325
- var import_jsx_runtime72 = require("react/jsx-runtime");
2387
+ var import_jsx_runtime74 = require("react/jsx-runtime");
2326
2388
  var HeadingFiveIcon = ({ size = 24, ...props }) => {
2327
- return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
2389
+ return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
2328
2390
  "svg",
2329
2391
  {
2330
2392
  width: size,
@@ -2334,15 +2396,15 @@ var HeadingFiveIcon = ({ size = 24, ...props }) => {
2334
2396
  xmlns: "http://www.w3.org/2000/svg",
2335
2397
  ...props,
2336
2398
  children: [
2337
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("title", { children: "Heading Five" }),
2338
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2399
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("title", { children: "Heading Five" }),
2400
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2339
2401
  "path",
2340
2402
  {
2341
2403
  d: "M5 6C5 5.44772 4.55228 5 4 5C3.44772 5 3 5.44772 3 6V18C3 18.5523 3.44772 19 4 19C4.55228 19 5 18.5523 5 18V13H11V18C11 18.5523 11.4477 19 12 19C12.5523 19 13 18.5523 13 18V6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6V11H5V6Z",
2342
2404
  fill: "currentColor"
2343
2405
  }
2344
2406
  ),
2345
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2407
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2346
2408
  "path",
2347
2409
  {
2348
2410
  d: "M16 10C16 9.44772 16.4477 9 17 9H21C21.5523 9 22 9.44772 22 10C22 10.5523 21.5523 11 21 11H18V12H18.3C20.2754 12 22 13.4739 22 15.5C22 17.5261 20.2754 19 18.3 19C17.6457 19 17.0925 18.8643 16.5528 18.5944C16.0588 18.3474 15.8586 17.7468 16.1055 17.2528C16.3525 16.7588 16.9532 16.5586 17.4472 16.8056C17.7074 16.9357 17.9542 17 18.3 17C19.3246 17 20 16.2739 20 15.5C20 14.7261 19.3246 14 18.3 14H17C16.4477 14 16 13.5523 16 13L16 12.9928V10Z",
@@ -2355,9 +2417,9 @@ var HeadingFiveIcon = ({ size = 24, ...props }) => {
2355
2417
  };
2356
2418
 
2357
2419
  // src/heading-four-icon.tsx
2358
- var import_jsx_runtime73 = require("react/jsx-runtime");
2420
+ var import_jsx_runtime75 = require("react/jsx-runtime");
2359
2421
  var HeadingFourIcon = ({ size = 24, ...props }) => {
2360
- return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
2422
+ return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
2361
2423
  "svg",
2362
2424
  {
2363
2425
  width: size,
@@ -2367,15 +2429,15 @@ var HeadingFourIcon = ({ size = 24, ...props }) => {
2367
2429
  xmlns: "http://www.w3.org/2000/svg",
2368
2430
  ...props,
2369
2431
  children: [
2370
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("title", { children: "Heading Four" }),
2371
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2432
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("title", { children: "Heading Four" }),
2433
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2372
2434
  "path",
2373
2435
  {
2374
2436
  d: "M4 5C4.55228 5 5 5.44772 5 6V11H11V6C11 5.44772 11.4477 5 12 5C12.5523 5 13 5.44772 13 6V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V13H5V18C5 18.5523 4.55228 19 4 19C3.44772 19 3 18.5523 3 18V6C3 5.44772 3.44772 5 4 5Z",
2375
2437
  fill: "currentColor"
2376
2438
  }
2377
2439
  ),
2378
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2440
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2379
2441
  "path",
2380
2442
  {
2381
2443
  d: "M17 9C17.5523 9 18 9.44772 18 10V13H20V10C20 9.44772 20.4477 9 21 9C21.5523 9 22 9.44772 22 10V18C22 18.5523 21.5523 19 21 19C20.4477 19 20 18.5523 20 18V15H17C16.4477 15 16 14.5523 16 14V10C16 9.44772 16.4477 9 17 9Z",
@@ -2388,9 +2450,9 @@ var HeadingFourIcon = ({ size = 24, ...props }) => {
2388
2450
  };
2389
2451
 
2390
2452
  // src/heading-icon.tsx
2391
- var import_jsx_runtime74 = require("react/jsx-runtime");
2453
+ var import_jsx_runtime76 = require("react/jsx-runtime");
2392
2454
  var HeadingIcon = ({ size = 24, ...props }) => {
2393
- return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
2455
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
2394
2456
  "svg",
2395
2457
  {
2396
2458
  width: size,
@@ -2400,8 +2462,8 @@ var HeadingIcon = ({ size = 24, ...props }) => {
2400
2462
  xmlns: "http://www.w3.org/2000/svg",
2401
2463
  ...props,
2402
2464
  children: [
2403
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("title", { children: "Heading" }),
2404
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2465
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("title", { children: "Heading" }),
2466
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2405
2467
  "path",
2406
2468
  {
2407
2469
  d: "M6 3C6.55228 3 7 3.44772 7 4V11H17V4C17 3.44772 17.4477 3 18 3C18.5523 3 19 3.44772 19 4V20C19 20.5523 18.5523 21 18 21C17.4477 21 17 20.5523 17 20V13H7V20C7 20.5523 6.55228 21 6 21C5.44772 21 5 20.5523 5 20V4C5 3.44772 5.44772 3 6 3Z",
@@ -2414,9 +2476,9 @@ var HeadingIcon = ({ size = 24, ...props }) => {
2414
2476
  };
2415
2477
 
2416
2478
  // src/heading-one-icon.tsx
2417
- var import_jsx_runtime75 = require("react/jsx-runtime");
2479
+ var import_jsx_runtime77 = require("react/jsx-runtime");
2418
2480
  var HeadingOneIcon = ({ size = 24, ...props }) => {
2419
- return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
2481
+ return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
2420
2482
  "svg",
2421
2483
  {
2422
2484
  width: size,
@@ -2426,15 +2488,15 @@ var HeadingOneIcon = ({ size = 24, ...props }) => {
2426
2488
  xmlns: "http://www.w3.org/2000/svg",
2427
2489
  ...props,
2428
2490
  children: [
2429
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("title", { children: "Heading One" }),
2430
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2491
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("title", { children: "Heading One" }),
2492
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2431
2493
  "path",
2432
2494
  {
2433
2495
  d: "M5 6C5 5.44772 4.55228 5 4 5C3.44772 5 3 5.44772 3 6V18C3 18.5523 3.44772 19 4 19C4.55228 19 5 18.5523 5 18V13H11V18C11 18.5523 11.4477 19 12 19C12.5523 19 13 18.5523 13 18V6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6V11H5V6Z",
2434
2496
  fill: "currentColor"
2435
2497
  }
2436
2498
  ),
2437
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2499
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2438
2500
  "path",
2439
2501
  {
2440
2502
  d: "M21.0001 10C21.0001 9.63121 20.7971 9.29235 20.472 9.11833C20.1468 8.94431 19.7523 8.96338 19.4454 9.16795L16.4454 11.168C15.9859 11.4743 15.8617 12.0952 16.1681 12.5547C16.4744 13.0142 17.0953 13.1384 17.5548 12.8321L19.0001 11.8685V18C19.0001 18.5523 19.4478 19 20.0001 19C20.5524 19 21.0001 18.5523 21.0001 18V10Z",
@@ -2447,9 +2509,9 @@ var HeadingOneIcon = ({ size = 24, ...props }) => {
2447
2509
  };
2448
2510
 
2449
2511
  // src/heading-six-icon.tsx
2450
- var import_jsx_runtime76 = require("react/jsx-runtime");
2512
+ var import_jsx_runtime78 = require("react/jsx-runtime");
2451
2513
  var HeadingSixIcon = ({ size = 24, ...props }) => {
2452
- return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
2514
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
2453
2515
  "svg",
2454
2516
  {
2455
2517
  width: size,
@@ -2459,15 +2521,15 @@ var HeadingSixIcon = ({ size = 24, ...props }) => {
2459
2521
  xmlns: "http://www.w3.org/2000/svg",
2460
2522
  ...props,
2461
2523
  children: [
2462
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("title", { children: "Heading Six" }),
2463
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2524
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("title", { children: "Heading Six" }),
2525
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2464
2526
  "path",
2465
2527
  {
2466
2528
  d: "M5 6C5 5.44772 4.55228 5 4 5C3.44772 5 3 5.44772 3 6V18C3 18.5523 3.44772 19 4 19C4.55228 19 5 18.5523 5 18V13H11V18C11 18.5523 11.4477 19 12 19C12.5523 19 13 18.5523 13 18V6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6V11H5V6Z",
2467
2529
  fill: "currentColor"
2468
2530
  }
2469
2531
  ),
2470
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2532
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2471
2533
  "path",
2472
2534
  {
2473
2535
  fillRule: "evenodd",
@@ -2482,9 +2544,9 @@ var HeadingSixIcon = ({ size = 24, ...props }) => {
2482
2544
  };
2483
2545
 
2484
2546
  // src/heading-three-icon.tsx
2485
- var import_jsx_runtime77 = require("react/jsx-runtime");
2547
+ var import_jsx_runtime79 = require("react/jsx-runtime");
2486
2548
  var HeadingThreeIcon = ({ size = 24, ...props }) => {
2487
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
2549
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
2488
2550
  "svg",
2489
2551
  {
2490
2552
  width: size,
@@ -2494,15 +2556,15 @@ var HeadingThreeIcon = ({ size = 24, ...props }) => {
2494
2556
  xmlns: "http://www.w3.org/2000/svg",
2495
2557
  ...props,
2496
2558
  children: [
2497
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("title", { children: "Heading Three" }),
2498
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2559
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("title", { children: "Heading Three" }),
2560
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2499
2561
  "path",
2500
2562
  {
2501
2563
  d: "M4 5C4.55228 5 5 5.44772 5 6V11H11V6C11 5.44772 11.4477 5 12 5C12.5523 5 13 5.44772 13 6V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V13H5V18C5 18.5523 4.55228 19 4 19C3.44772 19 3 18.5523 3 18V6C3 5.44772 3.44772 5 4 5Z",
2502
2564
  fill: "currentColor"
2503
2565
  }
2504
2566
  ),
2505
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2567
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2506
2568
  "path",
2507
2569
  {
2508
2570
  fillRule: "evenodd",
@@ -2511,7 +2573,7 @@ var HeadingThreeIcon = ({ size = 24, ...props }) => {
2511
2573
  fill: "currentColor"
2512
2574
  }
2513
2575
  ),
2514
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2576
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2515
2577
  "path",
2516
2578
  {
2517
2579
  fillRule: "evenodd",
@@ -2526,9 +2588,9 @@ var HeadingThreeIcon = ({ size = 24, ...props }) => {
2526
2588
  };
2527
2589
 
2528
2590
  // src/heading-two-icon.tsx
2529
- var import_jsx_runtime78 = require("react/jsx-runtime");
2591
+ var import_jsx_runtime80 = require("react/jsx-runtime");
2530
2592
  var HeadingTwoIcon = ({ size = 24, ...props }) => {
2531
- return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
2593
+ return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(
2532
2594
  "svg",
2533
2595
  {
2534
2596
  width: size,
@@ -2538,15 +2600,15 @@ var HeadingTwoIcon = ({ size = 24, ...props }) => {
2538
2600
  xmlns: "http://www.w3.org/2000/svg",
2539
2601
  ...props,
2540
2602
  children: [
2541
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("title", { children: "Heading Two" }),
2542
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2603
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("title", { children: "Heading Two" }),
2604
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2543
2605
  "path",
2544
2606
  {
2545
2607
  d: "M5 6C5 5.44772 4.55228 5 4 5C3.44772 5 3 5.44772 3 6V18C3 18.5523 3.44772 19 4 19C4.55228 19 5 18.5523 5 18V13H11V18C11 18.5523 11.4477 19 12 19C12.5523 19 13 18.5523 13 18V6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6V11H5V6Z",
2546
2608
  fill: "currentColor"
2547
2609
  }
2548
2610
  ),
2549
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2611
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2550
2612
  "path",
2551
2613
  {
2552
2614
  d: "M22.0001 12C22.0001 10.7611 21.1663 9.79297 20.0663 9.42632C18.9547 9.05578 17.6171 9.28724 16.4001 10.2C15.9582 10.5314 15.8687 11.1582 16.2001 11.6C16.5314 12.0418 17.1582 12.1314 17.6001 11.8C18.383 11.2128 19.0455 11.1942 19.4338 11.3237C19.8339 11.457 20.0001 11.7389 20.0001 12C20.0001 12.4839 19.8554 12.7379 19.6537 12.9481C19.4275 13.1837 19.1378 13.363 18.7055 13.6307C18.6313 13.6767 18.553 13.7252 18.4701 13.777C17.9572 14.0975 17.3128 14.5261 16.8163 15.2087C16.3007 15.9177 16.0001 16.8183 16.0001 18C16.0001 18.5523 16.4478 19 17.0001 19H21.0001C21.5523 19 22.0001 18.5523 22.0001 18C22.0001 17.4477 21.5523 17 21.0001 17H18.131C18.21 16.742 18.3176 16.5448 18.4338 16.385C18.6873 16.0364 19.0429 15.7775 19.5301 15.473C19.5898 15.4357 19.6536 15.3966 19.7205 15.3556C20.139 15.0992 20.6783 14.7687 21.0964 14.3332C21.6447 13.7621 22.0001 13.0161 22.0001 12Z",
@@ -2559,9 +2621,9 @@ var HeadingTwoIcon = ({ size = 24, ...props }) => {
2559
2621
  };
2560
2622
 
2561
2623
  // src/highlighter-icon.tsx
2562
- var import_jsx_runtime79 = require("react/jsx-runtime");
2624
+ var import_jsx_runtime81 = require("react/jsx-runtime");
2563
2625
  var HighlighterIcon = ({ size = 24, ...props }) => {
2564
- return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
2626
+ return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
2565
2627
  "svg",
2566
2628
  {
2567
2629
  width: size,
@@ -2571,8 +2633,8 @@ var HighlighterIcon = ({ size = 24, ...props }) => {
2571
2633
  xmlns: "http://www.w3.org/2000/svg",
2572
2634
  ...props,
2573
2635
  children: [
2574
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("title", { children: "Highlighter" }),
2575
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2636
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("title", { children: "Highlighter" }),
2637
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2576
2638
  "path",
2577
2639
  {
2578
2640
  fillRule: "evenodd",
@@ -2587,9 +2649,9 @@ var HighlighterIcon = ({ size = 24, ...props }) => {
2587
2649
  };
2588
2650
 
2589
2651
  // src/home-icon.tsx
2590
- var import_jsx_runtime80 = require("react/jsx-runtime");
2652
+ var import_jsx_runtime82 = require("react/jsx-runtime");
2591
2653
  function HomeIcon(props) {
2592
- return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(
2654
+ return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(
2593
2655
  "svg",
2594
2656
  {
2595
2657
  xmlns: "http://www.w3.org/2000/svg",
@@ -2603,18 +2665,18 @@ function HomeIcon(props) {
2603
2665
  strokeLinejoin: "round",
2604
2666
  ...props,
2605
2667
  children: [
2606
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("title", { children: "Home" }),
2607
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { d: "M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8" }),
2608
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { d: "M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" })
2668
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("title", { children: "Home" }),
2669
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("path", { d: "M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8" }),
2670
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("path", { d: "M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" })
2609
2671
  ]
2610
2672
  }
2611
2673
  );
2612
2674
  }
2613
2675
 
2614
2676
  // src/image-icon.tsx
2615
- var import_jsx_runtime81 = require("react/jsx-runtime");
2677
+ var import_jsx_runtime83 = require("react/jsx-runtime");
2616
2678
  var ImageIcon = ({ size = 24, ...props }) => {
2617
- return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
2679
+ return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
2618
2680
  "svg",
2619
2681
  {
2620
2682
  width: size,
@@ -2624,8 +2686,8 @@ var ImageIcon = ({ size = 24, ...props }) => {
2624
2686
  xmlns: "http://www.w3.org/2000/svg",
2625
2687
  ...props,
2626
2688
  children: [
2627
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("title", { children: "Image" }),
2628
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2689
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("title", { children: "Image" }),
2690
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2629
2691
  "path",
2630
2692
  {
2631
2693
  fillRule: "evenodd",
@@ -2640,9 +2702,9 @@ var ImageIcon = ({ size = 24, ...props }) => {
2640
2702
  };
2641
2703
 
2642
2704
  // src/incident.tsx
2643
- var import_jsx_runtime82 = require("react/jsx-runtime");
2705
+ var import_jsx_runtime84 = require("react/jsx-runtime");
2644
2706
  var IncidentIcon = ({ size = 24, ...props }) => {
2645
- return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(
2707
+ return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(
2646
2708
  "svg",
2647
2709
  {
2648
2710
  xmlns: "http://www.w3.org/2000/svg",
@@ -2656,19 +2718,19 @@ var IncidentIcon = ({ size = 24, ...props }) => {
2656
2718
  strokeLinejoin: "round",
2657
2719
  ...props,
2658
2720
  children: [
2659
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("title", { children: "Incident icon" }),
2660
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("path", { d: "M12 16h.01" }),
2661
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("path", { d: "M12 8v4" }),
2662
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("path", { d: "M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z" })
2721
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("title", { children: "Incident icon" }),
2722
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { d: "M12 16h.01" }),
2723
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { d: "M12 8v4" }),
2724
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { d: "M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z" })
2663
2725
  ]
2664
2726
  }
2665
2727
  );
2666
2728
  };
2667
2729
 
2668
2730
  // src/info.tsx
2669
- var import_jsx_runtime83 = require("react/jsx-runtime");
2731
+ var import_jsx_runtime85 = require("react/jsx-runtime");
2670
2732
  var InfoIcon = ({ size = 24, ...props }) => {
2671
- return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
2733
+ return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
2672
2734
  "svg",
2673
2735
  {
2674
2736
  xmlns: "http://www.w3.org/2000/svg",
@@ -2683,19 +2745,19 @@ var InfoIcon = ({ size = 24, ...props }) => {
2683
2745
  "aria-hidden": "true",
2684
2746
  ...props,
2685
2747
  children: [
2686
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("title", { children: "Info Icon" }),
2687
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
2688
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { d: "M12 16v-4" }),
2689
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { d: "M12 8h.01" })
2748
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("title", { children: "Info Icon" }),
2749
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
2750
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { d: "M12 16v-4" }),
2751
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { d: "M12 8h.01" })
2690
2752
  ]
2691
2753
  }
2692
2754
  );
2693
2755
  };
2694
2756
 
2695
2757
  // src/information-asset.tsx
2696
- var import_jsx_runtime84 = require("react/jsx-runtime");
2758
+ var import_jsx_runtime86 = require("react/jsx-runtime");
2697
2759
  var InformationAssetIcon = ({ size = 24, ...props }) => {
2698
- return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(
2760
+ return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
2699
2761
  "svg",
2700
2762
  {
2701
2763
  xmlns: "http://www.w3.org/2000/svg",
@@ -2709,22 +2771,22 @@ var InformationAssetIcon = ({ size = 24, ...props }) => {
2709
2771
  strokeLinejoin: "round",
2710
2772
  ...props,
2711
2773
  children: [
2712
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("title", { children: "Information Asset icon" }),
2713
- /* @__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" }),
2714
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
2715
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("circle", { cx: "10", cy: "13", r: "2" }),
2716
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { d: "M14 13h2" }),
2717
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { d: "M10 17v-2" }),
2718
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { d: "M14 17h2" })
2774
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("title", { children: "Information Asset icon" }),
2775
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { d: "M12 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8Z" }),
2776
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
2777
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("circle", { cx: "10", cy: "13", r: "2" }),
2778
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { d: "M14 13h2" }),
2779
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { d: "M10 17v-2" }),
2780
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { d: "M14 17h2" })
2719
2781
  ]
2720
2782
  }
2721
2783
  );
2722
2784
  };
2723
2785
 
2724
2786
  // src/issues.tsx
2725
- var import_jsx_runtime85 = require("react/jsx-runtime");
2787
+ var import_jsx_runtime87 = require("react/jsx-runtime");
2726
2788
  var IssuesIcon = ({ size = 24, ...props }) => {
2727
- return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
2789
+ return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
2728
2790
  "svg",
2729
2791
  {
2730
2792
  xmlns: "http://www.w3.org/2000/svg",
@@ -2738,21 +2800,21 @@ var IssuesIcon = ({ size = 24, ...props }) => {
2738
2800
  strokeLinejoin: "round",
2739
2801
  ...props,
2740
2802
  children: [
2741
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("title", { children: "Issues icon" }),
2742
- /* @__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" }),
2743
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { d: "M12 11h4" }),
2744
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { d: "M12 16h4" }),
2745
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { d: "M8 11h.01" }),
2746
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { d: "M8 16h.01" })
2803
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("title", { children: "Issues icon" }),
2804
+ /* @__PURE__ */ (0, import_jsx_runtime87.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" }),
2805
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("path", { d: "M12 11h4" }),
2806
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("path", { d: "M12 16h4" }),
2807
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("path", { d: "M8 11h.01" }),
2808
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("path", { d: "M8 16h.01" })
2747
2809
  ]
2748
2810
  }
2749
2811
  );
2750
2812
  };
2751
2813
 
2752
2814
  // src/italic-icon.tsx
2753
- var import_jsx_runtime86 = require("react/jsx-runtime");
2815
+ var import_jsx_runtime88 = require("react/jsx-runtime");
2754
2816
  var ItalicIcon = ({ size = 24, ...props }) => {
2755
- return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
2817
+ return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
2756
2818
  "svg",
2757
2819
  {
2758
2820
  width: size,
@@ -2762,8 +2824,8 @@ var ItalicIcon = ({ size = 24, ...props }) => {
2762
2824
  xmlns: "http://www.w3.org/2000/svg",
2763
2825
  ...props,
2764
2826
  children: [
2765
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("title", { children: "Italic" }),
2766
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
2827
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("title", { children: "Italic" }),
2828
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
2767
2829
  "path",
2768
2830
  {
2769
2831
  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",
@@ -2775,10 +2837,35 @@ var ItalicIcon = ({ size = 24, ...props }) => {
2775
2837
  );
2776
2838
  };
2777
2839
 
2840
+ // src/kpi-icon.tsx
2841
+ var import_jsx_runtime89 = require("react/jsx-runtime");
2842
+ var KpiIcon = ({ size = 24, ...props }) => {
2843
+ return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
2844
+ "svg",
2845
+ {
2846
+ xmlns: "http://www.w3.org/2000/svg",
2847
+ width: size,
2848
+ height: size,
2849
+ viewBox: "0 0 24 24",
2850
+ fill: "none",
2851
+ stroke: "currentColor",
2852
+ strokeWidth: "2",
2853
+ strokeLinecap: "round",
2854
+ strokeLinejoin: "round",
2855
+ ...props,
2856
+ children: [
2857
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("title", { children: "KPI Icon" }),
2858
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { d: "M3 3v16a2 2 0 0 0 2 2h16" }),
2859
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { d: "m19 9-5 5-4-4-3 3" })
2860
+ ]
2861
+ }
2862
+ );
2863
+ };
2864
+
2778
2865
  // src/label-icon.tsx
2779
- var import_jsx_runtime87 = require("react/jsx-runtime");
2866
+ var import_jsx_runtime90 = require("react/jsx-runtime");
2780
2867
  var LabelIcon = ({ size = 24, ...props }) => {
2781
- return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
2868
+ return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
2782
2869
  "svg",
2783
2870
  {
2784
2871
  width: size,
@@ -2792,18 +2879,18 @@ var LabelIcon = ({ size = 24, ...props }) => {
2792
2879
  xmlns: "http://www.w3.org/2000/svg",
2793
2880
  ...props,
2794
2881
  children: [
2795
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("title", { children: "Label" }),
2796
- /* @__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" }),
2797
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("circle", { cx: "7.5", cy: "7.5", r: ".5", fill: "currentColor" })
2882
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("title", { children: "Label" }),
2883
+ /* @__PURE__ */ (0, import_jsx_runtime90.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" }),
2884
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("circle", { cx: "7.5", cy: "7.5", r: ".5", fill: "currentColor" })
2798
2885
  ]
2799
2886
  }
2800
2887
  );
2801
2888
  };
2802
2889
 
2803
2890
  // src/link-icon.tsx
2804
- var import_jsx_runtime88 = require("react/jsx-runtime");
2891
+ var import_jsx_runtime91 = require("react/jsx-runtime");
2805
2892
  var LinkIcon = ({ size = 24, ...props }) => {
2806
- return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
2893
+ return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
2807
2894
  "svg",
2808
2895
  {
2809
2896
  width: size,
@@ -2813,15 +2900,15 @@ var LinkIcon = ({ size = 24, ...props }) => {
2813
2900
  xmlns: "http://www.w3.org/2000/svg",
2814
2901
  ...props,
2815
2902
  children: [
2816
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("title", { children: "Link" }),
2817
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
2903
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("title", { children: "Link" }),
2904
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
2818
2905
  "path",
2819
2906
  {
2820
2907
  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",
2821
2908
  fill: "currentColor"
2822
2909
  }
2823
2910
  ),
2824
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
2911
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
2825
2912
  "path",
2826
2913
  {
2827
2914
  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",
@@ -2834,9 +2921,9 @@ var LinkIcon = ({ size = 24, ...props }) => {
2834
2921
  };
2835
2922
 
2836
2923
  // src/linkedin.tsx
2837
- var import_jsx_runtime89 = require("react/jsx-runtime");
2924
+ var import_jsx_runtime92 = require("react/jsx-runtime");
2838
2925
  var LinkedInIcon = ({ size = 24, ...props }) => {
2839
- return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
2926
+ return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
2840
2927
  "svg",
2841
2928
  {
2842
2929
  xmlns: "http://www.w3.org/2000/svg",
@@ -2852,19 +2939,19 @@ var LinkedInIcon = ({ size = 24, ...props }) => {
2852
2939
  focusable: "false",
2853
2940
  ...props,
2854
2941
  children: [
2855
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("title", { children: "LinkedIn Icon" }),
2856
- /* @__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" }),
2857
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("rect", { width: "4", height: "12", x: "2", y: "9" }),
2858
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("circle", { cx: "4", cy: "4", r: "2" })
2942
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("title", { children: "LinkedIn Icon" }),
2943
+ /* @__PURE__ */ (0, import_jsx_runtime92.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" }),
2944
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("rect", { width: "4", height: "12", x: "2", y: "9" }),
2945
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("circle", { cx: "4", cy: "4", r: "2" })
2859
2946
  ]
2860
2947
  }
2861
2948
  );
2862
2949
  };
2863
2950
 
2864
2951
  // src/list-icon.tsx
2865
- var import_jsx_runtime90 = require("react/jsx-runtime");
2952
+ var import_jsx_runtime93 = require("react/jsx-runtime");
2866
2953
  var ListIcon = ({ size = 24, ...props }) => {
2867
- return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
2954
+ return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
2868
2955
  "svg",
2869
2956
  {
2870
2957
  xmlns: "http://www.w3.org/2000/svg",
@@ -2874,8 +2961,8 @@ var ListIcon = ({ size = 24, ...props }) => {
2874
2961
  fill: "currentColor",
2875
2962
  ...props,
2876
2963
  children: [
2877
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("title", { children: "List Icon" }),
2878
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
2964
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("title", { children: "List Icon" }),
2965
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
2879
2966
  "path",
2880
2967
  {
2881
2968
  fillRule: "evenodd",
@@ -2884,7 +2971,7 @@ var ListIcon = ({ size = 24, ...props }) => {
2884
2971
  fill: "currentColor"
2885
2972
  }
2886
2973
  ),
2887
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
2974
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
2888
2975
  "path",
2889
2976
  {
2890
2977
  fillRule: "evenodd",
@@ -2893,7 +2980,7 @@ var ListIcon = ({ size = 24, ...props }) => {
2893
2980
  fill: "currentColor"
2894
2981
  }
2895
2982
  ),
2896
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
2983
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
2897
2984
  "path",
2898
2985
  {
2899
2986
  fillRule: "evenodd",
@@ -2902,7 +2989,7 @@ var ListIcon = ({ size = 24, ...props }) => {
2902
2989
  fill: "currentColor"
2903
2990
  }
2904
2991
  ),
2905
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
2992
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
2906
2993
  "path",
2907
2994
  {
2908
2995
  fillRule: "evenodd",
@@ -2911,7 +2998,7 @@ var ListIcon = ({ size = 24, ...props }) => {
2911
2998
  fill: "currentColor"
2912
2999
  }
2913
3000
  ),
2914
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
3001
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
2915
3002
  "path",
2916
3003
  {
2917
3004
  fillRule: "evenodd",
@@ -2920,7 +3007,7 @@ var ListIcon = ({ size = 24, ...props }) => {
2920
3007
  fill: "currentColor"
2921
3008
  }
2922
3009
  ),
2923
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
3010
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
2924
3011
  "path",
2925
3012
  {
2926
3013
  fillRule: "evenodd",
@@ -2935,9 +3022,9 @@ var ListIcon = ({ size = 24, ...props }) => {
2935
3022
  };
2936
3023
 
2937
3024
  // src/list-ordered-icon.tsx
2938
- var import_jsx_runtime91 = require("react/jsx-runtime");
3025
+ var import_jsx_runtime94 = require("react/jsx-runtime");
2939
3026
  var ListOrderedIcon = ({ size = 24, ...props }) => {
2940
- return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
3027
+ return /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(
2941
3028
  "svg",
2942
3029
  {
2943
3030
  xmlns: "http://www.w3.org/2000/svg",
@@ -2947,8 +3034,8 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2947
3034
  fill: "currentColor",
2948
3035
  ...props,
2949
3036
  children: [
2950
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("title", { children: "List Ordered Icon" }),
2951
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3037
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("title", { children: "List Ordered Icon" }),
3038
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
2952
3039
  "path",
2953
3040
  {
2954
3041
  fillRule: "evenodd",
@@ -2957,7 +3044,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2957
3044
  fill: "currentColor"
2958
3045
  }
2959
3046
  ),
2960
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3047
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
2961
3048
  "path",
2962
3049
  {
2963
3050
  fillRule: "evenodd",
@@ -2966,7 +3053,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2966
3053
  fill: "currentColor"
2967
3054
  }
2968
3055
  ),
2969
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3056
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
2970
3057
  "path",
2971
3058
  {
2972
3059
  fillRule: "evenodd",
@@ -2975,7 +3062,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2975
3062
  fill: "currentColor"
2976
3063
  }
2977
3064
  ),
2978
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3065
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
2979
3066
  "path",
2980
3067
  {
2981
3068
  fillRule: "evenodd",
@@ -2984,7 +3071,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2984
3071
  fill: "currentColor"
2985
3072
  }
2986
3073
  ),
2987
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3074
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
2988
3075
  "path",
2989
3076
  {
2990
3077
  fillRule: "evenodd",
@@ -2993,7 +3080,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2993
3080
  fill: "currentColor"
2994
3081
  }
2995
3082
  ),
2996
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3083
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
2997
3084
  "path",
2998
3085
  {
2999
3086
  fillRule: "evenodd",
@@ -3008,9 +3095,9 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
3008
3095
  };
3009
3096
 
3010
3097
  // src/list-todo-icon.tsx
3011
- var import_jsx_runtime92 = require("react/jsx-runtime");
3098
+ var import_jsx_runtime95 = require("react/jsx-runtime");
3012
3099
  var ListTodoIcon = ({ size = 24, ...props }) => {
3013
- return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
3100
+ return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
3014
3101
  "svg",
3015
3102
  {
3016
3103
  xmlns: "http://www.w3.org/2000/svg",
@@ -3020,8 +3107,8 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
3020
3107
  fill: "currentColor",
3021
3108
  ...props,
3022
3109
  children: [
3023
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("title", { children: "List Todo Icon" }),
3024
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3110
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("title", { children: "List Todo Icon" }),
3111
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3025
3112
  "path",
3026
3113
  {
3027
3114
  fillRule: "evenodd",
@@ -3030,7 +3117,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
3030
3117
  fill: "currentColor"
3031
3118
  }
3032
3119
  ),
3033
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3120
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3034
3121
  "path",
3035
3122
  {
3036
3123
  fillRule: "evenodd",
@@ -3039,7 +3126,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
3039
3126
  fill: "currentColor"
3040
3127
  }
3041
3128
  ),
3042
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3129
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3043
3130
  "path",
3044
3131
  {
3045
3132
  fillRule: "evenodd",
@@ -3048,7 +3135,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
3048
3135
  fill: "currentColor"
3049
3136
  }
3050
3137
  ),
3051
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3138
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3052
3139
  "path",
3053
3140
  {
3054
3141
  fillRule: "evenodd",
@@ -3057,7 +3144,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
3057
3144
  fill: "currentColor"
3058
3145
  }
3059
3146
  ),
3060
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3147
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3061
3148
  "path",
3062
3149
  {
3063
3150
  fillRule: "evenodd",
@@ -3072,9 +3159,9 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
3072
3159
  };
3073
3160
 
3074
3161
  // src/lock-icon.tsx
3075
- var import_jsx_runtime93 = require("react/jsx-runtime");
3162
+ var import_jsx_runtime96 = require("react/jsx-runtime");
3076
3163
  var LockIcon = ({ size = 24, ...props }) => {
3077
- return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
3164
+ return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
3078
3165
  "svg",
3079
3166
  {
3080
3167
  xmlns: "http://www.w3.org/2000/svg",
@@ -3088,18 +3175,18 @@ var LockIcon = ({ size = 24, ...props }) => {
3088
3175
  strokeLinejoin: "round",
3089
3176
  ...props,
3090
3177
  children: [
3091
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("title", { children: "Lock" }),
3092
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("rect", { width: "18", height: "11", x: "3", y: "11", rx: "2", ry: "2" }),
3093
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M7 11V7a5 5 0 0 1 10 0v4" })
3178
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("title", { children: "Lock" }),
3179
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("rect", { width: "18", height: "11", x: "3", y: "11", rx: "2", ry: "2" }),
3180
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("path", { d: "M7 11V7a5 5 0 0 1 10 0v4" })
3094
3181
  ]
3095
3182
  }
3096
3183
  );
3097
3184
  };
3098
3185
 
3099
3186
  // src/message-square-icon.tsx
3100
- var import_jsx_runtime94 = require("react/jsx-runtime");
3187
+ var import_jsx_runtime97 = require("react/jsx-runtime");
3101
3188
  var MessageSquareIcon = ({ size = 24, ...props }) => {
3102
- return /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(
3189
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
3103
3190
  "svg",
3104
3191
  {
3105
3192
  width: size,
@@ -3113,17 +3200,17 @@ var MessageSquareIcon = ({ size = 24, ...props }) => {
3113
3200
  xmlns: "http://www.w3.org/2000/svg",
3114
3201
  ...props,
3115
3202
  children: [
3116
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("title", { children: "Message" }),
3117
- /* @__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" })
3203
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("title", { children: "Message" }),
3204
+ /* @__PURE__ */ (0, import_jsx_runtime97.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" })
3118
3205
  ]
3119
3206
  }
3120
3207
  );
3121
3208
  };
3122
3209
 
3123
3210
  // src/minus.tsx
3124
- var import_jsx_runtime95 = require("react/jsx-runtime");
3211
+ var import_jsx_runtime98 = require("react/jsx-runtime");
3125
3212
  var MinusIcon = ({ size = 24, ...props }) => {
3126
- return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
3213
+ return /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(
3127
3214
  "svg",
3128
3215
  {
3129
3216
  xmlns: "http://www.w3.org/2000/svg",
@@ -3137,17 +3224,17 @@ var MinusIcon = ({ size = 24, ...props }) => {
3137
3224
  strokeLinejoin: "round",
3138
3225
  ...props,
3139
3226
  children: [
3140
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("title", { children: "Minus Icon" }),
3141
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { d: "M5 12h14" })
3227
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("title", { children: "Minus Icon" }),
3228
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("path", { d: "M5 12h14" })
3142
3229
  ]
3143
3230
  }
3144
3231
  );
3145
3232
  };
3146
3233
 
3147
3234
  // src/more-vertical-icon.tsx
3148
- var import_jsx_runtime96 = require("react/jsx-runtime");
3235
+ var import_jsx_runtime99 = require("react/jsx-runtime");
3149
3236
  var MoreVerticalIcon = ({ size = 24, ...props }) => {
3150
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
3237
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
3151
3238
  "svg",
3152
3239
  {
3153
3240
  width: size,
@@ -3157,8 +3244,8 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
3157
3244
  xmlns: "http://www.w3.org/2000/svg",
3158
3245
  ...props,
3159
3246
  children: [
3160
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("title", { children: "More Vertical Icon" }),
3161
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3247
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("title", { children: "More Vertical Icon" }),
3248
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3162
3249
  "path",
3163
3250
  {
3164
3251
  fillRule: "evenodd",
@@ -3167,7 +3254,7 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
3167
3254
  fill: "currentColor"
3168
3255
  }
3169
3256
  ),
3170
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3257
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3171
3258
  "path",
3172
3259
  {
3173
3260
  fillRule: "evenodd",
@@ -3176,7 +3263,7 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
3176
3263
  fill: "currentColor"
3177
3264
  }
3178
3265
  ),
3179
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3266
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3180
3267
  "path",
3181
3268
  {
3182
3269
  fillRule: "evenodd",
@@ -3191,9 +3278,9 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
3191
3278
  };
3192
3279
 
3193
3280
  // src/nis2-icon.tsx
3194
- var import_jsx_runtime97 = require("react/jsx-runtime");
3281
+ var import_jsx_runtime100 = require("react/jsx-runtime");
3195
3282
  var NIS2Icon = ({ size = 24, ...props }) => {
3196
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
3283
+ return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
3197
3284
  "svg",
3198
3285
  {
3199
3286
  xmlns: "http://www.w3.org/2000/svg",
@@ -3207,18 +3294,18 @@ var NIS2Icon = ({ size = 24, ...props }) => {
3207
3294
  strokeLinejoin: "round",
3208
3295
  ...props,
3209
3296
  children: [
3210
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("title", { children: "NIS2 compliance" }),
3211
- /* @__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" }),
3212
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("path", { d: "m9 12 2 2 4-4" })
3297
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("title", { children: "NIS2 compliance" }),
3298
+ /* @__PURE__ */ (0, import_jsx_runtime100.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" }),
3299
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("path", { d: "m9 12 2 2 4-4" })
3213
3300
  ]
3214
3301
  }
3215
3302
  );
3216
3303
  };
3217
3304
 
3218
3305
  // src/notification-icon.tsx
3219
- var import_jsx_runtime98 = require("react/jsx-runtime");
3306
+ var import_jsx_runtime101 = require("react/jsx-runtime");
3220
3307
  var NotificationIcon = (props) => {
3221
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(
3308
+ return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(
3222
3309
  "svg",
3223
3310
  {
3224
3311
  xmlns: "http://www.w3.org/2000/svg",
@@ -3232,18 +3319,44 @@ var NotificationIcon = (props) => {
3232
3319
  strokeLinejoin: "round",
3233
3320
  ...props,
3234
3321
  children: [
3235
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("title", { children: "Notification Icon" }),
3236
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }),
3237
- /* @__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" })
3322
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("title", { children: "Notification Icon" }),
3323
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }),
3324
+ /* @__PURE__ */ (0, import_jsx_runtime101.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" })
3325
+ ]
3326
+ }
3327
+ );
3328
+ };
3329
+
3330
+ // src/objective-icon.tsx
3331
+ var import_jsx_runtime102 = require("react/jsx-runtime");
3332
+ var ObjectiveIcon = ({ size = 24, ...props }) => {
3333
+ return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
3334
+ "svg",
3335
+ {
3336
+ xmlns: "http://www.w3.org/2000/svg",
3337
+ width: size,
3338
+ height: size,
3339
+ viewBox: "0 0 24 24",
3340
+ fill: "none",
3341
+ stroke: "currentColor",
3342
+ strokeWidth: "2",
3343
+ strokeLinecap: "round",
3344
+ strokeLinejoin: "round",
3345
+ ...props,
3346
+ children: [
3347
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("title", { children: "Objective Icon" }),
3348
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
3349
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("circle", { cx: "12", cy: "12", r: "6" }),
3350
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("circle", { cx: "12", cy: "12", r: "2" })
3238
3351
  ]
3239
3352
  }
3240
3353
  );
3241
3354
  };
3242
3355
 
3243
3356
  // src/palette-icon.tsx
3244
- var import_jsx_runtime99 = require("react/jsx-runtime");
3357
+ var import_jsx_runtime103 = require("react/jsx-runtime");
3245
3358
  function PaletteIcon(props) {
3246
- return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
3359
+ return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(
3247
3360
  "svg",
3248
3361
  {
3249
3362
  xmlns: "http://www.w3.org/2000/svg",
@@ -3257,21 +3370,21 @@ function PaletteIcon(props) {
3257
3370
  strokeLinejoin: "round",
3258
3371
  ...props,
3259
3372
  children: [
3260
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("title", { children: "Palette" }),
3261
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("circle", { cx: "13.5", cy: "6.5", r: ".5", fill: "currentColor" }),
3262
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("circle", { cx: "17.5", cy: "10.5", r: ".5", fill: "currentColor" }),
3263
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("circle", { cx: "8.5", cy: "7.5", r: ".5", fill: "currentColor" }),
3264
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("circle", { cx: "6.5", cy: "12.5", r: ".5", fill: "currentColor" }),
3265
- /* @__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" })
3373
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("title", { children: "Palette" }),
3374
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("circle", { cx: "13.5", cy: "6.5", r: ".5", fill: "currentColor" }),
3375
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("circle", { cx: "17.5", cy: "10.5", r: ".5", fill: "currentColor" }),
3376
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("circle", { cx: "8.5", cy: "7.5", r: ".5", fill: "currentColor" }),
3377
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("circle", { cx: "6.5", cy: "12.5", r: ".5", fill: "currentColor" }),
3378
+ /* @__PURE__ */ (0, import_jsx_runtime103.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" })
3266
3379
  ]
3267
3380
  }
3268
3381
  );
3269
3382
  }
3270
3383
 
3271
3384
  // src/panel-left-icon.tsx
3272
- var import_jsx_runtime100 = require("react/jsx-runtime");
3385
+ var import_jsx_runtime104 = require("react/jsx-runtime");
3273
3386
  var PanelLeftIcon = ({ size = 24, ...props }) => {
3274
- return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
3387
+ return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(
3275
3388
  "svg",
3276
3389
  {
3277
3390
  xmlns: "http://www.w3.org/2000/svg",
@@ -3285,18 +3398,18 @@ var PanelLeftIcon = ({ size = 24, ...props }) => {
3285
3398
  strokeLinejoin: "round",
3286
3399
  ...props,
3287
3400
  children: [
3288
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("title", { children: "Panel Left icon" }),
3289
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
3290
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("path", { d: "M9 3v18" })
3401
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("title", { children: "Panel Left icon" }),
3402
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
3403
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { d: "M9 3v18" })
3291
3404
  ]
3292
3405
  }
3293
3406
  );
3294
3407
  };
3295
3408
 
3296
3409
  // src/people.tsx
3297
- var import_jsx_runtime101 = require("react/jsx-runtime");
3410
+ var import_jsx_runtime105 = require("react/jsx-runtime");
3298
3411
  var PeopleIcon = ({ size = 24, ...props }) => {
3299
- return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(
3412
+ return /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(
3300
3413
  "svg",
3301
3414
  {
3302
3415
  xmlns: "http://www.w3.org/2000/svg",
@@ -3310,20 +3423,20 @@ var PeopleIcon = ({ size = 24, ...props }) => {
3310
3423
  strokeLinejoin: "round",
3311
3424
  ...props,
3312
3425
  children: [
3313
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("title", { children: "People icon" }),
3314
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
3315
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M16 3.128a4 4 0 0 1 0 7.744" }),
3316
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M22 21v-2a4 4 0 0 0-3-3.87" }),
3317
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("circle", { cx: "9", cy: "7", r: "4" })
3426
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("title", { children: "People icon" }),
3427
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
3428
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("path", { d: "M16 3.128a4 4 0 0 1 0 7.744" }),
3429
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("path", { d: "M22 21v-2a4 4 0 0 0-3-3.87" }),
3430
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("circle", { cx: "9", cy: "7", r: "4" })
3318
3431
  ]
3319
3432
  }
3320
3433
  );
3321
3434
  };
3322
3435
 
3323
3436
  // src/physical-asset.tsx
3324
- var import_jsx_runtime102 = require("react/jsx-runtime");
3437
+ var import_jsx_runtime106 = require("react/jsx-runtime");
3325
3438
  var PhysicalAssetIcon = ({ size = 24, ...props }) => {
3326
- return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
3439
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(
3327
3440
  "svg",
3328
3441
  {
3329
3442
  xmlns: "http://www.w3.org/2000/svg",
@@ -3337,20 +3450,20 @@ var PhysicalAssetIcon = ({ size = 24, ...props }) => {
3337
3450
  strokeLinejoin: "round",
3338
3451
  ...props,
3339
3452
  children: [
3340
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("title", { children: "Physical Asset icon" }),
3341
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { d: "M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11" }),
3342
- /* @__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" }),
3343
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { d: "M6 13h12" }),
3344
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { d: "M6 17h12" })
3453
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("title", { children: "Physical Asset icon" }),
3454
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("path", { d: "M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11" }),
3455
+ /* @__PURE__ */ (0, import_jsx_runtime106.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" }),
3456
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("path", { d: "M6 13h12" }),
3457
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("path", { d: "M6 17h12" })
3345
3458
  ]
3346
3459
  }
3347
3460
  );
3348
3461
  };
3349
3462
 
3350
3463
  // src/plus.tsx
3351
- var import_jsx_runtime103 = require("react/jsx-runtime");
3464
+ var import_jsx_runtime107 = require("react/jsx-runtime");
3352
3465
  var PlusIcon = (props) => {
3353
- return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(
3466
+ return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(
3354
3467
  "svg",
3355
3468
  {
3356
3469
  xmlns: "http://www.w3.org/2000/svg",
@@ -3364,18 +3477,18 @@ var PlusIcon = (props) => {
3364
3477
  strokeLinejoin: "round",
3365
3478
  ...props,
3366
3479
  children: [
3367
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("title", { children: "Plus Icon" }),
3368
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("path", { d: "M5 12h14" }),
3369
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("path", { d: "M12 5v14" })
3480
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("title", { children: "Plus Icon" }),
3481
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M5 12h14" }),
3482
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M12 5v14" })
3370
3483
  ]
3371
3484
  }
3372
3485
  );
3373
3486
  };
3374
3487
 
3375
3488
  // src/process.tsx
3376
- var import_jsx_runtime104 = require("react/jsx-runtime");
3489
+ var import_jsx_runtime108 = require("react/jsx-runtime");
3377
3490
  var ProcessIcon = ({ size = 24, ...props }) => {
3378
- return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(
3491
+ return /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(
3379
3492
  "svg",
3380
3493
  {
3381
3494
  xmlns: "http://www.w3.org/2000/svg",
@@ -3389,20 +3502,20 @@ var ProcessIcon = ({ size = 24, ...props }) => {
3389
3502
  strokeLinejoin: "round",
3390
3503
  ...props,
3391
3504
  children: [
3392
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("title", { children: "Process icon" }),
3393
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { d: "M16 5H3" }),
3394
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { d: "M16 12H3" }),
3395
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { d: "M11 19H3" }),
3396
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { d: "m15 18 2 2 4-4" })
3505
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("title", { children: "Process icon" }),
3506
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { d: "M16 5H3" }),
3507
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { d: "M16 12H3" }),
3508
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { d: "M11 19H3" }),
3509
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { d: "m15 18 2 2 4-4" })
3397
3510
  ]
3398
3511
  }
3399
3512
  );
3400
3513
  };
3401
3514
 
3402
3515
  // src/process-category.tsx
3403
- var import_jsx_runtime105 = require("react/jsx-runtime");
3516
+ var import_jsx_runtime109 = require("react/jsx-runtime");
3404
3517
  var ProcessCategoryIcon = ({ size = 24, ...props }) => {
3405
- return /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(
3518
+ return /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(
3406
3519
  "svg",
3407
3520
  {
3408
3521
  xmlns: "http://www.w3.org/2000/svg",
@@ -3416,22 +3529,22 @@ var ProcessCategoryIcon = ({ size = 24, ...props }) => {
3416
3529
  strokeLinejoin: "round",
3417
3530
  ...props,
3418
3531
  children: [
3419
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("title", { children: "Process category icon" }),
3420
- /* @__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" }),
3421
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("path", { d: "m8 13 4-7 4 7" }),
3422
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("path", { d: "M9.1 11h5.7" })
3532
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("title", { children: "Process category icon" }),
3533
+ /* @__PURE__ */ (0, import_jsx_runtime109.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" }),
3534
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("path", { d: "m8 13 4-7 4 7" }),
3535
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("path", { d: "M9.1 11h5.7" })
3423
3536
  ]
3424
3537
  }
3425
3538
  );
3426
3539
  };
3427
3540
 
3428
3541
  // src/processing-activity.tsx
3429
- var import_jsx_runtime106 = require("react/jsx-runtime");
3542
+ var import_jsx_runtime110 = require("react/jsx-runtime");
3430
3543
  var ProcessingActivityIcon = ({
3431
3544
  size = 24,
3432
3545
  ...props
3433
3546
  }) => {
3434
- return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(
3547
+ return /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(
3435
3548
  "svg",
3436
3549
  {
3437
3550
  xmlns: "http://www.w3.org/2000/svg",
@@ -3445,19 +3558,19 @@ var ProcessingActivityIcon = ({
3445
3558
  strokeLinejoin: "round",
3446
3559
  ...props,
3447
3560
  children: [
3448
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("title", { children: "Processing Activity icon" }),
3449
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("rect", { width: "8", height: "8", x: "3", y: "3", rx: "2" }),
3450
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("path", { d: "M7 11v4a2 2 0 0 0 2 2h4" }),
3451
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("rect", { width: "8", height: "8", x: "13", y: "13", rx: "2" })
3561
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("title", { children: "Processing Activity icon" }),
3562
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("rect", { width: "8", height: "8", x: "3", y: "3", rx: "2" }),
3563
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("path", { d: "M7 11v4a2 2 0 0 0 2 2h4" }),
3564
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("rect", { width: "8", height: "8", x: "13", y: "13", rx: "2" })
3452
3565
  ]
3453
3566
  }
3454
3567
  );
3455
3568
  };
3456
3569
 
3457
3570
  // src/program-icon.tsx
3458
- var import_jsx_runtime107 = require("react/jsx-runtime");
3571
+ var import_jsx_runtime111 = require("react/jsx-runtime");
3459
3572
  var ProgramIcon = ({ size = 24, ...props }) => {
3460
- return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(
3573
+ return /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(
3461
3574
  "svg",
3462
3575
  {
3463
3576
  xmlns: "http://www.w3.org/2000/svg",
@@ -3471,20 +3584,20 @@ var ProgramIcon = ({ size = 24, ...props }) => {
3471
3584
  strokeLinejoin: "round",
3472
3585
  ...props,
3473
3586
  children: [
3474
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("title", { children: "Program icon" }),
3475
- /* @__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" }),
3476
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M8 10v4" }),
3477
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M12 10v2" }),
3478
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M16 10v6" })
3587
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("title", { children: "Program icon" }),
3588
+ /* @__PURE__ */ (0, import_jsx_runtime111.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" }),
3589
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("path", { d: "M8 10v4" }),
3590
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("path", { d: "M12 10v2" }),
3591
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("path", { d: "M16 10v6" })
3479
3592
  ]
3480
3593
  }
3481
3594
  );
3482
3595
  };
3483
3596
 
3484
3597
  // src/puzzle-icon.tsx
3485
- var import_jsx_runtime108 = require("react/jsx-runtime");
3598
+ var import_jsx_runtime112 = require("react/jsx-runtime");
3486
3599
  var PuzzleIcon = ({ size = 24, ...props }) => {
3487
- return /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(
3600
+ return /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(
3488
3601
  "svg",
3489
3602
  {
3490
3603
  xmlns: "http://www.w3.org/2000/svg",
@@ -3498,17 +3611,17 @@ var PuzzleIcon = ({ size = 24, ...props }) => {
3498
3611
  strokeLinejoin: "round",
3499
3612
  ...props,
3500
3613
  children: [
3501
- /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("title", { children: "Puzzle Icon" }),
3502
- /* @__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" })
3614
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("title", { children: "Puzzle Icon" }),
3615
+ /* @__PURE__ */ (0, import_jsx_runtime112.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" })
3503
3616
  ]
3504
3617
  }
3505
3618
  );
3506
3619
  };
3507
3620
 
3508
3621
  // src/question-circle-icon.tsx
3509
- var import_jsx_runtime109 = require("react/jsx-runtime");
3622
+ var import_jsx_runtime113 = require("react/jsx-runtime");
3510
3623
  function QuestionCircleIcon(props) {
3511
- return /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(
3624
+ return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
3512
3625
  "svg",
3513
3626
  {
3514
3627
  xmlns: "http://www.w3.org/2000/svg",
@@ -3522,19 +3635,19 @@ function QuestionCircleIcon(props) {
3522
3635
  strokeLinejoin: "round",
3523
3636
  ...props,
3524
3637
  children: [
3525
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("title", { children: "Question Circle" }),
3526
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
3527
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
3528
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("path", { d: "M12 17h.01" })
3638
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("title", { children: "Question Circle" }),
3639
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
3640
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
3641
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("path", { d: "M12 17h.01" })
3529
3642
  ]
3530
3643
  }
3531
3644
  );
3532
3645
  }
3533
3646
 
3534
3647
  // src/redo-icon.tsx
3535
- var import_jsx_runtime110 = require("react/jsx-runtime");
3648
+ var import_jsx_runtime114 = require("react/jsx-runtime");
3536
3649
  var RedoIcon = ({ size = 24, ...props }) => {
3537
- return /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(
3650
+ return /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
3538
3651
  "svg",
3539
3652
  {
3540
3653
  xmlns: "http://www.w3.org/2000/svg",
@@ -3544,8 +3657,8 @@ var RedoIcon = ({ size = 24, ...props }) => {
3544
3657
  fill: "currentColor",
3545
3658
  ...props,
3546
3659
  children: [
3547
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("title", { children: "Redo Icon" }),
3548
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
3660
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("title", { children: "Redo Icon" }),
3661
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
3549
3662
  "path",
3550
3663
  {
3551
3664
  fillRule: "evenodd",
@@ -3560,9 +3673,9 @@ var RedoIcon = ({ size = 24, ...props }) => {
3560
3673
  };
3561
3674
 
3562
3675
  // src/retention-policy-icon.tsx
3563
- var import_jsx_runtime111 = require("react/jsx-runtime");
3676
+ var import_jsx_runtime115 = require("react/jsx-runtime");
3564
3677
  var RetentionPolicyIcon = ({ size = 24, ...props }) => {
3565
- return /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(
3678
+ return /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(
3566
3679
  "svg",
3567
3680
  {
3568
3681
  xmlns: "http://www.w3.org/2000/svg",
@@ -3576,20 +3689,46 @@ var RetentionPolicyIcon = ({ size = 24, ...props }) => {
3576
3689
  strokeLinejoin: "round",
3577
3690
  ...props,
3578
3691
  children: [
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" })
3692
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("title", { children: "Retention policy icon" }),
3693
+ /* @__PURE__ */ (0, import_jsx_runtime115.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" }),
3694
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("polyline", { points: "14 2 14 8 20 8" }),
3695
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("circle", { cx: "6", cy: "14", r: "4" }),
3696
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("path", { d: "M6 12v2l1 1" })
3584
3697
  ]
3585
3698
  }
3586
3699
  );
3587
3700
  };
3588
3701
 
3589
3702
  // src/risk.tsx
3590
- var import_jsx_runtime112 = require("react/jsx-runtime");
3703
+ var import_jsx_runtime116 = require("react/jsx-runtime");
3591
3704
  var RiskIcon = ({ size = 24, ...props }) => {
3592
- return /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(
3705
+ return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
3706
+ "svg",
3707
+ {
3708
+ xmlns: "http://www.w3.org/2000/svg",
3709
+ width: size,
3710
+ height: size,
3711
+ viewBox: "0 0 24 24",
3712
+ fill: "none",
3713
+ stroke: "currentColor",
3714
+ strokeWidth: "2",
3715
+ strokeLinecap: "round",
3716
+ strokeLinejoin: "round",
3717
+ ...props,
3718
+ children: [
3719
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("title", { children: "Risk icon" }),
3720
+ /* @__PURE__ */ (0, import_jsx_runtime116.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" }),
3721
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("path", { d: "M12 8v4" }),
3722
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("path", { d: "M12 16h.01" })
3723
+ ]
3724
+ }
3725
+ );
3726
+ };
3727
+
3728
+ // src/risk-opportunity-icon.tsx
3729
+ var import_jsx_runtime117 = require("react/jsx-runtime");
3730
+ var RiskOpportunityIcon = ({ size = 24, ...props }) => {
3731
+ return /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
3593
3732
  "svg",
3594
3733
  {
3595
3734
  xmlns: "http://www.w3.org/2000/svg",
@@ -3603,19 +3742,20 @@ var RiskIcon = ({ size = 24, ...props }) => {
3603
3742
  strokeLinejoin: "round",
3604
3743
  ...props,
3605
3744
  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" })
3745
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("title", { children: "Risk Opportunity Icon" }),
3746
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("path", { d: "M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z" }),
3747
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("path", { d: "m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z" }),
3748
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("path", { d: "M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0" }),
3749
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("path", { d: "M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5" })
3610
3750
  ]
3611
3751
  }
3612
3752
  );
3613
3753
  };
3614
3754
 
3615
3755
  // src/rotate-ccw-icon.tsx
3616
- var import_jsx_runtime113 = require("react/jsx-runtime");
3756
+ var import_jsx_runtime118 = require("react/jsx-runtime");
3617
3757
  var RotateCcwIcon = ({ size = 24, ...props }) => {
3618
- return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
3758
+ return /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(
3619
3759
  "svg",
3620
3760
  {
3621
3761
  width: size,
@@ -3625,8 +3765,8 @@ var RotateCcwIcon = ({ size = 24, ...props }) => {
3625
3765
  xmlns: "http://www.w3.org/2000/svg",
3626
3766
  ...props,
3627
3767
  children: [
3628
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("title", { children: "Rotate Ccw Icon" }),
3629
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
3768
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("title", { children: "Rotate Ccw Icon" }),
3769
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
3630
3770
  "path",
3631
3771
  {
3632
3772
  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",
@@ -3639,9 +3779,9 @@ var RotateCcwIcon = ({ size = 24, ...props }) => {
3639
3779
  };
3640
3780
 
3641
3781
  // src/save.tsx
3642
- var import_jsx_runtime114 = require("react/jsx-runtime");
3782
+ var import_jsx_runtime119 = require("react/jsx-runtime");
3643
3783
  var SaveIcon = (props) => {
3644
- return /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
3784
+ return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
3645
3785
  "svg",
3646
3786
  {
3647
3787
  xmlns: "http://www.w3.org/2000/svg",
@@ -3655,19 +3795,19 @@ var SaveIcon = (props) => {
3655
3795
  strokeLinejoin: "round",
3656
3796
  ...props,
3657
3797
  children: [
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" })
3798
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("title", { children: "Save Icon" }),
3799
+ /* @__PURE__ */ (0, import_jsx_runtime119.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" }),
3800
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" }),
3801
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("path", { d: "M7 3v4a1 1 0 0 0 1 1h7" })
3662
3802
  ]
3663
3803
  }
3664
3804
  );
3665
3805
  };
3666
3806
 
3667
3807
  // src/search.tsx
3668
- var import_jsx_runtime115 = require("react/jsx-runtime");
3808
+ var import_jsx_runtime120 = require("react/jsx-runtime");
3669
3809
  var SearchIcon = (props) => {
3670
- return /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(
3810
+ return /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
3671
3811
  "svg",
3672
3812
  {
3673
3813
  xmlns: "http://www.w3.org/2000/svg",
@@ -3681,18 +3821,18 @@ var SearchIcon = (props) => {
3681
3821
  strokeLinejoin: "round",
3682
3822
  ...props,
3683
3823
  children: [
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" })
3824
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("title", { children: "Search Icon" }),
3825
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { d: "m21 21-4.34-4.34" }),
3826
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("circle", { cx: "11", cy: "11", r: "8" })
3687
3827
  ]
3688
3828
  }
3689
3829
  );
3690
3830
  };
3691
3831
 
3692
3832
  // src/service-asset.tsx
3693
- var import_jsx_runtime116 = require("react/jsx-runtime");
3833
+ var import_jsx_runtime121 = require("react/jsx-runtime");
3694
3834
  var ServiceAssetIcon = ({ size = 24, ...props }) => {
3695
- return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
3835
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
3696
3836
  "svg",
3697
3837
  {
3698
3838
  xmlns: "http://www.w3.org/2000/svg",
@@ -3706,20 +3846,20 @@ var ServiceAssetIcon = ({ size = 24, ...props }) => {
3706
3846
  strokeLinejoin: "round",
3707
3847
  ...props,
3708
3848
  children: [
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" })
3849
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("title", { children: "Service Asset icon" }),
3850
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("path", { d: "M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8" }),
3851
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("path", { d: "M10 19v-3.96 3.15" }),
3852
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("path", { d: "M7 19h5" }),
3853
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("rect", { width: "6", height: "10", x: "16", y: "12", rx: "2" })
3714
3854
  ]
3715
3855
  }
3716
3856
  );
3717
3857
  };
3718
3858
 
3719
3859
  // src/settings.tsx
3720
- var import_jsx_runtime117 = require("react/jsx-runtime");
3860
+ var import_jsx_runtime122 = require("react/jsx-runtime");
3721
3861
  var SettingsIcon = ({ size = 24, ...props }) => {
3722
- return /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
3862
+ return /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(
3723
3863
  "svg",
3724
3864
  {
3725
3865
  xmlns: "http://www.w3.org/2000/svg",
@@ -3733,20 +3873,20 @@ var SettingsIcon = ({ size = 24, ...props }) => {
3733
3873
  strokeLinejoin: "round",
3734
3874
  ...props,
3735
3875
  children: [
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" })
3876
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("title", { children: "Settings" }),
3877
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("path", { d: "M14 17H5" }),
3878
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("path", { d: "M19 7h-9" }),
3879
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("circle", { cx: "17", cy: "17", r: "3" }),
3880
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("circle", { cx: "7", cy: "7", r: "3" })
3741
3881
  ]
3742
3882
  }
3743
3883
  );
3744
3884
  };
3745
3885
 
3746
3886
  // src/shell.tsx
3747
- var import_jsx_runtime118 = require("react/jsx-runtime");
3887
+ var import_jsx_runtime123 = require("react/jsx-runtime");
3748
3888
  var ShellIcon = ({ size = 24, ...props }) => {
3749
- return /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(
3889
+ return /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(
3750
3890
  "svg",
3751
3891
  {
3752
3892
  xmlns: "http://www.w3.org/2000/svg",
@@ -3760,17 +3900,17 @@ var ShellIcon = ({ size = 24, ...props }) => {
3760
3900
  strokeLinejoin: "round",
3761
3901
  ...props,
3762
3902
  children: [
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" })
3903
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("title", { children: "Shell Icon" }),
3904
+ /* @__PURE__ */ (0, import_jsx_runtime123.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" })
3765
3905
  ]
3766
3906
  }
3767
3907
  );
3768
3908
  };
3769
3909
 
3770
3910
  // src/shield-check-icon.tsx
3771
- var import_jsx_runtime119 = require("react/jsx-runtime");
3911
+ var import_jsx_runtime124 = require("react/jsx-runtime");
3772
3912
  function ShieldCheckIcon(props) {
3773
- return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
3913
+ return /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(
3774
3914
  "svg",
3775
3915
  {
3776
3916
  xmlns: "http://www.w3.org/2000/svg",
@@ -3784,18 +3924,18 @@ function ShieldCheckIcon(props) {
3784
3924
  strokeLinejoin: "round",
3785
3925
  ...props,
3786
3926
  children: [
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" })
3927
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("title", { children: "Shield Check" }),
3928
+ /* @__PURE__ */ (0, import_jsx_runtime124.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" }),
3929
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("path", { d: "m9 12 2 2 4-4" })
3790
3930
  ]
3791
3931
  }
3792
3932
  );
3793
3933
  }
3794
3934
 
3795
3935
  // src/software-asset.tsx
3796
- var import_jsx_runtime120 = require("react/jsx-runtime");
3936
+ var import_jsx_runtime125 = require("react/jsx-runtime");
3797
3937
  var SoftwareAssetIcon = ({ size = 24, ...props }) => {
3798
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
3938
+ return /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(
3799
3939
  "svg",
3800
3940
  {
3801
3941
  xmlns: "http://www.w3.org/2000/svg",
@@ -3809,20 +3949,20 @@ var SoftwareAssetIcon = ({ size = 24, ...props }) => {
3809
3949
  strokeLinejoin: "round",
3810
3950
  ...props,
3811
3951
  children: [
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" })
3952
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("title", { children: "Software Asset Icon" }),
3953
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }),
3954
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("path", { d: "M6 8h.01" }),
3955
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("path", { d: "M10 8h.01" }),
3956
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("path", { d: "M14 8h.01" })
3817
3957
  ]
3818
3958
  }
3819
3959
  );
3820
3960
  };
3821
3961
 
3822
3962
  // src/square-x-icon.tsx
3823
- var import_jsx_runtime121 = require("react/jsx-runtime");
3963
+ var import_jsx_runtime126 = require("react/jsx-runtime");
3824
3964
  var SquareXIcon = ({ size = 24, ...props }) => {
3825
- return /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
3965
+ return /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(
3826
3966
  "svg",
3827
3967
  {
3828
3968
  width: "24",
@@ -3832,8 +3972,8 @@ var SquareXIcon = ({ size = 24, ...props }) => {
3832
3972
  xmlns: "http://www.w3.org/2000/svg",
3833
3973
  ...props,
3834
3974
  children: [
3835
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("title", { children: "Square X" }),
3836
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
3975
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("title", { children: "Square X" }),
3976
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
3837
3977
  "path",
3838
3978
  {
3839
3979
  fillRule: "evenodd",
@@ -3848,9 +3988,43 @@ var SquareXIcon = ({ size = 24, ...props }) => {
3848
3988
  };
3849
3989
 
3850
3990
  // src/squares-intersect.tsx
3851
- var import_jsx_runtime122 = require("react/jsx-runtime");
3991
+ var import_jsx_runtime127 = require("react/jsx-runtime");
3852
3992
  var SquaresIntersect = ({ size = 24, ...props }) => {
3853
- return /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(
3993
+ return /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(
3994
+ "svg",
3995
+ {
3996
+ xmlns: "http://www.w3.org/2000/svg",
3997
+ width: size,
3998
+ height: size,
3999
+ viewBox: "0 0 24 24",
4000
+ fill: "none",
4001
+ stroke: "currentColor",
4002
+ strokeWidth: "2",
4003
+ strokeLinecap: "round",
4004
+ strokeLinejoin: "round",
4005
+ ...props,
4006
+ children: [
4007
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("title", { children: "Squares Intersect icon" }),
4008
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("path", { d: "M10 22a2 2 0 0 1-2-2" }),
4009
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("path", { d: "M14 2a2 2 0 0 1 2 2" }),
4010
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("path", { d: "M16 22h-2" }),
4011
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("path", { d: "M2 10V8" }),
4012
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("path", { d: "M2 4a2 2 0 0 1 2-2" }),
4013
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("path", { d: "M20 8a2 2 0 0 1 2 2" }),
4014
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("path", { d: "M22 14v2" }),
4015
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("path", { d: "M22 20a2 2 0 0 1-2 2" }),
4016
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("path", { d: "M4 16a2 2 0 0 1-2-2" }),
4017
+ /* @__PURE__ */ (0, import_jsx_runtime127.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" }),
4018
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("path", { d: "M8 2h2" })
4019
+ ]
4020
+ }
4021
+ );
4022
+ };
4023
+
4024
+ // src/stakeholder-icon.tsx
4025
+ var import_jsx_runtime128 = require("react/jsx-runtime");
4026
+ var StakeholderIcon = ({ size = 24, ...props }) => {
4027
+ return /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)(
3854
4028
  "svg",
3855
4029
  {
3856
4030
  xmlns: "http://www.w3.org/2000/svg",
@@ -3864,27 +4038,20 @@ var SquaresIntersect = ({ size = 24, ...props }) => {
3864
4038
  strokeLinejoin: "round",
3865
4039
  ...props,
3866
4040
  children: [
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" })
4041
+ /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("title", { children: "Stakeholder Icon" }),
4042
+ /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
4043
+ /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("circle", { cx: "9", cy: "7", r: "4" }),
4044
+ /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("path", { d: "M22 21v-2a4 4 0 0 0-3-3.87" }),
4045
+ /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("path", { d: "M16 3.13a4 4 0 0 1 0 7.75" })
3879
4046
  ]
3880
4047
  }
3881
4048
  );
3882
4049
  };
3883
4050
 
3884
4051
  // src/strike-icon.tsx
3885
- var import_jsx_runtime123 = require("react/jsx-runtime");
4052
+ var import_jsx_runtime129 = require("react/jsx-runtime");
3886
4053
  var StrikeIcon = ({ size = 24, ...props }) => {
3887
- return /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(
4054
+ return /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
3888
4055
  "svg",
3889
4056
  {
3890
4057
  width: size,
@@ -3894,15 +4061,15 @@ var StrikeIcon = ({ size = 24, ...props }) => {
3894
4061
  xmlns: "http://www.w3.org/2000/svg",
3895
4062
  ...props,
3896
4063
  children: [
3897
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("title", { children: "Strike" }),
3898
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
4064
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("title", { children: "Strike" }),
4065
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
3899
4066
  "path",
3900
4067
  {
3901
4068
  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",
3902
4069
  fill: "currentColor"
3903
4070
  }
3904
4071
  ),
3905
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
4072
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
3906
4073
  "path",
3907
4074
  {
3908
4075
  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",
@@ -3915,9 +4082,9 @@ var StrikeIcon = ({ size = 24, ...props }) => {
3915
4082
  };
3916
4083
 
3917
4084
  // src/subscript-icon.tsx
3918
- var import_jsx_runtime124 = require("react/jsx-runtime");
4085
+ var import_jsx_runtime130 = require("react/jsx-runtime");
3919
4086
  var SubscriptIcon = ({ size = 24, ...props }) => {
3920
- return /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(
4087
+ return /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)(
3921
4088
  "svg",
3922
4089
  {
3923
4090
  width: size,
@@ -3927,8 +4094,8 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
3927
4094
  xmlns: "http://www.w3.org/2000/svg",
3928
4095
  ...props,
3929
4096
  children: [
3930
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("title", { children: "Subscript" }),
3931
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
4097
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("title", { children: "Subscript" }),
4098
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
3932
4099
  "path",
3933
4100
  {
3934
4101
  fillRule: "evenodd",
@@ -3937,7 +4104,7 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
3937
4104
  fill: "currentColor"
3938
4105
  }
3939
4106
  ),
3940
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
4107
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
3941
4108
  "path",
3942
4109
  {
3943
4110
  fillRule: "evenodd",
@@ -3946,7 +4113,7 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
3946
4113
  fill: "currentColor"
3947
4114
  }
3948
4115
  ),
3949
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
4116
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
3950
4117
  "path",
3951
4118
  {
3952
4119
  fillRule: "evenodd",
@@ -3961,9 +4128,9 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
3961
4128
  };
3962
4129
 
3963
4130
  // src/superscript-icon.tsx
3964
- var import_jsx_runtime125 = require("react/jsx-runtime");
4131
+ var import_jsx_runtime131 = require("react/jsx-runtime");
3965
4132
  var SuperscriptIcon = ({ size = 24, ...props }) => {
3966
- return /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(
4133
+ return /* @__PURE__ */ (0, import_jsx_runtime131.jsxs)(
3967
4134
  "svg",
3968
4135
  {
3969
4136
  width: size,
@@ -3973,8 +4140,8 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
3973
4140
  xmlns: "http://www.w3.org/2000/svg",
3974
4141
  ...props,
3975
4142
  children: [
3976
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("title", { children: "Superscript" }),
3977
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4143
+ /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("title", { children: "Superscript" }),
4144
+ /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
3978
4145
  "path",
3979
4146
  {
3980
4147
  fillRule: "evenodd",
@@ -3983,7 +4150,7 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
3983
4150
  fill: "currentColor"
3984
4151
  }
3985
4152
  ),
3986
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4153
+ /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
3987
4154
  "path",
3988
4155
  {
3989
4156
  fillRule: "evenodd",
@@ -3992,7 +4159,7 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
3992
4159
  fill: "currentColor"
3993
4160
  }
3994
4161
  ),
3995
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4162
+ /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
3996
4163
  "path",
3997
4164
  {
3998
4165
  fillRule: "evenodd",
@@ -4007,9 +4174,9 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
4007
4174
  };
4008
4175
 
4009
4176
  // src/table-cell-merge-icon.tsx
4010
- var import_jsx_runtime126 = require("react/jsx-runtime");
4177
+ var import_jsx_runtime132 = require("react/jsx-runtime");
4011
4178
  var TableCellMergeIcon = ({ size = 24, ...props }) => {
4012
- return /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(
4179
+ return /* @__PURE__ */ (0, import_jsx_runtime132.jsxs)(
4013
4180
  "svg",
4014
4181
  {
4015
4182
  width: "24",
@@ -4019,43 +4186,43 @@ var TableCellMergeIcon = ({ size = 24, ...props }) => {
4019
4186
  xmlns: "http://www.w3.org/2000/svg",
4020
4187
  ...props,
4021
4188
  children: [
4022
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("title", { children: "Table Cell Merge" }),
4023
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4189
+ /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("title", { children: "Table Cell Merge" }),
4190
+ /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
4024
4191
  "path",
4025
4192
  {
4026
4193
  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",
4027
4194
  fill: "currentColor"
4028
4195
  }
4029
4196
  ),
4030
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4197
+ /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
4031
4198
  "path",
4032
4199
  {
4033
4200
  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",
4034
4201
  fill: "currentColor"
4035
4202
  }
4036
4203
  ),
4037
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4204
+ /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
4038
4205
  "path",
4039
4206
  {
4040
4207
  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",
4041
4208
  fill: "currentColor"
4042
4209
  }
4043
4210
  ),
4044
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4211
+ /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
4045
4212
  "path",
4046
4213
  {
4047
4214
  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",
4048
4215
  fill: "currentColor"
4049
4216
  }
4050
4217
  ),
4051
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4218
+ /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
4052
4219
  "path",
4053
4220
  {
4054
4221
  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",
4055
4222
  fill: "currentColor"
4056
4223
  }
4057
4224
  ),
4058
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4225
+ /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
4059
4226
  "path",
4060
4227
  {
4061
4228
  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",
@@ -4068,9 +4235,9 @@ var TableCellMergeIcon = ({ size = 24, ...props }) => {
4068
4235
  };
4069
4236
 
4070
4237
  // src/table-cell-split-icon.tsx
4071
- var import_jsx_runtime127 = require("react/jsx-runtime");
4238
+ var import_jsx_runtime133 = require("react/jsx-runtime");
4072
4239
  var TableCellSplitIcon = ({ size = 24, ...props }) => {
4073
- return /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(
4240
+ return /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)(
4074
4241
  "svg",
4075
4242
  {
4076
4243
  width: "24",
@@ -4080,43 +4247,43 @@ var TableCellSplitIcon = ({ size = 24, ...props }) => {
4080
4247
  xmlns: "http://www.w3.org/2000/svg",
4081
4248
  ...props,
4082
4249
  children: [
4083
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("title", { children: "Table Cell Split" }),
4084
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
4250
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("title", { children: "Table Cell Split" }),
4251
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
4085
4252
  "path",
4086
4253
  {
4087
4254
  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",
4088
4255
  fill: "currentColor"
4089
4256
  }
4090
4257
  ),
4091
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
4258
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
4092
4259
  "path",
4093
4260
  {
4094
4261
  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",
4095
4262
  fill: "currentColor"
4096
4263
  }
4097
4264
  ),
4098
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
4265
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
4099
4266
  "path",
4100
4267
  {
4101
4268
  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",
4102
4269
  fill: "currentColor"
4103
4270
  }
4104
4271
  ),
4105
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
4272
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
4106
4273
  "path",
4107
4274
  {
4108
4275
  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",
4109
4276
  fill: "currentColor"
4110
4277
  }
4111
4278
  ),
4112
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
4279
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
4113
4280
  "path",
4114
4281
  {
4115
4282
  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",
4116
4283
  fill: "currentColor"
4117
4284
  }
4118
4285
  ),
4119
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
4286
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
4120
4287
  "path",
4121
4288
  {
4122
4289
  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",
@@ -4129,12 +4296,12 @@ var TableCellSplitIcon = ({ size = 24, ...props }) => {
4129
4296
  };
4130
4297
 
4131
4298
  // src/table-header-column.tsx
4132
- var import_jsx_runtime128 = require("react/jsx-runtime");
4299
+ var import_jsx_runtime134 = require("react/jsx-runtime");
4133
4300
  var TableHeaderColumnIcon = ({
4134
4301
  size = 24,
4135
4302
  ...props
4136
4303
  }) => {
4137
- return /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)(
4304
+ return /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)(
4138
4305
  "svg",
4139
4306
  {
4140
4307
  width: "24",
@@ -4144,8 +4311,8 @@ var TableHeaderColumnIcon = ({
4144
4311
  xmlns: "http://www.w3.org/2000/svg",
4145
4312
  ...props,
4146
4313
  children: [
4147
- /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("title", { children: "Table Header Column" }),
4148
- /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
4314
+ /* @__PURE__ */ (0, import_jsx_runtime134.jsx)("title", { children: "Table Header Column" }),
4315
+ /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
4149
4316
  "path",
4150
4317
  {
4151
4318
  fillRule: "evenodd",
@@ -4160,9 +4327,9 @@ var TableHeaderColumnIcon = ({
4160
4327
  };
4161
4328
 
4162
4329
  // src/table-header-row.tsx
4163
- var import_jsx_runtime129 = require("react/jsx-runtime");
4330
+ var import_jsx_runtime135 = require("react/jsx-runtime");
4164
4331
  var TableHeaderRowIcon = ({ size = 24, ...props }) => {
4165
- return /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
4332
+ return /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)(
4166
4333
  "svg",
4167
4334
  {
4168
4335
  width: "24",
@@ -4172,8 +4339,8 @@ var TableHeaderRowIcon = ({ size = 24, ...props }) => {
4172
4339
  xmlns: "http://www.w3.org/2000/svg",
4173
4340
  ...props,
4174
4341
  children: [
4175
- /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("title", { children: "Table Header Row" }),
4176
- /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
4342
+ /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("title", { children: "Table Header Row" }),
4343
+ /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
4177
4344
  "path",
4178
4345
  {
4179
4346
  fillRule: "evenodd",
@@ -4188,9 +4355,9 @@ var TableHeaderRowIcon = ({ size = 24, ...props }) => {
4188
4355
  };
4189
4356
 
4190
4357
  // src/table-icon.tsx
4191
- var import_jsx_runtime130 = require("react/jsx-runtime");
4358
+ var import_jsx_runtime136 = require("react/jsx-runtime");
4192
4359
  var TableIcon = ({ size = 24, ...props }) => {
4193
- return /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)(
4360
+ return /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)(
4194
4361
  "svg",
4195
4362
  {
4196
4363
  width: size,
@@ -4204,20 +4371,20 @@ var TableIcon = ({ size = 24, ...props }) => {
4204
4371
  xmlns: "http://www.w3.org/2000/svg",
4205
4372
  ...props,
4206
4373
  children: [
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" })
4374
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("title", { children: "Table" }),
4375
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { d: "M12 3v18" }),
4376
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
4377
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { d: "M3 9h18" }),
4378
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { d: "M3 15h18" })
4212
4379
  ]
4213
4380
  }
4214
4381
  );
4215
4382
  };
4216
4383
 
4217
4384
  // src/table-of-contents-icon.tsx
4218
- var import_jsx_runtime131 = require("react/jsx-runtime");
4385
+ var import_jsx_runtime137 = require("react/jsx-runtime");
4219
4386
  var TableOfContentsIcon = ({ size = 24, ...props }) => {
4220
- return /* @__PURE__ */ (0, import_jsx_runtime131.jsxs)(
4387
+ return /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)(
4221
4388
  "svg",
4222
4389
  {
4223
4390
  xmlns: "http://www.w3.org/2000/svg",
@@ -4227,8 +4394,8 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
4227
4394
  fill: "currentColor",
4228
4395
  ...props,
4229
4396
  children: [
4230
- /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("title", { children: "Table of Contents Icon" }),
4231
- /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
4397
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("title", { children: "Table of Contents Icon" }),
4398
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
4232
4399
  "path",
4233
4400
  {
4234
4401
  fillRule: "evenodd",
@@ -4237,7 +4404,7 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
4237
4404
  fill: "currentColor"
4238
4405
  }
4239
4406
  ),
4240
- /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
4407
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
4241
4408
  "path",
4242
4409
  {
4243
4410
  fillRule: "evenodd",
@@ -4246,7 +4413,7 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
4246
4413
  fill: "currentColor"
4247
4414
  }
4248
4415
  ),
4249
- /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
4416
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
4250
4417
  "path",
4251
4418
  {
4252
4419
  fillRule: "evenodd",
@@ -4255,7 +4422,7 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
4255
4422
  fill: "currentColor"
4256
4423
  }
4257
4424
  ),
4258
- /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
4425
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
4259
4426
  "path",
4260
4427
  {
4261
4428
  fillRule: "evenodd",
@@ -4270,9 +4437,9 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
4270
4437
  };
4271
4438
 
4272
4439
  // src/tom-icon.tsx
4273
- var import_jsx_runtime132 = require("react/jsx-runtime");
4440
+ var import_jsx_runtime138 = require("react/jsx-runtime");
4274
4441
  var TomIcon = ({ size = 24, ...props }) => {
4275
- return /* @__PURE__ */ (0, import_jsx_runtime132.jsxs)(
4442
+ return /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)(
4276
4443
  "svg",
4277
4444
  {
4278
4445
  xmlns: "http://www.w3.org/2000/svg",
@@ -4286,18 +4453,18 @@ var TomIcon = ({ size = 24, ...props }) => {
4286
4453
  strokeLinejoin: "round",
4287
4454
  ...props,
4288
4455
  children: [
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" })
4456
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("title", { children: "TOM icon" }),
4457
+ /* @__PURE__ */ (0, import_jsx_runtime138.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" }),
4458
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("path", { d: "m9 12 2 2 4-4" })
4292
4459
  ]
4293
4460
  }
4294
4461
  );
4295
4462
  };
4296
4463
 
4297
4464
  // src/trash-icon.tsx
4298
- var import_jsx_runtime133 = require("react/jsx-runtime");
4465
+ var import_jsx_runtime139 = require("react/jsx-runtime");
4299
4466
  var TrashIcon = ({ size = 24, ...props }) => {
4300
- return /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)(
4467
+ return /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)(
4301
4468
  "svg",
4302
4469
  {
4303
4470
  xmlns: "http://www.w3.org/2000/svg",
@@ -4311,21 +4478,46 @@ var TrashIcon = ({ size = 24, ...props }) => {
4311
4478
  strokeLinejoin: "round",
4312
4479
  ...props,
4313
4480
  children: [
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" })
4481
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("title", { children: "Trash icon" }),
4482
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("path", { d: "M10 11v6" }),
4483
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("path", { d: "M14 11v6" }),
4484
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" }),
4485
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("path", { d: "M3 6h18" }),
4486
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("path", { d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" })
4487
+ ]
4488
+ }
4489
+ );
4490
+ };
4491
+
4492
+ // src/trust-center-icon.tsx
4493
+ var import_jsx_runtime140 = require("react/jsx-runtime");
4494
+ var TrustCenterIcon = ({ size = 24, ...props }) => {
4495
+ return /* @__PURE__ */ (0, import_jsx_runtime140.jsxs)(
4496
+ "svg",
4497
+ {
4498
+ xmlns: "http://www.w3.org/2000/svg",
4499
+ width: size,
4500
+ height: size,
4501
+ viewBox: "0 0 24 24",
4502
+ fill: "none",
4503
+ stroke: "currentColor",
4504
+ strokeWidth: "2",
4505
+ strokeLinecap: "round",
4506
+ strokeLinejoin: "round",
4507
+ ...props,
4508
+ children: [
4509
+ /* @__PURE__ */ (0, import_jsx_runtime140.jsx)("title", { children: "Trust Center Icon" }),
4510
+ /* @__PURE__ */ (0, import_jsx_runtime140.jsx)("path", { d: "M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10" }),
4511
+ /* @__PURE__ */ (0, import_jsx_runtime140.jsx)("path", { d: "m9 12 2 2 4-4" })
4320
4512
  ]
4321
4513
  }
4322
4514
  );
4323
4515
  };
4324
4516
 
4325
4517
  // src/type-icon.tsx
4326
- var import_jsx_runtime134 = require("react/jsx-runtime");
4518
+ var import_jsx_runtime141 = require("react/jsx-runtime");
4327
4519
  var TypeIcon = ({ size = 24, ...props }) => {
4328
- return /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)(
4520
+ return /* @__PURE__ */ (0, import_jsx_runtime141.jsxs)(
4329
4521
  "svg",
4330
4522
  {
4331
4523
  width: size,
@@ -4335,8 +4527,8 @@ var TypeIcon = ({ size = 24, ...props }) => {
4335
4527
  xmlns: "http://www.w3.org/2000/svg",
4336
4528
  ...props,
4337
4529
  children: [
4338
- /* @__PURE__ */ (0, import_jsx_runtime134.jsx)("title", { children: "Type Icon" }),
4339
- /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
4530
+ /* @__PURE__ */ (0, import_jsx_runtime141.jsx)("title", { children: "Type Icon" }),
4531
+ /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
4340
4532
  "path",
4341
4533
  {
4342
4534
  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",
@@ -4349,9 +4541,9 @@ var TypeIcon = ({ size = 24, ...props }) => {
4349
4541
  };
4350
4542
 
4351
4543
  // src/underline-icon.tsx
4352
- var import_jsx_runtime135 = require("react/jsx-runtime");
4544
+ var import_jsx_runtime142 = require("react/jsx-runtime");
4353
4545
  var UnderlineIcon = ({ size = 24, ...props }) => {
4354
- return /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)(
4546
+ return /* @__PURE__ */ (0, import_jsx_runtime142.jsxs)(
4355
4547
  "svg",
4356
4548
  {
4357
4549
  width: size,
@@ -4361,8 +4553,8 @@ var UnderlineIcon = ({ size = 24, ...props }) => {
4361
4553
  xmlns: "http://www.w3.org/2000/svg",
4362
4554
  ...props,
4363
4555
  children: [
4364
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("title", { children: "Underline" }),
4365
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
4556
+ /* @__PURE__ */ (0, import_jsx_runtime142.jsx)("title", { children: "Underline" }),
4557
+ /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
4366
4558
  "path",
4367
4559
  {
4368
4560
  fillRule: "evenodd",
@@ -4377,9 +4569,9 @@ var UnderlineIcon = ({ size = 24, ...props }) => {
4377
4569
  };
4378
4570
 
4379
4571
  // src/undo-icon.tsx
4380
- var import_jsx_runtime136 = require("react/jsx-runtime");
4572
+ var import_jsx_runtime143 = require("react/jsx-runtime");
4381
4573
  var UndoIcon = ({ size = 24, ...props }) => {
4382
- return /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)(
4574
+ return /* @__PURE__ */ (0, import_jsx_runtime143.jsxs)(
4383
4575
  "svg",
4384
4576
  {
4385
4577
  xmlns: "http://www.w3.org/2000/svg",
@@ -4389,8 +4581,8 @@ var UndoIcon = ({ size = 24, ...props }) => {
4389
4581
  fill: "currentColor",
4390
4582
  ...props,
4391
4583
  children: [
4392
- /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("title", { children: "Undo Icon" }),
4393
- /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
4584
+ /* @__PURE__ */ (0, import_jsx_runtime143.jsx)("title", { children: "Undo Icon" }),
4585
+ /* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
4394
4586
  "path",
4395
4587
  {
4396
4588
  fillRule: "evenodd",
@@ -4405,9 +4597,9 @@ var UndoIcon = ({ size = 24, ...props }) => {
4405
4597
  };
4406
4598
 
4407
4599
  // src/upload.tsx
4408
- var import_jsx_runtime137 = require("react/jsx-runtime");
4600
+ var import_jsx_runtime144 = require("react/jsx-runtime");
4409
4601
  var UploadIcon = ({ size = 24, ...props }) => {
4410
- return /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)(
4602
+ return /* @__PURE__ */ (0, import_jsx_runtime144.jsxs)(
4411
4603
  "svg",
4412
4604
  {
4413
4605
  xmlns: "http://www.w3.org/2000/svg",
@@ -4421,19 +4613,19 @@ var UploadIcon = ({ size = 24, ...props }) => {
4421
4613
  strokeLinejoin: "round",
4422
4614
  ...props,
4423
4615
  children: [
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" })
4616
+ /* @__PURE__ */ (0, import_jsx_runtime144.jsx)("title", { children: "Upload icon" }),
4617
+ /* @__PURE__ */ (0, import_jsx_runtime144.jsx)("path", { d: "M12 13v8" }),
4618
+ /* @__PURE__ */ (0, import_jsx_runtime144.jsx)("path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }),
4619
+ /* @__PURE__ */ (0, import_jsx_runtime144.jsx)("path", { d: "m8 17 4-4 4 4" })
4428
4620
  ]
4429
4621
  }
4430
4622
  );
4431
4623
  };
4432
4624
 
4433
4625
  // src/user-circle-icon.tsx
4434
- var import_jsx_runtime138 = require("react/jsx-runtime");
4626
+ var import_jsx_runtime145 = require("react/jsx-runtime");
4435
4627
  var UserCircleIcon = ({ size = 24, ...props }) => {
4436
- return /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)(
4628
+ return /* @__PURE__ */ (0, import_jsx_runtime145.jsxs)(
4437
4629
  "svg",
4438
4630
  {
4439
4631
  width: size,
@@ -4442,9 +4634,9 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
4442
4634
  xmlns: "http://www.w3.org/2000/svg",
4443
4635
  ...props,
4444
4636
  children: [
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)(
4637
+ /* @__PURE__ */ (0, import_jsx_runtime145.jsx)("title", { children: "User Circle Icon" }),
4638
+ /* @__PURE__ */ (0, import_jsx_runtime145.jsx)("rect", { width: "256", height: "256", fill: "none" }),
4639
+ /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
4448
4640
  "circle",
4449
4641
  {
4450
4642
  cx: "128",
@@ -4457,7 +4649,7 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
4457
4649
  strokeWidth: "16"
4458
4650
  }
4459
4651
  ),
4460
- /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
4652
+ /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
4461
4653
  "circle",
4462
4654
  {
4463
4655
  cx: "128",
@@ -4470,7 +4662,7 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
4470
4662
  strokeWidth: "16"
4471
4663
  }
4472
4664
  ),
4473
- /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
4665
+ /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
4474
4666
  "path",
4475
4667
  {
4476
4668
  d: "M63.8,199.37a72,72,0,0,1,128.4,0",
@@ -4487,9 +4679,9 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
4487
4679
  };
4488
4680
 
4489
4681
  // src/vendor.tsx
4490
- var import_jsx_runtime139 = require("react/jsx-runtime");
4682
+ var import_jsx_runtime146 = require("react/jsx-runtime");
4491
4683
  var VendorIcon = ({ size = 24, ...props }) => {
4492
- return /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)(
4684
+ return /* @__PURE__ */ (0, import_jsx_runtime146.jsxs)(
4493
4685
  "svg",
4494
4686
  {
4495
4687
  xmlns: "http://www.w3.org/2000/svg",
@@ -4503,12 +4695,12 @@ var VendorIcon = ({ size = 24, ...props }) => {
4503
4695
  strokeLinejoin: "round",
4504
4696
  ...props,
4505
4697
  children: [
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" })
4698
+ /* @__PURE__ */ (0, import_jsx_runtime146.jsx)("title", { children: "Vendor icon" }),
4699
+ /* @__PURE__ */ (0, import_jsx_runtime146.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" }),
4700
+ /* @__PURE__ */ (0, import_jsx_runtime146.jsx)("path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" }),
4701
+ /* @__PURE__ */ (0, import_jsx_runtime146.jsx)("path", { d: "M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4" }),
4702
+ /* @__PURE__ */ (0, import_jsx_runtime146.jsx)("path", { d: "M2 7h20" }),
4703
+ /* @__PURE__ */ (0, import_jsx_runtime146.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" })
4512
4704
  ]
4513
4705
  }
4514
4706
  );
@@ -4563,6 +4755,7 @@ var VendorIcon = ({ size = 24, ...props }) => {
4563
4755
  CodeBlockIcon,
4564
4756
  CodeIcon,
4565
4757
  CodeblockIcon,
4758
+ ContactIcon,
4566
4759
  ControlImplementationIcon,
4567
4760
  ControlsIcon,
4568
4761
  CopyIcon,
@@ -4570,6 +4763,7 @@ var VendorIcon = ({ size = 24, ...props }) => {
4570
4763
  CropIcon,
4571
4764
  DORAIcon,
4572
4765
  DSARIcon,
4766
+ DashboardIcon,
4573
4767
  DataAssetIcon,
4574
4768
  DocumentsIcon,
4575
4769
  DomainIcon,
@@ -4603,6 +4797,7 @@ var VendorIcon = ({ size = 24, ...props }) => {
4603
4797
  IntersectIcon,
4604
4798
  IssuesIcon,
4605
4799
  ItalicIcon,
4800
+ KpiIcon,
4606
4801
  LabelIcon,
4607
4802
  LinkIcon,
4608
4803
  LinkedInIcon,
@@ -4615,6 +4810,7 @@ var VendorIcon = ({ size = 24, ...props }) => {
4615
4810
  MoreVerticalIcon,
4616
4811
  NIS2Icon,
4617
4812
  NotificationIcon,
4813
+ ObjectiveIcon,
4618
4814
  PaletteIcon,
4619
4815
  PanelLeftIcon,
4620
4816
  PartialIcon,
@@ -4630,6 +4826,7 @@ var VendorIcon = ({ size = 24, ...props }) => {
4630
4826
  RedoIcon,
4631
4827
  RetentionPolicyIcon,
4632
4828
  RiskIcon,
4829
+ RiskOpportunityIcon,
4633
4830
  RotateCcwIcon,
4634
4831
  SaveIcon,
4635
4832
  SearchIcon,
@@ -4640,6 +4837,7 @@ var VendorIcon = ({ size = 24, ...props }) => {
4640
4837
  SoftwareAssetIcon,
4641
4838
  SquareXIcon,
4642
4839
  SquaresIntersect,
4840
+ StakeholderIcon,
4643
4841
  StrikeIcon,
4644
4842
  SubscriptIcon,
4645
4843
  SubsetIcon,
@@ -4653,6 +4851,7 @@ var VendorIcon = ({ size = 24, ...props }) => {
4653
4851
  TableOfContentsIcon,
4654
4852
  TomIcon,
4655
4853
  TrashIcon,
4854
+ TrustCenterIcon,
4656
4855
  TypeIcon,
4657
4856
  UnderlineIcon,
4658
4857
  UndoIcon,