@carbon/icons-react 11.81.0 → 11.82.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 (83) hide show
  1. package/es/CouplingFacility.d.ts +11 -0
  2. package/es/CouplingFacility.js +27 -0
  3. package/es/ZosPartition.d.ts +11 -0
  4. package/es/ZosPartition.js +27 -0
  5. package/es/generated/bucket-10.d.ts +2 -2
  6. package/es/generated/bucket-10.js +13 -22
  7. package/es/generated/bucket-11.d.ts +2 -2
  8. package/es/generated/bucket-11.js +22 -13
  9. package/es/generated/bucket-12.d.ts +2 -2
  10. package/es/generated/bucket-12.js +13 -22
  11. package/es/generated/bucket-13.d.ts +2 -2
  12. package/es/generated/bucket-13.js +22 -13
  13. package/es/generated/bucket-14.d.ts +2 -2
  14. package/es/generated/bucket-14.js +13 -31
  15. package/es/generated/bucket-15.d.ts +2 -2
  16. package/es/generated/bucket-15.js +31 -13
  17. package/es/generated/bucket-16.d.ts +2 -2
  18. package/es/generated/bucket-16.js +13 -13
  19. package/es/generated/bucket-17.d.ts +2 -2
  20. package/es/generated/bucket-17.js +13 -13
  21. package/es/generated/bucket-18.d.ts +2 -2
  22. package/es/generated/bucket-18.js +13 -13
  23. package/es/generated/bucket-19.d.ts +2 -2
  24. package/es/generated/bucket-19.js +13 -13
  25. package/es/generated/bucket-20.d.ts +2 -2
  26. package/es/generated/bucket-20.js +13 -13
  27. package/es/generated/bucket-21.d.ts +3 -1
  28. package/es/generated/bucket-21.js +25 -1
  29. package/es/generated/bucket-4.d.ts +2 -2
  30. package/es/generated/bucket-4.js +13 -13
  31. package/es/generated/bucket-5.d.ts +2 -2
  32. package/es/generated/bucket-5.js +13 -21
  33. package/es/generated/bucket-6.d.ts +2 -2
  34. package/es/generated/bucket-6.js +21 -13
  35. package/es/generated/bucket-7.d.ts +2 -2
  36. package/es/generated/bucket-7.js +13 -13
  37. package/es/generated/bucket-8.d.ts +2 -2
  38. package/es/generated/bucket-8.js +13 -21
  39. package/es/generated/bucket-9.d.ts +2 -2
  40. package/es/generated/bucket-9.js +21 -13
  41. package/es/index.js +19 -19
  42. package/lib/CouplingFacility.d.ts +11 -0
  43. package/lib/CouplingFacility.js +28 -0
  44. package/lib/ZosPartition.d.ts +11 -0
  45. package/lib/ZosPartition.js +28 -0
  46. package/lib/generated/bucket-10.d.ts +2 -2
  47. package/lib/generated/bucket-10.js +13 -22
  48. package/lib/generated/bucket-11.d.ts +2 -2
  49. package/lib/generated/bucket-11.js +22 -13
  50. package/lib/generated/bucket-12.d.ts +2 -2
  51. package/lib/generated/bucket-12.js +13 -22
  52. package/lib/generated/bucket-13.d.ts +2 -2
  53. package/lib/generated/bucket-13.js +22 -13
  54. package/lib/generated/bucket-14.d.ts +2 -2
  55. package/lib/generated/bucket-14.js +13 -31
  56. package/lib/generated/bucket-15.d.ts +2 -2
  57. package/lib/generated/bucket-15.js +31 -13
  58. package/lib/generated/bucket-16.d.ts +2 -2
  59. package/lib/generated/bucket-16.js +13 -13
  60. package/lib/generated/bucket-17.d.ts +2 -2
  61. package/lib/generated/bucket-17.js +13 -13
  62. package/lib/generated/bucket-18.d.ts +2 -2
  63. package/lib/generated/bucket-18.js +13 -13
  64. package/lib/generated/bucket-19.d.ts +2 -2
  65. package/lib/generated/bucket-19.js +13 -13
  66. package/lib/generated/bucket-20.d.ts +2 -2
  67. package/lib/generated/bucket-20.js +13 -13
  68. package/lib/generated/bucket-21.d.ts +3 -1
  69. package/lib/generated/bucket-21.js +26 -0
  70. package/lib/generated/bucket-4.d.ts +2 -2
  71. package/lib/generated/bucket-4.js +13 -13
  72. package/lib/generated/bucket-5.d.ts +2 -2
  73. package/lib/generated/bucket-5.js +13 -21
  74. package/lib/generated/bucket-6.d.ts +2 -2
  75. package/lib/generated/bucket-6.js +21 -13
  76. package/lib/generated/bucket-7.d.ts +2 -2
  77. package/lib/generated/bucket-7.js +13 -13
  78. package/lib/generated/bucket-8.d.ts +2 -2
  79. package/lib/generated/bucket-8.js +13 -21
  80. package/lib/generated/bucket-9.d.ts +2 -2
  81. package/lib/generated/bucket-9.js +21 -13
  82. package/lib/index.js +19 -17
  83. package/package.json +3 -3
@@ -14,6 +14,27 @@ react = require_Icon.__toESM(react);
14
14
  let react_jsx_runtime = require("react/jsx-runtime");
15
15
  //#region virtual:generated/bucket-11.js
16
16
  const didWarnAboutDeprecation = {};
17
+ const JoinNode = /* @__PURE__ */ react.default.forwardRef(function JoinNode({ children, size = 16, ...rest }, ref) {
18
+ return react.default.createElement(require_Icon.Icon, {
19
+ width: size,
20
+ height: size,
21
+ ref,
22
+ xmlns: "http://www.w3.org/2000/svg",
23
+ viewBox: "0 0 32 32",
24
+ fill: "currentColor",
25
+ ...rest
26
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
27
+ strokeWidth: "0",
28
+ d: "M2 9H6V11H2z"
29
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
30
+ strokeWidth: "0",
31
+ d: "M2 21H6V23H2z"
32
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
33
+ strokeWidth: "0",
34
+ d: "M25 11 23.5859 12.4141 26.1719 15 18 15 18 4 12 4 12 9 8 9 8 11 12 11 12 21 8 21 8 23 12 23 12 28 18 28 18 17 26.1719 17 23.5859 19.5859 25 21 30 16 25 11z"
35
+ }), children);
36
+ });
37
+ if (process.env.NODE_ENV !== "production") JoinNode.propTypes = require_iconPropTypes.iconPropTypes;
17
38
  const Jpg = /* @__PURE__ */ react.default.forwardRef(function Jpg({ children, size = 16, ...rest }, ref) {
18
39
  return react.default.createElement(require_Icon.Icon, {
19
40
  width: size,
@@ -1724,19 +1745,8 @@ const LogoInstagram = /* @__PURE__ */ react.default.forwardRef(function LogoInst
1724
1745
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,9.8378A6.1622,6.1622,0,1,0,22.1622,16,6.1622,6.1622,0,0,0,16,9.8378ZM16,20a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,6.1622c3.2041,0,3.5837.0122,4.849.07a6.6418,6.6418,0,0,1,2.2283.4132,3.9748,3.9748,0,0,1,2.2774,2.2774,6.6418,6.6418,0,0,1,.4132,2.2283c.0577,1.2653.07,1.6449.07,4.849s-.0122,3.5837-.07,4.849a6.6418,6.6418,0,0,1-.4132,2.2283,3.9748,3.9748,0,0,1-2.2774,2.2774,6.6418,6.6418,0,0,1-2.2283.4132c-1.2652.0577-1.6446.07-4.849.07s-3.5838-.0122-4.849-.07a6.6418,6.6418,0,0,1-2.2283-.4132,3.9748,3.9748,0,0,1-2.2774-2.2774,6.6418,6.6418,0,0,1-.4132-2.2283c-.0577-1.2653-.07-1.6449-.07-4.849s.0122-3.5837.07-4.849a6.6418,6.6418,0,0,1,.4132-2.2283A3.9748,3.9748,0,0,1,8.9227,6.6453a6.6418,6.6418,0,0,1,2.2283-.4132c1.2653-.0577,1.6449-.07,4.849-.07M16,4c-3.259,0-3.6677.0138-4.9476.0722A8.8068,8.8068,0,0,0,8.14,4.63,6.1363,6.1363,0,0,0,4.63,8.14a8.8068,8.8068,0,0,0-.5578,2.9129C4.0138,12.3323,4,12.741,4,16s.0138,3.6677.0722,4.9476A8.8074,8.8074,0,0,0,4.63,23.8605a6.1363,6.1363,0,0,0,3.51,3.51,8.8068,8.8068,0,0,0,2.9129.5578C12.3323,27.9862,12.741,28,16,28s3.6677-.0138,4.9476-.0722a8.8074,8.8074,0,0,0,2.9129-.5578,6.1363,6.1363,0,0,0,3.51-3.51,8.8074,8.8074,0,0,0,.5578-2.9129C27.9862,19.6677,28,19.259,28,16s-.0138-3.6677-.0722-4.9476A8.8068,8.8068,0,0,0,27.37,8.14a6.1363,6.1363,0,0,0-3.51-3.5095,8.8074,8.8074,0,0,0-2.9129-.5578C19.6677,4.0138,19.259,4,16,4Z" }), children);
1725
1746
  });
1726
1747
  if (process.env.NODE_ENV !== "production") LogoInstagram.propTypes = require_iconPropTypes.iconPropTypes;
1727
- const LogoInvision = /* @__PURE__ */ react.default.forwardRef(function LogoInvision({ children, size = 16, ...rest }, ref) {
1728
- return react.default.createElement(require_Icon.Icon, {
1729
- width: size,
1730
- height: size,
1731
- ref,
1732
- xmlns: "http://www.w3.org/2000/svg",
1733
- viewBox: "0 0 32 32",
1734
- fill: "currentColor",
1735
- ...rest
1736
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,4v24h24V4H4z M12.1,9c0.8,0,1.4,0.6,1.4,1.4c0,0.8-0.6,1.4-1.4,1.4c0,0,0,0,0,0c-0.8,0-1.4-0.6-1.4-1.4 C10.8,9.6,11.4,9,12.1,9z M21.5,22.2c-1.4,0-2.1-0.8-2.1-2c0-0.3,0-0.7,0.1-1l0.7-2.4c0.1-0.2,0.1-0.5,0.1-0.7 c0-0.8-0.5-1.3-1.2-1.3c-1,0-1.6,0.7-1.9,2L15.9,22h-2.3l0.4-1.7c-0.7,1.1-1.6,1.8-2.8,1.8c-1.4,0-2.1-0.8-2.1-2c0-0.3,0-0.7,0.1-1 l1.1-4.3H8.7L9.2,13h3.9l-1.5,6.1c-0.1,0.3-0.1,0.6-0.1,0.9c0,0.4,0.2,0.5,0.5,0.6c0.2,0,1.6,0,2.4-1.8l1-4.1h-1.6l0.5-1.8h3.5 l-0.5,2.1c0.6-1.2,1.9-2.2,3.1-2.2c1.3,0,2.4,0.9,2.4,2.7c0,0.5-0.1,1-0.2,1.5l-0.7,2.4c-0.1,0.2-0.1,0.4-0.1,0.6 c0,0.4,0.2,0.6,0.5,0.6c0.3,0,0.7-0.2,1.2-1.5l0.9,0.4C23.7,21.4,22.7,22.2,21.5,22.2z" }), children);
1737
- });
1738
- if (process.env.NODE_ENV !== "production") LogoInvision.propTypes = require_iconPropTypes.iconPropTypes;
1739
1748
  //#endregion
1749
+ exports.JoinNode = JoinNode;
1740
1750
  exports.Jpg = Jpg;
1741
1751
  exports.JsError = JsError;
1742
1752
  exports.Json = Json;
@@ -1858,7 +1868,6 @@ exports.LogoGithub = LogoGithub;
1858
1868
  exports.LogoGitlab = LogoGitlab;
1859
1869
  exports.LogoGlassdoor = LogoGlassdoor;
1860
1870
  exports.LogoInstagram = LogoInstagram;
1861
- exports.LogoInvision = LogoInvision;
1862
1871
  exports.WatsonHealthLaunchStudy_1 = WatsonHealthLaunchStudy_1;
1863
1872
  exports.WatsonHealthLaunchStudy_2 = WatsonHealthLaunchStudy_2;
1864
1873
  exports.WatsonHealthLaunchStudy_3 = WatsonHealthLaunchStudy_3;
@@ -7,6 +7,7 @@
7
7
  * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
8
  */
9
9
  import type { CarbonIconType } from '../CarbonIcon';
10
+ declare const _LogoInvision: CarbonIconType;
10
11
  declare const _LogoJupyter: CarbonIconType;
11
12
  declare const _LogoKeybase: CarbonIconType;
12
13
  declare const _LogoKubernetes: CarbonIconType;
@@ -131,5 +132,4 @@ declare const _Monument: CarbonIconType;
131
132
  declare const _Moon: CarbonIconType;
132
133
  declare const _Moonrise: CarbonIconType;
133
134
  declare const _Moonset: CarbonIconType;
134
- declare const _MostlyCloudy: CarbonIconType;
135
- export { _LogoJupyter as LogoJupyter, _LogoKeybase as LogoKeybase, _LogoKubernetes as LogoKubernetes, _LogoLinkedin as LogoLinkedin, _LogoLivestream as LogoLivestream, _LogoMastodon as LogoMastodon, _LogoMedium as LogoMedium, _LogoModelContextProtocol as LogoModelContextProtocol, _LogoNpm as LogoNpm, _LogoOpenshift as LogoOpenshift, _LogoPinterest as LogoPinterest, _LogoPython as LogoPython, _LogoQuora as LogoQuora, _LogoRScript as LogoRScript, _LogoReact as LogoReact, _LogoRedHatAiInstructlabOnIbmCloud as LogoRedHatAiInstructlabOnIbmCloud, _LogoRedHatAnsible as LogoRedHatAnsible, _LogoSketch as LogoSketch, _LogoSkype as LogoSkype, _LogoSlack as LogoSlack, _LogoSnapchat as LogoSnapchat, _LogoSvelte as LogoSvelte, _LogoTumblr as LogoTumblr, _LogoTwitter as LogoTwitter, _LogoVmware as LogoVmware, _LogoVmwareAlt as LogoVmwareAlt, _LogoVue as LogoVue, _LogoWechat as LogoWechat, _LogoX as LogoX, _LogoXing as LogoXing, _LogoYelp as LogoYelp, _LogoYoutube as LogoYoutube, _Logout as Logout, _Loop as Loop, _LoopAlt as LoopAlt, _LowSeverity as LowSeverity, _Mac as Mac, _MacCommand as MacCommand, _MacOption as MacOption, _MacShift as MacShift, _MachineLearning as MachineLearning, _MachineLearningModel as MachineLearningModel, _MagicWand as MagicWand, _MagicWandFilled as MagicWandFilled, _WatsonHealthMagnify as WatsonHealthMagnify, _MailAll as MailAll, _MailReply as MailReply, _WatsonHealthMammogram as WatsonHealthMammogram, _ManageProtection as ManageProtection, _ManagedSolutions as ManagedSolutions, _Map as Map, _MapCenter as MapCenter, _MapIdentify as MapIdentify, _MappingClear as MappingClear, _MappingHide as MappingHide, _MappingShow as MappingShow, _MapBoundary as MapBoundary, _MapBoundaryVegetation as MapBoundaryVegetation, _Marginal as Marginal, _MarineWarning as MarineWarning, _MaterialRequest as MaterialRequest, _MathCurve as MathCurve, _QMatrix as QMatrix, _Maximize as Maximize, _MediaLibrary as MediaLibrary, _MediaLibraryFilled as MediaLibraryFilled, _MediaCast as MediaCast, _Medication as Medication, _MedicationAlert as MedicationAlert, _MedicationReminder as MedicationReminder, _Menu as Menu, _Merge as Merge, _MergeNode as MergeNode, _MessageQueue as MessageQueue, _Meter as Meter, _MeterAlt as MeterAlt, _Microphone as Microphone, _MicrophoneFilled as MicrophoneFilled, _MicrophoneOff as MicrophoneOff, _MicrophoneOffFilled as MicrophoneOffFilled, _Microscope as Microscope, _Microservices_1 as Microservices_1, _Microservices_2 as Microservices_2, _Migrate as Migrate, _MigrateAlt as MigrateAlt, _Milestone as Milestone, _MilitaryCamp as MilitaryCamp, _MinimapOff as MinimapOff, _MinimapOn as MinimapOn, _Minimize as Minimize, _MinusPlus as MinusPlus, _Misuse as Misuse, _MisuseOutline as MisuseOutline, _MixedRainHail as MixedRainHail, _MlModelReference as MlModelReference, _Mobile as Mobile, _MobileAdd as MobileAdd, _MobileAudio as MobileAudio, _MobileCheck as MobileCheck, _MobileCrash as MobileCrash, _MobileDownload as MobileDownload, _MobileEvent as MobileEvent, _MobileLandscape as MobileLandscape, _MobileRequest as MobileRequest, _MobileSession as MobileSession, _MobileView as MobileView, _MobileViewOrientation as MobileViewOrientation, _MobilityServices as MobilityServices, _Model as Model, _ModelAlt as ModelAlt, _ModelContentDoc as ModelContentDoc, _ModelFoundation as ModelFoundation, _ModelReference as ModelReference, _ModelTuned as ModelTuned, _ModelBuilder as ModelBuilder, _ModelBuilderReference as ModelBuilderReference, _ModifiedNewest as ModifiedNewest, _ModifiedOldest as ModifiedOldest, _Money as Money, _Monster as Monster, _Monument as Monument, _Moon as Moon, _Moonrise as Moonrise, _Moonset as Moonset, _MostlyCloudy as MostlyCloudy };
135
+ export { _LogoInvision as LogoInvision, _LogoJupyter as LogoJupyter, _LogoKeybase as LogoKeybase, _LogoKubernetes as LogoKubernetes, _LogoLinkedin as LogoLinkedin, _LogoLivestream as LogoLivestream, _LogoMastodon as LogoMastodon, _LogoMedium as LogoMedium, _LogoModelContextProtocol as LogoModelContextProtocol, _LogoNpm as LogoNpm, _LogoOpenshift as LogoOpenshift, _LogoPinterest as LogoPinterest, _LogoPython as LogoPython, _LogoQuora as LogoQuora, _LogoRScript as LogoRScript, _LogoReact as LogoReact, _LogoRedHatAiInstructlabOnIbmCloud as LogoRedHatAiInstructlabOnIbmCloud, _LogoRedHatAnsible as LogoRedHatAnsible, _LogoSketch as LogoSketch, _LogoSkype as LogoSkype, _LogoSlack as LogoSlack, _LogoSnapchat as LogoSnapchat, _LogoSvelte as LogoSvelte, _LogoTumblr as LogoTumblr, _LogoTwitter as LogoTwitter, _LogoVmware as LogoVmware, _LogoVmwareAlt as LogoVmwareAlt, _LogoVue as LogoVue, _LogoWechat as LogoWechat, _LogoX as LogoX, _LogoXing as LogoXing, _LogoYelp as LogoYelp, _LogoYoutube as LogoYoutube, _Logout as Logout, _Loop as Loop, _LoopAlt as LoopAlt, _LowSeverity as LowSeverity, _Mac as Mac, _MacCommand as MacCommand, _MacOption as MacOption, _MacShift as MacShift, _MachineLearning as MachineLearning, _MachineLearningModel as MachineLearningModel, _MagicWand as MagicWand, _MagicWandFilled as MagicWandFilled, _WatsonHealthMagnify as WatsonHealthMagnify, _MailAll as MailAll, _MailReply as MailReply, _WatsonHealthMammogram as WatsonHealthMammogram, _ManageProtection as ManageProtection, _ManagedSolutions as ManagedSolutions, _Map as Map, _MapCenter as MapCenter, _MapIdentify as MapIdentify, _MappingClear as MappingClear, _MappingHide as MappingHide, _MappingShow as MappingShow, _MapBoundary as MapBoundary, _MapBoundaryVegetation as MapBoundaryVegetation, _Marginal as Marginal, _MarineWarning as MarineWarning, _MaterialRequest as MaterialRequest, _MathCurve as MathCurve, _QMatrix as QMatrix, _Maximize as Maximize, _MediaLibrary as MediaLibrary, _MediaLibraryFilled as MediaLibraryFilled, _MediaCast as MediaCast, _Medication as Medication, _MedicationAlert as MedicationAlert, _MedicationReminder as MedicationReminder, _Menu as Menu, _Merge as Merge, _MergeNode as MergeNode, _MessageQueue as MessageQueue, _Meter as Meter, _MeterAlt as MeterAlt, _Microphone as Microphone, _MicrophoneFilled as MicrophoneFilled, _MicrophoneOff as MicrophoneOff, _MicrophoneOffFilled as MicrophoneOffFilled, _Microscope as Microscope, _Microservices_1 as Microservices_1, _Microservices_2 as Microservices_2, _Migrate as Migrate, _MigrateAlt as MigrateAlt, _Milestone as Milestone, _MilitaryCamp as MilitaryCamp, _MinimapOff as MinimapOff, _MinimapOn as MinimapOn, _Minimize as Minimize, _MinusPlus as MinusPlus, _Misuse as Misuse, _MisuseOutline as MisuseOutline, _MixedRainHail as MixedRainHail, _MlModelReference as MlModelReference, _Mobile as Mobile, _MobileAdd as MobileAdd, _MobileAudio as MobileAudio, _MobileCheck as MobileCheck, _MobileCrash as MobileCrash, _MobileDownload as MobileDownload, _MobileEvent as MobileEvent, _MobileLandscape as MobileLandscape, _MobileRequest as MobileRequest, _MobileSession as MobileSession, _MobileView as MobileView, _MobileViewOrientation as MobileViewOrientation, _MobilityServices as MobilityServices, _Model as Model, _ModelAlt as ModelAlt, _ModelContentDoc as ModelContentDoc, _ModelFoundation as ModelFoundation, _ModelReference as ModelReference, _ModelTuned as ModelTuned, _ModelBuilder as ModelBuilder, _ModelBuilderReference as ModelBuilderReference, _ModifiedNewest as ModifiedNewest, _ModifiedOldest as ModifiedOldest, _Money as Money, _Monster as Monster, _Monument as Monument, _Moon as Moon, _Moonrise as Moonrise, _Moonset as Moonset };
@@ -14,6 +14,18 @@ react = require_Icon.__toESM(react);
14
14
  let react_jsx_runtime = require("react/jsx-runtime");
15
15
  //#region virtual:generated/bucket-12.js
16
16
  const didWarnAboutDeprecation = {};
17
+ const LogoInvision = /* @__PURE__ */ react.default.forwardRef(function LogoInvision({ children, size = 16, ...rest }, ref) {
18
+ return react.default.createElement(require_Icon.Icon, {
19
+ width: size,
20
+ height: size,
21
+ ref,
22
+ xmlns: "http://www.w3.org/2000/svg",
23
+ viewBox: "0 0 32 32",
24
+ fill: "currentColor",
25
+ ...rest
26
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,4v24h24V4H4z M12.1,9c0.8,0,1.4,0.6,1.4,1.4c0,0.8-0.6,1.4-1.4,1.4c0,0,0,0,0,0c-0.8,0-1.4-0.6-1.4-1.4 C10.8,9.6,11.4,9,12.1,9z M21.5,22.2c-1.4,0-2.1-0.8-2.1-2c0-0.3,0-0.7,0.1-1l0.7-2.4c0.1-0.2,0.1-0.5,0.1-0.7 c0-0.8-0.5-1.3-1.2-1.3c-1,0-1.6,0.7-1.9,2L15.9,22h-2.3l0.4-1.7c-0.7,1.1-1.6,1.8-2.8,1.8c-1.4,0-2.1-0.8-2.1-2c0-0.3,0-0.7,0.1-1 l1.1-4.3H8.7L9.2,13h3.9l-1.5,6.1c-0.1,0.3-0.1,0.6-0.1,0.9c0,0.4,0.2,0.5,0.5,0.6c0.2,0,1.6,0,2.4-1.8l1-4.1h-1.6l0.5-1.8h3.5 l-0.5,2.1c0.6-1.2,1.9-2.2,3.1-2.2c1.3,0,2.4,0.9,2.4,2.7c0,0.5-0.1,1-0.2,1.5l-0.7,2.4c-0.1,0.2-0.1,0.4-0.1,0.6 c0,0.4,0.2,0.6,0.5,0.6c0.3,0,0.7-0.2,1.2-1.5l0.9,0.4C23.7,21.4,22.7,22.2,21.5,22.2z" }), children);
27
+ });
28
+ if (process.env.NODE_ENV !== "production") LogoInvision.propTypes = require_iconPropTypes.iconPropTypes;
17
29
  const LogoJupyter = /* @__PURE__ */ react.default.forwardRef(function LogoJupyter({ children, size = 16, ...rest }, ref) {
18
30
  return react.default.createElement(require_Icon.Icon, {
19
31
  width: size,
@@ -1758,28 +1770,8 @@ const Moonset = /* @__PURE__ */ react.default.forwardRef(function Moonset({ chil
1758
1770
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 28H30V30H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,26H24a7.987,7.987,0,0,0-2.0371-5.3335l1.49-1.334A9.9835,9.9835,0,0,1,26,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,26H14a9.9268,9.9268,0,0,1,3.7539-7.804A7.89,7.89,0,0,0,16,18a8.0092,8.0092,0,0,0-8,8H6A10.0113,10.0113,0,0,1,16,16a9.8923,9.8923,0,0,1,4.4458,1.0515,1,1,0,0,1,0,1.79A7.9567,7.9567,0,0,0,16,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 14 11 9 12.41 7.59 15 10.17 15 10 15 2 17 2 17 10 17 10.17 19.59 7.59 21 9 16 14z" }), children);
1759
1771
  });
1760
1772
  if (process.env.NODE_ENV !== "production") Moonset.propTypes = require_iconPropTypes.iconPropTypes;
1761
- const MostlyCloudy = /* @__PURE__ */ react.default.forwardRef(function MostlyCloudy({ children, size = 16, ...rest }, ref) {
1762
- return react.default.createElement(require_Icon.Icon, {
1763
- width: size,
1764
- height: size,
1765
- ref,
1766
- xmlns: "http://www.w3.org/2000/svg",
1767
- viewBox: "0 0 32 32",
1768
- fill: "currentColor",
1769
- ...rest
1770
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1771
- d: "M21.743,18.6872A6.05,6.05,0,0,0,22.8,17.6006a5.9977,5.9977,0,1,0-10.7334-4.4444,7.5568,7.5568,0,0,0-5.7158,5.0879A5.9926,5.9926,0,0,0,8,30H19a5.9854,5.9854,0,0,0,2.743-11.3128ZM18,10a4.0042,4.0042,0,0,1,4,4,3.9613,3.9613,0,0,1-.8,2.3994,4.0122,4.0122,0,0,1-.94.8917,7.5416,7.5416,0,0,0-6.1339-4.2395A3.9985,3.9985,0,0,1,18,10Zm1,18H8a3.9928,3.9928,0,0,1-.6729-7.93L7.99,19.958l.1456-.6562a5.4958,5.4958,0,0,1,10.729,0l.1464.6562.6622.1123A3.9928,3.9928,0,0,1,19,28Z",
1772
- transform: "translate(0 .005)"
1773
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 13.005H30V15.005H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1774
- d: "M23.071 5.929H27.071V7.929H23.071z",
1775
- transform: "rotate(-45 25.077 6.931)"
1776
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 2.005H19V6.005H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1777
- d: "M9.929 4.929H11.929V8.929H9.929z",
1778
- transform: "rotate(-45 10.935 6.931)"
1779
- }), children);
1780
- });
1781
- if (process.env.NODE_ENV !== "production") MostlyCloudy.propTypes = require_iconPropTypes.iconPropTypes;
1782
1773
  //#endregion
1774
+ exports.LogoInvision = LogoInvision;
1783
1775
  exports.LogoJupyter = LogoJupyter;
1784
1776
  exports.LogoKeybase = LogoKeybase;
1785
1777
  exports.LogoKubernetes = LogoKubernetes;
@@ -1901,7 +1893,6 @@ exports.Monument = Monument;
1901
1893
  exports.Moon = Moon;
1902
1894
  exports.Moonrise = Moonrise;
1903
1895
  exports.Moonset = Moonset;
1904
- exports.MostlyCloudy = MostlyCloudy;
1905
1896
  exports.QMatrix = QMatrix;
1906
1897
  exports.WatsonHealthMagnify = WatsonHealthMagnify;
1907
1898
  exports.WatsonHealthMammogram = WatsonHealthMammogram;
@@ -7,6 +7,7 @@
7
7
  * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
8
  */
9
9
  import type { CarbonIconType } from '../CarbonIcon';
10
+ declare const _MostlyCloudy: CarbonIconType;
10
11
  declare const _MostlyCloudyNight: CarbonIconType;
11
12
  declare const _Mountain: CarbonIconType;
12
13
  declare const _Mov: CarbonIconType;
@@ -131,5 +132,4 @@ declare const _PageFirst: CarbonIconType;
131
132
  declare const _PageLast: CarbonIconType;
132
133
  declare const _PageBreak: CarbonIconType;
133
134
  declare const _PageNumber: CarbonIconType;
134
- declare const _WatsonHealthPageScroll: CarbonIconType;
135
- export { _MostlyCloudyNight as MostlyCloudyNight, _Mountain as Mountain, _Mov as Mov, _Move as Move, _Movement as Movement, _Mp3 as Mp3, _Mp4 as Mp4, _Mpeg as Mpeg, _Mpg2 as Mpg2, _MultiuserDevice as MultiuserDevice, _Music as Music, _MusicAdd as MusicAdd, _MusicRemove as MusicRemove, _Mysql as Mysql, _NameSpace as NameSpace, _NamingConventions as NamingConventions, _NavaidCivil as NavaidCivil, _NavaidDme as NavaidDme, _NavaidHelipad as NavaidHelipad, _NavaidMilitary as NavaidMilitary, _NavaidMilitaryCivil as NavaidMilitaryCivil, _NavaidNdb as NavaidNdb, _NavaidNdbDme as NavaidNdbDme, _NavaidPrivate as NavaidPrivate, _NavaidSeaplane as NavaidSeaplane, _NavaidTacan as NavaidTacan, _NavaidVhfor as NavaidVhfor, _NavaidVor as NavaidVor, _NavaidVorDme as NavaidVorDme, _NavaidVorTac as NavaidVorTac, _Need as Need, _Network_1 as Network_1, _Network_2 as Network_2, _Network_3 as Network_3, _Network_3Reference as Network_3Reference, _Network_4 as Network_4, _Network_4Reference as Network_4Reference, _NetworkAdminControl as NetworkAdminControl, _NetworkEnterprise as NetworkEnterprise, _NetworkOverlay as NetworkOverlay, _NetworkPublic as NetworkPublic, _NetworkInterface as NetworkInterface, _NetworkTimeProtocol as NetworkTimeProtocol, _NewTab as NewTab, _NextFilled as NextFilled, _NextOutline as NextOutline, _NoImage as NoImage, _NoTicket as NoTicket, _Nominal as Nominal, _WatsonHealthNominate as WatsonHealthNominate, _NonCertified as NonCertified, _NoodleBowl as NoodleBowl, _NotAvailable as NotAvailable, _NotSent as NotSent, _NotSentFilled as NotSentFilled, _Notebook as Notebook, _NotebookReference as NotebookReference, _Notification as Notification, _NotificationFilled as NotificationFilled, _NotificationNew as NotificationNew, _NotificationOff as NotificationOff, _NotificationOffFilled as NotificationOffFilled, _NotificationCounter as NotificationCounter, _NotificationsPaused as NotificationsPaused, _NullSign as NullSign, _Number_0 as Number_0, _Number_1 as Number_1, _Number_2 as Number_2, _Number_3 as Number_3, _Number_4 as Number_4, _Number_5 as Number_5, _Number_6 as Number_6, _Number_7 as Number_7, _Number_8 as Number_8, _Number_9 as Number_9, _NumberSmall_0 as NumberSmall_0, _NumberSmall_1 as NumberSmall_1, _NumberSmall_2 as NumberSmall_2, _NumberSmall_3 as NumberSmall_3, _NumberSmall_4 as NumberSmall_4, _NumberSmall_5 as NumberSmall_5, _NumberSmall_6 as NumberSmall_6, _NumberSmall_7 as NumberSmall_7, _NumberSmall_8 as NumberSmall_8, _NumberSmall_9 as NumberSmall_9, _Object as Object, _ObjectStorage as ObjectStorage, _ObjectStorageAlt as ObjectStorageAlt, _ObservedHail as ObservedHail, _ObservedLightning as ObservedLightning, _Omega as Omega, _Opacity as Opacity, _OpenStripe as OpenStripe, _OpenPanelBottom as OpenPanelBottom, _OpenPanelFilledBottom as OpenPanelFilledBottom, _OpenPanelFilledLeft as OpenPanelFilledLeft, _OpenPanelFilledRight as OpenPanelFilledRight, _OpenPanelFilledTop as OpenPanelFilledTop, _OpenPanelLeft as OpenPanelLeft, _OpenPanelRight as OpenPanelRight, _OpenPanelTop as OpenPanelTop, _QOperation as QOperation, _QOperationGauge as QOperationGauge, _QOperationIf as QOperationIf, _OperationsField as OperationsField, _OperationsRecord as OperationsRecord, _Orchestrate as Orchestrate, _OrderServer as OrderServer, _OrderStorm as OrderStorm, _OrderStratus as OrderStratus, _OrderDetails as OrderDetails, _Ordinal as Ordinal, _Outage as Outage, _OutlookSevere as OutlookSevere, _OverflowMenuHorizontal as OverflowMenuHorizontal, _OverflowMenuVertical as OverflowMenuVertical, _Overlay as Overlay, _Package as Package, _PackageTextAnalysis as PackageTextAnalysis, _PackageNode as PackageNode, _PageFirst as PageFirst, _PageLast as PageLast, _PageBreak as PageBreak, _PageNumber as PageNumber, _WatsonHealthPageScroll as WatsonHealthPageScroll };
135
+ export { _MostlyCloudy as MostlyCloudy, _MostlyCloudyNight as MostlyCloudyNight, _Mountain as Mountain, _Mov as Mov, _Move as Move, _Movement as Movement, _Mp3 as Mp3, _Mp4 as Mp4, _Mpeg as Mpeg, _Mpg2 as Mpg2, _MultiuserDevice as MultiuserDevice, _Music as Music, _MusicAdd as MusicAdd, _MusicRemove as MusicRemove, _Mysql as Mysql, _NameSpace as NameSpace, _NamingConventions as NamingConventions, _NavaidCivil as NavaidCivil, _NavaidDme as NavaidDme, _NavaidHelipad as NavaidHelipad, _NavaidMilitary as NavaidMilitary, _NavaidMilitaryCivil as NavaidMilitaryCivil, _NavaidNdb as NavaidNdb, _NavaidNdbDme as NavaidNdbDme, _NavaidPrivate as NavaidPrivate, _NavaidSeaplane as NavaidSeaplane, _NavaidTacan as NavaidTacan, _NavaidVhfor as NavaidVhfor, _NavaidVor as NavaidVor, _NavaidVorDme as NavaidVorDme, _NavaidVorTac as NavaidVorTac, _Need as Need, _Network_1 as Network_1, _Network_2 as Network_2, _Network_3 as Network_3, _Network_3Reference as Network_3Reference, _Network_4 as Network_4, _Network_4Reference as Network_4Reference, _NetworkAdminControl as NetworkAdminControl, _NetworkEnterprise as NetworkEnterprise, _NetworkOverlay as NetworkOverlay, _NetworkPublic as NetworkPublic, _NetworkInterface as NetworkInterface, _NetworkTimeProtocol as NetworkTimeProtocol, _NewTab as NewTab, _NextFilled as NextFilled, _NextOutline as NextOutline, _NoImage as NoImage, _NoTicket as NoTicket, _Nominal as Nominal, _WatsonHealthNominate as WatsonHealthNominate, _NonCertified as NonCertified, _NoodleBowl as NoodleBowl, _NotAvailable as NotAvailable, _NotSent as NotSent, _NotSentFilled as NotSentFilled, _Notebook as Notebook, _NotebookReference as NotebookReference, _Notification as Notification, _NotificationFilled as NotificationFilled, _NotificationNew as NotificationNew, _NotificationOff as NotificationOff, _NotificationOffFilled as NotificationOffFilled, _NotificationCounter as NotificationCounter, _NotificationsPaused as NotificationsPaused, _NullSign as NullSign, _Number_0 as Number_0, _Number_1 as Number_1, _Number_2 as Number_2, _Number_3 as Number_3, _Number_4 as Number_4, _Number_5 as Number_5, _Number_6 as Number_6, _Number_7 as Number_7, _Number_8 as Number_8, _Number_9 as Number_9, _NumberSmall_0 as NumberSmall_0, _NumberSmall_1 as NumberSmall_1, _NumberSmall_2 as NumberSmall_2, _NumberSmall_3 as NumberSmall_3, _NumberSmall_4 as NumberSmall_4, _NumberSmall_5 as NumberSmall_5, _NumberSmall_6 as NumberSmall_6, _NumberSmall_7 as NumberSmall_7, _NumberSmall_8 as NumberSmall_8, _NumberSmall_9 as NumberSmall_9, _Object as Object, _ObjectStorage as ObjectStorage, _ObjectStorageAlt as ObjectStorageAlt, _ObservedHail as ObservedHail, _ObservedLightning as ObservedLightning, _Omega as Omega, _Opacity as Opacity, _OpenStripe as OpenStripe, _OpenPanelBottom as OpenPanelBottom, _OpenPanelFilledBottom as OpenPanelFilledBottom, _OpenPanelFilledLeft as OpenPanelFilledLeft, _OpenPanelFilledRight as OpenPanelFilledRight, _OpenPanelFilledTop as OpenPanelFilledTop, _OpenPanelLeft as OpenPanelLeft, _OpenPanelRight as OpenPanelRight, _OpenPanelTop as OpenPanelTop, _QOperation as QOperation, _QOperationGauge as QOperationGauge, _QOperationIf as QOperationIf, _OperationsField as OperationsField, _OperationsRecord as OperationsRecord, _Orchestrate as Orchestrate, _OrderServer as OrderServer, _OrderStorm as OrderStorm, _OrderStratus as OrderStratus, _OrderDetails as OrderDetails, _Ordinal as Ordinal, _Outage as Outage, _OutlookSevere as OutlookSevere, _OverflowMenuHorizontal as OverflowMenuHorizontal, _OverflowMenuVertical as OverflowMenuVertical, _Overlay as Overlay, _Package as Package, _PackageTextAnalysis as PackageTextAnalysis, _PackageNode as PackageNode, _PageFirst as PageFirst, _PageLast as PageLast, _PageBreak as PageBreak, _PageNumber as PageNumber };
@@ -13,6 +13,27 @@ let react = require("react");
13
13
  react = require_Icon.__toESM(react);
14
14
  let react_jsx_runtime = require("react/jsx-runtime");
15
15
  //#region virtual:generated/bucket-13.js
16
+ const MostlyCloudy = /* @__PURE__ */ react.default.forwardRef(function MostlyCloudy({ children, size = 16, ...rest }, ref) {
17
+ return react.default.createElement(require_Icon.Icon, {
18
+ width: size,
19
+ height: size,
20
+ ref,
21
+ xmlns: "http://www.w3.org/2000/svg",
22
+ viewBox: "0 0 32 32",
23
+ fill: "currentColor",
24
+ ...rest
25
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
26
+ d: "M21.743,18.6872A6.05,6.05,0,0,0,22.8,17.6006a5.9977,5.9977,0,1,0-10.7334-4.4444,7.5568,7.5568,0,0,0-5.7158,5.0879A5.9926,5.9926,0,0,0,8,30H19a5.9854,5.9854,0,0,0,2.743-11.3128ZM18,10a4.0042,4.0042,0,0,1,4,4,3.9613,3.9613,0,0,1-.8,2.3994,4.0122,4.0122,0,0,1-.94.8917,7.5416,7.5416,0,0,0-6.1339-4.2395A3.9985,3.9985,0,0,1,18,10Zm1,18H8a3.9928,3.9928,0,0,1-.6729-7.93L7.99,19.958l.1456-.6562a5.4958,5.4958,0,0,1,10.729,0l.1464.6562.6622.1123A3.9928,3.9928,0,0,1,19,28Z",
27
+ transform: "translate(0 .005)"
28
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 13.005H30V15.005H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
29
+ d: "M23.071 5.929H27.071V7.929H23.071z",
30
+ transform: "rotate(-45 25.077 6.931)"
31
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 2.005H19V6.005H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
32
+ d: "M9.929 4.929H11.929V8.929H9.929z",
33
+ transform: "rotate(-45 10.935 6.931)"
34
+ }), children);
35
+ });
36
+ if (process.env.NODE_ENV !== "production") MostlyCloudy.propTypes = require_iconPropTypes.iconPropTypes;
16
37
  const MostlyCloudyNight = /* @__PURE__ */ react.default.forwardRef(function MostlyCloudyNight({ children, size = 16, ...rest }, ref) {
17
38
  return react.default.createElement(require_Icon.Icon, {
18
39
  width: size,
@@ -1775,19 +1796,8 @@ const PageNumber = /* @__PURE__ */ react.default.forwardRef(function PageNumber(
1775
1796
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 26 16 26 16 20 20 20 20 18 16 18 16 16 22 16 22 22 18 22 18 24 22 24 22 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.7,9.3l-7-7A.9078.9078,0,0,0,18,2H8A2.0059,2.0059,0,0,0,6,4V28a2.0059,2.0059,0,0,0,2,2H24a2.0059,2.0059,0,0,0,2-2V10A.9078.9078,0,0,0,25.7,9.3ZM18,4.4,23.6,10H18ZM24,28H8V4h8v6a2.0059,2.0059,0,0,0,2,2h6Z" }), children);
1776
1797
  });
1777
1798
  if (process.env.NODE_ENV !== "production") PageNumber.propTypes = require_iconPropTypes.iconPropTypes;
1778
- const WatsonHealthPageScroll = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthPageScroll({ children, size = 16, ...rest }, ref) {
1779
- return react.default.createElement(require_Icon.Icon, {
1780
- width: size,
1781
- height: size,
1782
- ref,
1783
- xmlns: "http://www.w3.org/2000/svg",
1784
- viewBox: "0 0 32 32",
1785
- fill: "currentColor",
1786
- ...rest
1787
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,28H4a1.89,1.89,0,0,1-2-2V14a1.89,1.89,0,0,1,2-2H16a1.89,1.89,0,0,1,2,2V26A1.89,1.89,0,0,1,16,28ZM4,14V26H16V14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,19H20V10H10V8H20a1.89,1.89,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,14H24V6H16V4h8a1.89,1.89,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 17 24 19 26.8 19 22 24.4 22 22 20 22 20 28 26 28 26 26 23.2 26 28 20.6 28 23 30 23 30 17 24 17z" }), children);
1788
- });
1789
- if (process.env.NODE_ENV !== "production") WatsonHealthPageScroll.propTypes = require_iconPropTypes.iconPropTypes;
1790
1799
  //#endregion
1800
+ exports.MostlyCloudy = MostlyCloudy;
1791
1801
  exports.MostlyCloudyNight = MostlyCloudyNight;
1792
1802
  exports.Mountain = Mountain;
1793
1803
  exports.Mov = Mov;
@@ -1912,4 +1922,3 @@ exports.QOperation = QOperation;
1912
1922
  exports.QOperationGauge = QOperationGauge;
1913
1923
  exports.QOperationIf = QOperationIf;
1914
1924
  exports.WatsonHealthNominate = WatsonHealthNominate;
1915
- exports.WatsonHealthPageScroll = WatsonHealthPageScroll;
@@ -7,6 +7,7 @@
7
7
  * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
8
  */
9
9
  import type { CarbonIconType } from '../CarbonIcon';
10
+ declare const _WatsonHealthPageScroll: CarbonIconType;
10
11
  declare const _PaintBrush: CarbonIconType;
11
12
  declare const _PaintBrushAlt: CarbonIconType;
12
13
  declare const _PalmTree: CarbonIconType;
@@ -131,5 +132,4 @@ declare const _Pressure: CarbonIconType;
131
132
  declare const _PressureFilled: CarbonIconType;
132
133
  declare const _PreviousFilled: CarbonIconType;
133
134
  declare const _PreviousOutline: CarbonIconType;
134
- declare const _PricingConsumption: CarbonIconType;
135
- export { _PaintBrush as PaintBrush, _PaintBrushAlt as PaintBrushAlt, _PalmTree as PalmTree, _PanHorizontal as PanHorizontal, _PanVertical as PanVertical, _PanelExpansion as PanelExpansion, _Paragraph as Paragraph, _Parameter as Parameter, _ParentChild as ParentChild, _ParentNode as ParentNode, _PartDefinition as PartDefinition, _PartUsage as PartUsage, _PartitionAuto as PartitionAuto, _PartitionCollection as PartitionCollection, _PartitionRepartition as PartitionRepartition, _PartitionSame as PartitionSame, _PartitionSpecific as PartitionSpecific, _PartlyCloudy as PartlyCloudy, _PartlyCloudyNight as PartlyCloudyNight, _Partnership as Partnership, _PassengerDrinks as PassengerDrinks, _PassengerPlus as PassengerPlus, _Password as Password, _Paste as Paste, _Pause as Pause, _PauseFilled as PauseFilled, _PauseOutline as PauseOutline, _PauseOutlineFilled as PauseOutlineFilled, _PauseFuture as PauseFuture, _PausePast as PausePast, _PcnENode as PcnENode, _PcnMilitary as PcnMilitary, _PcnPNode as PcnPNode, _PcnZNode as PcnZNode, _Pdf as Pdf, _PdfReference as PdfReference, _Pedestrian as Pedestrian, _PedestrianFamily as PedestrianFamily, _PedestrianChild as PedestrianChild, _Pen as Pen, _PenFountain as PenFountain, _Pending as Pending, _PendingFilled as PendingFilled, _PentagonDownOutline as PentagonDownOutline, _PentagonDownSolid as PentagonDownSolid, _PentagonLeftOutline as PentagonLeftOutline, _PentagonLeftSolid as PentagonLeftSolid, _PentagonOutline as PentagonOutline, _PentagonRightOutline as PentagonRightOutline, _PentagonRightSolid as PentagonRightSolid, _PentagonSolid as PentagonSolid, _Percentage as Percentage, _PercentageFilled as PercentageFilled, _PerformAction as PerformAction, _Person as Person, _PersonFavorite as PersonFavorite, _Pest as Pest, _WatsonHealthPetImageB as WatsonHealthPetImageB, _WatsonHealthPetImageO as WatsonHealthPetImageO, _Phone as Phone, _PhoneApplication as PhoneApplication, _PhoneBlock as PhoneBlock, _PhoneBlockFilled as PhoneBlockFilled, _PhoneFilled as PhoneFilled, _PhoneIncoming as PhoneIncoming, _PhoneIncomingFilled as PhoneIncomingFilled, _PhoneIp as PhoneIp, _PhoneOff as PhoneOff, _PhoneOffFilled as PhoneOffFilled, _PhoneOutgoing as PhoneOutgoing, _PhoneOutgoingFilled as PhoneOutgoingFilled, _PhoneSettings as PhoneSettings, _PhoneVoice as PhoneVoice, _PhoneVoiceFilled as PhoneVoiceFilled, _PhraseSentiment as PhraseSentiment, _PicnicArea as PicnicArea, _PiggyBank as PiggyBank, _PiggyBankSlot as PiggyBankSlot, _Pills as Pills, _PillsAdd as PillsAdd, _PillsSubtract as PillsSubtract, _Pin as Pin, _PinFilled as PinFilled, _Pipelines as Pipelines, _PivotHorizontal as PivotHorizontal, _PivotVertical as PivotVertical, _Plan as Plan, _Plane as Plane, _PlanePrivate as PlanePrivate, _PlaneSea as PlaneSea, _PlatformAutomation as PlatformAutomation, _Platforms as Platforms, _Play as Play, _PlayFilled as PlayFilled, _PlayFilledAlt as PlayFilledAlt, _PlayOutline as PlayOutline, _PlayOutlineFilled as PlayOutlineFilled, _Playlist as Playlist, _Pli as Pli, _Plug as Plug, _PlugFilled as PlugFilled, _Png as Png, _Point as Point, _PointOfPresence as PointOfPresence, _WatsonHealthPointerText as WatsonHealthPointerText, _Police as Police, _Policy as Policy, _PopIn as PopIn, _Popup as Popup, _PortDefinition as PortDefinition, _PortInput as PortInput, _PortOutput as PortOutput, _PortUsage as PortUsage, _Portfolio as Portfolio, _Power as Power, _PowerEnterprisePoolsMeteredCapacityIntegration as PowerEnterprisePoolsMeteredCapacityIntegration, _PowerVirtualServerDisasterRecoveryAutomation as PowerVirtualServerDisasterRecoveryAutomation, _Ppt as Ppt, _PreProdEnvironment as PreProdEnvironment, _PresentationFile as PresentationFile, _Pressure as Pressure, _PressureFilled as PressureFilled, _PreviousFilled as PreviousFilled, _PreviousOutline as PreviousOutline, _PricingConsumption as PricingConsumption };
135
+ export { _WatsonHealthPageScroll as WatsonHealthPageScroll, _PaintBrush as PaintBrush, _PaintBrushAlt as PaintBrushAlt, _PalmTree as PalmTree, _PanHorizontal as PanHorizontal, _PanVertical as PanVertical, _PanelExpansion as PanelExpansion, _Paragraph as Paragraph, _Parameter as Parameter, _ParentChild as ParentChild, _ParentNode as ParentNode, _PartDefinition as PartDefinition, _PartUsage as PartUsage, _PartitionAuto as PartitionAuto, _PartitionCollection as PartitionCollection, _PartitionRepartition as PartitionRepartition, _PartitionSame as PartitionSame, _PartitionSpecific as PartitionSpecific, _PartlyCloudy as PartlyCloudy, _PartlyCloudyNight as PartlyCloudyNight, _Partnership as Partnership, _PassengerDrinks as PassengerDrinks, _PassengerPlus as PassengerPlus, _Password as Password, _Paste as Paste, _Pause as Pause, _PauseFilled as PauseFilled, _PauseOutline as PauseOutline, _PauseOutlineFilled as PauseOutlineFilled, _PauseFuture as PauseFuture, _PausePast as PausePast, _PcnENode as PcnENode, _PcnMilitary as PcnMilitary, _PcnPNode as PcnPNode, _PcnZNode as PcnZNode, _Pdf as Pdf, _PdfReference as PdfReference, _Pedestrian as Pedestrian, _PedestrianFamily as PedestrianFamily, _PedestrianChild as PedestrianChild, _Pen as Pen, _PenFountain as PenFountain, _Pending as Pending, _PendingFilled as PendingFilled, _PentagonDownOutline as PentagonDownOutline, _PentagonDownSolid as PentagonDownSolid, _PentagonLeftOutline as PentagonLeftOutline, _PentagonLeftSolid as PentagonLeftSolid, _PentagonOutline as PentagonOutline, _PentagonRightOutline as PentagonRightOutline, _PentagonRightSolid as PentagonRightSolid, _PentagonSolid as PentagonSolid, _Percentage as Percentage, _PercentageFilled as PercentageFilled, _PerformAction as PerformAction, _Person as Person, _PersonFavorite as PersonFavorite, _Pest as Pest, _WatsonHealthPetImageB as WatsonHealthPetImageB, _WatsonHealthPetImageO as WatsonHealthPetImageO, _Phone as Phone, _PhoneApplication as PhoneApplication, _PhoneBlock as PhoneBlock, _PhoneBlockFilled as PhoneBlockFilled, _PhoneFilled as PhoneFilled, _PhoneIncoming as PhoneIncoming, _PhoneIncomingFilled as PhoneIncomingFilled, _PhoneIp as PhoneIp, _PhoneOff as PhoneOff, _PhoneOffFilled as PhoneOffFilled, _PhoneOutgoing as PhoneOutgoing, _PhoneOutgoingFilled as PhoneOutgoingFilled, _PhoneSettings as PhoneSettings, _PhoneVoice as PhoneVoice, _PhoneVoiceFilled as PhoneVoiceFilled, _PhraseSentiment as PhraseSentiment, _PicnicArea as PicnicArea, _PiggyBank as PiggyBank, _PiggyBankSlot as PiggyBankSlot, _Pills as Pills, _PillsAdd as PillsAdd, _PillsSubtract as PillsSubtract, _Pin as Pin, _PinFilled as PinFilled, _Pipelines as Pipelines, _PivotHorizontal as PivotHorizontal, _PivotVertical as PivotVertical, _Plan as Plan, _Plane as Plane, _PlanePrivate as PlanePrivate, _PlaneSea as PlaneSea, _PlatformAutomation as PlatformAutomation, _Platforms as Platforms, _Play as Play, _PlayFilled as PlayFilled, _PlayFilledAlt as PlayFilledAlt, _PlayOutline as PlayOutline, _PlayOutlineFilled as PlayOutlineFilled, _Playlist as Playlist, _Pli as Pli, _Plug as Plug, _PlugFilled as PlugFilled, _Png as Png, _Point as Point, _PointOfPresence as PointOfPresence, _WatsonHealthPointerText as WatsonHealthPointerText, _Police as Police, _Policy as Policy, _PopIn as PopIn, _Popup as Popup, _PortDefinition as PortDefinition, _PortInput as PortInput, _PortOutput as PortOutput, _PortUsage as PortUsage, _Portfolio as Portfolio, _Power as Power, _PowerEnterprisePoolsMeteredCapacityIntegration as PowerEnterprisePoolsMeteredCapacityIntegration, _PowerVirtualServerDisasterRecoveryAutomation as PowerVirtualServerDisasterRecoveryAutomation, _Ppt as Ppt, _PreProdEnvironment as PreProdEnvironment, _PresentationFile as PresentationFile, _Pressure as Pressure, _PressureFilled as PressureFilled, _PreviousFilled as PreviousFilled, _PreviousOutline as PreviousOutline };
@@ -13,6 +13,18 @@ let react = require("react");
13
13
  react = require_Icon.__toESM(react);
14
14
  let react_jsx_runtime = require("react/jsx-runtime");
15
15
  //#region virtual:generated/bucket-14.js
16
+ const WatsonHealthPageScroll = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthPageScroll({ children, size = 16, ...rest }, ref) {
17
+ return react.default.createElement(require_Icon.Icon, {
18
+ width: size,
19
+ height: size,
20
+ ref,
21
+ xmlns: "http://www.w3.org/2000/svg",
22
+ viewBox: "0 0 32 32",
23
+ fill: "currentColor",
24
+ ...rest
25
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,28H4a1.89,1.89,0,0,1-2-2V14a1.89,1.89,0,0,1,2-2H16a1.89,1.89,0,0,1,2,2V26A1.89,1.89,0,0,1,16,28ZM4,14V26H16V14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,19H20V10H10V8H20a1.89,1.89,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,14H24V6H16V4h8a1.89,1.89,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 17 24 19 26.8 19 22 24.4 22 22 20 22 20 28 26 28 26 26 23.2 26 28 20.6 28 23 30 23 30 17 24 17z" }), children);
26
+ });
27
+ if (process.env.NODE_ENV !== "production") WatsonHealthPageScroll.propTypes = require_iconPropTypes.iconPropTypes;
16
28
  const PaintBrush = /* @__PURE__ */ react.default.forwardRef(function PaintBrush({ children, size = 16, ...rest }, ref) {
17
29
  return react.default.createElement(require_Icon.Icon, {
18
30
  width: size,
@@ -1708,36 +1720,6 @@ const PreviousOutline = /* @__PURE__ */ react.default.forwardRef(function Previo
1708
1720
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 8 17.43 9.393 11.85 15 24 15 24 17 11.85 17 17.43 22.573 16 24 8 16 16 8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z" }), children);
1709
1721
  });
1710
1722
  if (process.env.NODE_ENV !== "production") PreviousOutline.propTypes = require_iconPropTypes.iconPropTypes;
1711
- const PricingConsumption = /* @__PURE__ */ react.default.forwardRef(function PricingConsumption({ children, size = 16, ...rest }, ref) {
1712
- return react.default.createElement(require_Icon.Icon, {
1713
- width: size,
1714
- height: size,
1715
- ref,
1716
- xmlns: "http://www.w3.org/2000/svg",
1717
- viewBox: "0 0 32 32",
1718
- fill: "currentColor",
1719
- ...rest
1720
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1721
- strokeWidth: "0",
1722
- d: "m16,2v2c6.63,0,12,5.37,12,12s-5.37,12-12,12v2c7.73,0,14-6.27,14-14S23.73,2,16,2Z"
1723
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1724
- strokeWidth: "0",
1725
- d: "m8.24,25.14l-1.29,1.53c1.23,1.04,2.64,1.87,4.18,2.44l.68-1.88c-1.32-.49-2.53-1.2-3.58-2.09h.01Z"
1726
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1727
- strokeWidth: "0",
1728
- d: "m4.19,18l-1.97.41c.28,1.63.84,3.16,1.64,4.54l1.73-.95c-.68-1.18-1.16-2.61-1.4-4Z"
1729
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1730
- strokeWidth: "0",
1731
- d: "m5.59,10l-1.73-1c-.79,1.38-1.35,2.96-1.64,4.59l1.97.35c.24-1.39.72-2.75,1.4-3.93v-.01Z"
1732
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1733
- strokeWidth: "0",
1734
- d: "m11.82,4.76l-.68-1.88c-1.54.57-2.95,1.4-4.18,2.44l1.29,1.53c1.05-.89,2.26-1.6,3.58-2.09h-.01Z"
1735
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1736
- strokeWidth: "0",
1737
- d: "m21,12v-2h-4v-3h-2v3h-2c-1.103,0-2,.897-2,2v3c0,1.103.897,2,2,2h6v3h-8v2h4v3h2v-3h2c1.103,0,2-.8975,2-2v-3c0-1.103-.897-2-2-2h-6v-3h8Z"
1738
- }), children);
1739
- });
1740
- if (process.env.NODE_ENV !== "production") PricingConsumption.propTypes = require_iconPropTypes.iconPropTypes;
1741
1723
  //#endregion
1742
1724
  exports.PaintBrush = PaintBrush;
1743
1725
  exports.PaintBrushAlt = PaintBrushAlt;
@@ -1860,7 +1842,7 @@ exports.Pressure = Pressure;
1860
1842
  exports.PressureFilled = PressureFilled;
1861
1843
  exports.PreviousFilled = PreviousFilled;
1862
1844
  exports.PreviousOutline = PreviousOutline;
1863
- exports.PricingConsumption = PricingConsumption;
1845
+ exports.WatsonHealthPageScroll = WatsonHealthPageScroll;
1864
1846
  exports.WatsonHealthPetImageB = WatsonHealthPetImageB;
1865
1847
  exports.WatsonHealthPetImageO = WatsonHealthPetImageO;
1866
1848
  exports.WatsonHealthPointerText = WatsonHealthPointerText;
@@ -7,6 +7,7 @@
7
7
  * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
8
  */
9
9
  import type { CarbonIconType } from '../CarbonIcon';
10
+ declare const _PricingConsumption: CarbonIconType;
10
11
  declare const _PricingContainer: CarbonIconType;
11
12
  declare const _PricingQuickProposal: CarbonIconType;
12
13
  declare const _PricingTailored: CarbonIconType;
@@ -131,5 +132,4 @@ declare const _Row: CarbonIconType;
131
132
  declare const _RowCollapse: CarbonIconType;
132
133
  declare const _RowDelete: CarbonIconType;
133
134
  declare const _RowExpand: CarbonIconType;
134
- declare const _RowInsert: CarbonIconType;
135
- export { _PricingContainer as PricingContainer, _PricingQuickProposal as PricingQuickProposal, _PricingTailored as PricingTailored, _PricingTraditional as PricingTraditional, _Printer as Printer, _PrivateNetwork as PrivateNetwork, _Process as Process, _ProcessAutomate as ProcessAutomate, _Product as Product, _ProductionEnvironment as ProductionEnvironment, _ProductionService as ProductionService, _ProgressBar as ProgressBar, _ProgressBarRound as ProgressBarRound, _Promote as Promote, _PromptSession as PromptSession, _PromptTemplate as PromptTemplate, _PropertyRelationship as PropertyRelationship, _PullRequest as PullRequest, _PunctuationCheck as PunctuationCheck, _Purchase as Purchase, _WatsonHealthQcLaunch as WatsonHealthQcLaunch, _Qiskit as Qiskit, _QqPlot as QqPlot, _QrCode as QrCode, _QuadrantPlot as QuadrantPlot, _Query as Query, _QueryQueue as QueryQueue, _QuestionAnswering as QuestionAnswering, _Queued as Queued, _Quotes as Quotes, _Radar as Radar, _RadarEnhanced as RadarEnhanced, _RadarWeather as RadarWeather, _Radio as Radio, _RadioCombat as RadioCombat, _RadioPushToTalk as RadioPushToTalk, _RadioButton as RadioButton, _RadioButtonChecked as RadioButtonChecked, _Rag as Rag, _Rain as Rain, _RainDrizzle as RainDrizzle, _RainHeavy as RainHeavy, _RainScattered as RainScattered, _RainScatteredNight as RainScatteredNight, _RainDrop as RainDrop, _Raw as Raw, _ReadMe as ReadMe, _ReadingGlasses as ReadingGlasses, _Receipt as Receipt, _RecentlyViewed as RecentlyViewed, _Recommend as Recommend, _Recording as Recording, _RecordingFilled as RecordingFilled, _RecordingFilledAlt as RecordingFilledAlt, _Recycle as Recycle, _Redefinition as Redefinition, _RedHatAiInstructlabOnIbmCloud as RedHatAiInstructlabOnIbmCloud, _Redo as Redo, _RefEvapotranspiration as RefEvapotranspiration, _ReferenceArchitecture as ReferenceArchitecture, _ReflectHorizontal as ReflectHorizontal, _ReflectVertical as ReflectVertical, _WatsonHealthRegionAnalysisArea as WatsonHealthRegionAnalysisArea, _WatsonHealthRegionAnalysisVolume as WatsonHealthRegionAnalysisVolume, _WatsonHealthRegistration as WatsonHealthRegistration, _Reminder as Reminder, _ReminderMedical as ReminderMedical, _RemoteConnection as RemoteConnection, _Renew as Renew, _RenewAlt as RenewAlt, _Repeat as Repeat, _RepeatOne as RepeatOne, _Replicate as Replicate, _Reply as Reply, _ReplyAll as ReplyAll, _RepoArtifact as RepoArtifact, _RepoSourceCode as RepoSourceCode, _Report as Report, _ReportData as ReportData, _RequestQuote as RequestQuote, _RequirementDefinition as RequirementDefinition, _RequirementUsage as RequirementUsage, _Reset as Reset, _ResetAlt as ResetAlt, _Restart as Restart, _Restaurant as Restaurant, _RestaurantFine as RestaurantFine, _Result as Result, _ResultDraft as ResultDraft, _ResultNew as ResultNew, _ResultOld as ResultOld, _RetryFailed as RetryFailed, _Return as Return, _Review as Review, _Rewind_10 as Rewind_10, _Rewind_30 as Rewind_30, _Rewind_5 as Rewind_5, _Rexx as Rexx, _RightPanelClose as RightPanelClose, _RightPanelCloseFilled as RightPanelCloseFilled, _RightPanelOpen as RightPanelOpen, _RightPanelOpenFilled as RightPanelOpenFilled, _Road as Road, _RoadWeather as RoadWeather, _Roadmap as Roadmap, _Rocket as Rocket, _Rotate as Rotate, _WatsonHealthRotate_180 as WatsonHealthRotate_180, _WatsonHealthRotate_360 as WatsonHealthRotate_360, _RotateClockwise as RotateClockwise, _RotateClockwiseAlt as RotateClockwiseAlt, _RotateClockwiseAltFilled as RotateClockwiseAltFilled, _RotateClockwiseFilled as RotateClockwiseFilled, _RotateCounterclockwise as RotateCounterclockwise, _RotateCounterclockwiseAlt as RotateCounterclockwiseAlt, _RotateCounterclockwiseAltFilled as RotateCounterclockwiseAltFilled, _RotateCounterclockwiseFilled as RotateCounterclockwiseFilled, _Router as Router, _RouterVoice as RouterVoice, _RouterWifi as RouterWifi, _Row as Row, _RowCollapse as RowCollapse, _RowDelete as RowDelete, _RowExpand as RowExpand, _RowInsert as RowInsert };
135
+ export { _PricingConsumption as PricingConsumption, _PricingContainer as PricingContainer, _PricingQuickProposal as PricingQuickProposal, _PricingTailored as PricingTailored, _PricingTraditional as PricingTraditional, _Printer as Printer, _PrivateNetwork as PrivateNetwork, _Process as Process, _ProcessAutomate as ProcessAutomate, _Product as Product, _ProductionEnvironment as ProductionEnvironment, _ProductionService as ProductionService, _ProgressBar as ProgressBar, _ProgressBarRound as ProgressBarRound, _Promote as Promote, _PromptSession as PromptSession, _PromptTemplate as PromptTemplate, _PropertyRelationship as PropertyRelationship, _PullRequest as PullRequest, _PunctuationCheck as PunctuationCheck, _Purchase as Purchase, _WatsonHealthQcLaunch as WatsonHealthQcLaunch, _Qiskit as Qiskit, _QqPlot as QqPlot, _QrCode as QrCode, _QuadrantPlot as QuadrantPlot, _Query as Query, _QueryQueue as QueryQueue, _QuestionAnswering as QuestionAnswering, _Queued as Queued, _Quotes as Quotes, _Radar as Radar, _RadarEnhanced as RadarEnhanced, _RadarWeather as RadarWeather, _Radio as Radio, _RadioCombat as RadioCombat, _RadioPushToTalk as RadioPushToTalk, _RadioButton as RadioButton, _RadioButtonChecked as RadioButtonChecked, _Rag as Rag, _Rain as Rain, _RainDrizzle as RainDrizzle, _RainHeavy as RainHeavy, _RainScattered as RainScattered, _RainScatteredNight as RainScatteredNight, _RainDrop as RainDrop, _Raw as Raw, _ReadMe as ReadMe, _ReadingGlasses as ReadingGlasses, _Receipt as Receipt, _RecentlyViewed as RecentlyViewed, _Recommend as Recommend, _Recording as Recording, _RecordingFilled as RecordingFilled, _RecordingFilledAlt as RecordingFilledAlt, _Recycle as Recycle, _Redefinition as Redefinition, _RedHatAiInstructlabOnIbmCloud as RedHatAiInstructlabOnIbmCloud, _Redo as Redo, _RefEvapotranspiration as RefEvapotranspiration, _ReferenceArchitecture as ReferenceArchitecture, _ReflectHorizontal as ReflectHorizontal, _ReflectVertical as ReflectVertical, _WatsonHealthRegionAnalysisArea as WatsonHealthRegionAnalysisArea, _WatsonHealthRegionAnalysisVolume as WatsonHealthRegionAnalysisVolume, _WatsonHealthRegistration as WatsonHealthRegistration, _Reminder as Reminder, _ReminderMedical as ReminderMedical, _RemoteConnection as RemoteConnection, _Renew as Renew, _RenewAlt as RenewAlt, _Repeat as Repeat, _RepeatOne as RepeatOne, _Replicate as Replicate, _Reply as Reply, _ReplyAll as ReplyAll, _RepoArtifact as RepoArtifact, _RepoSourceCode as RepoSourceCode, _Report as Report, _ReportData as ReportData, _RequestQuote as RequestQuote, _RequirementDefinition as RequirementDefinition, _RequirementUsage as RequirementUsage, _Reset as Reset, _ResetAlt as ResetAlt, _Restart as Restart, _Restaurant as Restaurant, _RestaurantFine as RestaurantFine, _Result as Result, _ResultDraft as ResultDraft, _ResultNew as ResultNew, _ResultOld as ResultOld, _RetryFailed as RetryFailed, _Return as Return, _Review as Review, _Rewind_10 as Rewind_10, _Rewind_30 as Rewind_30, _Rewind_5 as Rewind_5, _Rexx as Rexx, _RightPanelClose as RightPanelClose, _RightPanelCloseFilled as RightPanelCloseFilled, _RightPanelOpen as RightPanelOpen, _RightPanelOpenFilled as RightPanelOpenFilled, _Road as Road, _RoadWeather as RoadWeather, _Roadmap as Roadmap, _Rocket as Rocket, _Rotate as Rotate, _WatsonHealthRotate_180 as WatsonHealthRotate_180, _WatsonHealthRotate_360 as WatsonHealthRotate_360, _RotateClockwise as RotateClockwise, _RotateClockwiseAlt as RotateClockwiseAlt, _RotateClockwiseAltFilled as RotateClockwiseAltFilled, _RotateClockwiseFilled as RotateClockwiseFilled, _RotateCounterclockwise as RotateCounterclockwise, _RotateCounterclockwiseAlt as RotateCounterclockwiseAlt, _RotateCounterclockwiseAltFilled as RotateCounterclockwiseAltFilled, _RotateCounterclockwiseFilled as RotateCounterclockwiseFilled, _Router as Router, _RouterVoice as RouterVoice, _RouterWifi as RouterWifi, _Row as Row, _RowCollapse as RowCollapse, _RowDelete as RowDelete, _RowExpand as RowExpand };
@@ -13,6 +13,36 @@ let react = require("react");
13
13
  react = require_Icon.__toESM(react);
14
14
  let react_jsx_runtime = require("react/jsx-runtime");
15
15
  //#region virtual:generated/bucket-15.js
16
+ const PricingConsumption = /* @__PURE__ */ react.default.forwardRef(function PricingConsumption({ children, size = 16, ...rest }, ref) {
17
+ return react.default.createElement(require_Icon.Icon, {
18
+ width: size,
19
+ height: size,
20
+ ref,
21
+ xmlns: "http://www.w3.org/2000/svg",
22
+ viewBox: "0 0 32 32",
23
+ fill: "currentColor",
24
+ ...rest
25
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
26
+ strokeWidth: "0",
27
+ d: "m16,2v2c6.63,0,12,5.37,12,12s-5.37,12-12,12v2c7.73,0,14-6.27,14-14S23.73,2,16,2Z"
28
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
29
+ strokeWidth: "0",
30
+ d: "m8.24,25.14l-1.29,1.53c1.23,1.04,2.64,1.87,4.18,2.44l.68-1.88c-1.32-.49-2.53-1.2-3.58-2.09h.01Z"
31
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
32
+ strokeWidth: "0",
33
+ d: "m4.19,18l-1.97.41c.28,1.63.84,3.16,1.64,4.54l1.73-.95c-.68-1.18-1.16-2.61-1.4-4Z"
34
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
35
+ strokeWidth: "0",
36
+ d: "m5.59,10l-1.73-1c-.79,1.38-1.35,2.96-1.64,4.59l1.97.35c.24-1.39.72-2.75,1.4-3.93v-.01Z"
37
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
38
+ strokeWidth: "0",
39
+ d: "m11.82,4.76l-.68-1.88c-1.54.57-2.95,1.4-4.18,2.44l1.29,1.53c1.05-.89,2.26-1.6,3.58-2.09h-.01Z"
40
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
41
+ strokeWidth: "0",
42
+ d: "m21,12v-2h-4v-3h-2v3h-2c-1.103,0-2,.897-2,2v3c0,1.103.897,2,2,2h6v3h-8v2h4v3h2v-3h2c1.103,0,2-.8975,2-2v-3c0-1.103-.897-2-2-2h-6v-3h8Z"
43
+ }), children);
44
+ });
45
+ if (process.env.NODE_ENV !== "production") PricingConsumption.propTypes = require_iconPropTypes.iconPropTypes;
16
46
  const PricingContainer = /* @__PURE__ */ react.default.forwardRef(function PricingContainer({ children, size = 16, ...rest }, ref) {
17
47
  return react.default.createElement(require_Icon.Icon, {
18
48
  width: size,
@@ -1742,19 +1772,8 @@ const RowExpand = /* @__PURE__ */ react.default.forwardRef(function RowExpand({
1742
1772
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 18 15 18 15 24.172 12.414 21.586 11 23 16 28 21 23 19.586 21.586 17 24.172 17 18 28 18 28 16 4 16 4 18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,4H6A2,2,0,0,0,4,6v4a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,6H6V6H26Z" }), children);
1743
1773
  });
1744
1774
  if (process.env.NODE_ENV !== "production") RowExpand.propTypes = require_iconPropTypes.iconPropTypes;
1745
- const RowInsert = /* @__PURE__ */ react.default.forwardRef(function RowInsert({ children, size = 16, ...rest }, ref) {
1746
- return react.default.createElement(require_Icon.Icon, {
1747
- width: size,
1748
- height: size,
1749
- ref,
1750
- xmlns: "http://www.w3.org/2000/svg",
1751
- viewBox: "0 0 32 32",
1752
- fill: "currentColor",
1753
- ...rest
1754
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,12H10a2.0021,2.0021,0,0,1-2-2V4a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,12ZM10,4v6H28V4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H10a2.0021,2.0021,0,0,1-2-2V22a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,30ZM10,22v6H28V22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 16 3.414 10.414 2 11.828 6.172 16 2 20.172 3.414 21.586 9 16z" }), children);
1755
- });
1756
- if (process.env.NODE_ENV !== "production") RowInsert.propTypes = require_iconPropTypes.iconPropTypes;
1757
1775
  //#endregion
1776
+ exports.PricingConsumption = PricingConsumption;
1758
1777
  exports.PricingContainer = PricingContainer;
1759
1778
  exports.PricingQuickProposal = PricingQuickProposal;
1760
1779
  exports.PricingTailored = PricingTailored;
@@ -1873,7 +1892,6 @@ exports.Row = Row;
1873
1892
  exports.RowCollapse = RowCollapse;
1874
1893
  exports.RowDelete = RowDelete;
1875
1894
  exports.RowExpand = RowExpand;
1876
- exports.RowInsert = RowInsert;
1877
1895
  exports.WatsonHealthQcLaunch = WatsonHealthQcLaunch;
1878
1896
  exports.WatsonHealthRegionAnalysisArea = WatsonHealthRegionAnalysisArea;
1879
1897
  exports.WatsonHealthRegionAnalysisVolume = WatsonHealthRegionAnalysisVolume;
@@ -7,6 +7,7 @@
7
7
  * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
8
  */
9
9
  import type { CarbonIconType } from '../CarbonIcon';
10
+ declare const _RowInsert: CarbonIconType;
10
11
  declare const _Rss: CarbonIconType;
11
12
  declare const _Rule: CarbonIconType;
12
13
  declare const _RuleCancelled: CarbonIconType;
@@ -131,5 +132,4 @@ declare const _SignalStrength: CarbonIconType;
131
132
  declare const _SimCard: CarbonIconType;
132
133
  declare const _SkillLevel: CarbonIconType;
133
134
  declare const _SkillLevelAdvanced: CarbonIconType;
134
- declare const _SkillLevelBasic: CarbonIconType;
135
- export { _Rss as Rss, _Rule as Rule, _RuleCancelled as RuleCancelled, _RuleDataQuality as RuleDataQuality, _RuleDraft as RuleDraft, _RuleFilled as RuleFilled, _RuleLocked as RuleLocked, _RulePartial as RulePartial, _RuleTest as RuleTest, _RuleGroupingDataQuality as RuleGroupingDataQuality, _Ruler as Ruler, _RulerAlt as RulerAlt, _Run as Run, _RunMirror as RunMirror, _RunViewIcon as RunViewIcon, _Running as Running, _QS as QS, _QSAlt as QSAlt, _SailboatCoastal as SailboatCoastal, _SailboatOffshore as SailboatOffshore, _SalesOps as SalesOps, _SankeyDiagram as SankeyDiagram, _SankeyDiagramAlt as SankeyDiagramAlt, _Sap as Sap, _Satellite as Satellite, _SatelliteRadar as SatelliteRadar, _SatelliteWeather as SatelliteWeather, _SatisfyDefinition as SatisfyDefinition, _SatisfyUsage as SatisfyUsage, _Save as Save, _WatsonHealthSaveAnnotation as WatsonHealthSaveAnnotation, _WatsonHealthSaveImage as WatsonHealthSaveImage, _SaveModel as SaveModel, _WatsonHealthSaveSeries as WatsonHealthSaveSeries, _Scale as Scale, _Scales as Scales, _ScalesTipped as ScalesTipped, _Scalpel as Scalpel, _WatsonHealthScalpelCursor as WatsonHealthScalpelCursor, _WatsonHealthScalpelLasso as WatsonHealthScalpelLasso, _WatsonHealthScalpelSelect as WatsonHealthScalpelSelect, _Scan as Scan, _ScanAlt as ScanAlt, _ScanDisabled as ScanDisabled, _ScatterMatrix as ScatterMatrix, _Schematics as Schematics, _ScisControlTower as ScisControlTower, _ScisTransparentSupply as ScisTransparentSupply, _Scooter as Scooter, _ScooterFront as ScooterFront, _Screen as Screen, _ScreenOff as ScreenOff, _ScreenMap as ScreenMap, _ScreenMapSet as ScreenMapSet, _Script as Script, _ScriptReference as ScriptReference, _Sdk as Sdk, _Search as Search, _SearchAdvanced as SearchAdvanced, _SearchLocate as SearchLocate, _SearchLocateMirror as SearchLocateMirror, _Security as Security, _SecurityServices as SecurityServices, _Select_01 as Select_01, _Select_02 as Select_02, _SelectWindow as SelectWindow, _Send as Send, _SendAlt as SendAlt, _SendAltFilled as SendAltFilled, _SendFilled as SendFilled, _SendActionUsage as SendActionUsage, _SendBackward as SendBackward, _SendToBack as SendToBack, _SequentialPalette as SequentialPalette, _ServerDns as ServerDns, _ServerProxy as ServerProxy, _ServerTime as ServerTime, _ServerTimeUsage as ServerTimeUsage, _ServerlessFleet as ServerlessFleet, _ServiceDesk as ServiceDesk, _ServiceId as ServiceId, _ServiceLevels as ServiceLevels, _SessionBorderControl as SessionBorderControl, _Settings as Settings, _SettingsAdjust as SettingsAdjust, _SettingsCheck as SettingsCheck, _SettingsEdit as SettingsEdit, _SettingsServices as SettingsServices, _SettingsView as SettingsView, _Shadow as Shadow, _ShapeExcept as ShapeExcept, _ShapeExclude as ShapeExclude, _ShapeIntersect as ShapeIntersect, _ShapeJoin as ShapeJoin, _ShapeUnite as ShapeUnite, _Shapes as Shapes, _Share as Share, _ShieldAlert as ShieldAlert, _ShareKnowledge as ShareKnowledge, _ShipmentDelivery as ShipmentDelivery, _ShoppingBag as ShoppingBag, _ShoppingCart as ShoppingCart, _ShoppingCartArrowDown as ShoppingCartArrowDown, _ShoppingCartArrowUp as ShoppingCartArrowUp, _ShoppingCartClear as ShoppingCartClear, _ShoppingCartError as ShoppingCartError, _ShoppingCartMinus as ShoppingCartMinus, _ShoppingCartPlus as ShoppingCartPlus, _ShoppingCatalog as ShoppingCatalog, _ShowDataCards as ShowDataCards, _ShrinkScreen as ShrinkScreen, _ShrinkScreenFilled as ShrinkScreenFilled, _Shuffle as Shuffle, _Shuttle as Shuttle, _SidePanelClose as SidePanelClose, _SidePanelCloseFilled as SidePanelCloseFilled, _SidePanelOpen as SidePanelOpen, _SidePanelOpenFilled as SidePanelOpenFilled, _Sight as Sight, _Sigma as Sigma, _SignalStrength as SignalStrength, _SimCard as SimCard, _SkillLevel as SkillLevel, _SkillLevelAdvanced as SkillLevelAdvanced, _SkillLevelBasic as SkillLevelBasic };
135
+ export { _RowInsert as RowInsert, _Rss as Rss, _Rule as Rule, _RuleCancelled as RuleCancelled, _RuleDataQuality as RuleDataQuality, _RuleDraft as RuleDraft, _RuleFilled as RuleFilled, _RuleLocked as RuleLocked, _RulePartial as RulePartial, _RuleTest as RuleTest, _RuleGroupingDataQuality as RuleGroupingDataQuality, _Ruler as Ruler, _RulerAlt as RulerAlt, _Run as Run, _RunMirror as RunMirror, _RunViewIcon as RunViewIcon, _Running as Running, _QS as QS, _QSAlt as QSAlt, _SailboatCoastal as SailboatCoastal, _SailboatOffshore as SailboatOffshore, _SalesOps as SalesOps, _SankeyDiagram as SankeyDiagram, _SankeyDiagramAlt as SankeyDiagramAlt, _Sap as Sap, _Satellite as Satellite, _SatelliteRadar as SatelliteRadar, _SatelliteWeather as SatelliteWeather, _SatisfyDefinition as SatisfyDefinition, _SatisfyUsage as SatisfyUsage, _Save as Save, _WatsonHealthSaveAnnotation as WatsonHealthSaveAnnotation, _WatsonHealthSaveImage as WatsonHealthSaveImage, _SaveModel as SaveModel, _WatsonHealthSaveSeries as WatsonHealthSaveSeries, _Scale as Scale, _Scales as Scales, _ScalesTipped as ScalesTipped, _Scalpel as Scalpel, _WatsonHealthScalpelCursor as WatsonHealthScalpelCursor, _WatsonHealthScalpelLasso as WatsonHealthScalpelLasso, _WatsonHealthScalpelSelect as WatsonHealthScalpelSelect, _Scan as Scan, _ScanAlt as ScanAlt, _ScanDisabled as ScanDisabled, _ScatterMatrix as ScatterMatrix, _Schematics as Schematics, _ScisControlTower as ScisControlTower, _ScisTransparentSupply as ScisTransparentSupply, _Scooter as Scooter, _ScooterFront as ScooterFront, _Screen as Screen, _ScreenOff as ScreenOff, _ScreenMap as ScreenMap, _ScreenMapSet as ScreenMapSet, _Script as Script, _ScriptReference as ScriptReference, _Sdk as Sdk, _Search as Search, _SearchAdvanced as SearchAdvanced, _SearchLocate as SearchLocate, _SearchLocateMirror as SearchLocateMirror, _Security as Security, _SecurityServices as SecurityServices, _Select_01 as Select_01, _Select_02 as Select_02, _SelectWindow as SelectWindow, _Send as Send, _SendAlt as SendAlt, _SendAltFilled as SendAltFilled, _SendFilled as SendFilled, _SendActionUsage as SendActionUsage, _SendBackward as SendBackward, _SendToBack as SendToBack, _SequentialPalette as SequentialPalette, _ServerDns as ServerDns, _ServerProxy as ServerProxy, _ServerTime as ServerTime, _ServerTimeUsage as ServerTimeUsage, _ServerlessFleet as ServerlessFleet, _ServiceDesk as ServiceDesk, _ServiceId as ServiceId, _ServiceLevels as ServiceLevels, _SessionBorderControl as SessionBorderControl, _Settings as Settings, _SettingsAdjust as SettingsAdjust, _SettingsCheck as SettingsCheck, _SettingsEdit as SettingsEdit, _SettingsServices as SettingsServices, _SettingsView as SettingsView, _Shadow as Shadow, _ShapeExcept as ShapeExcept, _ShapeExclude as ShapeExclude, _ShapeIntersect as ShapeIntersect, _ShapeJoin as ShapeJoin, _ShapeUnite as ShapeUnite, _Shapes as Shapes, _Share as Share, _ShieldAlert as ShieldAlert, _ShareKnowledge as ShareKnowledge, _ShipmentDelivery as ShipmentDelivery, _ShoppingBag as ShoppingBag, _ShoppingCart as ShoppingCart, _ShoppingCartArrowDown as ShoppingCartArrowDown, _ShoppingCartArrowUp as ShoppingCartArrowUp, _ShoppingCartClear as ShoppingCartClear, _ShoppingCartError as ShoppingCartError, _ShoppingCartMinus as ShoppingCartMinus, _ShoppingCartPlus as ShoppingCartPlus, _ShoppingCatalog as ShoppingCatalog, _ShowDataCards as ShowDataCards, _ShrinkScreen as ShrinkScreen, _ShrinkScreenFilled as ShrinkScreenFilled, _Shuffle as Shuffle, _Shuttle as Shuttle, _SidePanelClose as SidePanelClose, _SidePanelCloseFilled as SidePanelCloseFilled, _SidePanelOpen as SidePanelOpen, _SidePanelOpenFilled as SidePanelOpenFilled, _Sight as Sight, _Sigma as Sigma, _SignalStrength as SignalStrength, _SimCard as SimCard, _SkillLevel as SkillLevel, _SkillLevelAdvanced as SkillLevelAdvanced };
@@ -13,6 +13,18 @@ let react = require("react");
13
13
  react = require_Icon.__toESM(react);
14
14
  let react_jsx_runtime = require("react/jsx-runtime");
15
15
  //#region virtual:generated/bucket-16.js
16
+ const RowInsert = /* @__PURE__ */ react.default.forwardRef(function RowInsert({ children, size = 16, ...rest }, ref) {
17
+ return react.default.createElement(require_Icon.Icon, {
18
+ width: size,
19
+ height: size,
20
+ ref,
21
+ xmlns: "http://www.w3.org/2000/svg",
22
+ viewBox: "0 0 32 32",
23
+ fill: "currentColor",
24
+ ...rest
25
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,12H10a2.0021,2.0021,0,0,1-2-2V4a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,12ZM10,4v6H28V4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H10a2.0021,2.0021,0,0,1-2-2V22a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,30ZM10,22v6H28V22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 16 3.414 10.414 2 11.828 6.172 16 2 20.172 3.414 21.586 9 16z" }), children);
26
+ });
27
+ if (process.env.NODE_ENV !== "production") RowInsert.propTypes = require_iconPropTypes.iconPropTypes;
16
28
  const Rss = /* @__PURE__ */ react.default.forwardRef(function Rss({ children, size = 16, ...rest }, ref) {
17
29
  return react.default.createElement(require_Icon.Icon, {
18
30
  width: size,
@@ -1709,21 +1721,10 @@ const SkillLevelAdvanced = /* @__PURE__ */ react.default.forwardRef(function Ski
1709
1721
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,30H22V4h8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,30H12V12h8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,30H2V18h8Z" }), children);
1710
1722
  });
1711
1723
  if (process.env.NODE_ENV !== "production") SkillLevelAdvanced.propTypes = require_iconPropTypes.iconPropTypes;
1712
- const SkillLevelBasic = /* @__PURE__ */ react.default.forwardRef(function SkillLevelBasic({ children, size = 16, ...rest }, ref) {
1713
- return react.default.createElement(require_Icon.Icon, {
1714
- width: size,
1715
- height: size,
1716
- ref,
1717
- xmlns: "http://www.w3.org/2000/svg",
1718
- viewBox: "0 0 32 32",
1719
- fill: "currentColor",
1720
- ...rest
1721
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,30H22V4h8Zm-6-2h4V6H24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,30H12V12h8Zm-6-2h4V14H14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,30H2V18h8Z" }), children);
1722
- });
1723
- if (process.env.NODE_ENV !== "production") SkillLevelBasic.propTypes = require_iconPropTypes.iconPropTypes;
1724
1724
  //#endregion
1725
1725
  exports.QS = QS;
1726
1726
  exports.QSAlt = QSAlt;
1727
+ exports.RowInsert = RowInsert;
1727
1728
  exports.Rss = Rss;
1728
1729
  exports.Rule = Rule;
1729
1730
  exports.RuleCancelled = RuleCancelled;
@@ -1840,7 +1841,6 @@ exports.SignalStrength = SignalStrength;
1840
1841
  exports.SimCard = SimCard;
1841
1842
  exports.SkillLevel = SkillLevel;
1842
1843
  exports.SkillLevelAdvanced = SkillLevelAdvanced;
1843
- exports.SkillLevelBasic = SkillLevelBasic;
1844
1844
  exports.WatsonHealthSaveAnnotation = WatsonHealthSaveAnnotation;
1845
1845
  exports.WatsonHealthSaveImage = WatsonHealthSaveImage;
1846
1846
  exports.WatsonHealthSaveSeries = WatsonHealthSaveSeries;
@@ -7,6 +7,7 @@
7
7
  * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
8
  */
9
9
  import type { CarbonIconType } from '../CarbonIcon';
10
+ declare const _SkillLevelBasic: CarbonIconType;
10
11
  declare const _SkillLevelIntermediate: CarbonIconType;
11
12
  declare const _SkipBack: CarbonIconType;
12
13
  declare const _SkipBackFilled: CarbonIconType;
@@ -131,5 +132,4 @@ declare const _Sun: CarbonIconType;
131
132
  declare const _Sunrise: CarbonIconType;
132
133
  declare const _Sunset: CarbonIconType;
133
134
  declare const _SupportVectorMachine: CarbonIconType;
134
- declare const _SurrogateKeyDatabase: CarbonIconType;
135
- export { _SkillLevelIntermediate as SkillLevelIntermediate, _SkipBack as SkipBack, _SkipBackFilled as SkipBackFilled, _SkipBackOutline as SkipBackOutline, _SkipBackOutlineFilled as SkipBackOutlineFilled, _SkipBackOutlineSolid as SkipBackOutlineSolid, _SkipBackSolidFilled as SkipBackSolidFilled, _SkipForward as SkipForward, _SkipForwardFilled as SkipForwardFilled, _SkipForwardOutline as SkipForwardOutline, _SkipForwardOutlineFilled as SkipForwardOutlineFilled, _SkipForwardOutlineSolid as SkipForwardOutlineSolid, _SkipForwardSolidFilled as SkipForwardSolidFilled, _Sleet as Sleet, _Slisor as Slisor, _Slm as Slm, _Smell as Smell, _Smoke as Smoke, _WatsonHealthSmoothing as WatsonHealthSmoothing, _WatsonHealthSmoothingCursor as WatsonHealthSmoothingCursor, _Snooze as Snooze, _Snow as Snow, _SnowBlizzard as SnowBlizzard, _SnowHeavy as SnowHeavy, _SnowScattered as SnowScattered, _SnowScatteredNight as SnowScatteredNight, _SnowDensity as SnowDensity, _Snowflake as Snowflake, _Soccer as Soccer, _Socket as Socket, _SoftwareResource as SoftwareResource, _SoftwareResourceCluster as SoftwareResourceCluster, _SoftwareResourceReference as SoftwareResourceReference, _SoilMoisture as SoilMoisture, _SoilMoistureField as SoilMoistureField, _SoilMoistureGlobal as SoilMoistureGlobal, _SoilTemperature as SoilTemperature, _SoilTemperatureField as SoilTemperatureField, _SoilTemperatureGlobal as SoilTemperatureGlobal, _SolarPanel as SolarPanel, _SortAscending as SortAscending, _SortDescending as SortDescending, _SortRemove as SortRemove, _SortingAToZ as SortingAToZ, _SortingHighestToLowestNumber as SortingHighestToLowestNumber, _SortingLowestToHighestNumber as SortingLowestToHighestNumber, _SortingZToA as SortingZToA, _SourceControl as SourceControl, _SpellCheck as SpellCheck, _WatsonHealthSpineLabel as WatsonHealthSpineLabel, _Split as Split, _WatsonHealthSplitDiscard as WatsonHealthSplitDiscard, _SplitScreen as SplitScreen, _SprayPaint as SprayPaint, _Sprout as Sprout, _SpyreAccelerator as SpyreAccelerator, _Sql as Sql, _SquareOutline as SquareOutline, _SquareSlash as SquareSlash, _SquareSolid as SquareSolid, _SquareFill as SquareFill, _StackLimitation as StackLimitation, _WatsonHealthStackedMove as WatsonHealthStackedMove, _WatsonHealthStackedScrolling_1 as WatsonHealthStackedScrolling_1, _WatsonHealthStackedScrolling_2 as WatsonHealthStackedScrolling_2, _Stamp as Stamp, _Star as Star, _StarFilled as StarFilled, _StarHalf as StarHalf, _StarReview as StarReview, _WatsonHealthStatusAcknowledge as WatsonHealthStatusAcknowledge, _WatsonHealthStatusChange as WatsonHealthStatusChange, _WatsonHealthStatusPartialFail as WatsonHealthStatusPartialFail, _WatsonHealthStatusResolved as WatsonHealthStatusResolved, _StayInside as StayInside, _StemLeafPlot as StemLeafPlot, _Stethoscope as Stethoscope, _Stickies as Stickies, _Stop as Stop, _StopFilled as StopFilled, _StopFilledAlt as StopFilledAlt, _StopOutline as StopOutline, _StopOutlineFilled as StopOutlineFilled, _StopSign as StopSign, _StopSignFilled as StopSignFilled, _StoragePool as StoragePool, _StorageRequest as StorageRequest, _Store as Store, _Storm as Storm, _StormTracker as StormTracker, _StrategyPlay as StrategyPlay, _Stratus as Stratus, _Strawberry as Strawberry, _WatsonHealthStressBreathEditor as WatsonHealthStressBreathEditor, _StringInteger as StringInteger, _StringText as StringText, _WatsonHealthStudyNext as WatsonHealthStudyNext, _WatsonHealthStudyPrevious as WatsonHealthStudyPrevious, _WatsonHealthStudyRead as WatsonHealthStudyRead, _WatsonHealthStudySkip as WatsonHealthStudySkip, _WatsonHealthStudyTransfer as WatsonHealthStudyTransfer, _WatsonHealthStudyUnread as WatsonHealthStudyUnread, _WatsonHealthStudyView as WatsonHealthStudyView, _WatsonHealthSubVolume as WatsonHealthSubVolume, _Subclassification as Subclassification, _Subdirectory as Subdirectory, _Subflow as Subflow, _SubflowLocal as SubflowLocal, _SubjectDefinition as SubjectDefinition, _SubjectUsage as SubjectUsage, _SubnetAclRules as SubnetAclRules, _Subsetting as Subsetting, _Subtract as Subtract, _SubtractAlt as SubtractAlt, _SubtractFilled as SubtractFilled, _SubtractLarge as SubtractLarge, _Succession as Succession, _SuccessionFlowConnection as SuccessionFlowConnection, _SummaryKpi as SummaryKpi, _SummaryKpiMirror as SummaryKpiMirror, _Sun as Sun, _Sunrise as Sunrise, _Sunset as Sunset, _SupportVectorMachine as SupportVectorMachine, _SurrogateKeyDatabase as SurrogateKeyDatabase };
135
+ export { _SkillLevelBasic as SkillLevelBasic, _SkillLevelIntermediate as SkillLevelIntermediate, _SkipBack as SkipBack, _SkipBackFilled as SkipBackFilled, _SkipBackOutline as SkipBackOutline, _SkipBackOutlineFilled as SkipBackOutlineFilled, _SkipBackOutlineSolid as SkipBackOutlineSolid, _SkipBackSolidFilled as SkipBackSolidFilled, _SkipForward as SkipForward, _SkipForwardFilled as SkipForwardFilled, _SkipForwardOutline as SkipForwardOutline, _SkipForwardOutlineFilled as SkipForwardOutlineFilled, _SkipForwardOutlineSolid as SkipForwardOutlineSolid, _SkipForwardSolidFilled as SkipForwardSolidFilled, _Sleet as Sleet, _Slisor as Slisor, _Slm as Slm, _Smell as Smell, _Smoke as Smoke, _WatsonHealthSmoothing as WatsonHealthSmoothing, _WatsonHealthSmoothingCursor as WatsonHealthSmoothingCursor, _Snooze as Snooze, _Snow as Snow, _SnowBlizzard as SnowBlizzard, _SnowHeavy as SnowHeavy, _SnowScattered as SnowScattered, _SnowScatteredNight as SnowScatteredNight, _SnowDensity as SnowDensity, _Snowflake as Snowflake, _Soccer as Soccer, _Socket as Socket, _SoftwareResource as SoftwareResource, _SoftwareResourceCluster as SoftwareResourceCluster, _SoftwareResourceReference as SoftwareResourceReference, _SoilMoisture as SoilMoisture, _SoilMoistureField as SoilMoistureField, _SoilMoistureGlobal as SoilMoistureGlobal, _SoilTemperature as SoilTemperature, _SoilTemperatureField as SoilTemperatureField, _SoilTemperatureGlobal as SoilTemperatureGlobal, _SolarPanel as SolarPanel, _SortAscending as SortAscending, _SortDescending as SortDescending, _SortRemove as SortRemove, _SortingAToZ as SortingAToZ, _SortingHighestToLowestNumber as SortingHighestToLowestNumber, _SortingLowestToHighestNumber as SortingLowestToHighestNumber, _SortingZToA as SortingZToA, _SourceControl as SourceControl, _SpellCheck as SpellCheck, _WatsonHealthSpineLabel as WatsonHealthSpineLabel, _Split as Split, _WatsonHealthSplitDiscard as WatsonHealthSplitDiscard, _SplitScreen as SplitScreen, _SprayPaint as SprayPaint, _Sprout as Sprout, _SpyreAccelerator as SpyreAccelerator, _Sql as Sql, _SquareOutline as SquareOutline, _SquareSlash as SquareSlash, _SquareSolid as SquareSolid, _SquareFill as SquareFill, _StackLimitation as StackLimitation, _WatsonHealthStackedMove as WatsonHealthStackedMove, _WatsonHealthStackedScrolling_1 as WatsonHealthStackedScrolling_1, _WatsonHealthStackedScrolling_2 as WatsonHealthStackedScrolling_2, _Stamp as Stamp, _Star as Star, _StarFilled as StarFilled, _StarHalf as StarHalf, _StarReview as StarReview, _WatsonHealthStatusAcknowledge as WatsonHealthStatusAcknowledge, _WatsonHealthStatusChange as WatsonHealthStatusChange, _WatsonHealthStatusPartialFail as WatsonHealthStatusPartialFail, _WatsonHealthStatusResolved as WatsonHealthStatusResolved, _StayInside as StayInside, _StemLeafPlot as StemLeafPlot, _Stethoscope as Stethoscope, _Stickies as Stickies, _Stop as Stop, _StopFilled as StopFilled, _StopFilledAlt as StopFilledAlt, _StopOutline as StopOutline, _StopOutlineFilled as StopOutlineFilled, _StopSign as StopSign, _StopSignFilled as StopSignFilled, _StoragePool as StoragePool, _StorageRequest as StorageRequest, _Store as Store, _Storm as Storm, _StormTracker as StormTracker, _StrategyPlay as StrategyPlay, _Stratus as Stratus, _Strawberry as Strawberry, _WatsonHealthStressBreathEditor as WatsonHealthStressBreathEditor, _StringInteger as StringInteger, _StringText as StringText, _WatsonHealthStudyNext as WatsonHealthStudyNext, _WatsonHealthStudyPrevious as WatsonHealthStudyPrevious, _WatsonHealthStudyRead as WatsonHealthStudyRead, _WatsonHealthStudySkip as WatsonHealthStudySkip, _WatsonHealthStudyTransfer as WatsonHealthStudyTransfer, _WatsonHealthStudyUnread as WatsonHealthStudyUnread, _WatsonHealthStudyView as WatsonHealthStudyView, _WatsonHealthSubVolume as WatsonHealthSubVolume, _Subclassification as Subclassification, _Subdirectory as Subdirectory, _Subflow as Subflow, _SubflowLocal as SubflowLocal, _SubjectDefinition as SubjectDefinition, _SubjectUsage as SubjectUsage, _SubnetAclRules as SubnetAclRules, _Subsetting as Subsetting, _Subtract as Subtract, _SubtractAlt as SubtractAlt, _SubtractFilled as SubtractFilled, _SubtractLarge as SubtractLarge, _Succession as Succession, _SuccessionFlowConnection as SuccessionFlowConnection, _SummaryKpi as SummaryKpi, _SummaryKpiMirror as SummaryKpiMirror, _Sun as Sun, _Sunrise as Sunrise, _Sunset as Sunset, _SupportVectorMachine as SupportVectorMachine };
@@ -13,6 +13,18 @@ let react = require("react");
13
13
  react = require_Icon.__toESM(react);
14
14
  let react_jsx_runtime = require("react/jsx-runtime");
15
15
  //#region virtual:generated/bucket-17.js
16
+ const SkillLevelBasic = /* @__PURE__ */ react.default.forwardRef(function SkillLevelBasic({ children, size = 16, ...rest }, ref) {
17
+ return react.default.createElement(require_Icon.Icon, {
18
+ width: size,
19
+ height: size,
20
+ ref,
21
+ xmlns: "http://www.w3.org/2000/svg",
22
+ viewBox: "0 0 32 32",
23
+ fill: "currentColor",
24
+ ...rest
25
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,30H22V4h8Zm-6-2h4V6H24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,30H12V12h8Zm-6-2h4V14H14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,30H2V18h8Z" }), children);
26
+ });
27
+ if (process.env.NODE_ENV !== "production") SkillLevelBasic.propTypes = require_iconPropTypes.iconPropTypes;
16
28
  const SkillLevelIntermediate = /* @__PURE__ */ react.default.forwardRef(function SkillLevelIntermediate({ children, size = 16, ...rest }, ref) {
17
29
  return react.default.createElement(require_Icon.Icon, {
18
30
  width: size,
@@ -1822,19 +1834,8 @@ const SupportVectorMachine = /* @__PURE__ */ react.default.forwardRef(function S
1822
1834
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m14,10c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4,4,1.7944,4,4-1.7944,4-4,4Zm0-6c-1.1028,0-2,.8972-2,2s.8972,2,2,2,2-.8972,2-2-.8972-2-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m6,18c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4,4,1.7944,4,4-1.7944,4-4,4Zm0-6c-1.1028,0-2,.8972-2,2s.8972,2,2,2,2-.8972,2-2-.8972-2-2-2Z" }), children);
1823
1835
  });
1824
1836
  if (process.env.NODE_ENV !== "production") SupportVectorMachine.propTypes = require_iconPropTypes.iconPropTypes;
1825
- const SurrogateKeyDatabase = /* @__PURE__ */ react.default.forwardRef(function SurrogateKeyDatabase({ children, size = 16, ...rest }, ref) {
1826
- return react.default.createElement(require_Icon.Icon, {
1827
- width: size,
1828
- height: size,
1829
- ref,
1830
- xmlns: "http://www.w3.org/2000/svg",
1831
- viewBox: "0 0 32 32",
1832
- fill: "currentColor",
1833
- ...rest
1834
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,15c-2.8,0-5,2.2-5,5,0,.2,0,.4,0,.6l-5,5v4.4h4.4s5-5,5-5c.2,0,.4,0,.6,0,2.8,0,5-2.2,5-5s-2.2-5-5-5ZM28,20.7c-.4,1.6-2,2.6-3.7,2.2h-.5c0-.1-5.2,5.1-5.2,5.1h-1.6v-1.6l5.2-5.2v-.5c-.2-.5-.2-.9-.1-1.4.4-1.6,2-2.6,3.7-2.2,1.6.4,2.6,2,2.2,3.7ZM26,19.9c0,.6-.4,1-1,1s-1-.4-1-1,.4-1,1-1,1,.4,1,1ZM6,13h18V5c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v22c0,1.1.9,2,2,2h7v-2h-7v-6h7v-2h-7v-6ZM6,5h16v6H6v-6Z" }), children);
1835
- });
1836
- if (process.env.NODE_ENV !== "production") SurrogateKeyDatabase.propTypes = require_iconPropTypes.iconPropTypes;
1837
1837
  //#endregion
1838
+ exports.SkillLevelBasic = SkillLevelBasic;
1838
1839
  exports.SkillLevelIntermediate = SkillLevelIntermediate;
1839
1840
  exports.SkipBack = SkipBack;
1840
1841
  exports.SkipBackFilled = SkipBackFilled;
@@ -1939,7 +1940,6 @@ exports.Sun = Sun;
1939
1940
  exports.Sunrise = Sunrise;
1940
1941
  exports.Sunset = Sunset;
1941
1942
  exports.SupportVectorMachine = SupportVectorMachine;
1942
- exports.SurrogateKeyDatabase = SurrogateKeyDatabase;
1943
1943
  exports.WatsonHealthSmoothing = WatsonHealthSmoothing;
1944
1944
  exports.WatsonHealthSmoothingCursor = WatsonHealthSmoothingCursor;
1945
1945
  exports.WatsonHealthSpineLabel = WatsonHealthSpineLabel;