UNPKG

@carbon/icons-react

Version:

React components for icons in digital and software products using the Carbon Design System

1,075 lines (1,023 loc) 145 kB
/** * Copyright IBM Corp. 2016, 2023 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. * * Code generated by @carbon/icon-build-helpers. DO NOT EDIT. */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var React = require('react'); var iconPropTypes = require('../iconPropTypes-b192e04d.js'); require('@carbon/icon-helpers'); require('prop-types'); function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } var React__default = /*#__PURE__*/_interopDefaultLegacy(React); var _path, _path2, _path3, _path4, _path5, _path6, _circle, _circle2, _circle3, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _circle4, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _circle5, _path73, _path74, _circle6, _path75, _path76, _circle7, _path77, _path78, _path79, _path80, _path81, _rect, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _circle8, _circle9, _path159, _circle10, _circle11, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _circle12, _circle13, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _circle14, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _circle15, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _circle16, _circle17, _path212, _path213, _path214, _circle18, _path215, _path216; const didWarnAboutDeprecation = {}; const IntentRequestActive = /*#__PURE__*/React__default["default"].forwardRef(function IntentRequestActive(_ref, ref) { let { children, size = 16, ...rest } = _ref; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path || (_path = /*#__PURE__*/React__default["default"].createElement("path", { d: "M23 27.2L20.4 24.6 19 26 23 30 31 22 29.6 20.6z" })), _path2 || (_path2 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z" })), children); }); if (process.env.NODE_ENV !== "production") { IntentRequestActive.propTypes = iconPropTypes.iconPropTypes; } const IntentRequestCreate = /*#__PURE__*/React__default["default"].forwardRef(function IntentRequestCreate(_ref2, ref) { let { children, size = 16, ...rest } = _ref2; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path3 || (_path3 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M30 24L26 24 26 20 24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26z" })), _path4 || (_path4 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z" })), children); }); if (process.env.NODE_ENV !== "production") { IntentRequestCreate.propTypes = iconPropTypes.iconPropTypes; } const IntentRequestHeal = /*#__PURE__*/React__default["default"].forwardRef(function IntentRequestHeal(_ref3, ref) { let { children, size = 16, ...rest } = _ref3; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path5 || (_path5 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M27,20c-0.8,0-1.5,0.3-2.1,0.9l-0.4,0.5l-0.4-0.5C23.5,20.3,22.7,20,22,20s-1.5,0.3-2.1,0.9c-1.2,1.2-1.2,3.1,0,4.3l4.6,4.8 l4.6-4.8c1.2-1.2,1.2-3.1,0-4.3C28.6,20.3,27.8,20,27,20L27,20z" })), _path6 || (_path6 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M16.6,28.6L4,16L16,4l12.6,12.6l1.4-1.4L17.5,2.6c-0.8-0.8-2.1-0.8-2.9,0L2.6,14.5c-0.8,0.8-0.8,2.1,0,2.9L15.1,30 L16.6,28.6z" })), children); }); if (process.env.NODE_ENV !== "production") { IntentRequestHeal.propTypes = iconPropTypes.iconPropTypes; } const IntentRequestInactive = /*#__PURE__*/React__default["default"].forwardRef(function IntentRequestInactive(_ref4, ref) { let { children, size = 16, ...rest } = _ref4; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _circle || (_circle = /*#__PURE__*/React__default["default"].createElement("circle", { cx: "18.5", cy: "22.5", r: "1.5" })), _circle2 || (_circle2 = /*#__PURE__*/React__default["default"].createElement("circle", { cx: "23.5", cy: "22.5", r: "1.5" })), _circle3 || (_circle3 = /*#__PURE__*/React__default["default"].createElement("circle", { cx: "28.5", cy: "22.5", r: "1.5" })), _path7 || (_path7 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z" })), children); }); if (process.env.NODE_ENV !== "production") { IntentRequestInactive.propTypes = iconPropTypes.iconPropTypes; } const IntentRequestScaleIn = /*#__PURE__*/React__default["default"].forwardRef(function IntentRequestScaleIn(_ref5, ref) { let { children, size = 16, ...rest } = _ref5; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path8 || (_path8 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M28.6 30L30 28.6 22.4 21 29 21 29 19 19 19 19 29 21 29 21 22.4zM2 28.6L3.4 30 11 22.4 11 29 13 29 13 19 3 19 3 21 9.6 21zM17 2L15 2 15 12.2 10.4 7.6 9 9 16 16 23 9 21.6 7.6 17 12.2z" })), children); }); if (process.env.NODE_ENV !== "production") { IntentRequestScaleIn.propTypes = iconPropTypes.iconPropTypes; } const IntentRequestScaleOut = /*#__PURE__*/React__default["default"].forwardRef(function IntentRequestScaleOut(_ref6, ref) { let { children, size = 16, ...rest } = _ref6; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path9 || (_path9 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M19 20.4L20.4 19 28 26.6 28 20 30 20 30 30 20 30 20 28 26.6 28zM13 20.4L11.6 19 4 26.6 4 20 2 20 2 30 12 30 12 28 5.4 28zM17 16L15 16 15 5.8 10.4 10.4 9 9 16 2 23 9 21.6 10.4 17 5.8z" })), children); }); if (process.env.NODE_ENV !== "production") { IntentRequestScaleOut.propTypes = iconPropTypes.iconPropTypes; } const IntentRequestUninstall = /*#__PURE__*/React__default["default"].forwardRef(function IntentRequestUninstall(_ref7, ref) { let { children, size = 16, ...rest } = _ref7; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path10 || (_path10 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M30 21.4L28.6 20 25 23.6 21.4 20 20 21.4 23.6 25 20 28.6 21.4 30 25 26.4 28.6 30 30 28.6 26.4 25z" })), _path11 || (_path11 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z" })), children); }); if (process.env.NODE_ENV !== "production") { IntentRequestUninstall.propTypes = iconPropTypes.iconPropTypes; } const IntentRequestUpgrade = /*#__PURE__*/React__default["default"].forwardRef(function IntentRequestUpgrade(_ref8, ref) { let { children, size = 16, ...rest } = _ref8; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path12 || (_path12 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M28 23L26.6 24.4 24 21.8 24 30 22 30 22 21.8 19.4 24.4 18 23 23 18z" })), _path13 || (_path13 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z" })), children); }); if (process.env.NODE_ENV !== "production") { IntentRequestUpgrade.propTypes = iconPropTypes.iconPropTypes; } const Interactions = /*#__PURE__*/React__default["default"].forwardRef(function Interactions(_ref9, ref) { let { children, size = 16, ...rest } = _ref9; if (size === 16 || size === "16" || size === "16px") { return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "currentColor", ...rest }, _path14 || (_path14 = /*#__PURE__*/React__default["default"].createElement("path", { fillRule: "evenodd", d: "M11,7 L11,9 L13,9 C13.5522847,9 14,9.44771525 14,10 L14,10 L14,13 C14,13.5522847 13.5522847,14 13,14 L13,14 L10,14 L10,7 L11,7 Z M5,9 C5.55228475,9 6,9.44771525 6,10 L6,10 L6,14 L3,14 C2.44771525,14 2,13.5522847 2,13 L2,13 L2,12 C2,11.4477153 2.44771525,11 3,11 L3,11 L5,11 L5,10 L2.5,10 L2.5,9 Z M13,10 L11,10 L11,13 L13,13 L13,10 Z M5,12 L3,12 L3,13 L5,13 L5,12 Z M7.912,2 L7.834,3.911 L9.628,3.248 L9.914,4.119 L8.068,4.626 L9.251,6.134 L8.523,6.667 L7.457,5.068 L6.391,6.667 L5.663,6.134 L6.846,4.626 L5,4.119 L5.286,3.248 L7.08,3.911 L7.002,2 L7.912,2 Z" })), children); } return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path15 || (_path15 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M26 18H22V14H20V28h6a2.0027 2.0027 0 002-2V20A2.0023 2.0023 0 0026 18zm-4 8V20h4v6zM20 6.076L19.256 4.219 16 5.522 16 2 14 2 14 5.523 10.744 4.22 10 6.077 13.417 7.444 10.9 10.8 12.5 12 15 8.667 17.5 12 19.1 10.8 16.583 7.443 20 6.076zM10 18H5v2h5v2H6a2 2 0 00-2 2v2a2 2 0 002 2h6V20A2.0023 2.0023 0 0010 18zm0 8H6V24h4z" })), children); }); if (process.env.NODE_ENV !== "production") { Interactions.propTypes = iconPropTypes.iconPropTypes; } const WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthInteractiveSegmentationCursor(_ref10, ref) { let { children, size = 16, ...rest } = _ref10; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path16 || (_path16 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M29.4139,24,15.9989,10.5663a2.0473,2.0473,0,0,0-2.8281,0l-2.586,2.586a2.0023,2.0023,0,0,0,0,2.8283L23.9989,29.4145a2.0021,2.0021,0,0,0,2.8281,0l2.5869-2.5865a1.9993,1.9993,0,0,0,0-2.8283Zm-17.415-9.4335,2.5859-2.5859,3.5,3.5L15.498,18.0676l-3.5-3.5ZM25.413,28l-8.5009-8.5188,2.5867-2.587L28,25.4143Z" })), _path17 || (_path17 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M7.586 18.586H10.414V21.413999999999998H7.586z", transform: "rotate(-45 9 20)" })), _path18 || (_path18 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M18.586 7.586H21.413999999999998V10.414H18.586z", transform: "rotate(-45 20 9)" })), _path19 || (_path19 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M7.586 7.586H10.414V10.414H7.586z", transform: "rotate(-45 9 9)" })), _path20 || (_path20 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M11 2L2 2 2 11 4 11 4 4 11 4 11 2z" })), children); }); if (process.env.NODE_ENV !== "production") { WatsonHealthInteractiveSegmentationCursor.propTypes = iconPropTypes.iconPropTypes; } const Intersect = /*#__PURE__*/React__default["default"].forwardRef(function Intersect(_ref11, ref) { let { children, size = 16, ...rest } = _ref11; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path21 || (_path21 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M22 24H18V22h4V18h2v4A2.0021 2.0021 0 0122 24zM10 14H8V10a2.0022 2.0022 0 012-2h4v2H10z" })), _path22 || (_path22 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M28,8H24V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V22a2.0023,2.0023,0,0,0,2,2H8v4a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V10A2.0023,2.0023,0,0,0,28,8Zm0,20H10V24h4V22H10V18H8v4H4V4H22V8H18v2h4v4h2V10h4Z" })), children); }); if (process.env.NODE_ENV !== "production") { Intersect.propTypes = iconPropTypes.iconPropTypes; } const IntrusionPrevention = /*#__PURE__*/React__default["default"].forwardRef(function IntrusionPrevention(_ref12, ref) { let { children, size = 16, ...rest } = _ref12; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _circle4 || (_circle4 = /*#__PURE__*/React__default["default"].createElement("circle", { cx: "22", cy: "23.887", r: "2" })), _path23 || (_path23 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M29.7769 23.4785A8.64 8.64 0 0022 18a8.64 8.64 0 00-7.7769 5.4785L14 24l.2231.5215A8.64 8.64 0 0022 30a8.64 8.64 0 007.7769-5.4785L30 24zM22 28a4 4 0 114-4A4.0045 4.0045 0 0122 28zM25 10H4A2.0021 2.0021 0 012 8V4A2.0021 2.0021 0 014 2H25a2.0021 2.0021 0 012 2V8A2.0021 2.0021 0 0125 10zM4 4V8H25V4zM12 28H4V24h8V22H4a2.0023 2.0023 0 00-2 2v4a2.0023 2.0023 0 002 2h8z" })), _path24 || (_path24 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M28,12H7a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2h5V18H7V14H28l.0007,2H30V14A2.0023,2.0023,0,0,0,28,12Z" })), children); }); if (process.env.NODE_ENV !== "production") { IntrusionPrevention.propTypes = iconPropTypes.iconPropTypes; } const InventoryManagement = /*#__PURE__*/React__default["default"].forwardRef(function InventoryManagement(_ref13, ref) { let { children, size = 16, ...rest } = _ref13; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path25 || (_path25 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M19 24H23V28H19zM26 24H30V28H26zM19 17H23V21H19zM26 17H30V21H26z" })), _path26 || (_path26 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M17,24H4V10H28v5h2V10a2.0023,2.0023,0,0,0-2-2H22V4a2.0023,2.0023,0,0,0-2-2H12a2.002,2.002,0,0,0-2,2V8H4a2.002,2.002,0,0,0-2,2V24a2.0023,2.0023,0,0,0,2,2H17ZM12,4h8V8H12Z" })), children); }); if (process.env.NODE_ENV !== "production") { InventoryManagement.propTypes = iconPropTypes.iconPropTypes; } const IotConnect = /*#__PURE__*/React__default["default"].forwardRef(function IotConnect(_ref14, ref) { let { children, size = 16, ...rest } = _ref14; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path27 || (_path27 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z" })), _path28 || (_path28 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M26,2a4.0042,4.0042,0,0,0-4,4,3.9556,3.9556,0,0,0,.5668,2.0192L19.5859,11H11V21H21V12.4141l2.9808-2.9808A3.9553,3.9553,0,0,0,26,10a4,4,0,0,0,0-8ZM19,19H13V13h6ZM26,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,8Z" })), children); }); if (process.env.NODE_ENV !== "production") { IotConnect.propTypes = iconPropTypes.iconPropTypes; } const IotPlatform = /*#__PURE__*/React__default["default"].forwardRef(function IotPlatform(_ref15, ref) { let { children, size = 16, ...rest } = _ref15; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path29 || (_path29 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z" })), _path30 || (_path30 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M21 21H11V11H21zm-8-2h6V13H13zM31 13H29A10.0117 10.0117 0 0019 3V1A12.0131 12.0131 0 0131 13z" })), _path31 || (_path31 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M26,13H24a5.0059,5.0059,0,0,0-5-5V6A7.0085,7.0085,0,0,1,26,13Z" })), children); }); if (process.env.NODE_ENV !== "production") { IotPlatform.propTypes = iconPropTypes.iconPropTypes; } const Iso = /*#__PURE__*/React__default["default"].forwardRef(function Iso(_ref16, ref) { let { children, size = 16, ...rest } = _ref16; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path32 || (_path32 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M28 23H24a2 2 0 01-2-2V11a2 2 0 012-2h4a2 2 0 012 2V21A2 2 0 0128 23zM24 11V21h4V11zM18 23H12V21h6V17H14a2 2 0 01-2-2V11a2 2 0 012-2h6v2H14v4h4a2 2 0 012 2v4A2 2 0 0118 23zM2 11L5 11 5 21 2 21 2 23 10 23 10 21 7 21 7 11 10 11 10 9 2 9 2 11z" })), children); }); if (process.env.NODE_ENV !== "production") { Iso.propTypes = iconPropTypes.iconPropTypes; } const IsoFilled = /*#__PURE__*/React__default["default"].forwardRef(function IsoFilled(_ref17, ref) { let { children, size = 16, ...rest } = _ref17; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path33 || (_path33 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M21 13H24V19H21z" })), _path34 || (_path34 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM8,21H6V11H8Zm9-8H12v2h3a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H10V19h5V17H12a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm9,6a2,2,0,0,1-2,2H21a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3a2,2,0,0,1,2,2Z" })), children); }); if (process.env.NODE_ENV !== "production") { IsoFilled.propTypes = iconPropTypes.iconPropTypes; } const IsoOutline = /*#__PURE__*/React__default["default"].forwardRef(function IsoOutline(_ref18, ref) { let { children, size = 16, ...rest } = _ref18; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path35 || (_path35 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M24 21H21a2 2 0 01-2-2V13a2 2 0 012-2h3a2 2 0 012 2v6A2 2 0 0124 21zm-3-8v6h3V13zM15 21H10V19h5V17H12a2 2 0 01-2-2V13a2 2 0 012-2h5v2H12v2h3a2 2 0 012 2v2A2 2 0 0115 21zM6 11H8V21H6z" })), _path36 || (_path36 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM4,24V8H28V24Z" })), children); }); if (process.env.NODE_ENV !== "production") { IsoOutline.propTypes = iconPropTypes.iconPropTypes; } const JoinFull = /*#__PURE__*/React__default["default"].forwardRef(function JoinFull(_ref19, ref) { let { children, size = 16, ...rest } = _ref19; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path37 || (_path37 = /*#__PURE__*/React__default["default"].createElement("path", { fill: "none", d: "M16,9.0752a7.9941,7.9941,0,0,1,0,13.85,7.9941,7.9941,0,0,1,0-13.85m0-2.2373a9.9953,9.9953,0,0,0,0,18.3242A9.9953,9.9953,0,0,0,16,6.8379Z", "data-icon-path": "inner-path" })), _path38 || (_path38 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M10,16a9.9976,9.9976,0,0,1,6-9.1621,10,10,0,1,0,0,18.3242A9.9976,9.9976,0,0,1,10,16Z" })), _path39 || (_path39 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M16,9.0752a7.9941,7.9941,0,0,0,0,13.85,7.9941,7.9941,0,0,0,0-13.85Z" })), _path40 || (_path40 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M20,6a9.9539,9.9539,0,0,0-4,.8379,9.9953,9.9953,0,0,1,0,18.3242A9.9988,9.9988,0,1,0,20,6Z" })), children); }); if (process.env.NODE_ENV !== "production") { JoinFull.propTypes = iconPropTypes.iconPropTypes; } const JoinInner = /*#__PURE__*/React__default["default"].forwardRef(function JoinInner(_ref20, ref) { let { children, size = 16, ...rest } = _ref20; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path41 || (_path41 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M20,6a9.9355,9.9355,0,0,0-4,.8418A9.999,9.999,0,1,0,16,25.16,9.998,9.998,0,1,0,20,6ZM12,24A8,8,0,1,1,13.7573,8.2017a9.9734,9.9734,0,0,0,0,15.5986A7.9919,7.9919,0,0,1,12,24Zm8,0a7.9919,7.9919,0,0,1-1.7573-.2,9.9734,9.9734,0,0,0,0-15.5986A7.9972,7.9972,0,1,1,20,24Z" })), children); }); if (process.env.NODE_ENV !== "production") { JoinInner.propTypes = iconPropTypes.iconPropTypes; } const JoinLeft = /*#__PURE__*/React__default["default"].forwardRef(function JoinLeft(_ref21, ref) { let { children, size = 16, ...rest } = _ref21; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path42 || (_path42 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M20,6a9.9272,9.9272,0,0,0-3.9968.8394,9.9758,9.9758,0,0,1,2.2451,1.36,8,8,0,1,1,0,15.6016,9.9758,9.9758,0,0,1-2.2451,1.36A9.9976,9.9976,0,1,0,20,6Z" })), _path43 || (_path43 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M12,16a8.01,8.01,0,0,0,6.2483,7.8008,9.9858,9.9858,0,0,0,0-15.6016A8.01,8.01,0,0,0,12,16Z" })), _path44 || (_path44 = /*#__PURE__*/React__default["default"].createElement("path", { fill: "none", d: "M12,16a8.01,8.01,0,0,1,6.2483-7.8008,9.9758,9.9758,0,0,0-2.2451-1.36,9.9909,9.9909,0,0,0,0,18.3212,9.9758,9.9758,0,0,0,2.2451-1.36A8.01,8.01,0,0,1,12,16Z", "data-icon-path": "inner-path" })), _path45 || (_path45 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M10,16a10.0105,10.0105,0,0,1,6.0032-9.1606,10,10,0,1,0,0,18.3212A10.0105,10.0105,0,0,1,10,16Z" })), children); }); if (process.env.NODE_ENV !== "production") { JoinLeft.propTypes = iconPropTypes.iconPropTypes; } const JoinOuter = /*#__PURE__*/React__default["default"].forwardRef(function JoinOuter(_ref22, ref) { let { children, size = 16, ...rest } = _ref22; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path46 || (_path46 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M20 6a9.9539 9.9539 0 00-4 .8379 9.9953 9.9953 0 010 18.3242A9.9988 9.9988 0 1020 6zM10 16a9.9976 9.9976 0 016-9.1621 10 10 0 100 18.3242A9.9976 9.9976 0 0110 16z" })), children); }); if (process.env.NODE_ENV !== "production") { JoinOuter.propTypes = iconPropTypes.iconPropTypes; } const JoinRight = /*#__PURE__*/React__default["default"].forwardRef(function JoinRight(_ref23, ref) { let { children, size = 16, ...rest } = _ref23; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path47 || (_path47 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M20,6a9.95,9.95,0,0,0-4.0032.8394,9.9909,9.9909,0,0,1,0,18.3212A9.9988,9.9988,0,1,0,20,6Z" })), _path48 || (_path48 = /*#__PURE__*/React__default["default"].createElement("path", { fill: "none", d: "M20,16a8.01,8.01,0,0,0-6.2483-7.8008,9.9758,9.9758,0,0,1,2.2451-1.36,9.9909,9.9909,0,0,1,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A8.01,8.01,0,0,0,20,16Z", "data-icon-path": "inner-path" })), _path49 || (_path49 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M10,16a9.9759,9.9759,0,0,0,3.7517,7.8008,7.9937,7.9937,0,0,0,0-15.6016A9.9759,9.9759,0,0,0,10,16Z" })), _path50 || (_path50 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M12,24A8,8,0,1,1,13.7517,8.1992a9.9758,9.9758,0,0,1,2.2451-1.36,10,10,0,1,0,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A7.9727,7.9727,0,0,1,12,24Z" })), children); }); if (process.env.NODE_ENV !== "production") { JoinRight.propTypes = iconPropTypes.iconPropTypes; } const Jpg = /*#__PURE__*/React__default["default"].forwardRef(function Jpg(_ref24, ref) { let { children, size = 16, ...rest } = _ref24; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path51 || (_path51 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M30 23H24a2 2 0 01-2-2V11a2 2 0 012-2h6v2H24V21h4V17H26V15h4zM14 23H12V9h6a2 2 0 012 2v5a2 2 0 01-2 2H14zm0-7h4V11H14zM8 23H4a2 2 0 01-2-2V19H4v2H8V9h2V21A2 2 0 018 23z" })), children); }); if (process.env.NODE_ENV !== "production") { Jpg.propTypes = iconPropTypes.iconPropTypes; } const Json = /*#__PURE__*/React__default["default"].forwardRef(function Json(_ref25, ref) { let { children, size = 16, ...rest } = _ref25; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path52 || (_path52 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M31 11L31 21 29 21 27 15 27 21 25 21 25 11 27 11 29 17 29 11 31 11zM21.3335 21h-2.667A1.6684 1.6684 0 0117 19.3335v-6.667A1.6684 1.6684 0 0118.6665 11h2.667A1.6684 1.6684 0 0123 12.6665v6.667A1.6684 1.6684 0 0121.3335 21zM19 19h2V13H19zM13.3335 21H9V19h4V17H11a2.002 2.002 0 01-2-2V12.6665A1.6684 1.6684 0 0110.6665 11H15v2H11v2h2a2.002 2.002 0 012 2v2.3335A1.6684 1.6684 0 0113.3335 21zM5.3335 21H2.6665A1.6684 1.6684 0 011 19.3335V17H3v2H5V11H7v8.3335A1.6684 1.6684 0 015.3335 21z" })), children); }); if (process.env.NODE_ENV !== "production") { Json.propTypes = iconPropTypes.iconPropTypes; } const JsonReference = /*#__PURE__*/React__default["default"].forwardRef(function JsonReference(_ref26, ref) { let { children, size = 16, ...rest } = _ref26; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path53 || (_path53 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM29 12L27 6 25 6 25 16 27 16 27 10 29 16 31 16 31 6 29 6 29 12zM21.3335 6h-2.667A1.6683 1.6683 0 0017 7.6665v6.667A1.6684 1.6684 0 0018.6665 16h2.667A1.6683 1.6683 0 0023 14.3335V7.6665A1.6683 1.6683 0 0021.3335 6zM21 14H19V8h2zM9 7.6665V10a2.002 2.002 0 002 2h2v2H9v2h4.3335A1.6683 1.6683 0 0015 14.3335V12a2.002 2.002 0 00-2-2H11V8h4V6H10.6665A1.6683 1.6683 0 009 7.6665zM5 14H3V12H1v2.3335A1.6684 1.6684 0 002.6665 16h2.667A1.6683 1.6683 0 007 14.3335V6H5z" })), children); }); if (process.env.NODE_ENV !== "production") { JsonReference.propTypes = iconPropTypes.iconPropTypes; } const JumpLink = /*#__PURE__*/React__default["default"].forwardRef(function JumpLink(_ref27, ref) { let { children, size = 16, ...rest } = _ref27; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path54 || (_path54 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M13.4141,17.5859,18,22.1719V8H8V6H18a2.0024,2.0024,0,0,1,2,2V22.1719l4.5859-4.586L26,19l-7,7-7-7Z" })), children); }); if (process.env.NODE_ENV !== "production") { JumpLink.propTypes = iconPropTypes.iconPropTypes; } const KeepDry = /*#__PURE__*/React__default["default"].forwardRef(function KeepDry(_ref28, ref) { let { children, size = 16, ...rest } = _ref28; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path55 || (_path55 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M25,10a3.8978,3.8978,0,0,1-4-3.777,3.9017,3.9017,0,0,1,.6533-2.0639L24.17.4141a1.0381,1.0381,0,0,1,1.6592,0L28.3154,4.11A3.9693,3.9693,0,0,1,29,6.223,3.8978,3.8978,0,0,1,25,10Zm0-7.2368L23.3438,5.2257A1.89,1.89,0,0,0,23,6.223a2.014,2.014,0,0,0,4,0,1.98,1.98,0,0,0-.375-1.0466Z" })), _path56 || (_path56 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M29.9854,15.83a13.9726,13.9726,0,0,0-1.8147-4.8323L26.4329,12.001a12.092,12.092,0,0,1,1.07,2.2124A5.4079,5.4079,0,0,0,26,14a6.5439,6.5439,0,0,0-3.939,1.333,14.5177,14.5177,0,0,0-3.0456-8.9341A13.8858,13.8858,0,0,0,17,4.4014V2H15V4.0464A14.3808,14.3808,0,0,0,2.0146,15.83,1,1,0,0,0,3.51,16.86,4.8551,4.8551,0,0,1,6,16a4.8653,4.8653,0,0,1,4.1406,2.5107,1.0393,1.0393,0,0,0,1.7188,0A5.02,5.02,0,0,1,15,16.1255V25.5a2.5,2.5,0,0,1-5,0V25H8v.5a4.5,4.5,0,0,0,9,0V16.1255a5.02,5.02,0,0,1,3.1406,2.3852.9994.9994,0,0,0,1.7188,0A4.8653,4.8653,0,0,1,26,16a4.8551,4.8551,0,0,1,2.49.86,1,1,0,0,0,1.4957-1.03ZM9.939,15.333A6.5439,6.5439,0,0,0,6,14a5.4079,5.4079,0,0,0-1.5034.2134,12.4413,12.4413,0,0,1,8.488-7.8145A14.5157,14.5157,0,0,0,9.939,15.333ZM16,14a6.5526,6.5526,0,0,0-4.0564,1.4307c.0378-2.22.6089-6.49,4.0564-9.1763,3.4307,2.6768,4.009,6.9487,4.0522,9.1728A6.552,6.552,0,0,0,16,14Z" })), children); }); if (process.env.NODE_ENV !== "production") { KeepDry.propTypes = iconPropTypes.iconPropTypes; } const Keyboard = /*#__PURE__*/React__default["default"].forwardRef(function Keyboard(_ref29, ref) { let { children, size = 16, ...rest } = _ref29; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path57 || (_path57 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M28,26H4a2,2,0,0,1-2-2V10A2,2,0,0,1,4,8H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,10V24H28V10Z" })), _path58 || (_path58 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M10 20H21V22H10zM6 12H8V14H6zM10 12H12V14H10zM14 12H16V14H14zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM14 16H16V18H14zM22 12H26V14H22zM22 16H26V18H22zM18 16H20V18H18zM23 20H26V22H23z" })), children); }); if (process.env.NODE_ENV !== "production") { Keyboard.propTypes = iconPropTypes.iconPropTypes; } const KeyboardOff = /*#__PURE__*/React__default["default"].forwardRef(function KeyboardOff(_ref30, ref) { let { children, size = 16, ...rest } = _ref30; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path59 || (_path59 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M6 12H8V14H6zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM22 12H26V14H22zM22 16H26V18H22z" })), _path60 || (_path60 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M14.2 10H28v13h2V10c0-1.1-.9-2-2-2H12.2L14.2 10zM30 28.6L3.4 2 2 3.4 6.6 8H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h20.6l4 4L30 28.6zM4 24V10h4.6l2 2H10v2h2.6l2 2H14v2h2.6l2 2H10v2h10.6l2 2H4z" })), children); }); if (process.env.NODE_ENV !== "production") { KeyboardOff.propTypes = iconPropTypes.iconPropTypes; } const Kubernetes = /*#__PURE__*/React__default["default"].forwardRef(function Kubernetes(_ref31, ref) { let { children, size = 16, ...rest } = _ref31; if (process.env.NODE_ENV !== "production") { if (!didWarnAboutDeprecation["Kubernetes"]) { didWarnAboutDeprecation["Kubernetes"] = true; console.warn("The current kubernetes icon has been replaced by logo--kubernetes. As a result, the Kubernetes component will be removed in the next major version of @carbon/icons-react."); } } return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path61 || (_path61 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M29.2227,17.9639,25.9194,17.21a9.7843,9.7843,0,0,0-1.5249-6.6245l2.54-2.0254L25.6875,6.9961,23.1482,9.0205A9.97,9.97,0,0,0,17,6.0508V3H15V6.0508a9.97,9.97,0,0,0-6.1482,2.97L6.3125,6.9961,5.0654,8.56l2.54,2.0254A9.7843,9.7843,0,0,0,6.0806,17.21l-3.3033.7544.4454,1.9492L6.52,19.1606a10.0359,10.0359,0,0,0,4.2688,5.358l-1.33,2.7631,1.8018.8677L12.59,25.3882a9.8113,9.8113,0,0,0,6.8208,0L20.74,28.1494l1.8018-.8682-1.33-2.7626a10.0359,10.0359,0,0,0,4.2688-5.358l3.2973.7525ZM24,16c0,.2573-.0148.5112-.0386.7627l-5-1.1416a2.9664,2.9664,0,0,0-.1376-.5942L22.82,11.84A7.9392,7.9392,0,0,1,24,16Zm-9,0a1,1,0,1,1,1,1A1.0009,1.0009,0,0,1,15,16Zm6.5758-5.7256L17.58,13.4609a3.0028,3.0028,0,0,0-.58-.2768V8.0693A7.9762,7.9762,0,0,1,21.5758,10.2744ZM15,8.0693v5.1148a3.0028,3.0028,0,0,0-.58.2768l-3.9956-3.1865A7.9762,7.9762,0,0,1,15,8.0693ZM8,16a7.9392,7.9392,0,0,1,1.18-4.16l3.9962,3.1866a2.9664,2.9664,0,0,0-.1376.5942l-5,1.1416C8.0148,16.5112,8,16.2573,8,16Zm.4835,2.7124,4.9752-1.1362a3.0132,3.0132,0,0,0,.4146.5366L11.6594,22.71A8.031,8.031,0,0,1,8.4835,18.7124ZM16,24a7.9679,7.9679,0,0,1-2.54-.42l2.2206-4.6123A2.9988,2.9988,0,0,0,16,19a2.9988,2.9988,0,0,0,.319-.0322L18.54,23.58A7.9546,7.9546,0,0,1,16,24Zm4.3406-1.29-2.2139-4.5976a3.0132,3.0132,0,0,0,.4146-.5366l4.9752,1.1362A8.031,8.031,0,0,1,20.3406,22.71Z" })), children); }); if (process.env.NODE_ENV !== "production") { Kubernetes.propTypes = iconPropTypes.iconPropTypes; } const Label = /*#__PURE__*/React__default["default"].forwardRef(function Label(_ref32, ref) { let { children, size = 16, ...rest } = _ref32; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path62 || (_path62 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2.0023 2.0023 0 0023 13zm0 8H19V19h4zM13 9H9a2.002 2.002 0 00-2 2V23H9V18h4v5h2V11A2.002 2.002 0 0013 9zM9 16V11h4v5z" })), _path63 || (_path63 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,28,28ZM4,6V26H28V6Z" })), children); }); if (process.env.NODE_ENV !== "production") { Label.propTypes = iconPropTypes.iconPropTypes; } const Language = /*#__PURE__*/React__default["default"].forwardRef(function Language(_ref33, ref) { let { children, size = 16, ...rest } = _ref33; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path64 || (_path64 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M18 19H24V21H18zM18 15H30V17H18zM18 11H30V13H18zM14 21V19H9V17H7v2H2v2h8.2148a8.5914 8.5914 0 01-2.2159 3.9771A9.2731 9.2731 0 016.5521 23H4.3334a10.8553 10.8553 0 002.1451 3.2966A14.6584 14.6584 0 013 28.127L3.7021 30a16.42 16.42 0 004.2907-2.3362A16.4883 16.4883 0 0012.2979 30L13 28.127A14.664 14.664 0 019.5228 26.3 10.3132 10.3132 0 0012.2516 21zM11.1666 13H13.333L8.75 2H6.5832L2 13H4.1664L5 11h5.3335zM5.8331 9L7.6665 4.6 9.5 9z" })), children); }); if (process.env.NODE_ENV !== "production") { Language.propTypes = iconPropTypes.iconPropTypes; } const Laptop = /*#__PURE__*/React__default["default"].forwardRef(function Laptop(_ref34, ref) { let { children, size = 16, ...rest } = _ref34; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path65 || (_path65 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M26,24H6a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,6,6H26a2.0023,2.0023,0,0,1,2,2V22A2.0027,2.0027,0,0,1,26,24ZM6,8V22H26V8Z", transform: "translate(0 .005)" })), _path66 || (_path66 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M2 26.005H30V28.005H2z" })), children); }); if (process.env.NODE_ENV !== "production") { Laptop.propTypes = iconPropTypes.iconPropTypes; } const Lasso = /*#__PURE__*/React__default["default"].forwardRef(function Lasso(_ref35, ref) { let { children, size = 16, ...rest } = _ref35; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path67 || (_path67 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M20,2H12A9.9842,9.9842,0,0,0,7.0349,20.6553C7.0249,20.7705,7,20.8818,7,21a3.9929,3.9929,0,0,0,2.9106,3.83A4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,3.9966,3.9966,0,0,0,2.93-2.88H20A10,10,0,0,0,20,2ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm9-3H14.8579a3.9841,3.9841,0,0,0-7.15-1.2637A7.99,7.99,0,0,1,12,4h8a8,8,0,0,1,0,16Z" })), children); }); if (process.env.NODE_ENV !== "production") { Lasso.propTypes = iconPropTypes.iconPropTypes; } const LassoPolygon = /*#__PURE__*/React__default["default"].forwardRef(function LassoPolygon(_ref36, ref) { let { children, size = 16, ...rest } = _ref36; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path68 || (_path68 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M29.6245,2.2193a1.0005,1.0005,0,0,0-1.0972-.1006L17.9353,7.8,3.366,2.0694a1,1,0,0,0-1.28,1.3369l6.4353,14.479A3.965,3.965,0,0,0,9.9106,24.83,4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,4.0021,4.0021,0,0,0,2.93-2.88H23.24a2,2,0,0,0,1.9273-1.4649L29.9634,3.2676A1,1,0,0,0,29.6245,2.2193ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm12.24-3H14.8579a3.897,3.897,0,0,0-4.5117-2.9336L4.905,4.8238,18.0647,10,27.41,4.9878Z" })), children); }); if (process.env.NODE_ENV !== "production") { LassoPolygon.propTypes = iconPropTypes.iconPropTypes; } const Launch = /*#__PURE__*/React__default["default"].forwardRef(function Launch(_ref37, ref) { let { children, size = 16, ...rest } = _ref37; if (size === 16 || size === "16" || size === "16px") { return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "currentColor", ...rest }, _path69 || (_path69 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M13,14H3c-0.6,0-1-0.4-1-1V3c0-0.6,0.4-1,1-1h5v1H3v10h10V8h1v5C14,13.6,13.6,14,13,14z" })), _path70 || (_path70 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z" })), children); } return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path71 || (_path71 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M26,28H6a2.0027,2.0027,0,0,1-2-2V6A2.0027,2.0027,0,0,1,6,4H16V6H6V26H26V16h2V26A2.0027,2.0027,0,0,1,26,28Z" })), _path72 || (_path72 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z" })), children); }); if (process.env.NODE_ENV !== "production") { Launch.propTypes = iconPropTypes.iconPropTypes; } const WatsonHealthLaunchStudy_1 = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthLaunchStudy_1(_ref38, ref) { let { children, size = 16, ...rest } = _ref38; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _circle5 || (_circle5 = /*#__PURE__*/React__default["default"].createElement("circle", { cx: "23", cy: "25", r: "1" })), _path73 || (_path73 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 10.59L17 14.17 17 2 15 2 15 14.17 11.41 10.59 10 12 16 18 22 12 20.59 10.59z" })), _path74 || (_path74 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M8 24H20V26H8z" })), children); }); if (process.env.NODE_ENV !== "production") { WatsonHealthLaunchStudy_1.propTypes = iconPropTypes.iconPropTypes; } const WatsonHealthLaunchStudy_2 = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthLaunchStudy_2(_ref39, ref) { let { children, size = 16, ...rest } = _ref39; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _circle6 || (_circle6 = /*#__PURE__*/React__default["default"].createElement("circle", { cx: "23", cy: "7", r: "1" })), _path75 || (_path75 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M26 4v6H6V4H26m0-2H6A2 2 0 004 4v6a2 2 0 002 2H26a2 2 0 002-2V4a2 2 0 00-2-2zM20.59 21.41L17 17.83 17 30 15 30 15 17.83 11.41 21.41 10 20 16 14 22 20 20.59 21.41z" })), _path76 || (_path76 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M8 6H20V8H8z" })), children); }); if (process.env.NODE_ENV !== "production") { WatsonHealthLaunchStudy_2.propTypes = iconPropTypes.iconPropTypes; } const WatsonHealthLaunchStudy_3 = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthLaunchStudy_3(_ref40, ref) { let { children, size = 16, ...rest } = _ref40; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _circle7 || (_circle7 = /*#__PURE__*/React__default["default"].createElement("circle", { cx: "23", cy: "25", r: "1" })), _path77 || (_path77 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 4.59L17 8.17 17 0 15 0 15 8.17 11.41 4.59 10 6 16 12 22 6 20.59 4.59z" })), _path78 || (_path78 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z" })), children); }); if (process.env.NODE_ENV !== "production") { WatsonHealthLaunchStudy_3.propTypes = iconPropTypes.iconPropTypes; } const Layers = /*#__PURE__*/React__default["default"].forwardRef(function Layers(_ref41, ref) { let { children, size = 16, ...rest } = _ref41; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path79 || (_path79 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M16,24a.9967.9967,0,0,1-.4741-.12l-13-7L3.4741,15.12,16,21.8643,28.5259,15.12l.9482,1.7607-13,7A.9967.9967,0,0,1,16,24Z" })), _path80 || (_path80 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M16 30a.9967.9967 0 01-.4741-.12l-13-7L3.4741 21.12 16 27.8643 28.5259 21.12l.9482 1.7607-13 7A.9967.9967 0 0116 30zM16 18a.9967.9967 0 01-.4741-.12l-13-7a1 1 0 010-1.7607l13-7a.9982.9982 0 01.9482 0l13 7a1 1 0 010 1.7607l-13 7A.9967.9967 0 0116 18zM5.1094 10L16 15.8643 26.8906 10 16 4.1358z" })), children); }); if (process.env.NODE_ENV !== "production") { Layer