@carbon/icons-react 11.36.0 → 11.37.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 (43) hide show
  1. package/es/RightPanelClose.d.ts +11 -0
  2. package/es/RightPanelClose.js +39 -0
  3. package/es/RightPanelCloseFilled.d.ts +11 -0
  4. package/es/RightPanelCloseFilled.js +39 -0
  5. package/es/RightPanelOpen.d.ts +11 -0
  6. package/es/RightPanelOpen.js +39 -0
  7. package/es/RightPanelOpenFilled.d.ts +11 -0
  8. package/es/RightPanelOpenFilled.js +39 -0
  9. package/es/generated/bucket-12.d.ts +5 -5
  10. package/es/generated/bucket-12.js +63 -59
  11. package/es/generated/bucket-13.d.ts +5 -5
  12. package/es/generated/bucket-13.js +512 -517
  13. package/es/generated/bucket-14.d.ts +5 -5
  14. package/es/generated/bucket-14.js +561 -566
  15. package/es/generated/bucket-15.d.ts +5 -5
  16. package/es/generated/bucket-15.js +549 -545
  17. package/es/generated/bucket-16.d.ts +5 -5
  18. package/es/generated/bucket-16.js +534 -532
  19. package/es/generated/bucket-17.d.ts +5 -1
  20. package/es/generated/bucket-17.js +498 -410
  21. package/es/index.js +6 -6
  22. package/lib/RightPanelClose.d.ts +11 -0
  23. package/lib/RightPanelClose.js +45 -0
  24. package/lib/RightPanelCloseFilled.d.ts +11 -0
  25. package/lib/RightPanelCloseFilled.js +45 -0
  26. package/lib/RightPanelOpen.d.ts +11 -0
  27. package/lib/RightPanelOpen.js +45 -0
  28. package/lib/RightPanelOpenFilled.d.ts +11 -0
  29. package/lib/RightPanelOpenFilled.js +45 -0
  30. package/lib/generated/bucket-12.d.ts +5 -5
  31. package/lib/generated/bucket-12.js +66 -62
  32. package/lib/generated/bucket-13.d.ts +5 -5
  33. package/lib/generated/bucket-13.js +515 -520
  34. package/lib/generated/bucket-14.d.ts +5 -5
  35. package/lib/generated/bucket-14.js +564 -569
  36. package/lib/generated/bucket-15.d.ts +5 -5
  37. package/lib/generated/bucket-15.js +552 -548
  38. package/lib/generated/bucket-16.d.ts +5 -5
  39. package/lib/generated/bucket-16.js +537 -535
  40. package/lib/generated/bucket-17.d.ts +5 -1
  41. package/lib/generated/bucket-17.js +501 -409
  42. package/lib/index.js +24 -20
  43. package/package.json +3 -3
@@ -2716,7 +2716,7 @@ const Rewind_5 = /*#__PURE__*/React__default["default"].forwardRef(function Rewi
2716
2716
  if (process.env.NODE_ENV !== "production") {
2717
2717
  Rewind_5.propTypes = iconPropTypes.iconPropTypes;
2718
2718
  }
2719
- const Road = /*#__PURE__*/React__default["default"].forwardRef(function Road(_ref112, ref) {
2719
+ const RightPanelClose = /*#__PURE__*/React__default["default"].forwardRef(function RightPanelClose(_ref112, ref) {
2720
2720
  let {
2721
2721
  children,
2722
2722
  size = 16,
@@ -2731,17 +2731,14 @@ const Road = /*#__PURE__*/React__default["default"].forwardRef(function Road(_re
2731
2731
  fill: "currentColor",
2732
2732
  ...rest
2733
2733
  }, _path207 || (_path207 = /*#__PURE__*/React__default["default"].createElement("path", {
2734
- d: "M13 13H19V15H13z"
2735
- })), _path208 || (_path208 = /*#__PURE__*/React__default["default"].createElement("path", {
2736
- d: "M25.4409 8L24.1687 3.45A2.009 2.009 0 0022.2456 2H9.7544A2.0089 2.0089 0 007.8313 3.4507L6.5315 8H4v2H6v7a2.0025 2.0025 0 002 2v3h2V19H22v3h2V19a2.0025 2.0025 0 002-2V10h2V8zM9.7544 4H22.2458l1.4285 5H8.3257zM24 13H22v2h2v2H8V15h2V13H8V11H24zM2 16H4V30H2zM28 16H30V30H28z"
2737
- })), _path209 || (_path209 = /*#__PURE__*/React__default["default"].createElement("path", {
2738
- d: "M15 21H17V24H15zM15 26H17V30H15z"
2734
+ strokeWidth: "0",
2735
+ d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z"
2739
2736
  })), children);
2740
2737
  });
2741
2738
  if (process.env.NODE_ENV !== "production") {
2742
- Road.propTypes = iconPropTypes.iconPropTypes;
2739
+ RightPanelClose.propTypes = iconPropTypes.iconPropTypes;
2743
2740
  }
2744
- const RoadWeather = /*#__PURE__*/React__default["default"].forwardRef(function RoadWeather(_ref113, ref) {
2741
+ const RightPanelCloseFilled = /*#__PURE__*/React__default["default"].forwardRef(function RightPanelCloseFilled(_ref113, ref) {
2745
2742
  let {
2746
2743
  children,
2747
2744
  size = 16,
@@ -2755,16 +2752,15 @@ const RoadWeather = /*#__PURE__*/React__default["default"].forwardRef(function R
2755
2752
  viewBox: "0 0 32 32",
2756
2753
  fill: "currentColor",
2757
2754
  ...rest
2758
- }, _path210 || (_path210 = /*#__PURE__*/React__default["default"].createElement("path", {
2759
- d: "M16 31H14v-.228a3.0135 3.0135 0 00-1.9468-2.8091L8.5215 26.6384A3.9034 3.9034 0 016 23H8a1.8946 1.8946 0 001.2236 1.7659L12.7554 26.09A5.0226 5.0226 0 0116 30.772zM30 31H28v-.228a3.0135 3.0135 0 00-1.9468-2.8091l-3.5317-1.3245A3.9034 3.9034 0 0120 23h2a1.8946 1.8946 0 001.2236 1.7659L26.7554 26.09A5.0226 5.0226 0 0130 30.772zM11 13H17V15H11z"
2760
- })), _path211 || (_path211 = /*#__PURE__*/React__default["default"].createElement("path", {
2761
- d: "M23.4409,8,22.1687,3.45A2.009,2.009,0,0,0,20.2456,2H7.7544A2.0089,2.0089,0,0,0,5.8313,3.4507L4.5315,8H2v2H4v7a2.0025,2.0025,0,0,0,2,2v2H8V19H20v2h2V19a2.0025,2.0025,0,0,0,2-2V10h2V8ZM7.7544,4H20.2458l1.4285,5H6.3257ZM22,13H20v2h2v2H6V15H8V13H6V11H22Z"
2755
+ }, _path208 || (_path208 = /*#__PURE__*/React__default["default"].createElement("path", {
2756
+ strokeWidth: "0",
2757
+ d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z"
2762
2758
  })), children);
2763
2759
  });
2764
2760
  if (process.env.NODE_ENV !== "production") {
2765
- RoadWeather.propTypes = iconPropTypes.iconPropTypes;
2761
+ RightPanelCloseFilled.propTypes = iconPropTypes.iconPropTypes;
2766
2762
  }
2767
- const Roadmap = /*#__PURE__*/React__default["default"].forwardRef(function Roadmap(_ref114, ref) {
2763
+ const RightPanelOpen = /*#__PURE__*/React__default["default"].forwardRef(function RightPanelOpen(_ref114, ref) {
2768
2764
  let {
2769
2765
  children,
2770
2766
  size = 16,
@@ -2778,14 +2774,15 @@ const Roadmap = /*#__PURE__*/React__default["default"].forwardRef(function Roadm
2778
2774
  viewBox: "0 0 32 32",
2779
2775
  fill: "currentColor",
2780
2776
  ...rest
2781
- }, _path212 || (_path212 = /*#__PURE__*/React__default["default"].createElement("path", {
2782
- d: "M12 30H4a2.0023 2.0023 0 01-2-2V24a2.0023 2.0023 0 012-2h8a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0112 30zM4 24v4h8V24zM28 20H12a2.0023 2.0023 0 01-2-2V14a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0128 20zM12 14v4H28V14zM16 10H4A2.0023 2.0023 0 012 8V4A2.0023 2.0023 0 014 2H16a2.0023 2.0023 0 012 2V8A2.0023 2.0023 0 0116 10zM4 4V8H16V4z"
2777
+ }, _path209 || (_path209 = /*#__PURE__*/React__default["default"].createElement("path", {
2778
+ strokeWidth: "0",
2779
+ d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z"
2783
2780
  })), children);
2784
2781
  });
2785
2782
  if (process.env.NODE_ENV !== "production") {
2786
- Roadmap.propTypes = iconPropTypes.iconPropTypes;
2783
+ RightPanelOpen.propTypes = iconPropTypes.iconPropTypes;
2787
2784
  }
2788
- const Rocket = /*#__PURE__*/React__default["default"].forwardRef(function Rocket(_ref115, ref) {
2785
+ const RightPanelOpenFilled = /*#__PURE__*/React__default["default"].forwardRef(function RightPanelOpenFilled(_ref115, ref) {
2789
2786
  let {
2790
2787
  children,
2791
2788
  size = 16,
@@ -2799,17 +2796,15 @@ const Rocket = /*#__PURE__*/React__default["default"].forwardRef(function Rocket
2799
2796
  viewBox: "0 0 32 32",
2800
2797
  fill: "currentColor",
2801
2798
  ...rest
2802
- }, _path213 || (_path213 = /*#__PURE__*/React__default["default"].createElement("path", {
2803
- d: "M6.34 19H17.65V21H6.34z",
2804
- transform: "rotate(-45 11.995 20.002)"
2805
- })), _path214 || (_path214 = /*#__PURE__*/React__default["default"].createElement("path", {
2806
- d: "M17,30a1,1,0,0,1-.37-.07,1,1,0,0,1-.62-.79l-1-7,2-.28.75,5.27L21,24.52V17a1,1,0,0,1,.29-.71l4.07-4.07A8.94,8.94,0,0,0,28,5.86V4H26.14a8.94,8.94,0,0,0-6.36,2.64l-4.07,4.07A1,1,0,0,1,15,11H7.48L4.87,14.26l5.27.75-.28,2-7-1a1,1,0,0,1-.79-.62,1,1,0,0,1,.15-1l4-5A1,1,0,0,1,7,9h7.59l3.77-3.78A10.92,10.92,0,0,1,26.14,2H28a2,2,0,0,1,2,2V5.86a10.92,10.92,0,0,1-3.22,7.78L23,17.41V25a1,1,0,0,1-.38.78l-5,4A1,1,0,0,1,17,30Z"
2799
+ }, _path210 || (_path210 = /*#__PURE__*/React__default["default"].createElement("path", {
2800
+ strokeWidth: "0",
2801
+ d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z"
2807
2802
  })), children);
2808
2803
  });
2809
2804
  if (process.env.NODE_ENV !== "production") {
2810
- Rocket.propTypes = iconPropTypes.iconPropTypes;
2805
+ RightPanelOpenFilled.propTypes = iconPropTypes.iconPropTypes;
2811
2806
  }
2812
- const Rotate = /*#__PURE__*/React__default["default"].forwardRef(function Rotate(_ref116, ref) {
2807
+ const Road = /*#__PURE__*/React__default["default"].forwardRef(function Road(_ref116, ref) {
2813
2808
  let {
2814
2809
  children,
2815
2810
  size = 16,
@@ -2823,14 +2818,18 @@ const Rotate = /*#__PURE__*/React__default["default"].forwardRef(function Rotate
2823
2818
  viewBox: "0 0 32 32",
2824
2819
  fill: "currentColor",
2825
2820
  ...rest
2826
- }, _path215 || (_path215 = /*#__PURE__*/React__default["default"].createElement("path", {
2827
- d: "M17.91 26.82l.35 2a12.9 12.9 0 004.24-1.54l-1-1.73A10.88 10.88 0 0117.91 26.82zM24.42 23.07L26 24.35a13 13 0 002.24-3.91l-1.87-.68A11 11 0 0124.42 23.07zM9.5 27.25a12.9 12.9 0 004.24 1.54l.35-2a10.88 10.88 0 01-3.59-1.3zM5.67 19.76l-1.87.68A13 13 0 006 24.35l.32-.26 1.22-1h0a11 11 0 01-1.91-3.31zM29 16a12.85 12.85 0 00-.8-4.44l-1.87.68A11.18 11.18 0 0127 16zM26 7.65a13 13 0 00-20 0V4H4v8h8V10H6.81A11 11 0 0124.42 8.93z"
2821
+ }, _path211 || (_path211 = /*#__PURE__*/React__default["default"].createElement("path", {
2822
+ d: "M13 13H19V15H13z"
2823
+ })), _path212 || (_path212 = /*#__PURE__*/React__default["default"].createElement("path", {
2824
+ d: "M25.4409 8L24.1687 3.45A2.009 2.009 0 0022.2456 2H9.7544A2.0089 2.0089 0 007.8313 3.4507L6.5315 8H4v2H6v7a2.0025 2.0025 0 002 2v3h2V19H22v3h2V19a2.0025 2.0025 0 002-2V10h2V8zM9.7544 4H22.2458l1.4285 5H8.3257zM24 13H22v2h2v2H8V15h2V13H8V11H24zM2 16H4V30H2zM28 16H30V30H28z"
2825
+ })), _path213 || (_path213 = /*#__PURE__*/React__default["default"].createElement("path", {
2826
+ d: "M15 21H17V24H15zM15 26H17V30H15z"
2828
2827
  })), children);
2829
2828
  });
2830
2829
  if (process.env.NODE_ENV !== "production") {
2831
- Rotate.propTypes = iconPropTypes.iconPropTypes;
2830
+ Road.propTypes = iconPropTypes.iconPropTypes;
2832
2831
  }
2833
- const WatsonHealthRotate_180 = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthRotate_180(_ref117, ref) {
2832
+ const RoadWeather = /*#__PURE__*/React__default["default"].forwardRef(function RoadWeather(_ref117, ref) {
2834
2833
  let {
2835
2834
  children,
2836
2835
  size = 16,
@@ -2844,14 +2843,16 @@ const WatsonHealthRotate_180 = /*#__PURE__*/React__default["default"].forwardRef
2844
2843
  viewBox: "0 0 32 32",
2845
2844
  fill: "currentColor",
2846
2845
  ...rest
2847
- }, _path216 || (_path216 = /*#__PURE__*/React__default["default"].createElement("path", {
2848
- d: "M14.0913 26.8235l-.3467 1.968a12.8956 12.8956 0 01-4.24-1.5418l1-1.7307A10.9086 10.9086 0 0014.0913 26.8235zM7.5767 23.0682L6.0449 24.3533a12.9811 12.9811 0 01-2.25-3.9112l1.8775-.6834A10.9808 10.9808 0 007.5767 23.0682zM22.4951 27.25a12.8956 12.8956 0 01-4.24 1.5418l-.3467-1.968a10.9086 10.9086 0 003.5869-1.3045zM26.3271 19.7587l1.8775.6834a12.9811 12.9811 0 01-2.2495 3.9112l-.3115-.2614-1.22-1.0237h0a10.9822 10.9822 0 001.9038-3.3093zM13.6616 5.2559c-.1592.0346-.3144.08-.4712.1215-.2131.0562-.4258.1138-.6335.1822-.1643.0547-.325.1167-.4859.1782-.1926.0742-.3835.1509-.57.2349-.1611.0727-.3193.15-.4763.23q-.2677.1363-.5262.2867c-.153.0893-.3046.18-.4531.2758-.1679.1089-.3308.2242-.4922.3413-.1406.1026-.2817.2037-.417.3125-.1616.1294-.3156.2676-.47.4063-.1225.11-.2478.2168-.3652.332-.1668.1636-.3223.3379-.4785.5117A10.9438 10.9438 0 005 16H3A12.9363 12.9363 0 016.05 7.65l-.0047-.0039c.0918-.1094.197-.2061.2925-.3125.1841-.2051.3672-.41.5635-.603.1382-.1358.2856-.2613.43-.3907.1831-.1645.3657-.3286.5581-.4824.1592-.1279.3244-.2466.4895-.3667.1921-.14.3855-.2768.5854-.4062.1743-.1128.3523-.2188.5322-.3238q.3081-.1786.6253-.3408c.1846-.0942.37-.1846.56-.27.2224-.1.449-.1914.678-.2793.1894-.0723.3777-.1455.5713-.209.2463-.0815.498-.1494.7507-.2163.1848-.0493.3674-.1025.5554-.1431.29-.0634.5865-.1074.8833-.1508.159-.023.3145-.0552.4754-.0728A12.9331 12.9331 0 0126 7.7031V4h2v8H20V10h5.1885A10.961 10.961 0 0016 5a11.1114 11.1114 0 00-1.189.0669c-.1362.0146-.268.042-.4026.0615C14.1575 5.165 13.907 5.2026 13.6616 5.2559z"
2846
+ }, _path214 || (_path214 = /*#__PURE__*/React__default["default"].createElement("path", {
2847
+ d: "M16 31H14v-.228a3.0135 3.0135 0 00-1.9468-2.8091L8.5215 26.6384A3.9034 3.9034 0 016 23H8a1.8946 1.8946 0 001.2236 1.7659L12.7554 26.09A5.0226 5.0226 0 0116 30.772zM30 31H28v-.228a3.0135 3.0135 0 00-1.9468-2.8091l-3.5317-1.3245A3.9034 3.9034 0 0120 23h2a1.8946 1.8946 0 001.2236 1.7659L26.7554 26.09A5.0226 5.0226 0 0130 30.772zM11 13H17V15H11z"
2848
+ })), _path215 || (_path215 = /*#__PURE__*/React__default["default"].createElement("path", {
2849
+ d: "M23.4409,8,22.1687,3.45A2.009,2.009,0,0,0,20.2456,2H7.7544A2.0089,2.0089,0,0,0,5.8313,3.4507L4.5315,8H2v2H4v7a2.0025,2.0025,0,0,0,2,2v2H8V19H20v2h2V19a2.0025,2.0025,0,0,0,2-2V10h2V8ZM7.7544,4H20.2458l1.4285,5H6.3257ZM22,13H20v2h2v2H6V15H8V13H6V11H22Z"
2849
2850
  })), children);
2850
2851
  });
2851
2852
  if (process.env.NODE_ENV !== "production") {
2852
- WatsonHealthRotate_180.propTypes = iconPropTypes.iconPropTypes;
2853
+ RoadWeather.propTypes = iconPropTypes.iconPropTypes;
2853
2854
  }
2854
- const WatsonHealthRotate_360 = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthRotate_360(_ref118, ref) {
2855
+ const Roadmap = /*#__PURE__*/React__default["default"].forwardRef(function Roadmap(_ref118, ref) {
2855
2856
  let {
2856
2857
  children,
2857
2858
  size = 16,
@@ -2865,14 +2866,14 @@ const WatsonHealthRotate_360 = /*#__PURE__*/React__default["default"].forwardRef
2865
2866
  viewBox: "0 0 32 32",
2866
2867
  fill: "currentColor",
2867
2868
  ...rest
2868
- }, _path217 || (_path217 = /*#__PURE__*/React__default["default"].createElement("path", {
2869
- d: "M25.95,7.65l.0047-.0039c-.0918-.1094-.197-.2061-.2925-.3125-.1841-.2051-.3672-.41-.5635-.603-.1382-.1358-.2856-.2613-.43-.3907-.1831-.1645-.3657-.3286-.5581-.4824-.1592-.1279-.3244-.2466-.4895-.3667-.1921-.14-.3855-.2768-.5854-.4062-.1743-.1128-.3523-.2188-.5322-.3238q-.3081-.1786-.6253-.3408c-.1846-.0942-.37-.1846-.56-.27-.2224-.1-.449-.1914-.678-.2793-.1894-.0723-.3777-.1455-.5713-.209-.2463-.0815-.498-.1494-.7507-.2163-.1848-.0493-.3674-.1025-.5554-.1431-.29-.0634-.5865-.1074-.8833-.1508-.159-.023-.3145-.0552-.4754-.0728A12.9331,12.9331,0,0,0,6,7.7031V4H4v8h8V10H6.8115A10.961,10.961,0,0,1,16,5a11.1114,11.1114,0,0,1,1.189.0669c.1362.0146.268.042.4026.0615.2509.0366.5014.0742.7468.1275.1592.0346.3144.08.4712.1215.2131.0562.4258.1138.6335.1822.1643.0547.325.1167.4859.1782.1926.0742.3835.1509.5705.2349.1611.0727.3193.15.4763.23q.2677.1363.5262.2867c.153.0893.3046.18.4531.2758.1679.1089.3308.2242.4922.3413.1406.1026.2817.2037.417.3125.1616.1294.3156.2676.47.4063.1225.11.2478.2168.3652.332.1668.1636.3223.3379.4785.5117A10.9928,10.9928,0,1,1,5,16H3A13,13,0,1,0,25.95,7.65Z"
2869
+ }, _path216 || (_path216 = /*#__PURE__*/React__default["default"].createElement("path", {
2870
+ d: "M12 30H4a2.0023 2.0023 0 01-2-2V24a2.0023 2.0023 0 012-2h8a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0112 30zM4 24v4h8V24zM28 20H12a2.0023 2.0023 0 01-2-2V14a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0128 20zM12 14v4H28V14zM16 10H4A2.0023 2.0023 0 012 8V4A2.0023 2.0023 0 014 2H16a2.0023 2.0023 0 012 2V8A2.0023 2.0023 0 0116 10zM4 4V8H16V4z"
2870
2871
  })), children);
2871
2872
  });
2872
2873
  if (process.env.NODE_ENV !== "production") {
2873
- WatsonHealthRotate_360.propTypes = iconPropTypes.iconPropTypes;
2874
+ Roadmap.propTypes = iconPropTypes.iconPropTypes;
2874
2875
  }
2875
- const RotateClockwise = /*#__PURE__*/React__default["default"].forwardRef(function RotateClockwise(_ref119, ref) {
2876
+ const Rocket = /*#__PURE__*/React__default["default"].forwardRef(function Rocket(_ref119, ref) {
2876
2877
  let {
2877
2878
  children,
2878
2879
  size = 16,
@@ -2886,14 +2887,17 @@ const RotateClockwise = /*#__PURE__*/React__default["default"].forwardRef(functi
2886
2887
  viewBox: "0 0 32 32",
2887
2888
  fill: "currentColor",
2888
2889
  ...rest
2889
- }, _path218 || (_path218 = /*#__PURE__*/React__default["default"].createElement("path", {
2890
- d: "M28 30H16a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0128 30zM16 16V28H28.0012L28 16zM15 2L13.59 3.41 16.17 6H11a7.0078 7.0078 0 00-7 7v5H6V13a5.0057 5.0057 0 015-5h5.17l-2.58 2.59L15 12l5-5z"
2890
+ }, _path217 || (_path217 = /*#__PURE__*/React__default["default"].createElement("path", {
2891
+ d: "M6.34 19H17.65V21H6.34z",
2892
+ transform: "rotate(-45 11.995 20.002)"
2893
+ })), _path218 || (_path218 = /*#__PURE__*/React__default["default"].createElement("path", {
2894
+ d: "M17,30a1,1,0,0,1-.37-.07,1,1,0,0,1-.62-.79l-1-7,2-.28.75,5.27L21,24.52V17a1,1,0,0,1,.29-.71l4.07-4.07A8.94,8.94,0,0,0,28,5.86V4H26.14a8.94,8.94,0,0,0-6.36,2.64l-4.07,4.07A1,1,0,0,1,15,11H7.48L4.87,14.26l5.27.75-.28,2-7-1a1,1,0,0,1-.79-.62,1,1,0,0,1,.15-1l4-5A1,1,0,0,1,7,9h7.59l3.77-3.78A10.92,10.92,0,0,1,26.14,2H28a2,2,0,0,1,2,2V5.86a10.92,10.92,0,0,1-3.22,7.78L23,17.41V25a1,1,0,0,1-.38.78l-5,4A1,1,0,0,1,17,30Z"
2891
2895
  })), children);
2892
2896
  });
2893
2897
  if (process.env.NODE_ENV !== "production") {
2894
- RotateClockwise.propTypes = iconPropTypes.iconPropTypes;
2898
+ Rocket.propTypes = iconPropTypes.iconPropTypes;
2895
2899
  }
2896
- const RotateClockwiseAlt = /*#__PURE__*/React__default["default"].forwardRef(function RotateClockwiseAlt(_ref120, ref) {
2900
+ const Rotate = /*#__PURE__*/React__default["default"].forwardRef(function Rotate(_ref120, ref) {
2897
2901
  let {
2898
2902
  children,
2899
2903
  size = 16,
@@ -2908,13 +2912,13 @@ const RotateClockwiseAlt = /*#__PURE__*/React__default["default"].forwardRef(fun
2908
2912
  fill: "currentColor",
2909
2913
  ...rest
2910
2914
  }, _path219 || (_path219 = /*#__PURE__*/React__default["default"].createElement("path", {
2911
- d: "M16 30H4a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H16a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0116 30zM4 16V28H16.0012L16 16zM30 15l-1.41-1.41L26 16.17V11a7.0078 7.0078 0 00-7-7H14V6h5a5.0057 5.0057 0 015 5v5.17l-2.59-2.58L20 15l5 5z"
2915
+ d: "M17.91 26.82l.35 2a12.9 12.9 0 004.24-1.54l-1-1.73A10.88 10.88 0 0117.91 26.82zM24.42 23.07L26 24.35a13 13 0 002.24-3.91l-1.87-.68A11 11 0 0124.42 23.07zM9.5 27.25a12.9 12.9 0 004.24 1.54l.35-2a10.88 10.88 0 01-3.59-1.3zM5.67 19.76l-1.87.68A13 13 0 006 24.35l.32-.26 1.22-1h0a11 11 0 01-1.91-3.31zM29 16a12.85 12.85 0 00-.8-4.44l-1.87.68A11.18 11.18 0 0127 16zM26 7.65a13 13 0 00-20 0V4H4v8h8V10H6.81A11 11 0 0124.42 8.93z"
2912
2916
  })), children);
2913
2917
  });
2914
2918
  if (process.env.NODE_ENV !== "production") {
2915
- RotateClockwiseAlt.propTypes = iconPropTypes.iconPropTypes;
2919
+ Rotate.propTypes = iconPropTypes.iconPropTypes;
2916
2920
  }
2917
- const RotateClockwiseAltFilled = /*#__PURE__*/React__default["default"].forwardRef(function RotateClockwiseAltFilled(_ref121, ref) {
2921
+ const WatsonHealthRotate_180 = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthRotate_180(_ref121, ref) {
2918
2922
  let {
2919
2923
  children,
2920
2924
  size = 16,
@@ -2929,13 +2933,13 @@ const RotateClockwiseAltFilled = /*#__PURE__*/React__default["default"].forwardR
2929
2933
  fill: "currentColor",
2930
2934
  ...rest
2931
2935
  }, _path220 || (_path220 = /*#__PURE__*/React__default["default"].createElement("path", {
2932
- d: "M16 30H4a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H16a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0116 30zM30 15l-1.41-1.41L26 16.17V11a7.0078 7.0078 0 00-7-7H14V6h5a5.0057 5.0057 0 015 5v5.17l-2.59-2.58L20 15l5 5z"
2936
+ d: "M14.0913 26.8235l-.3467 1.968a12.8956 12.8956 0 01-4.24-1.5418l1-1.7307A10.9086 10.9086 0 0014.0913 26.8235zM7.5767 23.0682L6.0449 24.3533a12.9811 12.9811 0 01-2.25-3.9112l1.8775-.6834A10.9808 10.9808 0 007.5767 23.0682zM22.4951 27.25a12.8956 12.8956 0 01-4.24 1.5418l-.3467-1.968a10.9086 10.9086 0 003.5869-1.3045zM26.3271 19.7587l1.8775.6834a12.9811 12.9811 0 01-2.2495 3.9112l-.3115-.2614-1.22-1.0237h0a10.9822 10.9822 0 001.9038-3.3093zM13.6616 5.2559c-.1592.0346-.3144.08-.4712.1215-.2131.0562-.4258.1138-.6335.1822-.1643.0547-.325.1167-.4859.1782-.1926.0742-.3835.1509-.57.2349-.1611.0727-.3193.15-.4763.23q-.2677.1363-.5262.2867c-.153.0893-.3046.18-.4531.2758-.1679.1089-.3308.2242-.4922.3413-.1406.1026-.2817.2037-.417.3125-.1616.1294-.3156.2676-.47.4063-.1225.11-.2478.2168-.3652.332-.1668.1636-.3223.3379-.4785.5117A10.9438 10.9438 0 005 16H3A12.9363 12.9363 0 016.05 7.65l-.0047-.0039c.0918-.1094.197-.2061.2925-.3125.1841-.2051.3672-.41.5635-.603.1382-.1358.2856-.2613.43-.3907.1831-.1645.3657-.3286.5581-.4824.1592-.1279.3244-.2466.4895-.3667.1921-.14.3855-.2768.5854-.4062.1743-.1128.3523-.2188.5322-.3238q.3081-.1786.6253-.3408c.1846-.0942.37-.1846.56-.27.2224-.1.449-.1914.678-.2793.1894-.0723.3777-.1455.5713-.209.2463-.0815.498-.1494.7507-.2163.1848-.0493.3674-.1025.5554-.1431.29-.0634.5865-.1074.8833-.1508.159-.023.3145-.0552.4754-.0728A12.9331 12.9331 0 0126 7.7031V4h2v8H20V10h5.1885A10.961 10.961 0 0016 5a11.1114 11.1114 0 00-1.189.0669c-.1362.0146-.268.042-.4026.0615C14.1575 5.165 13.907 5.2026 13.6616 5.2559z"
2933
2937
  })), children);
2934
2938
  });
2935
2939
  if (process.env.NODE_ENV !== "production") {
2936
- RotateClockwiseAltFilled.propTypes = iconPropTypes.iconPropTypes;
2940
+ WatsonHealthRotate_180.propTypes = iconPropTypes.iconPropTypes;
2937
2941
  }
2938
- const RotateClockwiseFilled = /*#__PURE__*/React__default["default"].forwardRef(function RotateClockwiseFilled(_ref122, ref) {
2942
+ const WatsonHealthRotate_360 = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthRotate_360(_ref122, ref) {
2939
2943
  let {
2940
2944
  children,
2941
2945
  size = 16,
@@ -2950,13 +2954,13 @@ const RotateClockwiseFilled = /*#__PURE__*/React__default["default"].forwardRef(
2950
2954
  fill: "currentColor",
2951
2955
  ...rest
2952
2956
  }, _path221 || (_path221 = /*#__PURE__*/React__default["default"].createElement("path", {
2953
- d: "M28 30H16a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0128 30zM15 2L13.59 3.41 16.17 6H11a7.0078 7.0078 0 00-7 7v5H6V13a5.0057 5.0057 0 015-5h5.17l-2.58 2.59L15 12l5-5z"
2957
+ d: "M25.95,7.65l.0047-.0039c-.0918-.1094-.197-.2061-.2925-.3125-.1841-.2051-.3672-.41-.5635-.603-.1382-.1358-.2856-.2613-.43-.3907-.1831-.1645-.3657-.3286-.5581-.4824-.1592-.1279-.3244-.2466-.4895-.3667-.1921-.14-.3855-.2768-.5854-.4062-.1743-.1128-.3523-.2188-.5322-.3238q-.3081-.1786-.6253-.3408c-.1846-.0942-.37-.1846-.56-.27-.2224-.1-.449-.1914-.678-.2793-.1894-.0723-.3777-.1455-.5713-.209-.2463-.0815-.498-.1494-.7507-.2163-.1848-.0493-.3674-.1025-.5554-.1431-.29-.0634-.5865-.1074-.8833-.1508-.159-.023-.3145-.0552-.4754-.0728A12.9331,12.9331,0,0,0,6,7.7031V4H4v8h8V10H6.8115A10.961,10.961,0,0,1,16,5a11.1114,11.1114,0,0,1,1.189.0669c.1362.0146.268.042.4026.0615.2509.0366.5014.0742.7468.1275.1592.0346.3144.08.4712.1215.2131.0562.4258.1138.6335.1822.1643.0547.325.1167.4859.1782.1926.0742.3835.1509.5705.2349.1611.0727.3193.15.4763.23q.2677.1363.5262.2867c.153.0893.3046.18.4531.2758.1679.1089.3308.2242.4922.3413.1406.1026.2817.2037.417.3125.1616.1294.3156.2676.47.4063.1225.11.2478.2168.3652.332.1668.1636.3223.3379.4785.5117A10.9928,10.9928,0,1,1,5,16H3A13,13,0,1,0,25.95,7.65Z"
2954
2958
  })), children);
2955
2959
  });
2956
2960
  if (process.env.NODE_ENV !== "production") {
2957
- RotateClockwiseFilled.propTypes = iconPropTypes.iconPropTypes;
2961
+ WatsonHealthRotate_360.propTypes = iconPropTypes.iconPropTypes;
2958
2962
  }
2959
- const RotateCounterclockwise = /*#__PURE__*/React__default["default"].forwardRef(function RotateCounterclockwise(_ref123, ref) {
2963
+ const RotateClockwise = /*#__PURE__*/React__default["default"].forwardRef(function RotateClockwise(_ref123, ref) {
2960
2964
  let {
2961
2965
  children,
2962
2966
  size = 16,
@@ -2971,13 +2975,13 @@ const RotateCounterclockwise = /*#__PURE__*/React__default["default"].forwardRef
2971
2975
  fill: "currentColor",
2972
2976
  ...rest
2973
2977
  }, _path222 || (_path222 = /*#__PURE__*/React__default["default"].createElement("path", {
2974
- d: "M2 28V16a2.0023 2.0023 0 012-2H16a2.0023 2.0023 0 012 2V28a2.0023 2.0023 0 01-2 2H4A2.0023 2.0023 0 012 28zM4 16L3.9988 28H16V16zM17 2l1.41 1.41L15.83 6H21a7.0078 7.0078 0 017 7v5H26V13a5.0057 5.0057 0 00-5-5H15.83l2.58 2.59L17 12 12 7z"
2978
+ d: "M28 30H16a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0128 30zM16 16V28H28.0012L28 16zM15 2L13.59 3.41 16.17 6H11a7.0078 7.0078 0 00-7 7v5H6V13a5.0057 5.0057 0 015-5h5.17l-2.58 2.59L15 12l5-5z"
2975
2979
  })), children);
2976
2980
  });
2977
2981
  if (process.env.NODE_ENV !== "production") {
2978
- RotateCounterclockwise.propTypes = iconPropTypes.iconPropTypes;
2982
+ RotateClockwise.propTypes = iconPropTypes.iconPropTypes;
2979
2983
  }
2980
- const RotateCounterclockwiseAlt = /*#__PURE__*/React__default["default"].forwardRef(function RotateCounterclockwiseAlt(_ref124, ref) {
2984
+ const RotateClockwiseAlt = /*#__PURE__*/React__default["default"].forwardRef(function RotateClockwiseAlt(_ref124, ref) {
2981
2985
  let {
2982
2986
  children,
2983
2987
  size = 16,
@@ -2992,13 +2996,13 @@ const RotateCounterclockwiseAlt = /*#__PURE__*/React__default["default"].forward
2992
2996
  fill: "currentColor",
2993
2997
  ...rest
2994
2998
  }, _path223 || (_path223 = /*#__PURE__*/React__default["default"].createElement("path", {
2995
- d: "M14 28V16a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28a2.0023 2.0023 0 01-2 2H16A2.0023 2.0023 0 0114 28zm2-12l-.0012 12H28V16zM2 15l1.41-1.41L6 16.17V11a7.0078 7.0078 0 017-7h5V6H13a5.0057 5.0057 0 00-5 5v5.17l2.59-2.58L12 15 7 20z"
2999
+ d: "M16 30H4a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H16a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0116 30zM4 16V28H16.0012L16 16zM30 15l-1.41-1.41L26 16.17V11a7.0078 7.0078 0 00-7-7H14V6h5a5.0057 5.0057 0 015 5v5.17l-2.59-2.58L20 15l5 5z"
2996
3000
  })), children);
2997
3001
  });
2998
3002
  if (process.env.NODE_ENV !== "production") {
2999
- RotateCounterclockwiseAlt.propTypes = iconPropTypes.iconPropTypes;
3003
+ RotateClockwiseAlt.propTypes = iconPropTypes.iconPropTypes;
3000
3004
  }
3001
- const RotateCounterclockwiseAltFilled = /*#__PURE__*/React__default["default"].forwardRef(function RotateCounterclockwiseAltFilled(_ref125, ref) {
3005
+ const RotateClockwiseAltFilled = /*#__PURE__*/React__default["default"].forwardRef(function RotateClockwiseAltFilled(_ref125, ref) {
3002
3006
  let {
3003
3007
  children,
3004
3008
  size = 16,
@@ -3013,11 +3017,11 @@ const RotateCounterclockwiseAltFilled = /*#__PURE__*/React__default["default"].f
3013
3017
  fill: "currentColor",
3014
3018
  ...rest
3015
3019
  }, _path224 || (_path224 = /*#__PURE__*/React__default["default"].createElement("path", {
3016
- d: "M14 28V16a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28a2.0023 2.0023 0 01-2 2H16A2.0023 2.0023 0 0114 28zM2 15l1.41-1.41L6 16.17V11a7.0078 7.0078 0 017-7h5V6H13a5.0057 5.0057 0 00-5 5v5.17l2.59-2.58L12 15 7 20z"
3020
+ d: "M16 30H4a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H16a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0116 30zM30 15l-1.41-1.41L26 16.17V11a7.0078 7.0078 0 00-7-7H14V6h5a5.0057 5.0057 0 015 5v5.17l-2.59-2.58L20 15l5 5z"
3017
3021
  })), children);
3018
3022
  });
3019
3023
  if (process.env.NODE_ENV !== "production") {
3020
- RotateCounterclockwiseAltFilled.propTypes = iconPropTypes.iconPropTypes;
3024
+ RotateClockwiseAltFilled.propTypes = iconPropTypes.iconPropTypes;
3021
3025
  }
3022
3026
 
3023
3027
  exports.Pills = Pills;
@@ -3126,6 +3130,10 @@ exports.Review = Review;
3126
3130
  exports.Rewind_10 = Rewind_10;
3127
3131
  exports.Rewind_30 = Rewind_30;
3128
3132
  exports.Rewind_5 = Rewind_5;
3133
+ exports.RightPanelClose = RightPanelClose;
3134
+ exports.RightPanelCloseFilled = RightPanelCloseFilled;
3135
+ exports.RightPanelOpen = RightPanelOpen;
3136
+ exports.RightPanelOpenFilled = RightPanelOpenFilled;
3129
3137
  exports.Road = Road;
3130
3138
  exports.RoadWeather = RoadWeather;
3131
3139
  exports.Roadmap = Roadmap;
@@ -3134,10 +3142,6 @@ exports.Rotate = Rotate;
3134
3142
  exports.RotateClockwise = RotateClockwise;
3135
3143
  exports.RotateClockwiseAlt = RotateClockwiseAlt;
3136
3144
  exports.RotateClockwiseAltFilled = RotateClockwiseAltFilled;
3137
- exports.RotateClockwiseFilled = RotateClockwiseFilled;
3138
- exports.RotateCounterclockwise = RotateCounterclockwise;
3139
- exports.RotateCounterclockwiseAlt = RotateCounterclockwiseAlt;
3140
- exports.RotateCounterclockwiseAltFilled = RotateCounterclockwiseAltFilled;
3141
3145
  exports.WatsonHealthPointerText = WatsonHealthPointerText;
3142
3146
  exports.WatsonHealthQcLaunch = WatsonHealthQcLaunch;
3143
3147
  exports.WatsonHealthRegionAnalysisArea = WatsonHealthRegionAnalysisArea;
@@ -7,6 +7,10 @@
7
7
  * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
8
  */
9
9
  import type { CarbonIconType } from '../CarbonIcon';
10
+ declare const _RotateClockwiseFilled: CarbonIconType;
11
+ declare const _RotateCounterclockwise: CarbonIconType;
12
+ declare const _RotateCounterclockwiseAlt: CarbonIconType;
13
+ declare const _RotateCounterclockwiseAltFilled: CarbonIconType;
10
14
  declare const _RotateCounterclockwiseFilled: CarbonIconType;
11
15
  declare const _Router: CarbonIconType;
12
16
  declare const _RouterVoice: CarbonIconType;
@@ -128,8 +132,4 @@ declare const _SimCard: CarbonIconType;
128
132
  declare const _SkillLevel: CarbonIconType;
129
133
  declare const _SkillLevelAdvanced: CarbonIconType;
130
134
  declare const _SkillLevelBasic: CarbonIconType;
131
- declare const _SkillLevelIntermediate: CarbonIconType;
132
- declare const _SkipBack: CarbonIconType;
133
- declare const _SkipBackFilled: CarbonIconType;
134
- declare const _SkipBackOutline: CarbonIconType;
135
- export { _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, _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, _Ruler as Ruler, _RulerAlt as RulerAlt, _Run as Run, _RunMirror as RunMirror, _Running as Running, _QS as QS, _QSAlt as QSAlt, _SailboatCoastal as SailboatCoastal, _SailboatOffshore as SailboatOffshore, _SalesOps as SalesOps, _SankeyDiagram as SankeyDiagram, _SankeyDiagramAlt as SankeyDiagramAlt, _Satellite as Satellite, _SatelliteRadar as SatelliteRadar, _SatelliteWeather as SatelliteWeather, _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, _SendBackward as SendBackward, _SendToBack as SendToBack, _ServerDns as ServerDns, _ServerProxy as ServerProxy, _ServerTime as ServerTime, _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, _ShapeExcept as ShapeExcept, _ShapeExclude as ShapeExclude, _ShapeIntersect as ShapeIntersect, _ShapeJoin as ShapeJoin, _ShapeUnite as ShapeUnite, _Share as Share, _ShareKnowledge as ShareKnowledge, _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, _SkillLevelIntermediate as SkillLevelIntermediate, _SkipBack as SkipBack, _SkipBackFilled as SkipBackFilled, _SkipBackOutline as SkipBackOutline };
135
+ export { _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, _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, _Ruler as Ruler, _RulerAlt as RulerAlt, _Run as Run, _RunMirror as RunMirror, _Running as Running, _QS as QS, _QSAlt as QSAlt, _SailboatCoastal as SailboatCoastal, _SailboatOffshore as SailboatOffshore, _SalesOps as SalesOps, _SankeyDiagram as SankeyDiagram, _SankeyDiagramAlt as SankeyDiagramAlt, _Satellite as Satellite, _SatelliteRadar as SatelliteRadar, _SatelliteWeather as SatelliteWeather, _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, _SendBackward as SendBackward, _SendToBack as SendToBack, _ServerDns as ServerDns, _ServerProxy as ServerProxy, _ServerTime as ServerTime, _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, _ShapeExcept as ShapeExcept, _ShapeExclude as ShapeExclude, _ShapeIntersect as ShapeIntersect, _ShapeJoin as ShapeJoin, _ShapeUnite as ShapeUnite, _Share as Share, _ShareKnowledge as ShareKnowledge, _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 };