@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
1,151 lines (1,149 loc) • 139 kB
JavaScript
/**
* 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';
var React = require('react');
var Icon_js = require('../Icon.js');
var iconPropTypes = require('../iconPropTypes-BoFFIf2P.js');
require('@carbon/icon-helpers');
require('prop-types');
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path0, _path1, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _circle, _path22, _circle2, _circle3, _circle4, _circle5, _circle6, _circle7, _circle8, _circle9, _circle0, _circle1, _circle10, _circle11, _circle12, _circle13, _circle14, _circle15, _circle16, _circle17, _circle18, _circle19, _circle20, _circle21, _circle22, _circle23, _circle24, _circle25, _circle26, _circle27, _circle28, _circle29, _circle30, _circle31, _circle32, _circle33, _circle34, _circle35, _circle36, _circle37, _circle38, _circle39, _circle40, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _circle41, _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, _circle42, _path64, _path65, _path66, _path67, _path68, _circle43, _path69, _circle44, _path70, _circle45, _path71, _path72, _circle46, _path73, _path74, _circle47, _path75, _circle48, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _circle49, _circle50, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _circle51, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _circle52, _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, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _path219, _path220, _path221, _path222, _path223, _path224, _path225, _path226, _path227, _path228, _path229, _path230, _path231, _path232, _path233, _path234, _path235, _path236, _path237, _path238, _path239, _path240, _path241, _path242, _path243, _path244, _path245, _path246, _path247, _path248, _path249, _path250, _path251, _path252, _path253, _path254, _path255, _rect, _path256, _path257, _path258, _path259, _path260, _path261, _path262, _path263, _path264;
const ArrowUpLeft = /*#__PURE__*/React.forwardRef(function ArrowUpLeft({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
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.createElement("path", {
d: "M22 6L22 8 9.41 8 26 24.59 24.59 26 8 9.41 8 22 6 22 6 6 22 6z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
ArrowUpLeft.propTypes = iconPropTypes.iconPropTypes;
}
const ArrowUpRight = /*#__PURE__*/React.forwardRef(function ArrowUpRight({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M10 6L10 8 22.59 8 6 24.59 7.41 26 24 9.41 24 22 26 22 26 6 10 6z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
ArrowUpRight.propTypes = iconPropTypes.iconPropTypes;
}
const ArrowShiftDown = /*#__PURE__*/React.forwardRef(function ArrowShiftDown({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
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.createElement("path", {
d: "M23,6V16h5a1,1,0,0,1,.707,1.707l-12,12a.9994.9994,0,0,1-1.414,0l-12-12A1,1,0,0,1,4,16H9V6a2.0023,2.0023,0,0,1,2-2H21A2.0027,2.0027,0,0,1,23,6ZM16,27.5859,25.5859,18H21V6H11V18H6.4141Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
ArrowShiftDown.propTypes = iconPropTypes.iconPropTypes;
}
const ArrowsHorizontal = /*#__PURE__*/React.forwardRef(function ArrowsHorizontal({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "M11.41 26.59L7.83 23 28 23 28 21 7.83 21 11.41 17.41 10 16 4 22 10 28 11.41 26.59zM28 10L22 4 20.59 5.41 24.17 9 4 9 4 11 24.17 11 20.59 14.59 22 16 28 10z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
ArrowsHorizontal.propTypes = iconPropTypes.iconPropTypes;
}
const ArrowsVertical = /*#__PURE__*/React.forwardRef(function ArrowsVertical({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
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.createElement("path", {
d: "M27.6 20.6L24 24.2 24 4 22 4 22 24.2 18.4 20.6 17 22 23 28 29 22zM9 4L3 10 4.4 11.4 8 7.8 8 28 10 28 10 7.8 13.6 11.4 15 10z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
ArrowsVertical.propTypes = iconPropTypes.iconPropTypes;
}
const Asleep = /*#__PURE__*/React.forwardRef(function Asleep({
children,
size = 16,
...rest
}, ref) {
if (size === 16 || size === "16" || size === "16px") {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 16 16",
fill: "currentColor",
...rest
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
d: "M7.2,2.3c-1,4.4,1.7,8.7,6.1,9.8c0.1,0,0.1,0,0.2,0c-1.1,1.2-2.7,1.8-4.3,1.8c-0.1,0-0.2,0-0.2,0C5.6,13.8,3,11,3.2,7.7 C3.2,5.3,4.8,3.1,7.2,2.3 M8,1L8,1C4.1,1.6,1.5,5.3,2.1,9.1c0.6,3.3,3.4,5.8,6.8,5.9c0.1,0,0.2,0,0.3,0c2.3,0,4.4-1.1,5.8-3 c0.2-0.2,0.1-0.6-0.1-0.7c-0.1-0.1-0.2-0.1-0.3-0.1c-3.9-0.3-6.7-3.8-6.4-7.6C8.3,3,8.4,2.4,8.6,1.8c0.1-0.3,0-0.6-0.3-0.7 C8.1,1,8.1,1,8,1z"
})), children);
}
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
d: "M13.5025,5.4136A15.0755,15.0755,0,0,0,25.096,23.6082a11.1134,11.1134,0,0,1-7.9749,3.3893c-.1385,0-.2782.0051-.4178,0A11.0944,11.0944,0,0,1,13.5025,5.4136M14.98,3a1.0024,1.0024,0,0,0-.1746.0156A13.0959,13.0959,0,0,0,16.63,28.9973c.1641.006.3282,0,.4909,0a13.0724,13.0724,0,0,0,10.702-5.5556,1.0094,1.0094,0,0,0-.7833-1.5644A13.08,13.08,0,0,1,15.8892,4.38,1.0149,1.0149,0,0,0,14.98,3Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Asleep.propTypes = iconPropTypes.iconPropTypes;
}
const AsleepFilled = /*#__PURE__*/React.forwardRef(function AsleepFilled({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
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.createElement("path", {
d: "M14.98,3a1.0024,1.0024,0,0,0-.1746.0156A13.0959,13.0959,0,0,0,16.63,28.9973c.1641.006.3282,0,.4909,0a13.0724,13.0724,0,0,0,10.702-5.5556,1.0094,1.0094,0,0,0-.7833-1.5644A13.08,13.08,0,0,1,15.8892,4.38,1.0149,1.0149,0,0,0,14.98,3Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
AsleepFilled.propTypes = iconPropTypes.iconPropTypes;
}
const Assembly = /*#__PURE__*/React.forwardRef(function Assembly({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
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.createElement("path", {
d: "M16,25.4l-8-4.7v-9.4l8-4.7l8,4.7v9.4L16,25.4z M10,19.6l6,3.5l6-3.5v-7.1l-6-3.5l-6,3.5V19.6z"
})), _path0 || (_path0 = /*#__PURE__*/React.createElement("path", {
d: "M27,8.2L17,2.3C16.7,2.1,16.4,2,16,2s-0.7,0.1-1,0.3L5,8.2c-0.6,0.4-1,1-1,1.7v12.2c0,0.7,0.4,1.4,1,1.7l10,5.9 c0.3,0.2,0.7,0.3,1,0.3s0.7-0.1,1-0.3l10-5.9c0.6-0.4,1-1,1-1.7V9.9C28,9.2,27.6,8.5,27,8.2z M26,22.1L16,28L6,22.1V9.9L16,4l10,5.9 V22.1z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Assembly.propTypes = iconPropTypes.iconPropTypes;
}
const AssemblyCluster = /*#__PURE__*/React.forwardRef(function AssemblyCluster({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path1 || (_path1 = /*#__PURE__*/React.createElement("path", {
d: "M21.3 4.9l-4.5-2.7C16.5 2.1 16.3 2 16 2s-.5.1-.7.2l-4.5 2.7C10.3 5.2 10 5.7 10 6.2v5.6c0 .5.3 1 .7 1.3l4.5 2.7c.2.1.5.2.7.2s.5-.1.7-.2l4.5-2.7c.4-.3.7-.7.7-1.3V6.2C22 5.7 21.7 5.2 21.3 4.9zM20 11.5l-4 2.4-4-2.4v-5l4-2.4 4 2.4V11.5zM29.3 18.9l-4.5-2.7C24.5 16.1 24.3 16 24 16s-.5.1-.7.2l-4.5 2.7c-.4.3-.7.7-.7 1.3v5.6c0 .5.3 1 .7 1.3l4.5 2.7c.2.1.5.2.7.2s.5-.1.7-.2l4.5-2.7c.4-.3.7-.7.7-1.3v-5.6C30 19.7 29.7 19.2 29.3 18.9zM28 25.5l-4 2.4-4-2.4v-5l4-2.4 4 2.4V25.5zM13.3 18.9l-4.5-2.7C8.5 16.1 8.3 16 8 16s-.5.1-.7.2l-4.5 2.7C2.3 19.2 2 19.7 2 20.2v5.6c0 .5.3 1 .7 1.3l4.5 2.7C7.5 29.9 7.7 30 8 30s.5-.1.7-.2l4.5-2.7c.4-.3.7-.7.7-1.3v-5.6C14 19.7 13.7 19.2 13.3 18.9zM12 25.5l-4 2.4-4-2.4v-5l4-2.4 4 2.4V25.5z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
AssemblyCluster.propTypes = iconPropTypes.iconPropTypes;
}
const AssemblyReference = /*#__PURE__*/React.forwardRef(function AssemblyReference({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
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.createElement("path", {
d: "M8.7 5.1H12.2V7.1H8.7z",
transform: "rotate(-30.582 10.48 6.101)"
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
d: "M6 12H4V9.9c0-.7.4-1.4 1-1.7l1.5-.9 1 1.7L6 9.9V12zM4 14H6V18H4zM6.5 24.7L5 23.8c-.6-.4-1-1-1-1.7V20h2v2.1L7.5 23 6.5 24.7z"
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
d: "M9.5 24.1H11.5V27.6H9.5z",
transform: "rotate(-59.421 10.48 25.9)"
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
d: "M17.5,27.1L16,28l-1.5-0.9l-1,1.7l1.5,0.9c0.3,0.2,0.7,0.3,1,0.3c0.4,0,0.7-0.1,1-0.3l1.5-0.9L17.5,27.1z"
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
d: "M19.8 24.9H23.3V26.9H19.8z",
transform: "rotate(-30.582 21.502 25.912)"
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
d: "M25.2 24.9l-1-1.7 1.8-1V20h2v2.1c0 .7-.4 1.4-1 1.7L25.2 24.9zM26 14H28V18H26zM28 12h-2V9.9l-1.8-1 1-1.7 1.8 1c.6.4 1 1 1 1.7V12z"
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
d: "M20.5 4.3H22.5V7.8H20.5z",
transform: "rotate(-59.421 21.501 6.089)"
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
d: "M17.5,4.9L16,4l-1.5,0.9l-1-1.7L15,2.3C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l1.5,0.9L17.5,4.9z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
AssemblyReference.propTypes = iconPropTypes.iconPropTypes;
}
const Asset = /*#__PURE__*/React.forwardRef(function Asset({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
d: "M12,24a4,4,0,1,1,4-4A4.0042,4.0042,0,0,1,12,24Zm0-6a2,2,0,1,0,2,2A2.0023,2.0023,0,0,0,12,18Z"
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
d: "M30,6a4.0042,4.0042,0,0,0-4-4,3.949,3.949,0,0,0-1.8537.4768L7.7571,10.9579A9.9921,9.9921,0,1,0,21.066,24.1929l8.49-16.3994A3.9491,3.9491,0,0,0,30,6ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM22.0194,5.8083C22.0163,5.8732,22,5.9343,22,6a4.0042,4.0042,0,0,0,4,4c.0645,0,.1245-.016.1882-.019l-4.3318,8.3617a10.0168,10.0168,0,0,0-8.2158-8.1962ZM12,28a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,12,28Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Asset.propTypes = iconPropTypes.iconPropTypes;
}
const AssetConfirm = /*#__PURE__*/React.forwardRef(function AssetConfirm({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
d: "M21 27.18L18.41 24.59 17 26 21 30 28 23 26.59 21.59 21 27.18zM12 24a4 4 0 114-4A4.0042 4.0042 0 0112 24zm0-6a2 2 0 102 2A2.0023 2.0023 0 0012 18z"
})), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
d: "M26,2a3.86,3.86,0,0,0-1.85.48L7.76,10.96A9.99,9.99,0,0,0,12,30a9.3445,9.3445,0,0,0,2-.21V27.75A8.2289,8.2289,0,0,1,12,28a8,8,0,1,1,8-8,8.2656,8.2656,0,0,1-.06,1h2.78L29.56,7.79A3.9727,3.9727,0,0,0,26,2ZM21.86,18.34a10.0187,10.0187,0,0,0-8.22-8.19l8.38-4.34c0,.06-.02.12-.02.19a3.9989,3.9989,0,0,0,4,4c.06,0,.12-.02.19-.02ZM26,8a2,2,0,1,1,2-2A2.0058,2.0058,0,0,1,26,8Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
AssetConfirm.propTypes = iconPropTypes.iconPropTypes;
}
const AssetDigitalTwin = /*#__PURE__*/React.forwardRef(function AssetDigitalTwin({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
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.createElement("circle", {
cx: "25",
cy: "7",
r: "2"
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
d: "M12,23a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,12,23Zm0-4a1,1,0,1,0,1,1A1.001,1.001,0,0,0,12,19Z"
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
cx: "12",
cy: "14",
r: "1"
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
cx: "17.909",
cy: "5.705",
r: "1"
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
cx: "9.787",
cy: "9.907",
r: "1"
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
cx: "12.495",
cy: "8.506",
r: "1"
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
cx: "15.201",
cy: "7.105",
r: "1"
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
cx: "4.696",
cy: "13.187",
r: "1"
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
cx: "2.133",
cy: "21.631",
r: "1"
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
cx: "3.079",
cy: "24.516",
r: "1"
})), _circle0 || (_circle0 = /*#__PURE__*/React.createElement("circle", {
cx: "4.848",
cy: "26.982",
r: "1"
})), _circle1 || (_circle1 = /*#__PURE__*/React.createElement("circle", {
cx: "7.272",
cy: "28.81",
r: "1"
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
cx: "2.098",
cy: "18.596",
r: "1"
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
cx: "2.979",
cy: "15.691",
r: "1"
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
cx: "7.081",
cy: "11.308",
r: "1"
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
cx: "20.616",
cy: "4.304",
r: "1"
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
cx: "23.323",
cy: "2.903",
r: "1"
})), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
cx: "28.988",
cy: "8.89",
r: "1"
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
cx: "27.587",
cy: "11.596",
r: "1"
})), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
cx: "26.186",
cy: "14.303",
r: "1"
})), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
cx: "24.784",
cy: "17.01",
r: "1"
})), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
cx: "23.383",
cy: "19.717",
r: "1"
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
cx: "21.982",
cy: "22.424",
r: "1"
})), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
cx: "18.637",
cy: "27.464",
r: "1"
})), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
cx: "16.092",
cy: "29.122",
r: "1"
})), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
cx: "13.166",
cy: "29.932",
r: "1"
})), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
cx: "10.133",
cy: "29.825",
r: "1"
})), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
cx: "20.572",
cy: "25.125",
r: "1"
})), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
cx: "28.893",
cy: "3.24",
r: "1"
})), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
cx: "26.188",
cy: "2.004",
r: "1"
})), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
cx: "12",
cy: "26",
r: "1"
})), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
cx: "6",
cy: "20",
r: "1"
})), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
cx: "18",
cy: "20",
r: "1"
})), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
cx: "6.804",
cy: "17",
r: "1"
})), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
cx: "17.196",
cy: "23",
r: "1"
})), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
cx: "9",
cy: "25.196",
r: "1"
})), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
cx: "15",
cy: "14.804",
r: "1"
})), _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
cx: "9",
cy: "14.804",
r: "1"
})), _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
cx: "15",
cy: "25.196",
r: "1"
})), _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
cx: "6.804",
cy: "23",
r: "1"
})), _circle38 || (_circle38 = /*#__PURE__*/React.createElement("circle", {
cx: "17.196",
cy: "17",
r: "1"
})), _circle39 || (_circle39 = /*#__PURE__*/React.createElement("circle", {
cx: "30",
cy: "6.026",
r: "1"
})), children);
});
if (process.env.NODE_ENV !== "production") {
AssetDigitalTwin.propTypes = iconPropTypes.iconPropTypes;
}
const AssetView = /*#__PURE__*/React.forwardRef(function AssetView({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _circle40 || (_circle40 = /*#__PURE__*/React.createElement("circle", {
cx: "22",
cy: "24",
r: "2"
})), _path23 || (_path23 = /*#__PURE__*/React.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 28zM12 24a4 4 0 112.981-6.667l-1.49 1.334A2 2 0 1012 22z"
})), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
d: "M26,2a3.86,3.86,0,0,0-1.85.48L7.76,10.96A9.99,9.99,0,0,0,12,30V28a8,8,0,1,1,5.63-13.68l1.4-1.4a10.0059,10.0059,0,0,0-5.39-2.77l8.38-4.34c0,.06-.02.12-.02.19a3.9989,3.9989,0,0,0,4,4c.06,0,.12-.02.19-.02L23.07,16h2.24l4.25-8.21A3.9727,3.9727,0,0,0,26,2Zm0,6a2,2,0,1,1,2-2A2.0058,2.0058,0,0,1,26,8Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
AssetView.propTypes = iconPropTypes.iconPropTypes;
}
const AssetMovement = /*#__PURE__*/React.forwardRef(function AssetMovement({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
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.createElement("path", {
d: "M12,13h14.2l-2.6,2.6,1.4,1.4,5-5-5-5-1.4,1.4,2.6,2.6h-14.2s0,2,0,2ZM28,19h-13.2l2.6-2.6-1.4-1.4-5,5,5,5,1.4-1.4-2.6-2.6h13.2v-2ZM22,7v-3c0-1.1-.9-2-2-2H4c-1.1,0-2,.9-2,2v24c0,1.1.9,2,2,2h16c1.1,0,2-.9,2-2v-3h-2v3H4V4h16v3h2Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
AssetMovement.propTypes = iconPropTypes.iconPropTypes;
}
const AssignmentActionUsage = /*#__PURE__*/React.forwardRef(function AssignmentActionUsage({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
d: "M21,2h-10C6,2,2,6,2,11v10c0,5,4,9,9,9h10c5,0,9-4,9-9v-10c0-5-4-9-9-9ZM28,21c0,3.9-3.1,7-7,7h-10c-3.9,0-7-3.1-7-7v-10c0-3.9,3.1-7,7-7h10c3.9,0,7,3.1,7,7v10ZM9.5,19c.8284,0,1.5.6716,1.5,1.5s-.6716,1.5-1.5,1.5-1.5-.6716-1.5-1.5.6716-1.5,1.5-1.5ZM9.5,10c.8284,0,1.5.6716,1.5,1.5s-.6716,1.5-1.5,1.5-1.5-.6716-1.5-1.5.6716-1.5,1.5-1.5ZM14,12h10v2h-10v-2ZM14,18h10v2h-10v-2Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
AssignmentActionUsage.propTypes = iconPropTypes.iconPropTypes;
}
const Asterisk = /*#__PURE__*/React.forwardRef(function Asterisk({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
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.createElement("path", {
d: "M28.316 13.949L27.684 12.051 17 15.612 17 4 15 4 15 15.612 4.316 12.051 3.684 13.949 14.368 17.51 7.2 27.066 8.8 28.267 16 18.667 23.2 28.267 24.8 27.066 17.632 17.51 28.316 13.949z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Asterisk.propTypes = iconPropTypes.iconPropTypes;
}
const Async = /*#__PURE__*/React.forwardRef(function Async({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
d: "m23.2156,4h2.7844v-2h-7v6h2v-2.9038c4.2354,1.9346,7,6.1523,7,10.9038,0,6.6167-5.3833,12-12,12v2c7.7197,0,14-6.2803,14-14,0-5.0088-2.6318-9.5122-6.7844-12Z"
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
d: "M16 20c-.8284 0-1.5.6716-1.5 1.5s.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5h0zM15 9H17V18H15z"
})), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
d: "m16,4v-2C8.2803,2,2,8.2803,2,16c0,4.9766,2.6074,9.4937,6.7842,12h-2.7842v2h7v-6h-2v2.9033c-4.2634-1.9556-7-6.186-7-10.9033,0-6.6167,5.3833-12,12-12Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Async.propTypes = iconPropTypes.iconPropTypes;
}
const At = /*#__PURE__*/React.forwardRef(function At({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
d: "M16,3A12.92,12.92,0,0,0,3,16v1A13,13,0,0,0,16,30h7V28H16A11,11,0,0,1,5,17V16A10.94,10.94,0,0,1,16,5,10.64,10.64,0,0,1,27,16c0,3.59-1.4,5-3.66,5C21.76,21,21,19.71,21,18V10H19v1.94A3.84,3.84,0,0,0,15.5,10,5.48,5.48,0,0,0,10,15.44v2.12A5.48,5.48,0,0,0,15.5,23a4.28,4.28,0,0,0,4-2.46A4.35,4.35,0,0,0,23.41,23C26.48,23,29,21,29,16A12.72,12.72,0,0,0,16,3Zm3,14.56a3.5,3.5,0,0,1-7,0V15.44a3.5,3.5,0,0,1,7,0Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
At.propTypes = iconPropTypes.iconPropTypes;
}
const Attachment = /*#__PURE__*/React.forwardRef(function Attachment({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
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.createElement("path", {
d: "M28.1,18.9L13.1,3.9c-2.5-2.6-6.6-2.6-9.2-0.1S1.3,10.5,3.9,13c0,0,0.1,0.1,0.1,0.1L6.8,16l1.4-1.4l-2.9-2.9 C3.6,10,3.6,7.1,5.3,5.4s4.6-1.8,6.3-0.1c0,0,0,0,0.1,0.1l14.9,14.9c1.8,1.7,1.8,4.6,0.1,6.3c-1.7,1.8-4.6,1.8-6.3,0.1 c0,0,0,0-0.1-0.1l-7.4-7.4c-1-1-0.9-2.6,0-3.5c1-0.9,2.5-0.9,3.5,0l4.1,4.1l1.4-1.4c0,0-4.2-4.2-4.2-4.2c-1.8-1.7-4.6-1.6-6.3,0.2 c-1.6,1.7-1.6,4.4,0,6.2l7.5,7.5c2.5,2.6,6.6,2.6,9.2,0.1S30.7,21.5,28.1,18.9C28.1,19,28.1,18.9,28.1,18.9L28.1,18.9z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Attachment.propTypes = iconPropTypes.iconPropTypes;
}
const AttributeDefinition = /*#__PURE__*/React.forwardRef(function AttributeDefinition({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
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.createElement("path", {
d: "M28,2H4c-1.1046,0-2,.8954-2,2v24c0,1.1046.8954,2,2,2h24c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2ZM28,28H4V4h24v24ZM16.3496,22.0015l-.9629-3.0605h-4.2646l-.9458,3.0605h-2.3042l4.0239-12.0029h2.8203l3.9893,12.0029h-2.356ZM13.2891,12.062h-.0864l-1.5303,4.9355h3.1641l-1.5474-4.9355ZM19.9585,19.7129v-4.959h-1.3242v-1.7539h.688c.6538,0,.8599-.311.8599-.9302v-1.5054h1.9775v2.4355h1.8403v1.7539h-1.8403v5.4922h1.7026v1.7539h-1.582c-1.5132,0-2.3218-.8252-2.3218-2.2871Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
AttributeDefinition.propTypes = iconPropTypes.iconPropTypes;
}
const AttributeUsage = /*#__PURE__*/React.forwardRef(function AttributeUsage({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
d: "M21,2h-10C6.0374,2,2,6.0374,2,11v10c0,4.9626,4.0374,9,9,9h10c4.9626,0,9-4.0374,9-9v-10c0-4.9626-4.0374-9-9-9ZM28,21c0,3.8599-3.1401,7-7,7h-10c-3.8599,0-7-3.1401-7-7v-10c0-3.8599,3.1401-7,7-7h10c3.8599,0,7,3.1401,7,7v10ZM15.4775,22.0015l-.9629-3.0605h-4.2646l-.9458,3.0605h-2.3042l4.0239-12.0029h2.8203l3.9893,12.0029h-2.356ZM12.417,12.062h-.0864l-1.5303,4.9355h3.1641l-1.5474-4.9355ZM19.0864,19.7129v-4.959h-1.3242v-1.7539h.688c.6538,0,.8599-.311.8599-.9302v-1.5054h1.9775v2.4355h1.8403v1.7539h-1.8403v5.4922h1.7026v1.7539h-1.582c-1.5132,0-2.3218-.8252-2.3218-2.2871Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
AttributeUsage.propTypes = iconPropTypes.iconPropTypes;
}
const AudioConsole = /*#__PURE__*/React.forwardRef(function AudioConsole({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
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.createElement("path", {
d: "M28 14H27V2H25V14H24a2.0019 2.0019 0 00-2 2v2a2.0023 2.0023 0 002 2h1V30h2V20h1a2.0027 2.0027 0 002-2V16A2.0023 2.0023 0 0028 14zm0 4H24V16h4zM18 6H17V2H15V6H14a2.0019 2.0019 0 00-2 2v2a2.0019 2.0019 0 002 2h1V30h2V12h1a2.002 2.002 0 002-2V8A2.002 2.002 0 0018 6zm0 4H14V8h4zM8 20H7V2H5V20H4a2.0023 2.0023 0 00-2 2v2a2.0023 2.0023 0 002 2H5v4H7V26H8a2.0023 2.0023 0 002-2V22A2.0023 2.0023 0 008 20zm0 4H4V22H8z",
transform: "translate(0 .005)"
})), children);
});
if (process.env.NODE_ENV !== "production") {
AudioConsole.propTypes = iconPropTypes.iconPropTypes;
}
const AugmentedReality = /*#__PURE__*/React.forwardRef(function AugmentedReality({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
d: "M27.4473,9.1055l-6-3a1.0008,1.0008,0,0,0-.8946,0l-6,3A1,1,0,0,0,14,10v7a1,1,0,0,0,.5527.8945l6,3a1.001,1.001,0,0,0,.8946,0l6-3A1,1,0,0,0,28,17V10A1,1,0,0,0,27.4473,9.1055ZM21,8.1182,24.7637,10,21,11.8818,17.2363,10Zm-5,3.5,4,2v4.7636l-4-2Zm6,6.7636V13.6182l4-2v4.7636Z"
})), _circle41 || (_circle41 = /*#__PURE__*/React.createElement("circle", {
cx: "13.5",
cy: "24.5",
r: "1.5"
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
d: "M20,30H7a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,7,2H20V4H7V28H20V24h2v4A2.0023,2.0023,0,0,1,20,30Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
AugmentedReality.propTypes = iconPropTypes.iconPropTypes;
}
const WatsonHealthAutoScroll = /*#__PURE__*/React.forwardRef(function WatsonHealthAutoScroll({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
d: "M12 16a4 4 0 104-4A4 4 0 0012 16zm6 0a2 2 0 11-2-2A2 2 0 0118 16zM16 27.17L10.4 21.58 9 23 16 30 23 23 21.59 21.59 16 27.17zM16 4.83L21.58 10.4 23 9 16 2 9 9 10.41 10.41 16 4.83z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
WatsonHealthAutoScroll.propTypes = iconPropTypes.iconPropTypes;
}
const Automatic = /*#__PURE__*/React.forwardRef(function Automatic({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
d: "M26 16H22a2.002 2.002 0 00-2 2V30h2V25h4v5h2V18A2.002 2.002 0 0026 16zm-4 7V18h4v5zM16 27a10.9862 10.9862 0 01-9.2156-5H12V20H4v8H6V24.3149A13.0239 13.0239 0 0016 29zM20 10h5.2155A10.9973 10.9973 0 005 16H3A13.0048 13.0048 0 0126 7.6849V4h2v8H20z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Automatic.propTypes = iconPropTypes.iconPropTypes;
}
const Autoscaling = /*#__PURE__*/React.forwardRef(function Autoscaling({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
d: "M22,28H12V26H22V10H6V20H4V10A2.0021,2.0021,0,0,1,6,8H22a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,22,28Z"
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
d: "M28,22H26V20h2V4H12V6H10V4a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2V20A2.0021,2.0021,0,0,1,28,22Z"
})), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
d: "M10 14L10 16 14.586 16 3 27.586 4.414 29 16 17.414 16 22 18 22 18 14 10 14z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Autoscaling.propTypes = iconPropTypes.iconPropTypes;
}
const Avro = /*#__PURE__*/React.forwardRef(function Avro({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
d: "M5,11h-2c-1.1,0-2,.9-2,2v8h2v-4h2v4h2v-8c0-1.1-.9-2-2-2ZM5,15h-2v-2h2v2ZM21,11h-4v10h2v-4h.4l1.6,4h2l-1.6-4c.9-.2,1.6-1,1.6-2v-2c0-1.1-.9-2-2-2ZM21,15h-2v-2h2v2ZM12,18l-1-7h-2l2,10h2l2-10h-2l-1,7ZM29,11h-2c-1.1,0-2,.9-2,2v6c0,1.1.9,2,2,2h2c1.1,0,2-.9,2-2v-6c0-1.1-.9-2-2-2ZM29,19h-2v-6h2v6Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Avro.propTypes = iconPropTypes.iconPropTypes;
}
const Awake = /*#__PURE__*/React.forwardRef(function Awake({
children,
size = 16,
...rest
}, ref) {
if (size === 16 || size === "16" || size === "16px") {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 16 16",
fill: "currentColor",
...rest
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
d: "M7.5 1H8.5V3.5H7.5z"
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
d: "M10.8 3.4H13.3V4.4H10.8z",
transform: "rotate(-45.001 12.074 3.922)"
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
d: "M12.5 7.5H15V8.5H12.5z"
})), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
d: "M11.6 10.8H12.6V13.3H11.6z",
transform: "rotate(-45.001 12.077 12.075)"
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
d: "M7.5 12.5H8.5V15H7.5z"
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
d: "M2.7 11.6H5.2V12.6H2.7z",
transform: "rotate(-45.001 3.929 12.078)"
})), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
d: "M1 7.5H3.5V8.5H1z"
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
d: "M3.4 2.7H4.4V5.2H3.4z",
transform: "rotate(-45.001 3.926 3.925)"
})), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
d: "M8,6c1.1,0,2,0.9,2,2s-0.9,2-2,2S6,9.1,6,8S6.9,6,8,6 M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z"
})), children);
}
return /*#__PURE__*/React.createElement(Icon_js, {
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.createElement("path", {
d: "M15 2H17V6.96H15z"
})), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
d: "M21.67 6.85H26.630000000000003V8.85H21.67z",
transform: "rotate(-45 24.142 7.85)"
})), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
d: "M25.04 15H30V17H25.04z"
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
d: "M23.15 21.67H25.15V26.630000000000003H23.15z",
transform: "rotate(-45 24.152 24.146)"
})), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
d: "M15 25.04H17V30H15z"
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
d: "M5.37 23.15H10.33V25.15H5.37z",
transform: "rotate(-45 7.86 24.144)"
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
d: "M2 15H6.96V17H2z"
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
d: "M6.85 5.37H8.85V10.33H6.85z",
transform: "rotate(-45 7.85 7.848)"
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
d: "M16,12a4,4,0,1,1-4,4,4,4,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Awake.propTypes = iconPropTypes.iconPropTypes;
}
const Badge = /*#__PURE__*/React.forwardRef(function Badge({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
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.createElement("path", {
d: "M23 2L24.593 5 28 5.414 25.5 7.667 26 11 23 9.125 20 11 20.5 7.667 18 5.414 21.5 5 23 2z"
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
d: "M22.7168,13.249l-1.9375-.498A6.9942,6.9942,0,1,1,15.7505,4.22l.499-1.9365A8.99,8.99,0,0,0,8,17.689V30l6-4,6,4V17.7078A8.9627,8.9627,0,0,0,22.7168,13.249ZM18,26.2627l-4-2.6665-4,2.6665V19.05a8.9238,8.9238,0,0,0,8,.0062Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Badge.propTypes = iconPropTypes.iconPropTypes;
}
const BaggageClaim = /*#__PURE__*/React.forwardRef(function BaggageClaim({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _circle42 || (_circle42 = /*#__PURE__*/React.createElement("circle", {
cx: "6",
cy: "26",
r: "2"
})), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
d: "M28,18H25V16a2.0023,2.0023,0,0,0-2-2H19a2.0023,2.0023,0,0,0-2,2v2H14a2.0023,2.0023,0,0,0-2,2v8a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V20A2.0023,2.0023,0,0,0,28,18Zm-9-2h4v2H19Zm9,12H14V20H28Z"
})), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
d: "M10,6h4v6h2V6h4v6h2V6h4v6h2V6.0049A2.0047,2.0047,0,0,0,25.9951,4H4.0049A2.0047,2.0047,0,0,0,2,6.0049v13.99A2.0047,2.0047,0,0,0,4.0049,22H10ZM8,20H4V6H8Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
BaggageClaim.propTypes = iconPropTypes.iconPropTypes;
}
const Bar = /*#__PURE__*/React.forwardRef(function Bar({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
d: "M25,11H15a1,1,0,0,0-1,1v4a6.0046,6.0046,0,0,0,5,5.91V28H16v2h8V28H21V21.91A6.0046,6.0046,0,0,0,26,16V12A1,1,0,0,0,25,11Zm-1,5a4,4,0,0,1-8,0V13h8Z"
})), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
d: "M15,1H10A1,1,0,0,0,9,2V9.3706A6.09,6.09,0,0,0,6,15V29a1,1,0,0,0,1,1h5V28H8V15c0-3.1875,2.231-4.02,2.3164-4.0513L11,10.7207V3h3V8h2V2A1,1,0,0,0,15,1Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Bar.propTypes = iconPropTypes.iconPropTypes;
}
const Barcode = /*#__PURE__*/React.forwardRef(function Barcode({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
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.createElement("path", {
d: "M2 6H4V28H2zM12 6H14V26H12zM6 6H10V26H6zM16 6H20V26H16zM22 6H26V26H22zM28 6H30V28H28z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Barcode.propTypes = iconPropTypes.iconPropTypes;
}
const BareMetalServer = /*#__PURE__*/React.forwardRef(function BareMetalServer({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _circle43 || (_circle43 = /*#__PURE__*/React.createElement("circle", {
cx: "9",
cy: "6",
r: "1"
})), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
d: "M26,10H6A2.0021,2.0021,0,0,1,4,8V4A2.0021,2.0021,0,0,1,6,2H26a2.0021,2.0021,0,0,1,2,2V8A2.0021,2.0021,0,0,1,26,10ZM6,4V8H26V4Z"
})), _circle44 || (_circle44 = /*#__PURE__*/React.createElement("circle", {
cx: "9",
cy: "16",
r: "1"
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
d: "M26,20H6a2.0021,2.0021,0,0,1-2-2V14a2.0021,2.0021,0,0,1,2-2H26a2.0021,2.0021,0,0,1,2,2v4A2.0021,2.0021,0,0,1,26,20ZM6,14v4H26V14Z"
})), _circle45 || (_circle45 = /*#__PURE__*/React.createElement("circle", {
cx: "9",
cy: "26",
r: "1"
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
d: "M26,30H6a2.0021,2.0021,0,0,1-2-2V24a2.0021,2.0021,0,0,1,2-2H26a2.0021,2.0021,0,0,1,2,2v4A2.0021,2.0021,0,0,1,26,30ZM6,24v4H26V24Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
BareMetalServer.propTypes = iconPropTypes.iconPropTypes;
}
const BareMetalServer_01 = /*#__PURE__*/React.forwardRef(function BareMetalServer_01({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
d: "M17 28L17 22 15 22 15 28 5 28 5 30 27 30 27 28 17 28z"
})), _circle46 || (_circle46 = /*#__PURE__*/React.createElement("circle", {
cx: "9",
cy: "16",
r: "1"
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
d: "M26,20H6a2.0023,2.0023,0,0,1-2-2V14a2.0023,2.0023,0,0,1,2-2H26a2.0023,2.0023,0,0,1,2,2v4A2.0023,2.0023,0,0,1,26,20ZM6,14v4H26V14Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
BareMetalServer_01.propTypes = iconPropTypes.iconPropTypes;
}
const BareMetalServer_02 = /*#__PURE__*/React.forwardRef(function BareMetalServer_02({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
d: "M17 28L17 22 15 22 15 28 5 28 5 30 27 30 27 28 17 28z"
})), _circle47 || (_circle47 = /*#__PURE__*/React.createElement("circle", {
cx: "9",
cy: "16",
r: "1"
})), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
d: "M26,20H6a2.0023,2.0023,0,0,1-2-2V14a2.0023,2.0023,0,0,1,2-2H26a2.0023,2.0023,0,0,1,2,2v4A2.0023,2.0023,0,0,1,26,20ZM6,14v4H26V14Z"
})), _circle48 || (_circle48 = /*#__PURE__*/React.createElement("circle", {
cx: "9",
cy: "6",
r: "1"
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
d: "M26,10H6A2.0023,2.0023,0,0,1,4,8V4A2.0023,2.0023,0,0,1,6,2H26a2.0023,2.0023,0,0,1,2,2V8A2.0023,2.0023,0,0,1,26,10ZM6,4V8H26V4Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
BareMetalServer_02.propTypes = iconPropTypes.iconPropTypes;
}
const QBarrier = /*#__PURE__*/React.forwardRef(function QBarrier({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
d: "M15 5H17V9H15zM15 11H17V15H15zM15 17H17V21H15zM15 23H17V27H15z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
QBarrier.propTypes = iconPropTypes.iconPropTypes;
}
const BaseDocumentSet = /*#__PURE__*/React.forwardRef(function BaseDocumentSet({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
d: "M24,30c-3.3,0-6-2.7-6-6s2.7-6,6-6,6,2.7,6,6-2.7,6-6,6ZM24,20c-2.2,0-4,1.8-4,4s1.8,4,4,4,4-1.8,4-4-1.8-4-4-4ZM16,28h-4V4h8v6c0,1.1.9,2,2,2h6v4h2v-6c0-.3-.1-.5-.3-.7l-7-7c-.2-.2-.4-.3-.7-.3h-10c-1.1,0-2,.9-2,2v24c0,1.1.9,2,2,2h4s0-2,0-2ZM22,4.4l5.6,5.6h-5.6v-5.6ZM4,7h-2v20h2V7ZM8,4h-2v24h2V4Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
BaseDocumentSet.propTypes = iconPropTypes.iconPropTypes;
}
const Basketball = /*#__PURE__*/React.forwardRef(function Basketball({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
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.createElement("path", {
d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM27.9492,15H22.041a14.4088,14.4088,0,0,1,2.7383-7.1533A11.9392,11.9392,0,0,1,27.9492,15ZM17,15V4.0508a11.9181,11.9181,0,0,1,6.2874,2.4375A16.2646,16.2646,0,0,0,20.04,15Zm-2,0H11.96A16.2646,16.2646,0,0,0,8.7126,6.4883,11.9181,11.9181,0,0,1,15,4.0508Zm0,2V27.9492a11.9181,11.9181,0,0,1-6.2874-2.4375A16.2646,16.2646,0,0,0,11.96,17Zm2,0h3.04a16.2646,16.2646,0,0,0,3.2476,8.5117A11.9181,11.9181,0,0,1,17,27.9492ZM7.2207,7.8467A14.4088,14.4088,0,0,1,9.959,15H4.0508A11.9392,11.9392,0,0,1,7.2207,7.8467ZM4.0508,17H9.959a14.4088,14.4088,0,0,1-2.7383,7.1533A11.9392,11.9392,0,0,1,4.0508,17Zm20.7285,7.1533A14.4088,14.4088,0,0,1,22.041,17h5.9082A11.9392,11.9392,0,0,1,24.7793,24.1533Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Basketball.propTypes = iconPropTypes.iconPropTypes;
}
const BastionHost = /*#__PURE__*/React.forwardRef(function BastionHost({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
d: "M27.5273,2.709A1.9955,1.9955,0,0,0,26,2H23.3091a1.5,1.5,0,0,0-1.3419.8294L21.3818,4H20V3.5A1.5,1.5,0,0,0,18.5,2h-5A1.5,1.5,0,0,0,12,3.5V4H10.6182l-.585-1.17A1.5017,1.5017,0,0,0,8.69,2H6A2,2,0,0,0,4.0283,4.333L4.7324,8.5A3,3,0,0,0,7.69,11H8V23a3.0033,3.0033,0,0,0-3,3v4H27V26a3.0033,3.0033,0,0,0-3-3V11h.31a3,3,0,0,0,2.9579-2.5l.7041-4.167A1.994,1.994,0,0,0,27.5273,2.709ZM25,26v2H7V26a1.0009,1.0009,0,0,1,1-1H24A1.0009,1.0009,0,0,1,25,26Zm-3-3H10V11H22ZM25.2959,8.167A.9976.9976,0,0,1,24.31,9H7.69a.9976.9976,0,0,1-.9863-.8335L6,4H8.3818l1,2H14V4h4V6h4.6172l1.001-2H26Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
BastionHost.propTypes = iconPropTypes.iconPropTypes;
}
const Bat = /*#__PURE__*/React.forwardRef(function Bat({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
d: "M31.9093,6.584A1,1,0,0,0,31,6c-4.7683,0-8.2607.8887-11,2.8438V3H18V6H14V3H12V8.8438C9.2608,6.8887,5.7684,6,1,6A1,1,0,0,0,.2437,7.6543C1.9454,9.6221,3,11.7041,3,16a1,1,0,0,0,1,1c2.7678,0,6,1.31,6,5a1.004,1.004,0,0,0,.9341.998C11.35,23.0273,15,23.3872,15,27a1,1,0,0,0,2,0c0-3.6128,3.65-3.9727,4.0622-4.002A1,1,0,0,0,22,22c0-3.69,3.2321-5,6-5a1,1,0,0,0,1-1c0-4.2959,1