@carbon/pictograms-react 11.96.0 → 11.97.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 (34) hide show
  1. package/es/__generated__/bucket-1.d.ts +2 -2
  2. package/es/__generated__/bucket-1.js +136 -136
  3. package/es/__generated__/bucket-2.d.ts +2 -2
  4. package/es/__generated__/bucket-2.js +266 -266
  5. package/es/__generated__/bucket-3.d.ts +2 -2
  6. package/es/__generated__/bucket-3.js +2 -2
  7. package/es/__generated__/bucket-4.d.ts +4 -4
  8. package/es/__generated__/bucket-4.js +293 -293
  9. package/es/__generated__/bucket-5.d.ts +4 -4
  10. package/es/__generated__/bucket-5.js +301 -301
  11. package/es/__generated__/bucket-6.d.ts +4 -1
  12. package/es/__generated__/bucket-6.js +84 -39
  13. package/es/db2--genius-hub/index.d.ts +11 -0
  14. package/es/db2--genius-hub/index.js +32 -0
  15. package/es/index.js +6 -6
  16. package/es/paper-cup/index.d.ts +11 -0
  17. package/es/paper-cup/index.js +32 -0
  18. package/es/paper-cup-with-metal-can/index.d.ts +11 -0
  19. package/es/paper-cup-with-metal-can/index.js +32 -0
  20. package/lib/__generated__/bucket-1.js +136 -136
  21. package/lib/__generated__/bucket-2.js +266 -266
  22. package/lib/__generated__/bucket-3.js +2 -2
  23. package/lib/__generated__/bucket-4.js +295 -295
  24. package/lib/__generated__/bucket-5.js +303 -303
  25. package/lib/__generated__/bucket-6.js +86 -38
  26. package/lib/db2--genius-hub/index.d.ts +11 -0
  27. package/lib/db2--genius-hub/index.js +34 -0
  28. package/lib/index.js +12 -9
  29. package/lib/paper-cup/index.d.ts +11 -0
  30. package/lib/paper-cup/index.js +34 -0
  31. package/lib/paper-cup-with-metal-can/index.d.ts +11 -0
  32. package/lib/paper-cup-with-metal-can/index.js +34 -0
  33. package/package.json +3 -3
  34. package/umd/index.js +984 -936
@@ -7,6 +7,9 @@
7
7
  * Code generated by @carbon/pictograms-react. DO NOT EDIT.
8
8
  */
9
9
  import type { CarbonPictogramType } from '../CarbonPictogram';
10
+ declare const _WatsonxCodeAssistantForZRefactor: CarbonPictogramType;
11
+ declare const _WatsonxData: CarbonPictogramType;
12
+ declare const _WatsonxGovernance: CarbonPictogramType;
10
13
  declare const _WavingHand: CarbonPictogramType;
11
14
  declare const _WaymoCar: CarbonPictogramType;
12
15
  declare const _Weather: CarbonPictogramType;
@@ -44,4 +47,4 @@ declare const _Yoga_04: CarbonPictogramType;
44
47
  declare const _ZeroTrust: CarbonPictogramType;
45
48
  declare const _Zurich: CarbonPictogramType;
46
49
  declare const _ZurichSwissNationalMuseum: CarbonPictogramType;
47
- export { _WavingHand as WavingHand, _WaymoCar as WaymoCar, _Weather as Weather, _WebBanners as WebBanners, _WebDeveloper as WebDeveloper, _Webcast as Webcast, _Websites as Websites, _Websphere as Websphere, _WeddingCake as WeddingCake, _Whale as Whale, _Wheat as Wheat, _WheelchairUser as WheelchairUser, _WheelchairUserActive as WheelchairUserActive, _Whistle as Whistle, _WhitePaper as WhitePaper, _Wifi as Wifi, _WindPower as WindPower, _Windows as Windows, _WindowsHosting as WindowsHosting, _Windy as Windy, _Wine as Wine, _WirelessHome as WirelessHome, _WirelessModem as WirelessModem, _WordCloud as WordCloud, _Workday as Workday, _Workflows as Workflows, _WorldCommunityGrid as WorldCommunityGrid, _WreckingBall as WreckingBall, _XRay_01 as XRay_01, _XRay_02 as XRay_02, _Yoga_01 as Yoga_01, _Yoga_02 as Yoga_02, _Yoga_03 as Yoga_03, _Yoga_04 as Yoga_04, _ZeroTrust as ZeroTrust, _Zurich as Zurich, _ZurichSwissNationalMuseum as ZurichSwissNationalMuseum };
50
+ export { _WatsonxCodeAssistantForZRefactor as WatsonxCodeAssistantForZRefactor, _WatsonxData as WatsonxData, _WatsonxGovernance as WatsonxGovernance, _WavingHand as WavingHand, _WaymoCar as WaymoCar, _Weather as Weather, _WebBanners as WebBanners, _WebDeveloper as WebDeveloper, _Webcast as Webcast, _Websites as Websites, _Websphere as Websphere, _WeddingCake as WeddingCake, _Whale as Whale, _Wheat as Wheat, _WheelchairUser as WheelchairUser, _WheelchairUserActive as WheelchairUserActive, _Whistle as Whistle, _WhitePaper as WhitePaper, _Wifi as Wifi, _WindPower as WindPower, _Windows as Windows, _WindowsHosting as WindowsHosting, _Windy as Windy, _Wine as Wine, _WirelessHome as WirelessHome, _WirelessModem as WirelessModem, _WordCloud as WordCloud, _Workday as Workday, _Workflows as Workflows, _WorldCommunityGrid as WorldCommunityGrid, _WreckingBall as WreckingBall, _XRay_01 as XRay_01, _XRay_02 as XRay_02, _Yoga_01 as Yoga_01, _Yoga_02 as Yoga_02, _Yoga_03 as Yoga_03, _Yoga_04 as Yoga_04, _ZeroTrust as ZeroTrust, _Zurich as Zurich, _ZurichSwissNationalMuseum as ZurichSwissNationalMuseum };
@@ -12,9 +12,9 @@ import Icon from '../Icon.js';
12
12
  import '@carbon/icon-helpers';
13
13
  import 'prop-types';
14
14
 
15
- var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path0, _path1, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35;
15
+ var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path0, _path1, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38;
16
16
  const didWarnAboutDeprecation = {};
17
- const WavingHand = /*#__PURE__*/React.forwardRef(function WavingHand({
17
+ const WatsonxCodeAssistantForZRefactor = /*#__PURE__*/React.forwardRef(function WatsonxCodeAssistantForZRefactor({
18
18
  children,
19
19
  ...rest
20
20
  }, ref) {
@@ -26,6 +26,51 @@ const WavingHand = /*#__PURE__*/React.forwardRef(function WavingHand({
26
26
  fill: "currentColor",
27
27
  ref: ref
28
28
  }, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
29
+ d: "M20,31.36\tc-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36c0.625,0,1.153,0.425,1.312,1H24c3.11,0,5.64-2.529,5.64-5.64V8\tc0-3.11-2.529-5.64-5.64-5.64h-7V1.64h7c3.507,0,6.36,2.853,6.36,6.36v16c0,3.507-2.854,6.36-6.36,6.36h-2.688\tC21.153,30.936,20.625,31.36,20,31.36z M20,29.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64\tS20.353,29.36,20,29.36z M15,30.36H8c-3.507,0-6.36-2.854-6.36-6.36V8c0-3.507,2.853-6.36,6.36-6.36h2.688\tc0.158-0.576,0.686-1,1.312-1c0.75,0,1.36,0.61,1.36,1.36S12.75,3.36,12,3.36c-0.625,0-1.153-0.424-1.312-1H8\tC4.89,2.36,2.36,4.89,2.36,8v16c0,3.11,2.53,5.64,5.64,5.64h7V30.36z M12,1.36c-0.353,0-0.64,0.287-0.64,0.64S11.647,2.64,12,2.64\tS12.64,2.353,12.64,2S12.353,1.36,12,1.36z M14.334,21.134l-0.669-0.268l4-10l0.668,0.268L14.334,21.134z M20.255,20.255l-0.51-0.51\tL23.491,16l-3.746-3.746l0.51-0.509L24.509,16L20.255,20.255z M11.746,20.255L7.491,16l4.255-4.254l0.509,0.509L8.509,16\tl3.745,3.745L11.746,20.255z"
30
+ })), children);
31
+ });
32
+ const WatsonxData = /*#__PURE__*/React.forwardRef(function WatsonxData({
33
+ children,
34
+ ...rest
35
+ }, ref) {
36
+ return /*#__PURE__*/React.createElement(Icon, _extends({
37
+ width: 64,
38
+ height: 64,
39
+ viewBox: "0 0 32 32",
40
+ xmlns: "http://www.w3.org/2000/svg",
41
+ fill: "currentColor",
42
+ ref: ref
43
+ }, rest), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
44
+ d: "M16,31.36c-6.282,0-11.696-3.792-14.073-9.207\tc-0.032-0.069-0.063-0.14-0.093-0.21l0.002-0.001C1.066,20.113,0.64,18.105,0.64,16c0-3.432,1.161-6.788,3.273-9.479\tc-0.555-0.729-0.5-1.777,0.164-2.442c0.667-0.665,1.715-0.72,2.443-0.166C9.213,1.8,12.567,0.64,16,0.64\tc6.274,0,11.683,3.781,14.063,9.185c0.036,0.077,0.07,0.154,0.103,0.232l-0.002,0.001c0.771,1.829,1.196,3.836,1.196,5.942\tc0,3.434-1.161,6.787-3.274,9.479c0.556,0.729,0.501,1.776-0.164,2.442c-0.666,0.664-1.712,0.722-2.442,0.164\tC22.788,30.199,19.433,31.36,16,31.36z M4.801,25.42c2.688,3.19,6.71,5.22,11.199,5.22c3.258,0,6.441-1.097,9.001-3.094\tc-0.417-0.712-0.32-1.645,0.29-2.255c0.611-0.609,1.541-0.707,2.256-0.29c1.997-2.56,3.093-5.743,3.093-9.001\tc0-2.283-1.856-4.14-4.14-4.14s-4.14,1.857-4.14,4.14v2h-0.72v-2c0-2.68,2.181-4.86,4.86-4.86c1.557,0,2.944,0.735,3.835,1.877\tc-0.209-1.006-0.522-1.975-0.927-2.895C28.288,7.708,25.876,6.16,23.2,6.16c-3.771,0-6.84,3.069-6.84,6.84h-0.72\tc0-4.169,3.391-7.56,7.56-7.56c1.447,0,2.824,0.409,3.998,1.14C24.511,3.39,20.488,1.36,16,1.36c-3.258,0-6.441,1.096-9.001,3.093\tc0.417,0.712,0.321,1.645-0.29,2.255C6.1,7.318,5.167,7.415,4.454,6.999C2.457,9.559,1.36,12.743,1.36,16\tc0,2.283,1.857,4.14,4.14,4.14S9.64,18.283,9.64,16v-2h0.72v2c0,2.68-2.18,4.86-4.86,4.86c-1.557,0-2.944-0.736-3.834-1.878\tc0.208,0.999,0.517,1.962,0.918,2.875C3.699,24.284,6.116,25.84,8.8,25.84c3.771,0,6.84-3.068,6.84-6.84h0.72\tc0,4.169-3.391,7.561-7.56,7.561C7.353,26.561,5.976,26.15,4.801,25.42z M26.606,25.467c-0.292,0-0.584,0.111-0.806,0.334\tc-0.444,0.444-0.444,1.167,0,1.611c0.443,0.445,1.168,0.445,1.611,0c0.444-0.444,0.444-1.167,0-1.611\tC27.19,25.578,26.898,25.467,26.606,25.467z M5.393,4.254c-0.292,0-0.584,0.111-0.806,0.333c-0.444,0.444-0.444,1.167,0,1.612\tc0.444,0.444,1.167,0.443,1.612,0c0.444-0.445,0.444-1.168,0-1.613C5.977,4.365,5.685,4.254,5.393,4.254z M23,23.36h-2\tc-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2\tC23.36,23.199,23.199,23.36,23,23.36z M21.36,22.64h1.279v-1.28H21.36V22.64z M17,17.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-2\tc0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2C17.36,17.199,17.199,17.36,17,17.36z M15.36,16.64h1.28v-1.28\th-1.28V16.64z M11,11.36H9c-0.199,0-0.36-0.161-0.36-0.36V9c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2\tC11.36,11.199,11.199,11.36,11,11.36z M9.36,10.64h1.28V9.36H9.36V10.64z"
45
+ })), children);
46
+ });
47
+ const WatsonxGovernance = /*#__PURE__*/React.forwardRef(function WatsonxGovernance({
48
+ children,
49
+ ...rest
50
+ }, ref) {
51
+ return /*#__PURE__*/React.createElement(Icon, _extends({
52
+ width: 64,
53
+ height: 64,
54
+ viewBox: "0 0 32 32",
55
+ xmlns: "http://www.w3.org/2000/svg",
56
+ fill: "currentColor",
57
+ ref: ref
58
+ }, rest), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
59
+ d: "M16,31.36C7.53,31.36,0.64,24.47,0.64,16\tc0-3.432,1.161-6.788,3.273-9.479c-0.555-0.729-0.5-1.777,0.164-2.442c0.667-0.665,1.715-0.72,2.443-0.166\tC9.213,1.8,12.567,0.64,16,0.64c0.003,0,0.004,0,0.01,0C24.475,0.645,31.36,7.534,31.36,16c0,3.434-1.161,6.787-3.274,9.479\tc0.556,0.729,0.501,1.776-0.164,2.442c-0.666,0.664-1.712,0.722-2.442,0.164C22.788,30.199,19.433,31.36,16,31.36z M4.454,6.999\tC2.457,9.559,1.36,12.743,1.36,16c0,8.072,6.567,14.64,14.64,14.64c3.258,0,6.441-1.097,9.001-3.094\tc-0.417-0.712-0.32-1.645,0.29-2.255c0.611-0.609,1.541-0.707,2.256-0.29c1.997-2.56,3.093-5.743,3.093-9.001\tc0-5.135-2.657-9.661-6.669-12.275c2.388,2.171,3.89,5.301,3.89,8.775c0,6.54-5.32,11.86-11.86,11.86v-0.72\tc6.143,0,11.14-4.997,11.14-11.14c0-4.01-2.13-7.533-5.318-9.495C23.386,4.525,24.36,6.651,24.36,9c0,4.61-3.751,8.36-8.36,8.36\tv-0.72c4.213,0,7.64-3.427,7.64-7.64c0-2.895-1.618-5.419-3.998-6.715C20.399,3.143,20.86,4.269,20.86,5.5\tc0,2.68-2.181,4.86-4.86,4.86V9.64c2.283,0,4.14-1.857,4.14-4.14S18.283,1.36,16,1.36c-3.258,0-6.441,1.096-9.001,3.093\tc0.417,0.712,0.321,1.645-0.29,2.255C6.099,7.319,5.166,7.415,4.454,6.999z M26.606,25.467c-0.292,0-0.584,0.111-0.806,0.334\tc-0.444,0.444-0.444,1.167,0,1.611c0.443,0.445,1.168,0.445,1.611,0c0.444-0.444,0.444-1.167,0-1.611\tC27.19,25.578,26.898,25.467,26.606,25.467z M5.393,4.254c-0.292,0-0.584,0.111-0.806,0.333c-0.444,0.444-0.444,1.167,0,1.612\tc0.444,0.444,1.167,0.443,1.612,0c0.444-0.445,0.444-1.168,0-1.613C5.977,4.365,5.685,4.254,5.393,4.254z M13,25.36h-2\tc-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2\tC13.36,25.199,13.199,25.36,13,25.36z M11.36,24.64h1.28v-1.28h-1.28V24.64z M13,18.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-2\tc0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2C13.36,18.199,13.199,18.36,13,18.36z M11.36,17.64h1.28v-1.28\th-1.28V17.64z M13,11.36h-2c-0.199,0-0.36-0.161-0.36-0.36V9c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2\tC13.36,11.199,13.199,11.36,13,11.36z M11.36,10.64h1.28V9.36h-1.28V10.64z"
60
+ })), children);
61
+ });
62
+ const WavingHand = /*#__PURE__*/React.forwardRef(function WavingHand({
63
+ children,
64
+ ...rest
65
+ }, ref) {
66
+ return /*#__PURE__*/React.createElement(Icon, _extends({
67
+ width: 64,
68
+ height: 64,
69
+ viewBox: "0 0 32 32",
70
+ xmlns: "http://www.w3.org/2000/svg",
71
+ fill: "currentColor",
72
+ ref: ref
73
+ }, rest), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
29
74
  d: "M29.984,20.22l0.004-0.001l-2.192-7.349\tc-0.346-0.966-1.412-1.468-2.379-1.124c-0.965,0.347-1.469,1.414-1.13,2.358l1.3,4.45l-9.528-9.369c-0.703-0.704-1.928-0.702-2.63,0\tc-0.297,0.297-0.473,0.679-0.523,1.09l-1.089-1.089c-0.703-0.703-1.928-0.703-2.63,0C8.833,9.536,8.64,10.003,8.64,10.5\ts0.193,0.964,0.545,1.315l1.105,1.105c-0.409,0.044-0.805,0.208-1.105,0.507c-0.352,0.352-0.545,0.818-0.545,1.315\tc0,0.497,0.193,0.964,0.545,1.315l1.443,1.443c-0.411,0.043-0.809,0.207-1.11,0.507c-0.725,0.726-0.725,1.905,0,2.631l0.594,0.594\tl0,0l6.682,6.682c1.628,1.629,3.755,2.448,5.855,2.448c1.998,0,3.973-0.743,5.467-2.236C30.161,26.083,30.871,23.057,29.984,20.22z M27.606,27.617c-2.782,2.782-7.403,2.688-10.303-0.212l-3.742-3.741l0,0l-3.535-3.535c-0.215-0.215-0.334-0.501-0.334-0.806\ts0.119-0.591,0.334-0.806c0.43-0.432,1.181-0.432,1.612,0l0.003-0.003l4.967,4.968l0.509-0.51l-7.424-7.424\tc-0.215-0.215-0.334-0.502-0.334-0.806c0-0.305,0.119-0.591,0.334-0.806c0.43-0.431,1.182-0.431,1.611,0l0,0l7.424,7.425l0.51-0.51\tl-9.546-9.546c-0.213-0.214-0.332-0.5-0.332-0.805s0.119-0.591,0.334-0.806c0.43-0.431,1.181-0.431,1.612,0l2.586,2.585l6.96,6.961\tl0.51-0.51l-7.425-7.425c-0.215-0.215-0.334-0.501-0.334-0.806s0.119-0.591,0.334-0.806c0.429-0.43,1.179-0.434,1.614,0.002\tl10.517,10.34c0.115,0.115,0.295,0.137,0.437,0.052c0.141-0.084,0.207-0.252,0.161-0.409l-1.694-5.797\tc-0.212-0.591,0.098-1.245,0.688-1.458c0.59-0.212,1.246,0.097,1.452,0.67l2.174,7.288h-0.001\tC30.115,22.979,29.473,25.752,27.606,27.617z M10,26.64v0.721c-4.61,0-8.36-3.751-8.36-8.36h0.72C2.36,23.213,5.787,26.64,10,26.64z M10,23.64v0.721c-2.956,0-5.36-2.405-5.36-5.36h0.72C5.36,21.559,7.441,23.64,10,23.64z M19,2.36V1.64c4.609,0,8.36,3.75,8.36,8.36\th-0.72C26.64,5.787,23.213,2.36,19,2.36z M19,5.36V4.64c2.955,0,5.36,2.404,5.36,5.36h-0.72C23.64,7.441,21.559,5.36,19,5.36z"
30
75
  })), children);
31
76
  });
@@ -40,7 +85,7 @@ const WaymoCar = /*#__PURE__*/React.forwardRef(function WaymoCar({
40
85
  xmlns: "http://www.w3.org/2000/svg",
41
86
  fill: "currentColor",
42
87
  ref: ref
43
- }, rest), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
88
+ }, rest), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
44
89
  d: "M24,28.36c-1.731,0-3.161-1.316-3.341-3h-9.318\tc-0.18,1.684-1.61,3-3.341,3s-3.161-1.316-3.341-3H1c-0.199,0-0.36-0.161-0.36-0.36v-5c0-1.302,1.059-2.36,2.36-2.36h0.827\tl3.291-4.114C7.562,12.971,8.266,12.64,9,12.64h0.777l0.901-1.801c0.061-0.122,0.186-0.199,0.322-0.199h0.688\tc0.158-0.576,0.686-1,1.312-1s1.153,0.424,1.312,1H15c0.136,0,0.261,0.077,0.322,0.199l0.901,1.801h1.027\tc1.189,0,2.377,0.477,3.177,1.277l3.743,3.743l3.381,0.483c2.172,0.31,3.81,2.183,3.81,4.356V25c0,0.199-0.161,0.36-0.36,0.36\th-3.659C27.161,27.044,25.731,28.36,24,28.36z M24,22.36c-1.456,0-2.64,1.184-2.64,2.64s1.184,2.64,2.64,2.64s2.64-1.184,2.64-2.64\tS25.456,22.36,24,22.36z M8,22.36c-1.456,0-2.64,1.184-2.64,2.64S6.544,27.64,8,27.64s2.64-1.184,2.64-2.64S9.456,22.36,8,22.36z M27.341,24.64h3.299V22.5c0-1.788-1.401-3.389-3.19-3.644l-3.475-0.496H3c-0.904,0-1.64,0.735-1.64,1.64v4.64h3.299\tc0.18-1.684,1.61-3,3.341-3s3.161,1.316,3.341,3h9.318c0.18-1.684,1.609-3,3.341-3S27.161,22.956,27.341,24.64z M13.36,17.64h9.771\tl-3.214-3.214c-0.657-0.657-1.68-1.066-2.667-1.066h-3.89V17.64z M4.749,17.64h7.891v-4.28H9c-0.51,0-1.016,0.236-1.32,0.616\tL4.749,17.64z M10.583,12.64h4.835l-0.64-1.28h-3.555L10.583,12.64z M12.471,10.64h1.058C13.298,10.302,12.702,10.302,12.471,10.64z M23.36,11h-0.72c0-2.068-0.685-4.122-1.928-5.784l0.576-0.432C22.624,6.57,23.36,8.778,23.36,11z M21.36,11h-0.72\tc0-1.57-0.473-3.079-1.366-4.363l0.59-0.411C20.843,7.631,21.36,9.282,21.36,11z M19.36,11h-0.72c0-1.039-0.284-2.054-0.823-2.936\tl0.615-0.375C19.039,8.684,19.36,9.829,19.36,11z M17.36,11h-0.72c0-0.522-0.108-1.026-0.322-1.498l0.656-0.297\tC17.23,9.771,17.36,10.375,17.36,11z M9.36,11H8.64c0-0.625,0.129-1.229,0.385-1.795l0.656,0.297C9.468,9.974,9.36,10.478,9.36,11z M7.36,11H6.64c0-1.172,0.321-2.317,0.929-3.312l0.614,0.376C7.645,8.945,7.36,9.961,7.36,11z M5.36,11H4.64\tc0-1.718,0.517-3.369,1.496-4.774l0.591,0.411C5.833,7.921,5.36,9.43,5.36,11z M3.36,11H2.64c0-2.262,0.716-4.411,2.072-6.216\tl0.576,0.433C4.027,6.896,3.36,8.896,3.36,11z"
45
90
  })), children);
46
91
  });
@@ -55,7 +100,7 @@ const Weather = /*#__PURE__*/React.forwardRef(function Weather({
55
100
  xmlns: "http://www.w3.org/2000/svg",
56
101
  fill: "currentColor",
57
102
  ref: ref
58
- }, rest), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
103
+ }, rest), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
59
104
  d: "M15.32,25.82c0.064,0.111,0.064,0.248,0,0.359l-2.31,4l-0.623-0.359l1.998-3.46h-1.686\tc-0.128,0-0.248-0.069-0.312-0.181c-0.064-0.111-0.064-0.248,0-0.359l2.31-4l0.623,0.359l-1.998,3.46h1.686\tC15.136,25.64,15.255,25.709,15.32,25.82z M1.981,5.647L3.319,6.42c0.057,0.033,0.119,0.048,0.18,0.048\tc0.125,0,0.246-0.064,0.312-0.18c0.099-0.172,0.04-0.393-0.132-0.492L2.342,5.023C2.169,4.925,1.949,4.983,1.85,5.155\tS1.81,5.548,1.981,5.647z M2.905,9.67c0-0.199-0.161-0.36-0.36-0.36H1c-0.199,0-0.36,0.161-0.36,0.36S0.801,10.03,1,10.03h1.545\tC2.744,10.03,2.905,9.869,2.905,9.67z M4.421,10.03c0.199,0,0.36-0.161,0.36-0.36c0-2.696,2.193-4.89,4.89-4.89\tc0.682,0,1.12,0.035,1.623,0.226c0.186,0.071,0.394-0.023,0.464-0.208c0.071-0.186-0.022-0.394-0.208-0.464\tc-0.665-0.252-1.244-0.273-1.878-0.273c-3.093,0-5.609,2.516-5.609,5.609C4.061,9.869,4.222,10.03,4.421,10.03z M9.67,2.905\tc0.199,0,0.36-0.161,0.36-0.36V1c0-0.199-0.161-0.36-0.36-0.36S9.311,0.801,9.311,1v1.545C9.311,2.744,9.472,2.905,9.67,2.905z M7.188,21.688c-0.172-0.101-0.393-0.041-0.492,0.132l-2.31,4c-0.1,0.172-0.041,0.392,0.131,0.491\tc0.057,0.033,0.119,0.049,0.18,0.049c0.125,0,0.246-0.064,0.312-0.181l2.309-4C7.419,22.008,7.36,21.788,7.188,21.688z M5.796,3.68\tc0.067,0.115,0.188,0.18,0.312,0.18c0.061,0,0.123-0.015,0.18-0.048c0.172-0.1,0.231-0.32,0.132-0.492L5.647,1.981\tC5.548,1.81,5.327,1.75,5.155,1.85S4.924,2.17,5.023,2.342L5.796,3.68z M11.188,21.688c-0.171-0.101-0.393-0.041-0.492,0.132\tl-2.31,4c-0.1,0.172-0.041,0.392,0.131,0.491c0.057,0.033,0.119,0.049,0.18,0.049c0.125,0,0.246-0.064,0.312-0.181l2.309-4\tC11.419,22.008,11.36,21.788,11.188,21.688z M31.36,14.758c0,3.089-2.514,5.603-5.603,5.603H7.355c-2.601,0-4.716-2.127-4.716-4.742\tc0-2.614,2.115-4.741,4.716-4.741c0.644,0,1.283,0.133,1.874,0.388c0.609-3.812,3.88-6.625,7.81-6.625\tc3.176,0,5.982,1.84,7.241,4.717c0.486-0.134,0.981-0.201,1.478-0.201C28.847,9.156,31.36,11.669,31.36,14.758z M30.64,14.758\tc0-2.692-2.189-4.882-4.882-4.882c-0.527,0-1.056,0.088-1.568,0.263c-0.186,0.064-0.382-0.031-0.452-0.21\tc-1.08-2.775-3.709-4.568-6.698-4.568c-3.731,0-6.809,2.789-7.159,6.487c-0.012,0.122-0.084,0.229-0.192,0.286\tc-0.108,0.058-0.237,0.054-0.344-0.007c-0.606-0.346-1.294-0.529-1.988-0.529c-2.204,0-3.996,1.804-3.996,4.021\ts1.792,4.021,3.996,4.021h18.402C28.45,19.64,30.64,17.45,30.64,14.758z M13.053,3.812c0.057,0.033,0.119,0.048,0.18,0.048\tc0.125,0,0.246-0.064,0.312-0.18l0.773-1.338c0.099-0.172,0.04-0.393-0.132-0.492c-0.172-0.1-0.393-0.04-0.492,0.132L12.922,3.32\tC12.822,3.492,12.881,3.712,13.053,3.812z M22.97,22.038c-0.141-0.141-0.369-0.141-0.51,0l-0.452,0.452l-0.452-0.452\tc-0.141-0.141-0.369-0.141-0.51,0s-0.141,0.369,0,0.51L21.498,23l-0.452,0.452c-0.141,0.141-0.141,0.369,0,0.51\tc0.07,0.07,0.163,0.105,0.255,0.105s0.185-0.035,0.255-0.105l0.452-0.452l0.452,0.452c0.07,0.07,0.163,0.105,0.255,0.105\ts0.185-0.035,0.255-0.105c0.141-0.141,0.141-0.369,0-0.51L22.518,23l0.452-0.452C23.11,22.407,23.11,22.179,22.97,22.038z M25.97,26.038c-0.141-0.141-0.369-0.141-0.51,0l-0.452,0.452l-0.452-0.452c-0.141-0.141-0.369-0.141-0.51,0s-0.141,0.369,0,0.51\tL24.498,27l-0.452,0.452c-0.141,0.141-0.141,0.369,0,0.51c0.07,0.07,0.163,0.105,0.255,0.105s0.185-0.035,0.255-0.105l0.452-0.452\tl0.452,0.452c0.07,0.07,0.163,0.105,0.255,0.105s0.185-0.035,0.255-0.105c0.141-0.141,0.141-0.369,0-0.51L25.518,27l0.452-0.452\tC26.11,26.407,26.11,26.179,25.97,26.038z M20.97,26.038c-0.141-0.141-0.369-0.141-0.51,0l-0.452,0.452l-0.452-0.452\tc-0.141-0.141-0.369-0.141-0.51,0s-0.141,0.369,0,0.51L19.498,27l-0.452,0.452c-0.141,0.141-0.141,0.369,0,0.51\tc0.07,0.07,0.163,0.105,0.255,0.105s0.185-0.035,0.255-0.105l0.452-0.452l0.452,0.452c0.07,0.07,0.163,0.105,0.255,0.105\ts0.185-0.035,0.255-0.105c0.141-0.141,0.141-0.369,0-0.51L20.518,27l0.452-0.452C21.11,26.407,21.11,26.179,20.97,26.038z M27.962,22.046c-0.141-0.141-0.369-0.141-0.51,0L27,22.498l-0.452-0.452c-0.141-0.141-0.369-0.141-0.51,0s-0.141,0.369,0,0.51\tl0.452,0.452l-0.452,0.452c-0.141,0.141-0.141,0.369,0,0.51c0.07,0.07,0.163,0.105,0.255,0.105s0.185-0.035,0.255-0.105L27,23.518\tl0.452,0.452c0.07,0.07,0.163,0.105,0.255,0.105s0.185-0.035,0.255-0.105c0.141-0.141,0.141-0.369,0-0.51l-0.452-0.452l0.452-0.452\tC28.103,22.415,28.103,22.187,27.962,22.046z"
60
105
  })), children);
61
106
  });
@@ -70,7 +115,7 @@ const WebBanners = /*#__PURE__*/React.forwardRef(function WebBanners({
70
115
  xmlns: "http://www.w3.org/2000/svg",
71
116
  fill: "currentColor",
72
117
  ref: ref
73
- }, rest), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
118
+ }, rest), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
74
119
  d: "M29,3.5C29,3.776,28.776,4,28.5,4S28,3.776,28,3.5\tS28.224,3,28.5,3S29,3.224,29,3.5z M26.5,3C26.224,3,26,3.224,26,3.5S26.224,4,26.5,4S27,3.776,27,3.5S26.776,3,26.5,3z M24.5,3\tC24.224,3,24,3.224,24,3.5S24.224,4,24.5,4S25,3.776,25,3.5S24.776,3,24.5,3z M25.178,30.36c-0.001,0-0.003,0-0.004,0\tc-0.15-0.002-0.283-0.097-0.335-0.237l-1.365-3.763H20c-0.199,0-0.36-0.161-0.36-0.36v-8c0-0.199,0.161-0.36,0.36-0.36h8\tc0.199,0,0.36,0.161,0.36,0.36v7.565l0.763,0.278c0.141,0.051,0.235,0.184,0.237,0.334c0.001,0.15-0.09,0.285-0.23,0.34\tl-2.602,1.011l-1.016,2.603C25.459,30.27,25.326,30.36,25.178,30.36z M23.602,24.602l1.588,4.377l0.726-1.859\tc0.036-0.094,0.11-0.168,0.205-0.205l1.857-0.722L23.602,24.602z M20.36,25.64h2.852l-0.551-1.517\tc-0.047-0.132-0.015-0.279,0.084-0.378c0.1-0.099,0.247-0.13,0.378-0.083l4.517,1.642V18.36h-7.28V25.64z M31.36,30h-0.72V5.36H1.36\tV30H0.64V2c0-0.199,0.161-0.36,0.36-0.36h30c0.199,0,0.36,0.161,0.36,0.36V30z M1.36,4.64h29.28V2.36H1.36V4.64z M16,26.36H4v-0.72\th12V26.36z M16,24.36H4v-0.72h12V24.36z M16,22.36H4v-0.72h12V22.36z M16,20.36H4v-0.72h12V20.36z M10,18.36H4v-0.72h6V18.36z M28,14.36H4c-0.199,0-0.36-0.161-0.36-0.36V8c0-0.199,0.161-0.36,0.36-0.36h24c0.199,0,0.36,0.161,0.36,0.36v6\tC28.36,14.199,28.199,14.36,28,14.36z M4.36,13.64h23.28V8.36H4.36V13.64z"
75
120
  })), children);
76
121
  });
@@ -85,7 +130,7 @@ const WebDeveloper = /*#__PURE__*/React.forwardRef(function WebDeveloper({
85
130
  xmlns: "http://www.w3.org/2000/svg",
86
131
  fill: "currentColor",
87
132
  ref: ref
88
- }, rest), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
133
+ }, rest), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
89
134
  d: "M16.5,3c0-0.276,0.224-0.5,0.5-0.5\ts0.5,0.224,0.5,0.5S17.276,3.5,17,3.5S16.5,3.276,16.5,3z M15,3.5c0.276,0,0.5-0.224,0.5-0.5S15.276,2.5,15,2.5S14.5,2.724,14.5,3\tS14.724,3.5,15,3.5z M19,3.5c0.276,0,0.5-0.224,0.5-0.5S19.276,2.5,19,2.5S18.5,2.724,18.5,3S18.724,3.5,19,3.5z M31.36,31h-0.72\tc0-4.35-2.937-8.174-7.142-9.301c-0.143-0.038-0.248-0.159-0.265-0.307c-0.018-0.146,0.058-0.289,0.188-0.358\tc1.677-0.898,2.719-2.636,2.719-4.534c0-2.834-2.306-5.14-5.14-5.14s-5.14,2.306-5.14,5.14c0,1.898,1.042,3.636,2.719,4.534\tc0.13,0.069,0.205,0.212,0.188,0.358c-0.017,0.147-0.121,0.269-0.265,0.307C14.297,22.826,11.36,26.65,11.36,31h-0.72\tc0-4.407,2.806-8.313,6.915-9.761c-0.356-0.259-0.679-0.554-0.964-0.879H1c-0.199,0-0.36-0.161-0.36-0.36V1\tc0-0.199,0.161-0.36,0.36-0.36h20c0.199,0,0.36,0.161,0.36,0.36v9.651c3.063,0.187,5.5,2.739,5.5,5.849\tc0,1.893-0.908,3.645-2.415,4.739C28.554,22.687,31.36,26.593,31.36,31z M1.36,1.36v3.28h19.28V1.36H1.36z M20.64,10.651V5.36H1.36\tv14.28h14.691c-0.585-0.922-0.911-2.005-0.911-3.14C15.14,13.39,17.576,10.837,20.64,10.651z M7,14.36h5v-0.72H7V14.36z M4.254,7.746L3.746,8.254L6.491,11l-2.745,2.746l0.509,0.509L7.509,11L4.254,7.746z"
90
135
  })), children);
91
136
  });
@@ -100,7 +145,7 @@ const Webcast = /*#__PURE__*/React.forwardRef(function Webcast({
100
145
  xmlns: "http://www.w3.org/2000/svg",
101
146
  fill: "currentColor",
102
147
  ref: ref
103
- }, rest), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
148
+ }, rest), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
104
149
  d: "M31,31.36H1v-0.72h30V31.36z M31,24.36H1c-0.199,0-0.36-0.161-0.36-0.36V2c0-0.199,0.161-0.36,0.36-0.36h30\tc0.199,0,0.36,0.161,0.36,0.36v22C31.36,24.199,31.199,24.36,31,24.36z M25.36,23.64h5.279V2.36H1.36v21.28h5.28V23\tc0-3.839,2.646-7.324,6.405-8.591c-1.468-0.979-2.378-2.638-2.378-4.437c0-2.94,2.392-5.333,5.333-5.333\tc2.94,0,5.333,2.392,5.333,5.333c0,1.799-0.91,3.458-2.378,4.437c3.759,1.267,6.405,4.752,6.405,8.591V23.64z M7.359,23.64h17.28V23\tc0-3.793-2.819-7.214-6.704-8.135c-0.15-0.035-0.261-0.163-0.275-0.316c-0.015-0.154,0.071-0.3,0.212-0.363\tc1.665-0.741,2.74-2.395,2.74-4.213c0-2.543-2.069-4.613-4.612-4.613s-4.613,2.069-4.613,4.613c0,1.818,1.076,3.473,2.741,4.213\tc0.141,0.063,0.226,0.209,0.212,0.363c-0.014,0.153-0.125,0.281-0.275,0.316C10.18,15.785,7.36,19.207,7.36,23v0.64H7.359z"
105
150
  })), children);
106
151
  });
@@ -115,7 +160,7 @@ const Websites = /*#__PURE__*/React.forwardRef(function Websites({
115
160
  xmlns: "http://www.w3.org/2000/svg",
116
161
  fill: "currentColor",
117
162
  ref: ref
118
- }, rest), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
163
+ }, rest), _path0 || (_path0 = /*#__PURE__*/React.createElement("path", {
119
164
  d: "M16,31.36C7.53,31.36,0.64,24.47,0.64,16\tc0-5.029,2.447-9.714,6.562-12.593C7.162,3.279,7.14,3.142,7.14,3c0-0.75,0.61-1.36,1.36-1.36c0.395,0,0.751,0.169,1,0.439\tC11.539,1.124,13.724,0.64,16,0.64c5.029,0,9.714,2.447,12.593,6.562C28.722,7.162,28.858,7.14,29,7.14c0.75,0,1.36,0.61,1.36,1.36\tc0,0.395-0.17,0.751-0.439,1c0.955,2.04,1.439,4.225,1.439,6.5c0,5.029-2.448,9.714-6.562,12.593\tc0.04,0.129,0.062,0.266,0.062,0.407c0,0.75-0.61,1.36-1.36,1.36c-0.396,0-0.752-0.17-1-0.439C20.46,30.876,18.275,31.36,16,31.36z M9.773,29.249c1.891,0.892,4.001,1.391,6.227,1.391c1.866,0,3.668-0.341,5.373-1.017c-1.487-0.27-3.241-1.294-5.081-2.983\tc-0.503,0.295-1.233,0.201-1.644-0.206L9.773,29.249z M23.5,28.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64\ts0.64-0.287,0.64-0.64S23.853,28.36,23.5,28.36z M16.795,26.123c2.002,1.835,3.912,2.852,5.341,2.852c0.001,0,0.003,0,0.005,0\tc0.013-0.738,0.618-1.335,1.359-1.335c0.24,0,0.467,0.063,0.663,0.173c0.829-1.407,0.786-3.914,0.006-6.875l-7.249,4.186\tc0.029,0.109,0.044,0.225,0.044,0.344C16.964,25.705,16.903,25.929,16.795,26.123z M3.508,23.628\tc1.341,2.188,3.241,3.999,5.499,5.231l5.281-3.049c-0.029-0.11-0.044-0.226-0.044-0.344c0-0.264,0.075-0.51,0.206-0.719\tc-1.342-1.524-2.64-3.331-3.777-5.257L3.508,23.628z M24.815,20.563c0.757,2.799,0.884,5.243,0.296,6.896\tc3.162-2.514,5.14-6.21,5.478-10.229L24.815,20.563z M15.604,24.827c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64\ts0.64-0.287,0.64-0.64S15.957,24.827,15.604,24.827z M15.604,24.106c0.372,0,0.709,0.15,0.955,0.393l7.41-4.277\tc-0.628-2.12-1.611-4.436-2.906-6.729l-9.766,5.638c1.11,1.88,2.375,3.643,3.682,5.128C15.166,24.162,15.379,24.106,15.604,24.106z M1.365,15.627C1.361,15.751,1.36,15.875,1.36,16c0,2.536,0.648,4.923,1.788,7.005l7.166-4.138c-1.101-1.95-2.016-3.976-2.665-5.898\tc-0.377,0.01-0.744-0.14-1-0.392L1.365,15.627z M21.687,13.132c1.297,2.295,2.283,4.594,2.925,6.718l6.024-3.479\tc0.003-0.124,0.004-0.248,0.004-0.372c0-2.159-0.457-4.232-1.359-6.169c-0.441,0.094-0.931-0.06-1.239-0.368L21.687,13.132z M8.337,12.755c0.633,1.873,1.526,3.849,2.6,5.753l9.766-5.639c-1.339-2.267-2.854-4.277-4.375-5.88L8.92,11.266\tc0.029,0.11,0.044,0.226,0.044,0.344C8.964,12.09,8.714,12.513,8.337,12.755z M6.886,4.542c-3.16,2.514-5.137,6.208-5.474,10.227\tl4.876-2.815c-0.029-0.11-0.044-0.225-0.044-0.344c0-0.506,0.277-0.948,0.688-1.182C6.389,7.994,6.378,5.964,6.886,4.542z M16.971,6.618c1.519,1.617,3.017,3.621,4.355,5.891l6.356-3.67C27.655,8.73,27.64,8.617,27.64,8.5c0-0.348,0.132-0.666,0.348-0.907\tc-1.319-1.878-3.033-3.39-4.989-4.455L16.971,6.618z M7.604,10.97c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64\ts0.64-0.287,0.64-0.64S7.957,10.97,7.604,10.97z M7.63,10.25c0.361,0.007,0.689,0.156,0.929,0.393l7.25-4.185\tC13.638,4.305,11.461,3.01,9.86,3.024C9.847,3.763,9.242,4.36,8.5,4.36c-0.24,0-0.466-0.062-0.662-0.172\tC7.117,5.424,7.041,7.592,7.63,10.25z M29,7.86c-0.353,0-0.64,0.287-0.64,0.64S28.647,9.14,29,9.14s0.64-0.287,0.64-0.64\tS29.353,7.86,29,7.86z M10.624,2.378c1.728,0.316,3.783,1.649,5.831,3.706L22.23,2.75C18.673,1.076,14.328,0.911,10.624,2.378z M8.5,2.36C8.147,2.36,7.86,2.647,7.86,3S8.147,3.64,8.5,3.64S9.14,3.353,9.14,3S8.853,2.36,8.5,2.36z"
120
165
  })), children);
121
166
  });
@@ -130,7 +175,7 @@ const Websphere = /*#__PURE__*/React.forwardRef(function Websphere({
130
175
  xmlns: "http://www.w3.org/2000/svg",
131
176
  fill: "currentColor",
132
177
  ref: ref
133
- }, rest), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
178
+ }, rest), _path1 || (_path1 = /*#__PURE__*/React.createElement("path", {
134
179
  d: "M16,30.36C8.082,30.36,1.64,23.918,1.64,16\tc0-3.836,1.494-7.442,4.206-10.154l0.509,0.509C3.779,8.931,2.36,12.356,2.36,16c0,7.521,6.119,13.64,13.64,13.64\tS29.64,23.522,29.64,16c0-7.014-5.399-12.91-12.352-13.564C17.106,2.973,16.598,3.36,16,3.36c-0.75,0-1.36-0.61-1.36-1.36\tS15.25,0.64,16,0.64c0.653,0,1.199,0.462,1.33,1.076C24.662,2.394,30.36,8.607,30.36,16C30.36,23.918,23.918,30.36,16,30.36z M16,1.36c-0.353,0-0.64,0.287-0.64,0.64S15.647,2.64,16,2.64c0.353,0,0.64-0.287,0.64-0.64S16.353,1.36,16,1.36z M16,26.36\tc-0.66,0-1.212-0.473-1.334-1.098C10.069,24.608,6.64,20.68,6.64,16c0-5.161,4.199-9.36,9.36-9.36s9.36,4.199,9.36,9.36\tc0,2.5-0.974,4.851-2.741,6.618l-0.51-0.51c1.632-1.632,2.53-3.801,2.53-6.108c0-4.764-3.876-8.64-8.64-8.64s-8.64,3.876-8.64,8.64\tc0,4.304,3.141,7.919,7.359,8.543C14.907,24.018,15.41,23.64,16,23.64c0.75,0,1.36,0.61,1.36,1.36S16.75,26.36,16,26.36z M16,24.36\tc-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,24.36,16,24.36z M16,20.36\tc-2.404,0-4.36-1.956-4.36-4.36c0-1.164,0.453-2.259,1.276-3.083l0.51,0.509C12.739,14.114,12.36,15.028,12.36,16\tc0,2.007,1.633,3.64,3.64,3.64s3.64-1.633,3.64-3.64c0-1.544-0.976-2.901-2.412-3.414c-0.22,0.458-0.687,0.774-1.228,0.774\tc-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36c0.706,0,1.287,0.54,1.354,1.228c1.785,0.582,3.007,2.24,3.007,4.132\tC20.36,18.404,18.404,20.36,16,20.36z M16,11.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64\tS16.353,11.36,16,11.36z"
135
180
  })), children);
136
181
  });
@@ -145,7 +190,7 @@ const WeddingCake = /*#__PURE__*/React.forwardRef(function WeddingCake({
145
190
  xmlns: "http://www.w3.org/2000/svg",
146
191
  fill: "currentColor",
147
192
  ref: ref
148
- }, rest), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
193
+ }, rest), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
149
194
  d: "M31,26.36v-0.72h-2.64V17c0-0.75-0.61-1.36-1.36-1.36h-2.64V9c0-0.75-0.61-1.36-1.36-1.36h-2.64V2\tc0-0.75-0.61-1.36-1.36-1.36h-6c-0.75,0-1.36,0.61-1.36,1.36v5.64H9C8.25,7.64,7.64,8.25,7.64,9v6.64H5c-0.75,0-1.36,0.61-1.36,1.36\tv8.64H1v0.721h14.64v4.279H11v0.721h10V30.64h-4.64v-4.28H31z M8.36,11.192C8.552,11.296,8.767,11.36,9,11.36\tc0.395,0,0.751-0.169,1-0.439c0.497,0.54,1.503,0.54,2,0c0.497,0.54,1.503,0.54,2,0c0.497,0.54,1.503,0.54,2,0\tc0.498,0.541,1.503,0.54,2,0c0.498,0.54,1.502,0.54,2,0c0.498,0.54,1.502,0.54,2,0c0.249,0.27,0.604,0.439,1,0.439\tc0.232,0,0.448-0.064,0.64-0.167v4.447H8.36V11.192z M12.36,4.192C12.552,4.296,12.767,4.36,13,4.36c0.395,0,0.751-0.169,1-0.439\tc0.497,0.54,1.503,0.54,2,0c0.498,0.541,1.503,0.54,2,0c0.249,0.27,0.604,0.439,1,0.439c0.232,0,0.448-0.064,0.64-0.167V7.64h-7.28\tC12.36,7.64,12.36,4.192,12.36,4.192z M12.36,2c0-0.353,0.287-0.64,0.64-0.64h6c0.353,0,0.64,0.287,0.64,0.64v1\tc0,0.353-0.287,0.64-0.64,0.64S18.36,3.353,18.36,3c0-0.199-0.161-0.36-0.36-0.36S17.64,2.801,17.64,3c0,0.353-0.287,0.64-0.64,0.64\tc-0.353,0-0.64-0.287-0.64-0.64c0-0.199-0.161-0.36-0.36-0.36S15.64,2.801,15.64,3c0,0.353-0.287,0.64-0.64,0.64\tS14.36,3.353,14.36,3c0-0.199-0.161-0.36-0.36-0.36S13.64,2.801,13.64,3c0,0.353-0.287,0.64-0.64,0.64S12.36,3.353,12.36,3V2z M8.36,9c0-0.353,0.287-0.64,0.64-0.64h14c0.353,0,0.64,0.287,0.64,0.64v1c0,0.353-0.287,0.64-0.64,0.64s-0.64-0.287-0.64-0.64\tc0-0.199-0.161-0.36-0.36-0.36S21.64,9.801,21.64,10c0,0.353-0.287,0.64-0.64,0.64s-0.64-0.287-0.64-0.64\tc0-0.199-0.161-0.36-0.36-0.36S19.64,9.801,19.64,10c0,0.353-0.287,0.64-0.64,0.64s-0.64-0.287-0.64-0.64\tc0-0.199-0.161-0.36-0.36-0.36S17.64,9.801,17.64,10c0,0.353-0.287,0.64-0.64,0.64c-0.353,0-0.64-0.287-0.64-0.64\tc0-0.199-0.161-0.36-0.36-0.36S15.64,9.801,15.64,10c0,0.353-0.287,0.64-0.64,0.64s-0.64-0.287-0.64-0.64\tc0-0.199-0.161-0.36-0.36-0.36S13.64,9.801,13.64,10c0,0.353-0.287,0.64-0.64,0.64s-0.64-0.287-0.64-0.64\tc0-0.199-0.161-0.36-0.36-0.36S11.64,9.801,11.64,10c0,0.353-0.287,0.64-0.64,0.64s-0.64-0.287-0.64-0.64\tc0-0.199-0.161-0.36-0.36-0.36S9.64,9.801,9.64,10c0,0.353-0.287,0.64-0.64,0.64S8.36,10.353,8.36,10V9z M4.36,17\tc0-0.353,0.287-0.64,0.64-0.64h22c0.353,0,0.64,0.287,0.64,0.64v2c0,0.353-0.287,0.64-0.64,0.64s-0.64-0.287-0.64-0.64\tc0-0.199-0.161-0.36-0.36-0.36s-0.36,0.161-0.36,0.36c0,0.353-0.287,0.64-0.64,0.64s-0.64-0.287-0.64-0.64\tc0-0.199-0.161-0.36-0.36-0.36s-0.36,0.161-0.36,0.36c0,0.353-0.287,0.64-0.64,0.64s-0.64-0.287-0.64-0.64\tc0-0.199-0.161-0.36-0.36-0.36s-0.36,0.161-0.36,0.36c0,0.353-0.287,0.64-0.64,0.64s-0.64-0.287-0.64-0.64\tc0-0.199-0.161-0.36-0.36-0.36s-0.36,0.161-0.36,0.36c0,0.353-0.287,0.64-0.64,0.64s-0.64-0.287-0.64-0.64\tc0-0.199-0.161-0.36-0.36-0.36s-0.36,0.161-0.36,0.36c0,0.353-0.287,0.64-0.64,0.64c-0.353,0-0.64-0.287-0.64-0.64\tc0-0.199-0.161-0.36-0.36-0.36s-0.36,0.161-0.36,0.36c0,0.353-0.287,0.64-0.64,0.64s-0.64-0.287-0.64-0.64\tc0-0.199-0.161-0.36-0.36-0.36s-0.36,0.161-0.36,0.36c0,0.353-0.287,0.64-0.64,0.64s-0.64-0.287-0.64-0.64\tc0-0.199-0.161-0.36-0.36-0.36s-0.36,0.161-0.36,0.36c0,0.353-0.287,0.64-0.64,0.64s-0.64-0.287-0.64-0.64\tc0-0.199-0.161-0.36-0.36-0.36S9.64,18.801,9.64,19c0,0.353-0.287,0.64-0.64,0.64S8.36,19.353,8.36,19c0-0.199-0.161-0.36-0.36-0.36\tS7.64,18.801,7.64,19c0,0.353-0.287,0.64-0.64,0.64S6.36,19.353,6.36,19c0-0.199-0.161-0.36-0.36-0.36S5.64,18.801,5.64,19\tc0,0.353-0.287,0.64-0.64,0.64S4.36,19.353,4.36,19V17z M4.36,25.64v-5.447C4.552,20.296,4.767,20.36,5,20.36\tc0.395,0,0.751-0.17,1-0.439c0.497,0.539,1.503,0.539,2,0c0.497,0.539,1.503,0.539,2,0c0.497,0.539,1.503,0.539,2,0\tc0.497,0.539,1.503,0.539,2,0c0.497,0.539,1.503,0.539,2,0c0.498,0.54,1.503,0.539,2,0c0.498,0.539,1.502,0.539,2,0\tc0.498,0.539,1.502,0.539,2,0c0.498,0.539,1.502,0.539,2,0c0.498,0.539,1.502,0.539,2,0c0.249,0.27,0.604,0.439,1,0.439\tc0.232,0,0.448-0.064,0.64-0.167v5.447C27.64,25.64,4.36,25.64,4.36,25.64z"
150
195
  })), children);
151
196
  });
@@ -160,7 +205,7 @@ const Whale = /*#__PURE__*/React.forwardRef(function Whale({
160
205
  xmlns: "http://www.w3.org/2000/svg",
161
206
  fill: "currentColor",
162
207
  ref: ref
163
- }, rest), _path0 || (_path0 = /*#__PURE__*/React.createElement("path", {
208
+ }, rest), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
164
209
  d: "M25,28.3604h-14c-2.9556,0-5.3599-2.4053-5.3599-5.3604v-6.6494c-3.0063-.1553-5-2.2661-5-5.3506,0-.165.1123-.3091.2725-.3491,2.3247-.583,4.6079-.23,6.1064.9399.4204.3286.7524.7085.981,1.1133.2285-.4048.5605-.7847.981-1.1133,1.4985-1.1694,3.7808-1.522,6.1064-.9399.1602.04.2725.1841.2725.3491,0,3.0845-1.9937,5.1953-5,5.3506v2.542c0,.833.8584,1.7471,1.6401,1.7471.7886,0,1.6401-.627,1.6401-1.6396,0-1.8525,1.5073-3.3599,3.3599-3.3599h11c1.8525,0,3.3604,1.5073,3.3604,3.3599l-.7588,5.334c-.165,1.1553-1.1689,2.0264-2.3359,2.0264h-.9258c-.1855,1.5713-1.5791,2-2.3398,2ZM1.3662,11.2842c.1191,2.6562,1.9111,4.356,4.6338,4.356.1987,0,.3599.1611.3599.3599v7c0,2.5586,2.0815,4.6396,4.6401,4.6396h14c.1533-.001,1.4062-.0488,1.6113-1.2793h-5.6113v-.7207h7.2656c.8105,0,1.5088-.6045,1.623-1.4072l.7549-5.2832c-.0039-1.4053-1.1875-2.5894-2.6436-2.5894h-11c-1.4556,0-2.6401,1.1841-2.6401,2.6401,0,1.458-1.2251,2.3604-2.3599,2.3604-1.1689,0-2.3599-1.2451-2.3599-2.4678v-2.8926c0-.1987.1611-.3599.3599-.3599,2.7227,0,4.5146-1.6997,4.6338-4.356-2.0122-.4341-3.9424-.1147-5.21.8745-.6763.5278-1.064,1.1987-1.064,1.8413,0,.1987-.1611.3599-.3599.3599s-.3599-.1611-.3599-.3599c0-.6426-.3877-1.3135-1.064-1.8413-1.2666-.9893-3.1958-1.3086-5.21-.8745ZM23.3604,13h-.7207c0-3.6611-2.9785-6.6401-6.6396-6.6401v-.7197c3.2646,0,6.0391,2.1362,7,5.084.9609-2.9478,3.7354-5.084,7-5.084v.7197c-3.6611,0-6.6396,2.979-6.6396,6.6401ZM23.3604,7h-.7207c0-2.4043,1.9561-4.3599,4.3604-4.3599v.7197c-2.0068,0-3.6396,1.6328-3.6396,3.6401ZM21.5,23c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5Z"
165
210
  })), children);
166
211
  });
@@ -175,7 +220,7 @@ const Wheat = /*#__PURE__*/React.forwardRef(function Wheat({
175
220
  xmlns: "http://www.w3.org/2000/svg",
176
221
  fill: "currentColor",
177
222
  ref: ref
178
- }, rest), _path1 || (_path1 = /*#__PURE__*/React.createElement("path", {
223
+ }, rest), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
179
224
  d: "M9.36,31H8.64v-2.652c-2.789-0.186-5-2.514-5-5.348V3h0.72v2.931l1.78,1.028V2h0.72v5.375l1.78,1.028V1h0.72\tv7.402l1.78-1.028V2h0.72v4.959l1.78-1.028V3h0.72v20c0,2.834-2.211,5.162-5,5.348C9.36,28.348,9.36,31,9.36,31z M9.36,24.208v3.418\tc2.391-0.185,4.28-2.188,4.28-4.626v-1.264L9.36,24.208z M4.36,21.736V23c0,2.438,1.889,4.441,4.28,4.626v-3.418L4.36,21.736z M9.36,19.287v4.089l4.28-2.471v-4.089L9.36,19.287z M4.36,20.905l4.28,2.471v-4.089l-4.28-2.471V20.905z M9.36,14.208v4.248\tl4.28-2.471v-4.248L9.36,14.208z M4.36,15.985l4.28,2.471v-4.248l-4.28-2.471V15.985z M9.36,9.234v4.143l4.28-2.471V6.763\tL9.36,9.234z M4.36,10.905l4.28,2.471V9.234L4.36,6.763V10.905z M23.36,31h-0.72v-2.652c-2.788-0.186-5-2.514-5-5.348V3h0.721v2.931\tl1.779,1.028V2h0.721v5.375l1.779,1.028V1h0.721v7.402l1.779-1.028V2h0.721v4.959l1.779-1.028V3h0.721v20\tc0,2.834-2.212,5.162-5,5.348L23.36,31L23.36,31z M23.36,24.208v3.418c2.391-0.185,4.279-2.188,4.279-4.626v-1.264L23.36,24.208z M18.36,21.736V23c0,2.438,1.889,4.441,4.279,4.626v-3.418L18.36,21.736z M23.36,19.287v4.089l4.279-2.471v-4.089L23.36,19.287z M18.36,20.905l4.279,2.471v-4.089l-4.279-2.471V20.905z M23.36,14.208v4.248l4.279-2.471v-4.248L23.36,14.208z M18.36,15.985\tl4.279,2.471v-4.248l-4.279-2.471V15.985z M23.36,9.234v4.143l4.279-2.471V6.763L23.36,9.234z M18.36,10.905l4.279,2.471V9.234\tL18.36,6.763V10.905z"
180
225
  })), children);
181
226
  });
@@ -190,7 +235,7 @@ const WheelchairUser = /*#__PURE__*/React.forwardRef(function WheelchairUser({
190
235
  xmlns: "http://www.w3.org/2000/svg",
191
236
  fill: "currentColor",
192
237
  ref: ref
193
- }, rest), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
238
+ }, rest), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
194
239
  d: "M12,30.36c-4.058,0-7.36-3.302-7.36-7.36\tc0-3.232,2.162-6.134,5.257-7.055l0.205,0.69C7.31,17.466,5.36,20.083,5.36,23c0,3.661,2.979,6.64,6.64,6.64s6.64-2.979,6.64-6.64\th0.721C19.36,27.059,16.058,30.36,12,30.36z M25,28.36c-0.027,0-0.056-0.004-0.082-0.01c-0.098-0.023-0.181-0.085-0.23-0.172\tL20.976,21.7c-0.113-0.198-0.326-0.321-0.555-0.321H15c-1.853,0-3.36-1.508-3.36-3.36V12c0-1.549,1.187-2.36,2.36-2.36\tc1.194,0,1.789,0.739,2.212,1.462l2.018,3.538H23v0.72h-4.979c-0.129,0-0.249-0.069-0.312-0.182l-2.119-3.715\tC15.118,10.66,14.687,10.36,14,10.36c-0.79,0-1.64,0.513-1.64,1.64v6.019c0,1.456,1.185,2.64,2.64,2.64h5.421\tc0.486,0,0.938,0.263,1.18,0.685l3.521,6.144l2.68-1.786l0.398,0.6l-3,2C25.14,28.339,25.07,28.36,25,28.36z M15,8.36\tc-1.577,0-2.86-1.283-2.86-2.86S13.423,2.64,15,2.64s2.86,1.283,2.86,2.86S16.577,8.36,15,8.36z M15,3.36\tc-1.18,0-2.14,0.96-2.14,2.14S13.82,7.64,15,7.64s2.14-0.96,2.14-2.14S16.18,3.36,15,3.36z"
195
240
  })), children);
196
241
  });
@@ -205,7 +250,7 @@ const WheelchairUserActive = /*#__PURE__*/React.forwardRef(function WheelchairUs
205
250
  xmlns: "http://www.w3.org/2000/svg",
206
251
  fill: "currentColor",
207
252
  ref: ref
208
- }, rest), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
253
+ }, rest), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
209
254
  d: "M11,30.36\tc-4.058,0-7.36-3.302-7.36-7.36s3.302-7.36,7.36-7.36v0.72c-3.661,0-6.64,2.979-6.64,6.64s2.979,6.64,6.64,6.64\ts6.64-2.979,6.64-6.64h0.721C18.36,27.059,15.058,30.36,11,30.36z M24,28.36c-0.027,0-0.056-0.004-0.082-0.01\tc-0.098-0.023-0.181-0.085-0.23-0.172L19.976,21.7c-0.113-0.197-0.325-0.321-0.554-0.321l-6.068-0.012\tc-0.831-0.002-1.583-0.427-2.014-1.137s-0.459-1.574-0.077-2.311l3.421-6.595c0.198-0.34,0.423-0.68,0.698-0.965h-4.159L9.322,14.16\tl-0.644-0.322l2-4C10.739,9.717,10.864,9.64,11,9.64h6c1.246,0,1.687,0.639,1.976,1.33l1.364,4.67h4.73v0.72h-5\tc-0.16,0-0.301-0.105-0.346-0.259l-1.427-4.891c-0.238-0.563-0.499-0.85-1.298-0.85c-0.762,0-1.225,0.525-1.686,1.312l-3.412,6.58\tc-0.266,0.512-0.246,1.111,0.054,1.604c0.299,0.494,0.822,0.789,1.399,0.79l6.069,0.012c0.485,0.002,0.936,0.264,1.177,0.685\tl3.521,6.144l2.68-1.786l0.398,0.6l-3,2C24.14,28.339,24.07,28.36,24,28.36z M19,8.36c-1.577,0-2.86-1.283-2.86-2.86\tS17.423,2.64,19,2.64s2.86,1.283,2.86,2.86S20.577,8.36,19,8.36z M19,3.36c-1.18,0-2.14,0.96-2.14,2.14S17.82,7.64,19,7.64\ts2.14-0.96,2.14-2.14S20.18,3.36,19,3.36z"
210
255
  })), children);
211
256
  });
@@ -220,7 +265,7 @@ const Whistle = /*#__PURE__*/React.forwardRef(function Whistle({
220
265
  xmlns: "http://www.w3.org/2000/svg",
221
266
  fill: "currentColor",
222
267
  ref: ref
223
- }, rest), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
268
+ }, rest), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
224
269
  d: "M11,30.36C5.288,30.36,0.64,25.713,0.64,20\tC0.64,14.288,5.288,9.64,11,9.64h8c0.199,0,0.36,0.161,0.36,0.36v1.64h3.279V10c0-0.199,0.161-0.36,0.36-0.36h8\tc0.199,0,0.36,0.161,0.36,0.36v6c0,0.171-0.121,0.319-0.29,0.353l-9.71,1.942V20C21.36,25.713,16.712,30.36,11,30.36z M11,10.36\tc-5.315,0-9.64,4.325-9.64,9.64s4.325,9.64,9.64,9.64s9.64-4.324,9.64-9.64v-2c0-0.172,0.121-0.319,0.29-0.353l9.71-1.942V10.36\th-7.28V12c0,0.199-0.161,0.36-0.36,0.36h-4c-0.199,0-0.36-0.161-0.36-0.36v-1.64H11z M11,26.36c-3.507,0-6.36-2.854-6.36-6.36\ts2.853-6.36,6.36-6.36s6.36,2.853,6.36,6.36S14.507,26.36,11,26.36z M11,14.36c-3.11,0-5.64,2.53-5.64,5.64s2.53,5.64,5.64,5.64\ts5.64-2.529,5.64-5.64C16.64,16.89,14.11,14.36,11,14.36z M25,7.36c-0.092,0-0.185-0.035-0.255-0.105\tc-0.141-0.141-0.141-0.368,0-0.509l4-4c0.141-0.141,0.369-0.141,0.51,0s0.141,0.368,0,0.509l-4,4C25.185,7.325,25.092,7.36,25,7.36z M17,7.36c-0.092,0-0.184-0.035-0.254-0.105l-4-4c-0.141-0.141-0.141-0.368,0-0.509s0.368-0.141,0.509,0l4,4\tc0.141,0.141,0.141,0.368,0,0.509C17.185,7.325,17.092,7.36,17,7.36z M21,7.36c-0.199,0-0.36-0.161-0.36-0.36V1\tc0-0.199,0.161-0.36,0.36-0.36S21.36,0.801,21.36,1v6C21.36,7.199,21.199,7.36,21,7.36z"
225
270
  })), children);
226
271
  });
@@ -235,7 +280,7 @@ const WhitePaper = /*#__PURE__*/React.forwardRef(function WhitePaper({
235
280
  xmlns: "http://www.w3.org/2000/svg",
236
281
  fill: "currentColor",
237
282
  ref: ref
238
- }, rest), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
283
+ }, rest), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
239
284
  d: "M11,15.509l-3.254-3.255l0.509-0.509L11,14.491\tl6.745-6.745l0.51,0.509L11,15.509z M28.36,31V7c0-0.096-0.038-0.187-0.105-0.254l-6-6C22.188,0.678,22.096,0.64,22,0.64H4\tC3.801,0.64,3.64,0.801,3.64,1v30c0,0.199,0.161,0.36,0.36,0.36h24C28.199,31.36,28.36,31.199,28.36,31z M4.36,1.36h17.28V7\tc0,0.199,0.161,0.36,0.36,0.36h5.64v23.28H4.36V1.36z M22.36,1.869l4.771,4.771H22.36V1.869z M24,26.64H8v0.721h16V26.64z M24,22.64\tH8v0.721h16V22.64z M24,18.64H8v0.721h16V18.64z M12,4.64H8v0.72h4V4.64z"
240
285
  })), children);
241
286
  });
@@ -250,7 +295,7 @@ const Wifi = /*#__PURE__*/React.forwardRef(function Wifi({
250
295
  xmlns: "http://www.w3.org/2000/svg",
251
296
  fill: "currentColor",
252
297
  ref: ref
253
- }, rest), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
298
+ }, rest), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
254
299
  d: "M16,27.86c-1.854,0-3.362-1.509-3.362-3.362s1.508-3.362,3.362-3.362s3.362,1.509,3.362,3.362\tS17.854,27.86,16,27.86z M16,21.856c-1.457,0-2.642,1.185-2.642,2.642S14.543,27.14,16,27.14s2.642-1.185,2.642-2.642\tS17.457,21.856,16,21.856z M22.896,18.477c-1.929-1.616-4.379-2.505-6.899-2.505c-2.518,0-4.966,0.888-6.894,2.501L8.642,17.92\tc2.058-1.721,4.67-2.668,7.356-2.668c2.689,0,5.303,0.949,7.362,2.672L22.896,18.477z M26.827,14.531\tc-2.985-2.654-6.831-4.116-10.831-4.116c-3.996,0-7.84,1.46-10.825,4.111l-0.479-0.538c3.117-2.768,7.131-4.292,11.303-4.292\tc4.175,0,8.192,1.526,11.309,4.298L26.827,14.531z M30.757,10.594C26.719,6.896,21.478,4.86,15.998,4.86\tc-5.478,0-10.717,2.035-14.754,5.729l-0.486-0.531C4.927,6.242,10.34,4.14,15.998,4.14c5.66,0,11.075,2.103,15.246,5.922\tL30.757,10.594z"
255
300
  })), children);
256
301
  });
@@ -265,7 +310,7 @@ const WindPower = /*#__PURE__*/React.forwardRef(function WindPower({
265
310
  xmlns: "http://www.w3.org/2000/svg",
266
311
  fill: "currentColor",
267
312
  ref: ref
268
- }, rest), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
313
+ }, rest), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
269
314
  d: "M6.808,23.554c0.092,0,0.184-0.035,0.254-0.105l7.544-7.544c0.558,0.407,1.289,0.568,2.005,0.376\tc0.609-0.163,1.118-0.554,1.433-1.1c0.043-0.075,0.082-0.151,0.116-0.229l10.304,2.761c0.196,0.054,0.389-0.063,0.44-0.255\ts-0.062-0.389-0.255-0.44l-10.302-2.761c0.031-0.287,0.009-0.58-0.068-0.867c-0.305-1.139-1.401-1.858-2.536-1.735l-2.76-10.249\tc-0.051-0.192-0.249-0.303-0.441-0.254c-0.192,0.052-0.306,0.25-0.254,0.441l2.761,10.247c-0.458,0.2-0.838,0.539-1.092,0.979\tc-0.315,0.546-0.399,1.182-0.236,1.791c0.078,0.291,0.208,0.555,0.376,0.784l-7.543,7.543c-0.141,0.141-0.141,0.369,0,0.51\tC6.624,23.519,6.715,23.554,6.808,23.554z M15.574,12.417c0,0,0.001,0,0.002,0c0,0,0,0,0.001,0c0.875-0.231,1.772,0.287,2.007,1.16\tc0.073,0.274,0.075,0.557,0.007,0.825c-0.002,0.008-0.005,0.016-0.007,0.023s-0.004,0.016-0.006,0.023\tc-0.036,0.129-0.089,0.254-0.158,0.373c-0.219,0.379-0.572,0.65-0.996,0.764c-0.877,0.234-1.774-0.287-2.009-1.16\tC14.182,13.552,14.702,12.651,15.574,12.417z M7.172,17.12c-0.237-0.67-0.397-1.37-0.476-2.081l0.716-0.079\tc0.072,0.655,0.22,1.301,0.438,1.919c0.132,0.372,0.29,0.736,0.469,1.083l-0.64,0.33C7.486,17.918,7.315,17.523,7.172,17.12z M15.029,2.4L14.97,1.682c2.098-0.17,4.245,0.191,6.18,1.079c0.353,0.162,0.696,0.339,1.03,0.533l-0.361,0.623\tc-0.314-0.182-0.637-0.349-0.97-0.501C19.028,2.581,17.003,2.236,15.029,2.4z M16,4.641c1.067,0,2.116,0.179,3.116,0.531\tl-0.24,0.679C17.954,5.525,16.986,5.36,16,5.36V4.641z M23.21,24.041l-0.42-0.586c0.141-0.1,0.278-0.204,0.413-0.311\tc1.505-1.188,2.704-2.738,3.467-4.486l0.66,0.289c-0.811,1.855-2.083,3.502-3.681,4.762C23.506,23.823,23.358,23.934,23.21,24.041z M18.327,30.64c-0.157-1.013-0.954-1.817-1.967-1.973V18c0-0.199-0.161-0.36-0.36-0.36s-0.36,0.161-0.36,0.36v10.667\tc-1.013,0.156-1.81,0.96-1.967,1.973H1v0.721h30V30.64H18.327z M16,29.36c0.78,0,1.432,0.548,1.597,1.279h-3.194\tC14.568,29.909,15.22,29.36,16,29.36z M24.32,18.292c-0.361,0.701-0.813,1.356-1.344,1.949l-0.537-0.48\tc0.49-0.547,0.907-1.152,1.24-1.799L24.32,18.292z M5.293,20.18C4.212,18.311,3.64,16.174,3.64,14c0-0.347,0.014-0.69,0.042-1.03\tL4.4,13.03C4.373,13.35,4.36,13.673,4.36,14c0,2.047,0.539,4.059,1.557,5.819c0.122,0.211,0.25,0.416,0.383,0.617l-0.6,0.398\tC5.558,20.622,5.422,20.403,5.293,20.18z"
270
315
  })), children);
271
316
  });
@@ -280,7 +325,7 @@ const Windows = /*#__PURE__*/React.forwardRef(function Windows({
280
325
  xmlns: "http://www.w3.org/2000/svg",
281
326
  fill: "currentColor",
282
327
  ref: ref
283
- }, rest), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
328
+ }, rest), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
284
329
  d: "M27,31.36H1c-0.199,0-0.36-0.161-0.36-0.36V12c0-0.199,0.161-0.36,0.36-0.36h3.64V1\tc0-0.199,0.161-0.36,0.36-0.36h26c0.199,0,0.36,0.161,0.36,0.36v19c0,0.199-0.161,0.36-0.36,0.36h-3.64V31\tC27.36,31.199,27.199,31.36,27,31.36z M1.36,30.64h25.28V15.36H1.36V30.64z M27.36,19.64h3.279V4.36H5.36v7.28H27\tc0.199,0,0.36,0.161,0.36,0.36V19.64z M1.36,14.64h25.28v-2.28H1.36V14.64z M5.36,3.64h25.28V1.36H5.36V3.64z M29,2.5\tC29,2.776,28.776,3,28.5,3S28,2.776,28,2.5S28.224,2,28.5,2S29,2.224,29,2.5z M26.5,2C26.224,2,26,2.224,26,2.5S26.224,3,26.5,3\tS27,2.776,27,2.5S26.776,2,26.5,2z M24.5,2C24.224,2,24,2.224,24,2.5S24.224,3,24.5,3S25,2.776,25,2.5S24.776,2,24.5,2z M24.5,13\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S24.776,13,24.5,13z M22.5,13c-0.276,0-0.5,0.224-0.5,0.5\ts0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S22.776,13,22.5,13z M20.5,13c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5\tS20.776,13,20.5,13z"
285
330
  })), children);
286
331
  });
@@ -295,7 +340,7 @@ const WindowsHosting = /*#__PURE__*/React.forwardRef(function WindowsHosting({
295
340
  xmlns: "http://www.w3.org/2000/svg",
296
341
  fill: "currentColor",
297
342
  ref: ref
298
- }, rest), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
343
+ }, rest), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
299
344
  d: "M30,30.36H8c-0.199,0-0.36-0.161-0.36-0.36\tV19.36H2c-0.199,0-0.36-0.161-0.36-0.36V2c0-0.199,0.161-0.36,0.36-0.36h22c0.199,0,0.36,0.161,0.36,0.36v10.64H30\tc0.199,0,0.36,0.161,0.36,0.36v17C30.36,30.199,30.199,30.36,30,30.36z M8.36,29.64h21.28V13.36h-5.28v4.329\tc0.575,0.158,1,0.687,1,1.312c0,0.75-0.61,1.36-1.36,1.36s-1.36-0.61-1.36-1.36c0-0.625,0.425-1.153,1-1.312V13.36H12v-0.72h11.64\tV2.36H2.36v16.28h5.28v-4.328c-0.576-0.158-1-0.686-1-1.312c0-0.75,0.61-1.36,1.36-1.36S9.36,12.25,9.36,13\tc0,0.625-0.424,1.153-1,1.312v4.328H20v0.721H8.36V29.64z M24,18.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64\ts0.64-0.287,0.64-0.64S24.353,18.36,24,18.36z M8,12.36c-0.353,0-0.64,0.287-0.64,0.64S7.647,13.64,8,13.64\tc0.353,0,0.64-0.287,0.64-0.64S8.353,12.36,8,12.36z"
300
345
  })), children);
301
346
  });
@@ -310,7 +355,7 @@ const Windy = /*#__PURE__*/React.forwardRef(function Windy({
310
355
  xmlns: "http://www.w3.org/2000/svg",
311
356
  fill: "currentColor",
312
357
  ref: ref
313
- }, rest), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
358
+ }, rest), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
314
359
  d: "M14,28.36c-2.404,0-4.36-1.956-4.36-4.36h0.72c0,2.007,1.633,3.64,3.64,3.64s3.64-1.633,3.64-3.64\ts-1.632-3.64-3.64-3.64H3v-0.72h11c2.404,0,4.36,1.956,4.36,4.36S16.404,28.36,14,28.36z M27,24.36c-2.404,0-4.36-1.956-4.36-4.36\th0.721c0,2.007,1.633,3.64,3.64,3.64s3.64-1.633,3.64-3.64s-1.633-3.64-3.64-3.64H1v-0.72h26c2.404,0,4.36,1.956,4.36,4.36\tS29.404,24.36,27,24.36z M21,12.36H6v-0.72h15c2.007,0,3.64-1.633,3.64-3.64S23.007,4.36,21,4.36S17.36,5.993,17.36,8h-0.72\tc0-2.404,1.956-4.36,4.36-4.36S25.36,5.596,25.36,8S23.404,12.36,21,12.36z"
315
360
  })), children);
316
361
  });
@@ -325,7 +370,7 @@ const Wine = /*#__PURE__*/React.forwardRef(function Wine({
325
370
  xmlns: "http://www.w3.org/2000/svg",
326
371
  fill: "currentColor",
327
372
  ref: ref
328
- }, rest), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
373
+ }, rest), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
329
374
  d: "M26,31.36h-7v-0.72h3.14v-6.291c-2.512-0.186-4.5-2.296-4.5-4.864l1.005-6.539\tC18.671,12.77,18.822,12.64,19,12.64h7c0.178,0,0.329,0.129,0.355,0.305l1,6.484c0.004,2.62-1.983,4.733-4.495,4.919v6.291H26V31.36\tz M18.384,19.36l-0.028,0.179c0.005,2.238,1.861,4.103,4.145,4.103s4.14-1.864,4.14-4.157l-0.019-0.124h-8.238V19.36z M18.494,18.64\th8.015l-0.817-5.28h-6.383L18.494,18.64z M12.493,31.36H6.508c-1.03,0-1.868-0.757-1.868-1.688V14.439\tc0-2.61,1.064-3.825,1.919-4.802C7.163,8.949,7.64,8.404,7.64,7.528V1c0-0.199,0.161-0.36,0.36-0.36h3c0.199,0,0.36,0.161,0.36,0.36\tv6.528c0,0.876,0.477,1.421,1.081,2.11c0.855,0.976,1.92,2.191,1.92,4.801v15.233C14.361,30.604,13.523,31.36,12.493,31.36z M5.36,27.36v2.312c0,0.533,0.515,0.967,1.148,0.967h5.985c0.633,0,1.148-0.434,1.148-0.967V14.439c0-2.339-0.925-3.395-1.742-4.327\tc-0.648-0.739-1.259-1.437-1.259-2.584V1.36H8.36v6.168c0,1.147-0.611,1.845-1.259,2.584C6.285,11.044,5.36,12.1,5.36,14.439v2.201\tH11c0.199,0,0.36,0.161,0.36,0.36v10c0,0.199-0.161,0.36-0.36,0.36H5.36z M5.36,26.64h5.28v-9.28H5.36V26.64z"
330
375
  })), children);
331
376
  });
@@ -340,7 +385,7 @@ const WirelessHome = /*#__PURE__*/React.forwardRef(function WirelessHome({
340
385
  xmlns: "http://www.w3.org/2000/svg",
341
386
  fill: "currentColor",
342
387
  ref: ref
343
- }, rest), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
388
+ }, rest), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
344
389
  d: "M31,31.36H1v-0.72h1.64V19h0.72v11.64h25.28V19h0.721v11.64H31V31.36z M20.169,23.875\tc-1.166-0.978-2.646-1.515-4.17-1.515c-1.522,0-3.002,0.536-4.167,1.512l-0.462-0.553c1.295-1.083,2.939-1.68,4.629-1.68\tc1.692,0,3.337,0.598,4.633,1.683L20.169,23.875z M22.285,21.749c-1.733-1.54-3.966-2.389-6.287-2.389\tc-2.319,0-4.551,0.848-6.284,2.387l-0.479-0.539c1.865-1.656,4.267-2.568,6.763-2.568c2.498,0,4.9,0.913,6.766,2.572L22.285,21.749z M24.392,19.626c-2.296-2.1-5.276-3.256-8.393-3.256c-3.115,0-6.095,1.156-8.391,3.254l-0.485-0.531\tc2.429-2.22,5.582-3.443,8.876-3.443c3.297,0,6.451,1.223,8.879,3.445L24.392,19.626z M30.745,16.254L16,1.509L1.254,16.254\tl-0.509-0.509l15-15c0.141-0.141,0.368-0.141,0.509,0L28.64,13.131V9h0.721v4.851l1.895,1.895L30.745,16.254z"
345
390
  })), children);
346
391
  });
@@ -355,7 +400,7 @@ const WirelessModem = /*#__PURE__*/React.forwardRef(function WirelessModem({
355
400
  xmlns: "http://www.w3.org/2000/svg",
356
401
  fill: "currentColor",
357
402
  ref: ref
358
- }, rest), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
403
+ }, rest), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
359
404
  d: "M6,25c0,0.552-0.448,1-1,1s-1-0.448-1-1s0.448-1,1-1S6,24.448,6,25z M9,24c-0.552,0-1,0.448-1,1\ts0.448,1,1,1s1-0.448,1-1S9.552,24,9,24z M13,24c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S13.552,24,13,24z M31,31.36H1\tc-0.199,0-0.36-0.161-0.36-0.36V19c0-0.199,0.161-0.36,0.36-0.36h21.64V10h0.721v8.64H31c0.199,0,0.36,0.161,0.36,0.36v12\tC31.36,31.199,31.199,31.36,31,31.36z M1.36,30.64h29.28V19.36H1.36V30.64z M26.443,8.611c-1.926-1.613-4.963-1.613-6.887-0.002\tl-0.463-0.553c1.093-0.913,2.479-1.416,3.905-1.416c1.427,0,2.814,0.504,3.907,1.419L26.443,8.611z M28.561,6.474\tc-1.533-1.363-3.509-2.114-5.562-2.114s-4.026,0.75-5.559,2.111l-0.479-0.538c1.664-1.479,3.809-2.293,6.037-2.293\tc2.23,0,4.376,0.815,6.041,2.295L28.561,6.474z M30.682,4.341c-2.103-1.922-4.831-2.981-7.683-2.981s-5.579,1.058-7.681,2.979\tl-0.485-0.531C17.067,1.766,19.967,0.641,23,0.641s5.934,1.125,8.169,3.17L30.682,4.341z"
360
405
  })), children);
361
406
  });
@@ -370,7 +415,7 @@ const WordCloud = /*#__PURE__*/React.forwardRef(function WordCloud({
370
415
  xmlns: "http://www.w3.org/2000/svg",
371
416
  fill: "currentColor",
372
417
  ref: ref
373
- }, rest), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
418
+ }, rest), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
374
419
  d: "M24,27.36H10c-5.161,0-9.36-4.199-9.36-9.36c0-5.162,4.199-9.36,9.36-9.36\tc0.483,0,0.984,0.042,1.493,0.125C13.092,6.776,15.452,5.64,18,5.64c4.278,0,7.804,3.152,8.298,7.372\tC29.29,13.995,31.36,16.834,31.36,20C31.36,24.059,28.059,27.36,24,27.36z M10,9.359c-4.764,0-8.64,3.876-8.64,8.641\tc0,4.764,3.876,8.64,8.64,8.64h14c3.661,0,6.64-2.979,6.64-6.64c0-2.93-1.964-5.549-4.776-6.37\tc-0.143-0.042-0.245-0.166-0.258-0.314C25.253,9.351,21.983,6.359,18,6.359c-2.395,0-4.608,1.099-6.071,3.016\tc-0.083,0.108-0.219,0.157-0.352,0.136C11.03,9.409,10.514,9.359,10,9.359z M24,22.36H14v-0.72h10V22.36z M12,22.36H8v-0.72h4V22.36\tz M26,19.36H16v-0.72h10V19.36z M14,19.36H6v-0.72h8V19.36z M24,16.36h-4v-0.72h4V16.36z M18,16.36H8v-0.72h10V16.36z"
375
420
  })), children);
376
421
  });
@@ -391,7 +436,7 @@ const Workday = /*#__PURE__*/React.forwardRef(function Workday({
391
436
  xmlns: "http://www.w3.org/2000/svg",
392
437
  fill: "currentColor",
393
438
  ref: ref
394
- }, rest), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
439
+ }, rest), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
395
440
  d: "M7,12.36c-0.013,0-0.026,0-0.04-0.002c-0.198-0.022-0.34-0.2-0.318-0.397C7.167,7.217,11.189,3.64,16,3.64\ts8.834,3.577,9.357,8.32c0.022,0.198-0.12,0.375-0.318,0.397c-0.19,0.023-0.376-0.121-0.396-0.318C24.158,7.662,20.443,4.36,16,4.36\ts-8.158,3.302-8.642,7.68C7.337,12.224,7.182,12.36,7,12.36z M24.623,16l-3.662,11.903L16.348,16h-0.695L11.04,27.903L7.377,16\tH6.624l4,13h0.763L16,17.095L20.614,29h0.763l4-13H24.623z"
396
441
  })), children);
397
442
  });
@@ -406,7 +451,7 @@ const Workflows = /*#__PURE__*/React.forwardRef(function Workflows({
406
451
  xmlns: "http://www.w3.org/2000/svg",
407
452
  fill: "currentColor",
408
453
  ref: ref
409
- }, rest), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
454
+ }, rest), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
410
455
  d: "M18,14.36h12c0.199,0,0.36-0.161,0.36-0.36V2\tc0-0.199-0.161-0.36-0.36-0.36H18c-0.199,0-0.36,0.161-0.36,0.36v5.64h-3.28V2c0-0.199-0.161-0.36-0.36-0.36H2\tC1.801,1.64,1.64,1.801,1.64,2v12c0,0.199,0.161,0.36,0.36,0.36h5.64v3.28H2c-0.199,0-0.36,0.161-0.36,0.36v12\tc0,0.199,0.161,0.36,0.36,0.36h12c0.199,0,0.36-0.161,0.36-0.36v-5.64h3.28V30c0,0.199,0.161,0.36,0.36,0.36h12\tc0.199,0,0.36-0.161,0.36-0.36V18c0-0.199-0.161-0.36-0.36-0.36H18c-0.199,0-0.36,0.161-0.36,0.36v5.64h-3.28V18\tc0-0.199-0.161-0.36-0.36-0.36H8.36v-3.28H14c0.199,0,0.36-0.161,0.36-0.36V8.36h3.28V14C17.64,14.199,17.801,14.36,18,14.36z M18.36,8.36h5.771l-1.386,1.386l0.51,0.509L25.509,8l-2.254-2.254l-0.51,0.509l1.386,1.386H18.36V2.36h11.28v11.28H18.36V8.36z M18.36,24.36h4.328c0.158,0.575,0.687,1,1.312,1c0.75,0,1.36-0.61,1.36-1.36s-0.61-1.36-1.36-1.36c-0.625,0-1.153,0.425-1.312,1\tH18.36v-5.28h11.28v11.28H18.36V24.36z M23.36,24c0-0.353,0.287-0.64,0.64-0.64s0.64,0.287,0.64,0.64s-0.287,0.64-0.64,0.64\tS23.36,24.353,23.36,24z M8,23.36c0.353,0,0.64,0.287,0.64,0.64S8.353,24.64,8,24.64S7.36,24.353,7.36,24S7.647,23.36,8,23.36z M13.64,29.64H2.36V18.36h5.28v4.328c-0.576,0.158-1,0.687-1,1.312c0,0.75,0.61,1.36,1.36,1.36c0.625,0,1.153-0.425,1.312-1h4.329\tv5.28H13.64z M13.64,18.36v5.279H9.312c-0.126-0.461-0.491-0.824-0.952-0.951V18.36H13.64z M8,8.64C7.647,8.64,7.36,8.353,7.36,8\tS7.647,7.36,8,7.36c0.353,0,0.64,0.287,0.64,0.64C8.64,8.353,8.353,8.64,8,8.64z M13.64,13.64H8.36V9.312\tC8.821,9.185,9.185,8.821,9.312,8.36h4.329v5.28H13.64z M13.64,7.64H9.312c-0.158-0.576-0.686-1-1.312-1C7.25,6.64,6.64,7.25,6.64,8\tc0,0.625,0.424,1.153,1,1.312v4.329H2.36V2.36h11.28C13.64,2.36,13.64,7.64,13.64,7.64z"
411
456
  })), children);
412
457
  });
@@ -421,7 +466,7 @@ const WorldCommunityGrid = /*#__PURE__*/React.forwardRef(function WorldCommunity
421
466
  xmlns: "http://www.w3.org/2000/svg",
422
467
  fill: "currentColor",
423
468
  ref: ref
424
- }, rest), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
469
+ }, rest), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
425
470
  d: "M9.636,28.725c-1.699,0-3.296-0.662-4.497-1.863c-1.202-1.201-1.863-2.799-1.863-4.497\tc0-1.699,0.662-3.296,1.863-4.498c2.479-2.478,6.515-2.478,8.994,0c2.479,2.48,2.479,6.516,0,8.995l0,0l0,0\tC12.932,28.062,11.335,28.725,9.636,28.725z M9.636,16.727c-1.445,0-2.889,0.55-3.988,1.649c-1.065,1.065-1.652,2.481-1.652,3.988\tc0,1.506,0.587,2.923,1.652,3.987c1.065,1.065,2.481,1.652,3.988,1.652c1.506,0,2.923-0.587,3.988-1.652l0,0\tc2.198-2.198,2.198-5.776,0-7.976C12.525,17.276,11.08,16.727,9.636,16.727z M12.818,30.042c-2.9,0-5.627-1.13-7.679-3.181\tc-4.234-4.234-4.234-11.125,0-15.358c2.051-2.051,4.778-3.181,7.679-3.181s5.627,1.13,7.679,3.181\tc4.234,4.234,4.234,11.124,0,15.358l0,0C18.445,28.912,15.719,30.042,12.818,30.042z M12.818,9.042c-2.708,0-5.254,1.055-7.17,2.97\tc-3.954,3.954-3.954,10.387,0,14.34c1.916,1.916,4.462,2.971,7.17,2.971s5.254-1.055,7.169-2.971l0,0\tc3.954-3.953,3.954-10.386,0-14.34C18.072,10.097,15.526,9.042,12.818,9.042z M16,31.36c-4.103,0-7.96-1.598-10.861-4.499\tS0.64,20.103,0.64,16S2.238,8.04,5.139,5.139S11.897,0.64,16,0.64s7.96,1.598,10.861,4.499C29.763,8.04,31.36,11.897,31.36,16\ts-1.598,7.96-4.499,10.861l0,0l0,0C23.96,29.763,20.103,31.36,16,31.36z M16,1.36c-3.91,0-7.587,1.522-10.352,4.288\tS1.36,12.09,1.36,16c0,3.911,1.522,7.587,4.288,10.352C8.413,29.117,12.09,30.641,16,30.641c3.911,0,7.587-1.523,10.352-4.289l0,0\tc2.766-2.765,4.289-6.44,4.289-10.352c0-3.91-1.523-7.587-4.289-10.352C23.587,2.883,19.911,1.36,16,1.36z"
426
471
  })), children);
427
472
  });
@@ -436,7 +481,7 @@ const WreckingBall = /*#__PURE__*/React.forwardRef(function WreckingBall({
436
481
  xmlns: "http://www.w3.org/2000/svg",
437
482
  fill: "currentColor",
438
483
  ref: ref
439
- }, rest), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
484
+ }, rest), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
440
485
  d: "M5,28c0,0.552-0.448,1-1,1s-1-0.448-1-1s0.448-1,1-1S5,27.448,5,28z M8,27c-0.552,0-1,0.448-1,1\ts0.448,1,1,1s1-0.448,1-1S8.553,27,8,27z M12,27c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S12.552,27,12,27z M16,27\tc-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S16.553,27,16,27z M5,1.36c1.294,0,1.64,1.372,1.64,2.182V6\tc0,0.199,0.161,0.36,0.36,0.36S7.36,6.199,7.36,6V3.542C7.36,2.144,6.622,0.64,5,0.64C4.801,0.64,4.64,0.801,4.64,1\tS4.802,1.36,5,1.36z M13.411,11.913c0.114,0,0.226-0.053,0.295-0.153l4.588-6.553c0.114-0.163,0.074-0.387-0.089-0.501\tc-0.161-0.114-0.386-0.075-0.501,0.088l-4.588,6.553c-0.114,0.163-0.074,0.387,0.088,0.501\tC13.268,11.892,13.34,11.913,13.411,11.913z M2.986,3.36L2.986,3.36L3.14,3.365c1.354,0,1.5,1.143,1.5,1.635v2\tc0,1.622,1.223,2.36,2.36,2.36c0.199,0,0.36-0.161,0.36-0.36S7.199,8.64,7,8.64C6.244,8.64,5.36,8.21,5.36,7V5\tc0-1.43-0.871-2.354-2.206-2.354c0,0,0,0-0.001,0L3,2.64C2.184,2.64,1.36,2.133,1.36,1c0-0.199-0.161-0.36-0.36-0.36\tS0.64,0.801,0.64,1C0.64,2.621,1.863,3.36,2.986,3.36z M16.205,11.848c0.063,0.044,0.135,0.065,0.206,0.065\tc0.114,0,0.226-0.053,0.295-0.153l4.588-6.553c0.114-0.163,0.074-0.387-0.089-0.501c-0.161-0.114-0.387-0.075-0.501,0.088\tl-4.588,6.553C16.003,11.51,16.042,11.734,16.205,11.848z M29.578,22.76c-0.304-0.629-0.824-1.124-1.466-1.396\tc-0.179-0.075-0.394,0.01-0.472,0.191c-0.077,0.184,0.009,0.395,0.192,0.473c0.479,0.202,0.869,0.573,1.097,1.044\tc0.062,0.129,0.19,0.204,0.324,0.204c0.053,0,0.106-0.012,0.156-0.036C29.59,23.153,29.664,22.938,29.578,22.76z M27.36,19.654\tV7.007c0-0.014-0.001-0.028-0.002-0.042c-0.005-0.052-0.021-0.102-0.047-0.145c-0.024-0.043-0.059-0.083-0.102-0.113\tc-0.016-0.011-0.031-0.021-0.048-0.029L24.47,5.124c-0.031-0.019-0.064-0.032-0.098-0.04c-0.001,0-0.001,0-0.001,0\tc-0.055-0.013-0.111-0.013-0.166,0h-0.001c-0.05,0.012-0.098,0.034-0.14,0.067l0,0C24.037,5.174,24.013,5.2,23.991,5.23L21.353,9\tc-0.005,0.005-0.009,0.011-0.013,0.017l-5.417,7.736c-0.004,0.005-0.007,0.01-0.011,0.015l-2.711,3.871H11.36V13\tc0-0.199-0.161-0.36-0.36-0.36h-0.64V9c0-0.199-0.161-0.36-0.36-0.36H7.999v0.72h1.642v3.28H1c-0.199,0-0.36,0.161-0.36,0.36v10\tc0,0.199,0.161,0.36,0.36,0.36h2.64v1.299c-1.684,0.18-3,1.609-3,3.341c0,1.853,1.507,3.36,3.359,3.36h12\tc1.852,0,3.36-1.508,3.36-3.36c0-1.731-1.316-3.161-3-3.341V23.36h1.403c0.129,0,0.247-0.069,0.312-0.181l2.217-3.838\tc0.003-0.005,0.005-0.01,0.008-0.015s0.006-0.009,0.008-0.014l4.703-8.146c0.001-0.002,0.002-0.004,0.003-0.005\tc0.001-0.002,0.002-0.004,0.003-0.006l1.624-2.812v11.311c-2.236,0.184-4,2.062-4,4.346c0,2.404,1.956,4.36,4.36,4.36\ts4.36-1.956,4.36-4.36C31.36,21.717,29.597,19.838,27.36,19.654z M1.36,22.64v-9.28h9.28V21c0,0.199,0.161,0.36,0.36,0.36h2.384\tc0.003,0,0.006,0,0.009,0h2.247v3.279H4.36V23c0-0.199-0.161-0.36-0.36-0.36H1.36z M18.64,28c0,1.456-1.184,2.64-2.639,2.64H4\tc-1.456,0-2.64-1.184-2.64-2.64S2.544,25.36,4,25.36h12C17.456,25.36,18.64,26.544,18.64,28z M17.555,22.64H16.36V21\tc0-0.199-0.161-0.36-0.36-0.36h-1.919l2.238-3.195l3.177,1.835L17.555,22.64z M19.855,18.655l-3.123-1.803l2.444-3.49l2.801,1.618\tL19.855,18.655z M22.337,14.356l-2.746-1.586l2.155-3.079l2.463,1.422L22.337,14.356z M24.569,10.49L22.161,9.1l2.232-3.189\tl2.114,1.221L24.569,10.49z M27,27.64c-2.007,0-3.64-1.633-3.64-3.64s1.633-3.64,3.64-3.64s3.64,1.633,3.64,3.64\tS29.007,27.64,27,27.64z M1.5,4.64C1.301,4.64,1.14,4.801,1.14,5v1.11c0,0.673,0,2.25,1.86,2.25c0.199,0,0.36-0.161,0.36-0.36\tS3.199,7.64,3,7.64c-0.874,0-1.14-0.357-1.14-1.53V5C1.86,4.801,1.699,4.64,1.5,4.64z M9.36,19v-4c0-0.199-0.161-0.36-0.36-0.36H3\tc-0.199,0-0.36,0.161-0.36,0.36v4c0,0.199,0.161,0.36,0.36,0.36h6C9.199,19.36,9.36,19.199,9.36,19z M8.64,18.64H3.36v-3.28h5.28\tV18.64z"
441
486
  })), children);
442
487
  });
@@ -451,7 +496,7 @@ const XRay_01 = /*#__PURE__*/React.forwardRef(function XRay_01({
451
496
  xmlns: "http://www.w3.org/2000/svg",
452
497
  fill: "currentColor",
453
498
  ref: ref
454
- }, rest), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
499
+ }, rest), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
455
500
  d: "M27,31.36H5c-0.199,0-0.36-0.161-0.36-0.36V17c0-0.199,0.161-0.36,0.36-0.36h1.818\tc1.432-1.916,3.486-3.379,5.751-4.115c-1.855-1.171-3.014-3.222-3.014-5.445c0-3.551,2.889-6.44,6.44-6.44s6.44,2.889,6.44,6.44\tc0,2.223-1.158,4.273-3.014,5.444c2.271,0.738,4.329,2.201,5.761,4.116H27c0.199,0,0.36,0.161,0.36,0.36v14\tC27.36,31.199,27.199,31.36,27,31.36z M5.36,30.64h21.28V17.36H5.36V30.64z M7.735,16.64h16.531\tc-1.501-1.804-3.609-3.122-5.884-3.66c-0.15-0.035-0.261-0.163-0.275-0.316c-0.015-0.153,0.07-0.299,0.211-0.362\tc2.064-0.924,3.397-2.974,3.397-5.221c0-3.154-2.565-5.72-5.72-5.72s-5.72,2.566-5.72,5.72c0,2.247,1.334,4.297,3.397,5.221\tc0.141,0.063,0.226,0.209,0.211,0.362c-0.015,0.154-0.125,0.281-0.275,0.316C11.341,13.517,9.236,14.835,7.735,16.64z M16.36,29\th-0.72v-1.64H13c-0.353,0-0.64,0.287-0.64,0.64v0.5h-0.72V28c0-0.75,0.61-1.36,1.36-1.36h2.64v-2.28H12\tc-0.353,0-0.64,0.287-0.64,0.64v0.5h-0.72V25c0-0.75,0.61-1.36,1.36-1.36h3.64v-2.28H12c-0.353,0-0.64,0.287-0.64,0.64v0.5h-0.72V22\tc0-0.75,0.61-1.36,1.36-1.36h3.64V19h0.72v1.64H20c0.75,0,1.36,0.61,1.36,1.36v0.5h-0.72V22c0-0.353-0.287-0.64-0.64-0.64h-3.64\tv2.279H20c0.75,0,1.36,0.61,1.36,1.36v0.5h-0.72V25c0-0.353-0.287-0.64-0.64-0.64h-3.64v2.279H19c0.75,0,1.36,0.61,1.36,1.36v0.5\th-0.72V28c0-0.353-0.287-0.64-0.64-0.64h-2.64V29z"
456
501
  })), children);
457
502
  });
@@ -466,7 +511,7 @@ const XRay_02 = /*#__PURE__*/React.forwardRef(function XRay_02({
466
511
  xmlns: "http://www.w3.org/2000/svg",
467
512
  fill: "currentColor",
468
513
  ref: ref
469
- }, rest), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
514
+ }, rest), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
470
515
  d: "M27,31.36H5c-0.199,0-0.36-0.161-0.36-0.36v-4.162C3.232,26.66,2.14,25.455,2.14,24s1.092-2.66,2.5-2.838\tV17c0-0.199,0.161-0.36,0.36-0.36h1.818c1.432-1.916,3.486-3.379,5.751-4.115c-1.855-1.171-3.014-3.222-3.014-5.445\tc0-3.551,2.889-6.44,6.44-6.44s6.44,2.889,6.44,6.44c0,2.223-1.158,4.273-3.014,5.444c2.271,0.738,4.329,2.201,5.761,4.116H27\tc0.199,0,0.36,0.161,0.36,0.36v4.162c1.407,0.178,2.5,1.383,2.5,2.838s-1.093,2.66-2.5,2.838V31C27.36,31.199,27.199,31.36,27,31.36\tz M5.36,30.64h21.28v-3.802c-1.407-0.178-2.5-1.383-2.5-2.838s1.093-2.66,2.5-2.838V17.36H5.36v3.802\tc1.408,0.178,2.5,1.383,2.5,2.838s-1.092,2.66-2.5,2.838V30.64z M27,21.86c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14\ts2.14-0.96,2.14-2.14S28.18,21.86,27,21.86z M5,21.86c-1.18,0-2.14,0.96-2.14,2.14S3.82,26.14,5,26.14S7.14,25.18,7.14,24\tS6.18,21.86,5,21.86z M7.735,16.64h16.531c-1.501-1.804-3.609-3.122-5.884-3.66c-0.15-0.035-0.261-0.163-0.275-0.316\tc-0.015-0.153,0.07-0.299,0.211-0.362c2.064-0.924,3.397-2.974,3.397-5.221c0-3.154-2.565-5.72-5.72-5.72s-5.72,2.566-5.72,5.72\tc0,2.247,1.334,4.297,3.397,5.221c0.141,0.063,0.226,0.209,0.211,0.362c-0.015,0.154-0.125,0.281-0.275,0.316\tC11.341,13.517,9.236,14.835,7.735,16.64z M16.36,29h-0.72v-1.64H13c-0.353,0-0.64,0.287-0.64,0.64v0.5h-0.72V28\tc0-0.75,0.61-1.36,1.36-1.36h2.64v-2.28H12c-0.353,0-0.64,0.287-0.64,0.64v0.5h-0.72V25c0-0.75,0.61-1.36,1.36-1.36h3.64v-2.28H12\tc-0.353,0-0.64,0.287-0.64,0.64v0.5h-0.72V22c0-0.75,0.61-1.36,1.36-1.36h3.64V19h0.72v1.64H20c0.75,0,1.36,0.61,1.36,1.36v0.5\th-0.72V22c0-0.353-0.287-0.64-0.64-0.64h-3.64v2.279H20c0.75,0,1.36,0.61,1.36,1.36v0.5h-0.72V25c0-0.353-0.287-0.64-0.64-0.64\th-3.64v2.279H19c0.75,0,1.36,0.61,1.36,1.36v0.5h-0.72V28c0-0.353-0.287-0.64-0.64-0.64h-2.64V29z"
471
516
  })), children);
472
517
  });
@@ -481,7 +526,7 @@ const Yoga_01 = /*#__PURE__*/React.forwardRef(function Yoga_01({
481
526
  xmlns: "http://www.w3.org/2000/svg",
482
527
  fill: "currentColor",
483
528
  ref: ref
484
- }, rest), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
529
+ }, rest), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
485
530
  d: "M19.697,30.64c0.411-0.425,0.665-1.003,0.665-1.64v-0.001v-14.64h2.521c0.021,0,0.04-0.001,0.059-0.005\tc0.881-0.085,1.509-1.299,1.509-2.127c0-0.413-0.157-0.806-0.431-1.094c-0.011-0.013-1.138-1.307-2.204-2.414\tc-0.931-0.992-2.219-1.747-3.624-2.139c0.752-0.629,1.207-1.569,1.207-2.578c0-1.853-1.524-3.361-3.398-3.361\tc-1.873,0-3.396,1.508-3.396,3.361c0,1.009,0.454,1.949,1.206,2.578c-1.387,0.387-2.649,1.127-3.621,2.135\tc-1.071,1.111-2.197,2.405-2.198,2.407c-0.284,0.3-0.44,0.692-0.44,1.105c0,0.828,0.627,2.042,1.508,2.127\tc0.019,0.003,0.039,0.005,0.059,0.005h2.523v1.484l-3.528,3.319c-0.708,0.827-0.609,2.076,0.207,2.773l4.26,3.951\tc0.755,0.646,2.25,0.621,3.058,0.016v3.097L15.642,29c0,0.637,0.253,1.215,0.665,1.64H1v0.721h30V30.64H19.697z M9.159,13.639\tc-0.412,0-0.888-0.855-0.888-1.413c0-0.228,0.086-0.445,0.253-0.622c0.011-0.013,1.126-1.294,2.184-2.391\tc1.057-1.097,2.497-1.847,4.058-2.113c0.062-0.004,0.123-0.023,0.176-0.059c0.102-0.066,0.164-0.181,0.164-0.303\tc0-0.106-0.046-0.206-0.127-0.274c-0.037-0.032-0.08-0.055-0.125-0.069c-0.931-0.433-1.53-1.368-1.53-2.396\tc0-1.456,1.2-2.641,2.676-2.641c1.477,0,2.678,1.185,2.678,2.641c0,1.03-0.602,1.967-1.537,2.398\tc-0.043,0.015-0.083,0.037-0.118,0.067c-0.081,0.068-0.127,0.17-0.127,0.276c0,0.122,0.062,0.235,0.164,0.302\tc0.056,0.036,0.118,0.055,0.182,0.058c1.57,0.269,3.045,1.036,4.054,2.112c1.057,1.097,2.171,2.377,2.192,2.402\tc0.157,0.166,0.243,0.382,0.243,0.61c0,0.558-0.476,1.413-0.887,1.413h-6.482V10.36c0.289,0.104,0.603,0.3,0.892,0.484\tc0.429,0.274,0.799,0.511,1.162,0.513h1.521c0.199,0,0.36-0.161,0.36-0.36s-0.162-0.36-0.36-0.36h-1.52\tc-0.153-0.001-0.499-0.222-0.776-0.399c-0.495-0.316-1.055-0.674-1.648-0.674c-0.577,0-1.137,0.358-1.631,0.674\tc-0.278,0.177-0.624,0.398-0.774,0.399h-1.521c-0.199,0-0.36,0.161-0.36,0.36s0.161,0.36,0.36,0.36h1.523\tc0.362-0.002,0.732-0.239,1.16-0.513c0.287-0.183,0.599-0.378,0.892-0.482v3.275H9.159V13.639z M15.639,22.852l-2.256-2.238\tc0.444-0.423,1.318-1.255,1.697-1.618l0.559,0.241V22.852z M19.642,28.999L19.642,28.999c0,0.905-0.735,1.641-1.64,1.641\ts-1.64-0.735-1.64-1.64l-0.003-0.001v-4.474c0.007-0.096,0.007-0.191,0-0.287v-5.239c0-0.144-0.085-0.273-0.218-0.331l-0.997-0.429\tc-0.135-0.058-0.293-0.027-0.397,0.077c-0.105,0.106-2.129,2.03-2.129,2.03c-0.07,0.067-0.111,0.159-0.112,0.257\ts0.037,0.191,0.106,0.26l2.591,2.569c0.263,0.226,0.41,0.537,0.435,0.857v0.194c-0.02,0.256-0.118,0.508-0.296,0.717\tc-0.437,0.509-1.765,0.589-2.283,0.148l-4.26-3.951c-0.525-0.45-0.588-1.243-0.166-1.74l3.615-3.397\tc0.072-0.068,0.113-0.163,0.113-0.262v-1.64h7.28L19.642,28.999L19.642,28.999z"
486
531
  })), children);
487
532
  });
@@ -496,7 +541,7 @@ const Yoga_02 = /*#__PURE__*/React.forwardRef(function Yoga_02({
496
541
  xmlns: "http://www.w3.org/2000/svg",
497
542
  fill: "currentColor",
498
543
  ref: ref
499
- }, rest), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
544
+ }, rest), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
500
545
  d: "M3.87,30.371c-0.04,0-0.079-0.001-0.119-0.003c-0.031-0.002-0.062-0.005-0.094-0.008H1v-0.72h1.334\tc-0.308-0.38-0.46-0.856-0.431-1.352c0.031-0.526,0.264-1.008,0.656-1.356l9.081-9.082v-6.58c0-1.487,0.889-2.782,2.24-3.373\tc-0.825-0.658-1.342-1.704-1.342-2.804c0-1.904,1.548-3.453,3.452-3.453s3.453,1.549,3.453,3.453c0,0.967-0.399,1.891-1.056,2.547\tH28.5c1.025,0,1.86,0.834,1.86,1.86s-0.835,1.86-1.86,1.86h-9.14v6.28h4.031c1.085,0,1.969,0.884,1.969,1.97v8.89\tc0,0.429-0.146,0.825-0.392,1.14H31v0.721H4.081C4.011,30.367,3.94,30.371,3.87,30.371z M23.5,29.64c0.629,0,1.14-0.511,1.14-1.14\tv-8.891c0-0.688-0.56-1.249-1.248-1.249H19c-0.199,0-0.36-0.161-0.36-0.36v-7c0-0.199,0.161-0.36,0.36-0.36h9.5\tc0.629,0,1.14-0.512,1.14-1.14s-0.511-1.14-1.14-1.14H17.244c-0.17,0-0.317-0.119-0.352-0.285c-0.036-0.166,0.05-0.334,0.206-0.403\tc0.972-0.433,1.624-1.469,1.624-2.579c0-1.507-1.226-2.733-2.732-2.733s-2.732,1.226-2.732,2.733c0,1.109,0.652,2.146,1.624,2.579\tc0.143,0.063,0.228,0.211,0.211,0.367c-0.017,0.155-0.131,0.282-0.284,0.314c-1.465,0.31-2.449,1.482-2.449,2.918V18\tc0,0.096-0.038,0.188-0.105,0.255l-9.202,9.201c-0.263,0.234-0.411,0.54-0.431,0.875c-0.02,0.334,0.091,0.654,0.312,0.902\tc0.2,0.225,0.469,0.367,0.767,0.406h0.337c0.244-0.032,0.472-0.136,0.659-0.302l9.056-8.599c0.067-0.063,0.156-0.1,0.248-0.1h8\tc0.199,0,0.36,0.161,0.36,0.36v7.5C22.36,29.129,22.871,29.64,23.5,29.64z M5.422,29.64h16.609c-0.245-0.314-0.392-0.711-0.392-1.14\tv-7.14h-7.496L5.422,29.64z M10,11.36H3.5c-1.025,0-1.86-0.834-1.86-1.86S2.475,7.64,3.5,7.64H11v0.72H3.5\tc-0.628,0-1.14,0.512-1.14,1.14s0.512,1.14,1.14,1.14H10V11.36z"
501
546
  })), children);
502
547
  });
@@ -511,7 +556,7 @@ const Yoga_03 = /*#__PURE__*/React.forwardRef(function Yoga_03({
511
556
  xmlns: "http://www.w3.org/2000/svg",
512
557
  fill: "currentColor",
513
558
  ref: ref
514
- }, rest), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
559
+ }, rest), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
515
560
  d: "M29.095,30.64c0.051-0.065,0.098-0.136,0.141-0.21c0.249-0.431,0.314-0.932,0.187-1.411\tc-0.128-0.477-0.434-0.877-0.862-1.125c-0.002-0.001-0.002-0.003-0.004-0.004l-10.25-5.953c-0.661-0.524-0.954-1.051-0.949-1.707\tv-6.227c0-1.202-0.547-2.312-1.412-3.029c0.654-0.157,1.256-0.518,1.706-1.053c1.14-1.355,0.966-3.385-0.389-4.525\tc-0.835-0.703-1.957-0.932-3.001-0.617c-0.19,0.058-0.298,0.259-0.24,0.449c0.058,0.19,0.262,0.297,0.449,0.24\tc0.81-0.248,1.679-0.068,2.327,0.478c1.05,0.885,1.185,2.459,0.301,3.511c-0.603,0.718-1.557,1.032-2.467,0.822\tc-0.049-0.014-0.098-0.027-0.147-0.038c-0.186-0.046-0.381,0.069-0.431,0.259c-0.05,0.189,0.061,0.383,0.249,0.437\tc0.049,0.015,0.099,0.027,0.149,0.04c1.273,0.368,2.185,1.619,2.185,3.027v6.224c-0.006,0.885,0.381,1.607,1.265,2.304l10.293,5.982\th0.001c0.263,0.152,0.452,0.398,0.531,0.692c0.078,0.294,0.038,0.601-0.114,0.865c-0.314,0.544-1.013,0.729-1.566,0.412\tl-13.141-7.087c-0.145-0.075-3.545-1.902-3.545-6.182V2.5c0-0.628,0.512-1.14,1.14-1.14s1.14,0.512,1.14,1.14V11h0.72V2.5\tc0-1.025-0.834-1.86-1.86-1.86S9.64,1.475,9.64,2.5v14.714c0,4.727,3.773,6.737,3.928,6.817l12.254,6.608H6.969\tc0.245-0.314,0.391-0.711,0.391-1.14v-7.14H10V21.64H7c-0.199,0-0.36,0.161-0.36,0.36v7.5c0,0.629-0.512,1.14-1.14,1.14\ts-1.14-0.511-1.14-1.14V21c0-0.797,0.843-1.64,1.64-1.64h3v-0.72H6c-1.191,0-2.36,1.169-2.36,2.36v8.5\tc0,0.429,0.146,0.825,0.391,1.14H1v0.721h30V30.64H29.095z"
516
561
  })), children);
517
562
  });
@@ -526,7 +571,7 @@ const Yoga_04 = /*#__PURE__*/React.forwardRef(function Yoga_04({
526
571
  xmlns: "http://www.w3.org/2000/svg",
527
572
  fill: "currentColor",
528
573
  ref: ref
529
- }, rest), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
574
+ }, rest), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
530
575
  d: "M25.523,31.36c-0.018,0-0.035,0-0.053,0H1v-0.72h3.853c-0.191-0.226-0.331-0.494-0.407-0.79\tc-0.133-0.517-0.059-1.052,0.211-1.508l7.483-12.48V10.36H4.5c-1.025,0-1.86-0.834-1.86-1.86S3.475,6.64,4.5,6.64h8.909\tC12.917,6.045,12.64,5.293,12.64,4.5c0-1.853,1.507-3.36,3.36-3.36s3.36,1.507,3.36,3.36c0,0.793-0.278,1.545-0.77,2.14h8.91\tc1.025,0,1.86,0.834,1.86,1.86s-0.835,1.86-1.86,1.86h-7.641l0.002,5.519l7.373,12.479c0.27,0.457,0.345,0.993,0.212,1.509\tc-0.074,0.289-0.208,0.552-0.392,0.773H31v0.721h-5.424C25.559,31.36,25.541,31.36,25.523,31.36z M25.48,30.64h0.086\tc0.205-0.007,0.411-0.063,0.6-0.175c0.291-0.171,0.498-0.447,0.583-0.777c0.085-0.331,0.037-0.673-0.134-0.964l-7.424-12.563\tc-0.033-0.055-0.051-0.119-0.051-0.183L19.139,10c0-0.095,0.038-0.187,0.105-0.254c0.067-0.068,0.159-0.105,0.255-0.105H27.5\tc0.629,0,1.14-0.512,1.14-1.14s-0.511-1.14-1.14-1.14h-9.842c-0.159,0-0.299-0.104-0.345-0.256s0.014-0.316,0.146-0.404\tc0.739-0.492,1.181-1.314,1.181-2.2c0-1.456-1.184-2.64-2.64-2.64s-2.64,1.185-2.64,2.64c0,0.886,0.442,1.708,1.181,2.2\tc0.132,0.088,0.191,0.252,0.146,0.404S14.5,7.36,14.342,7.36H4.5c-0.628,0-1.14,0.512-1.14,1.14S3.872,9.64,4.5,9.64h8\tc0.199,0,0.36,0.161,0.36,0.36v5.961c0,0.065-0.018,0.129-0.051,0.185L5.276,28.71c-0.17,0.288-0.218,0.63-0.133,0.96\ts0.292,0.606,0.583,0.778c0.291,0.17,0.632,0.218,0.963,0.134c0.33-0.085,0.606-0.292,0.778-0.583l6.263-10.052\tc0.467-0.644,1.052-1.308,2.269-1.308c1.169,0,1.771,0.618,2.246,1.286l6.177,10.085C24.653,30.402,25.06,30.626,25.48,30.64z M7.893,30.64h16.093c-0.066-0.079-0.127-0.165-0.181-0.258l-6.16-10.059c-0.431-0.603-0.844-0.963-1.646-0.963\tc-0.8,0-1.205,0.348-1.672,0.989L8.083,30.372C8.027,30.467,7.963,30.557,7.893,30.64z"
531
576
  })), children);
532
577
  });
@@ -541,7 +586,7 @@ const ZeroTrust = /*#__PURE__*/React.forwardRef(function ZeroTrust({
541
586
  xmlns: "http://www.w3.org/2000/svg",
542
587
  fill: "currentColor",
543
588
  ref: ref
544
- }, rest), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
589
+ }, rest), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
545
590
  d: "M8.36,21H7.64v-2.682\tc0-2.221,1.341-4.164,3.347-4.969c-0.745-0.601-1.197-1.515-1.197-2.499c0-1.771,1.44-3.21,3.21-3.21s3.21,1.44,3.21,3.21\tc0,0.985-0.453,1.9-1.2,2.5c0.941,0.385,1.764,1.042,2.367,1.901l-0.59,0.413c-0.661-0.942-1.625-1.604-2.713-1.861\tc-0.15-0.035-0.261-0.163-0.275-0.316c-0.014-0.154,0.071-0.3,0.212-0.363c0.899-0.4,1.48-1.293,1.48-2.274\tc0-1.374-1.117-2.491-2.49-2.491c-1.374,0-2.491,1.117-2.491,2.491c0,0.982,0.581,1.875,1.48,2.274\tc0.141,0.063,0.226,0.209,0.212,0.362c-0.014,0.154-0.125,0.282-0.275,0.317c-2.1,0.498-3.566,2.354-3.566,4.514V21H8.36z M30.36,17\tc0-6.533-4.41-12.247-10.724-13.895l-0.182,0.696C25.452,5.367,29.64,10.794,29.64,17c0,7.521-6.118,13.64-13.64,13.64\tC8.479,30.64,2.36,24.521,2.36,17c0-7.22,5.638-13.147,12.742-13.611l-1.356,1.356l0.509,0.509L16.509,3l-2.255-2.254l-0.509,0.509\tl1.41,1.41C7.629,3.104,1.64,9.366,1.64,17c0,7.918,6.442,14.36,14.36,14.36S30.36,24.918,30.36,17z M24.36,22v-4.223L20,15.598\tl-4.36,2.18V22c0,2.404,1.956,4.36,4.36,4.36C22.363,26.36,24.36,24.363,24.36,22z M20,16.402l3.64,1.82V22\tc0,1.973-1.667,3.64-3.64,3.64c-2.007,0-3.64-1.633-3.64-3.64v-3.777L20,16.402z"
546
591
  })), children);
547
592
  });
@@ -556,7 +601,7 @@ const Zurich = /*#__PURE__*/React.forwardRef(function Zurich({
556
601
  xmlns: "http://www.w3.org/2000/svg",
557
602
  fill: "currentColor",
558
603
  ref: ref
559
- }, rest), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
604
+ }, rest), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
560
605
  d: "M3.64,21h0.72v1H3.64V21z M7.14,25h0.72v-1H7.14V25z M3.64,25h0.72v-1H3.64V25z M28.36,21h-0.72v1h0.721L28.36,21L28.36,21z M7.14,22h0.72v-1H7.14V22z M27.64,25h0.721v-1H27.64V25z M16,21.36c-0.199,0-0.36-0.161-0.36-0.36v-3c0-0.75,0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36v3c0,0.199-0.161,0.36-0.36,0.36H16z M16.36,20.64h1.28V18c0-0.353-0.287-0.64-0.64-0.64c-0.353,0-0.64,0.287-0.64,0.64C16.36,18,16.36,20.64,16.36,20.64z M22.64,13\th0.721v-1H22.64V13z M22.64,10h0.721V9H22.64V10z M22.64,21h0.721v-1H22.64V21z M22.64,17v1h0.721v-1H22.64z M10.64,13h0.72v-1\th-0.72V13z M10.64,22h0.72v-1h-0.72V22z M11.36,9h-0.72v1h0.72V9z M10.64,25h0.72v-1h-0.72V25z M30.723,29.771\tc-0.929,1.119-2.513,1.122-3.441,0.005c-0.008-0.01-0.017-0.021-0.026-0.029c-0.03-0.03-0.063-0.054-0.101-0.071\tc-0.05-0.025-0.102-0.036-0.155-0.036s-0.106,0.012-0.155,0.035c-0.036,0.018-0.07,0.041-0.1,0.071\tc-0.01,0.009-0.019,0.019-0.026,0.029c-0.928,1.115-2.51,1.115-3.438,0c-0.008-0.01-0.017-0.021-0.026-0.029\tc-0.03-0.03-0.063-0.054-0.101-0.071C23.105,29.651,23.053,29.64,23,29.64s-0.106,0.012-0.155,0.035\tc-0.036,0.018-0.07,0.041-0.1,0.071c-0.01,0.009-0.019,0.019-0.026,0.029c-0.928,1.115-2.51,1.115-3.438,0\tc-0.008-0.01-0.017-0.021-0.026-0.029c-0.03-0.03-0.063-0.054-0.101-0.071C19.105,29.651,19.053,29.64,19,29.64\ts-0.106,0.012-0.155,0.035c-0.036,0.018-0.07,0.041-0.1,0.071c-0.01,0.009-0.019,0.019-0.026,0.029\tc-0.928,1.115-2.509,1.115-3.437,0c-0.008-0.01-0.018-0.021-0.027-0.029c-0.03-0.03-0.064-0.054-0.101-0.071\tC15.105,29.651,15.053,29.64,15,29.64s-0.106,0.012-0.155,0.035c-0.036,0.018-0.07,0.041-0.1,0.07\tc-0.009,0.01-0.019,0.02-0.027,0.03c-0.928,1.115-2.509,1.115-3.437,0c-0.008-0.01-0.018-0.021-0.027-0.029\tc-0.03-0.03-0.064-0.054-0.101-0.071c-0.048-0.024-0.1-0.035-0.153-0.035s-0.106,0.012-0.155,0.035\tc-0.036,0.018-0.07,0.041-0.1,0.07c-0.009,0.01-0.019,0.02-0.027,0.03c-0.928,1.115-2.509,1.115-3.437,0\tc-0.008-0.01-0.018-0.021-0.027-0.029c-0.03-0.03-0.064-0.054-0.101-0.071C7.105,29.651,7.053,29.64,7,29.64\ts-0.106,0.012-0.155,0.035c-0.036,0.018-0.07,0.041-0.1,0.07c-0.009,0.01-0.019,0.02-0.027,0.03c-0.928,1.115-2.509,1.115-3.437,0\tc-0.008-0.01-0.017-0.021-0.027-0.029c-0.03-0.03-0.064-0.055-0.102-0.072C3.104,29.652,3.052,29.64,3,29.64\tc-0.057-0.03-0.108,0.013-0.158,0.036c-0.035,0.018-0.068,0.04-0.097,0.069c-0.01,0.01-0.019,0.02-0.028,0.03\tC2.254,30.333,1.645,30.64,1,30.64c-0.199,0-0.36,0.161-0.36,0.36S0.801,31.36,1,31.36c0.739,0,1.436-0.293,2-0.832\tc1.128,1.078,2.872,1.079,4-0.001c1.128,1.08,2.872,1.08,4,0c1.128,1.08,2.872,1.08,4,0c1.128,1.08,2.871,1.08,4,0\tc1.129,1.08,2.871,1.08,4,0c1.129,1.08,2.871,1.08,4,0c1.225,1.172,3.158,1.053,4.277-0.298c0.127-0.153,0.105-0.38-0.048-0.507\tS30.85,29.617,30.723,29.771z M31.36,19v9c0,0.199-0.161,0.36-0.36,0.36H1c-0.199,0-0.36-0.161-0.36-0.36v-9\tc0-0.12,0.06-0.232,0.16-0.3l2.84-1.893V16h0.72v0.64h6.28V16h0.72v0.807L14.2,18.7c0.1,0.067,0.16,0.18,0.16,0.3v8.64h6.28v-4.28\th-5v-0.72h5v-7.28H13c-0.055,0-0.11-0.012-0.161-0.038C12.717,15.261,12.64,15.136,12.64,15V7.36H9.36V15H8.64V7\tc0-0.199,0.161-0.36,0.36-0.36h0.14V5c0-1.607,0.7-2.451,1.457-3.123l0.043-0.039V1c0-0.199,0.161-0.36,0.36-0.36\tS11.36,0.801,11.36,1v0.838l0.043,0.039C12.16,2.549,12.86,3.393,12.86,5v1.64H13c0.199,0,0.36,0.161,0.36,0.36v7.28l2.53-1.897\tv-1.151l0.75-4.263V5c0-0.199,0.161-0.36,0.36-0.36c0.199,0,0.36,0.161,0.36,0.36v1.97l0.744,4.198l0.005,1.214l2.53,1.897V7\tc0-0.199,0.161-0.36,0.36-0.36h0.14V5c0-1.607,0.7-2.451,1.457-3.123l0.043-0.038V1c0-0.199,0.161-0.36,0.36-0.36\tS23.36,0.801,23.36,1v0.839l0.043,0.038C24.16,2.549,24.86,3.393,24.86,5v1.64H25c0.199,0,0.36,0.161,0.36,0.36v15.64v0.721v4.279\th2.279v-1h0.721v1h2.279v-8.28h-4v-0.72h3.778l-0.641-1.279H26.64v-0.72H30c0.137,0,0.261,0.077,0.322,0.199l1,2\tC31.347,18.889,31.36,18.944,31.36,19z M9.86,6.64h0.78V2.857C10.156,3.4,9.86,4.018,9.86,5V6.64z M12.14,5\tc0-0.982-0.296-1.6-0.78-2.143V6.64h0.78V5z M16.604,11.294l0.002,0.551l0.177-0.133c0.128-0.096,0.305-0.096,0.432,0l0.174,0.13\tv-0.611L17,9.055L16.604,11.294z M19.92,14.64L17,12.45l-2.92,2.19C14.08,14.64,19.92,14.64,19.92,14.64z M10.891,17.36H4.109\tl-1.92,1.279H12.81L10.891,17.36z M13.64,27.64v-8.28H1.36v8.279h2.28V27c0-0.199,0.161-0.36,0.36-0.36\tc0.199,0,0.36,0.161,0.36,0.36v0.64h2.78V27c0-0.199,0.161-0.36,0.36-0.36S7.86,26.801,7.86,27v0.64h2.78V27\tc0-0.199,0.161-0.36,0.36-0.36s0.36,0.161,0.36,0.36v0.64H13.64z M23.36,2.857V6.64h0.779V5C24.14,4.018,23.844,3.4,23.36,2.857z M21.86,6.64h0.779V2.857C22.156,3.4,21.86,4.018,21.86,5V6.64z M21.36,14.64h3.279V7.36H21.36V14.64z M21.36,22.64h3.279v-7.28\tH21.36V22.64z M21.36,27.64h3.279v-4.28H21.36V27.64z"
561
606
  })), children);
562
607
  });
@@ -571,9 +616,9 @@ const ZurichSwissNationalMuseum = /*#__PURE__*/React.forwardRef(function ZurichS
571
616
  xmlns: "http://www.w3.org/2000/svg",
572
617
  fill: "currentColor",
573
618
  ref: ref
574
- }, rest), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
619
+ }, rest), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
575
620
  d: "M9,22c0-0.276,0.224-0.5,0.5-0.5\tS10,21.724,10,22s-0.224,0.5-0.5,0.5S9,22.276,9,22z M10.5,15c0.276,0,0.5-0.224,0.5-0.5S10.776,14,10.5,14S10,14.224,10,14.5\tS10.224,15,10.5,15z M12,15c0.276,0,0.5-0.224,0.5-0.5S12.276,14,12,14s-0.5,0.224-0.5,0.5S11.724,15,12,15z M13.5,15\tc0.276,0,0.5-0.224,0.5-0.5S13.776,14,13.5,14S13,14.224,13,14.5S13.224,15,13.5,15z M15,15c0.276,0,0.5-0.224,0.5-0.5\tS15.276,14,15,14s-0.5,0.224-0.5,0.5S14.724,15,15,15z M16.5,15c0.276,0,0.5-0.224,0.5-0.5S16.776,14,16.5,14S16,14.224,16,14.5\tS16.224,15,16.5,15z M25.5,11c0.276,0,0.5-0.224,0.5-0.5S25.776,10,25.5,10S25,10.224,25,10.5S25.224,11,25.5,11z M24.5,12\tc0.276,0,0.5-0.224,0.5-0.5S24.776,11,24.5,11S24,11.224,24,11.5S24.224,12,24.5,12z M23.5,13c0.276,0,0.5-0.224,0.5-0.5\tS23.776,12,23.5,12S23,12.224,23,12.5S23.224,13,23.5,13z M22.5,14c0.276,0,0.5-0.224,0.5-0.5S22.776,13,22.5,13S22,13.224,22,13.5\tS22.224,14,22.5,14z M21.5,15c0.276,0,0.5-0.224,0.5-0.5S21.776,14,21.5,14S21,14.224,21,14.5S21.224,15,21.5,15z M6.5,23\tC6.776,23,7,22.776,7,22.5S6.776,22,6.5,22S6,22.224,6,22.5S6.224,23,6.5,23z M5,23c0.276,0,0.5-0.224,0.5-0.5S5.276,22,5,22\ts-0.5,0.224-0.5,0.5S4.724,23,5,23z M3.5,23C3.776,23,4,22.776,4,22.5S3.776,22,3.5,22S3,22.224,3,22.5S3.224,23,3.5,23z M9.5,21\tc0.276,0,0.5-0.224,0.5-0.5S9.776,20,9.5,20S9,20.224,9,20.5S9.224,21,9.5,21z M28.5,24.5c0.276,0,0.5-0.224,0.5-0.5\ts-0.224-0.5-0.5-0.5S28,23.724,28,24S28.224,24.5,28.5,24.5z M28.5,23c0.276,0,0.5-0.224,0.5-0.5S28.776,22,28.5,22\tS28,22.224,28,22.5S28.224,23,28.5,23z M31,28.36H1v-0.72h30V28.36z M31,26.36h-9c-0.096,0-0.188-0.038-0.255-0.105l-2.779-2.779\tl-3.75,2.812C15.154,26.335,15.078,26.36,15,26.36H1v-0.72h0.64V7c0-0.138,0.079-0.265,0.204-0.325\tc0.063-0.03,0.131-0.039,0.2-0.033L18.691,8.6l11.247-1.956c0.106-0.02,0.212,0.01,0.293,0.079C30.313,6.793,30.36,6.894,30.36,7\tv18.64H31V26.36z M22.542,25.64h7.098V8.783L22.542,25.64z M10.142,25.64h4.738l3.76-2.819v-3.129L10.142,25.64z M7.062,11.354\tc-0.102,0.019-0.206-0.009-0.287-0.073L2.36,7.749V25.64h6.527l9.907-6.935c0.142-0.1,0.337-0.083,0.461,0.04l3.807,3.807\tl6.351-15.084L7.062,11.354z M19.36,22.851l2.516,2.517l0.904-2.147l-0.035,0.035L19.36,19.87V22.851z M3.207,7.504l3.891,3.113\tl9.107-1.584L3.207,7.504z"
576
621
  })), children);
577
622
  });
578
623
 
579
- export { WavingHand, WaymoCar, Weather, WebBanners, WebDeveloper, Webcast, Websites, Websphere, WeddingCake, Whale, Wheat, WheelchairUser, WheelchairUserActive, Whistle, WhitePaper, Wifi, WindPower, Windows, WindowsHosting, Windy, Wine, WirelessHome, WirelessModem, WordCloud, Workday, Workflows, WorldCommunityGrid, WreckingBall, XRay_01, XRay_02, Yoga_01, Yoga_02, Yoga_03, Yoga_04, ZeroTrust, Zurich, ZurichSwissNationalMuseum };
624
+ export { WatsonxCodeAssistantForZRefactor, WatsonxData, WatsonxGovernance, WavingHand, WaymoCar, Weather, WebBanners, WebDeveloper, Webcast, Websites, Websphere, WeddingCake, Whale, Wheat, WheelchairUser, WheelchairUserActive, Whistle, WhitePaper, Wifi, WindPower, Windows, WindowsHosting, Windy, Wine, WirelessHome, WirelessModem, WordCloud, Workday, Workflows, WorldCommunityGrid, WreckingBall, XRay_01, XRay_02, Yoga_01, Yoga_02, Yoga_03, Yoga_04, ZeroTrust, Zurich, ZurichSwissNationalMuseum };
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Copyright IBM Corp. 2019, 2023
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ * Code generated by @carbon/pictograms-react. DO NOT EDIT.
8
+ */
9
+ import type { CarbonPictogramType } from '../CarbonPictogram';
10
+ declare const Db2GeniusHub: CarbonPictogramType;
11
+ export default Db2GeniusHub
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Copyright IBM Corp. 2019, 2023
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
+ */
9
+ import { _ as _extends } from '../_rollupPluginBabelHelpers-CuCmpz4u.js';
10
+ import React from 'react';
11
+ import Icon from '../Icon.js';
12
+ import '@carbon/icon-helpers';
13
+ import 'prop-types';
14
+
15
+ var _path;
16
+ const Db2GeniusHub = /*#__PURE__*/React.forwardRef(function Db2GeniusHub({
17
+ children,
18
+ ...rest
19
+ }, ref) {
20
+ return /*#__PURE__*/React.createElement(Icon, _extends({
21
+ width: 64,
22
+ height: 64,
23
+ viewBox: "0 0 32 32",
24
+ xmlns: "http://www.w3.org/2000/svg",
25
+ fill: "currentColor",
26
+ ref: ref
27
+ }, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
28
+ d: "M26,29.3604h-4c-.1992,0-.3604-.1611-.3604-.3604v-4c0-.1992.1611-.3604.3604-.3604h4c.1992,0,.3604.1611.3604.3604v4c0,.1992-.1611.3604-.3604.3604ZM22.3604,28.6396h3.2793v-3.2793h-3.2793v3.2793ZM16,28.3604c-4.7441,0-9.1274-2.7695-11.167-7.0566l.6504-.3086c1.9204,4.0361,6.0483,6.6445,10.5166,6.6445.9863,0,1.9648-.123,2.9092-.3662l.1797.6973c-1.0029.2588-2.042.3896-3.0889.3896ZM26.1904,22.9971l-.5938-.4082c1.3369-1.9424,2.043-4.2207,2.043-6.5889,0-3.5532-1.5918-6.8667-4.3682-9.0903l.4492-.5615c2.9482,2.3608,4.6396,5.8789,4.6396,9.6519,0,2.5146-.751,4.9336-2.1699,6.9971ZM16,22.3604c-2.5986,0-5.3599-.8271-5.3599-2.3604v-8c0-1.5327,2.7612-2.3599,5.3599-2.3599s5.3604.8271,5.3604,2.3599v8c0,1.5332-2.7617,2.3604-5.3604,2.3604ZM11.3599,17.2266v2.7734c0,.7744,1.9844,1.6396,4.6401,1.6396s4.6396-.8652,4.6396-1.6396v-2.7734c-1.9805,1.4844-7.2993,1.4844-9.2798,0ZM11.3599,16c0,.7739,1.9844,1.6396,4.6401,1.6396s4.6396-.8657,4.6396-1.6396v-2.7734c-1.9805,1.4854-7.2993,1.4854-9.2798,0v2.7734ZM16,10.3599c-2.6558,0-4.6401.8662-4.6401,1.6401s1.9844,1.6401,4.6401,1.6401,4.6396-.8662,4.6396-1.6401-1.9844-1.6401-4.6396-1.6401ZM7,19.3604H2c-.1309,0-.2515-.0713-.3149-.1855s-.0596-.2549.0098-.3652l2.4995-4.0005c.1309-.21.4785-.21.6104,0l2.5005,4.0005c.0693.1104.0732.25.0098.3652-.0635.1143-.1841.1855-.3149.1855ZM2.6494,18.6396h3.7012l-1.8511-2.9604-1.8501,2.9604ZM4.729,13.0801l-.6973-.1797c1.4082-5.4526,6.3296-9.2603,11.9683-9.2603v.7197c-5.3101,0-9.9448,3.5859-11.271,8.7202ZM20,6.3599c-1.3018,0-2.3604-1.0586-2.3604-2.3599s1.0586-2.3599,2.3604-2.3599,2.3604,1.0586,2.3604,2.3599-1.0586,2.3599-2.3604,2.3599ZM20,2.3599c-.9043,0-1.6396.7358-1.6396,1.6401s.7354,1.6401,1.6396,1.6401,1.6396-.7358,1.6396-1.6401-.7354-1.6401-1.6396-1.6401Z"
29
+ })), children);
30
+ });
31
+
32
+ export { Db2GeniusHub as default };