@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
1,170 lines (1,168 loc) • 128 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, _switch, _switch2, _path4, _path5, _path6, _path7, _path8, _path9, _path0, _path1, _path10, _path11, _path12, _path13, _path14, _path15, _circle, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _circle2, _circle3, _path23, _path24, _circle4, _path25, _path26, _path27, _circle5, _circle6, _circle7, _circle8, _circle9, _circle0, _circle1, _circle10, _path28, _path29, _circle11, _circle12, _path30, _path31, _path32, _path33, _circle13, _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, _circle14, _path71, _circle15, _path72, _path73, _circle16, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _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, _path159, _path160, _path161, _circle17, _circle18, _circle19, _circle20, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _circle21, _circle22, _circle23, _circle24, _circle25, _path176, _path177, _path178, _path179, _path180, _circle26, _circle27, _circle28, _path181, _circle29, _circle30, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _circle31, _circle32, _circle33, _circle34, _circle35, _path193, _path194, _path195, _path196, _circle36, _circle37, _circle38, _circle39, _circle40, _circle41, _circle42, _circle43, _circle44, _circle45, _circle46, _circle47, _circle48, _circle49, _path197, _path198, _path199, _path200;
const CalculatorCheck = /*#__PURE__*/React.forwardRef(function CalculatorCheck({
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: "M24 26.59L21.41 24 20 25.41 24 29.41 31 22.41 29.59 21 24 26.59zM15 23H17V25H15zM9 23H11V25H9zM21 18H23V20H21zM15 18H17V20H15zM9 18H11V20H9zM21 13H23V15H21zM15 13H17V15H15zM9 13H11V15H9zM9 7H23V10H9z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M17,30H6.0046A2.007,2.007,0,0,1,4,27.9951V3.9961A1.9984,1.9984,0,0,1,5.9961,2H26.0037A1.9985,1.9985,0,0,1,28,3.9961V18H26V4H6V28H17Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CalculatorCheck.propTypes = iconPropTypes.iconPropTypes;
}
const Calendar = /*#__PURE__*/React.forwardRef(function Calendar({
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: "M26,4h-4V2h-2v2h-8V2h-2v2H6C4.9,4,4,4.9,4,6v20c0,1.1,0.9,2,2,2h20c1.1,0,2-0.9,2-2V6C28,4.9,27.1,4,26,4z M26,26H6V12h20 V26z M26,10H6V6h4v2h2V6h8v2h2V6h4V10z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Calendar.propTypes = iconPropTypes.iconPropTypes;
}
const CalendarAdd = /*#__PURE__*/React.forwardRef(function CalendarAdd({
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
}, _switch || (_switch = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
d: "M30 22L24 22 24 16 22 16 22 22 16 22 16 24 22 24 22 30 24 30 24 24 30 24z"
}), /*#__PURE__*/React.createElement("path", {
d: "M28,6c0-1.1-0.9-2-2-2h-4V2h-2v2h-8V2h-2v2H6C4.9,4,4,4.9,4,6v20c0,1.1,0.9,2,2,2h8v-2H6V6h4v2h2V6h8v2h2V6h4v8h2V6z"
})))), children);
});
if (process.env.NODE_ENV !== "production") {
CalendarAdd.propTypes = iconPropTypes.iconPropTypes;
}
const CalendarAddAlt = /*#__PURE__*/React.forwardRef(function CalendarAddAlt({
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
}, _switch2 || (_switch2 = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
d: "M26 21L23 21 23 18 21 18 21 21 18 21 18 23 21 23 21 26 23 26 23 23 26 23z"
}), /*#__PURE__*/React.createElement("path", {
d: "M22,30c-4.4,0-8-3.6-8-8s3.6-8,8-8s8,3.6,8,8S26.4,30,22,30z M22,16c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6-6S25.3,16,22,16z"
}), /*#__PURE__*/React.createElement("path", {
d: "M28,6c0-1.1-0.9-2-2-2h-4V2h-2v2h-8V2h-2v2H6C4.9,4,4,4.9,4,6v20c0,1.1,0.9,2,2,2h6v-2H6V6h4v2h2V6h8v2h2V6h4v6h2V6z"
})))), children);
});
if (process.env.NODE_ENV !== "production") {
CalendarAddAlt.propTypes = iconPropTypes.iconPropTypes;
}
const CalendarHeatMap = /*#__PURE__*/React.forwardRef(function CalendarHeatMap({
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: "M26,4H22V2H20V4H12V2H10V4H6A2.0025,2.0025,0,0,0,4,6V26a2.0025,2.0025,0,0,0,2,2H26a2.0025,2.0025,0,0,0,2-2V6A2.0025,2.0025,0,0,0,26,4ZM6,6h4V8h2V6h8V8h2V6h4l0,4H6Zm0,6h5v6H6ZM19,26H13V20h6Zm0-8H13V12h6Zm2,8V20h5l.0012,6Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CalendarHeatMap.propTypes = iconPropTypes.iconPropTypes;
}
const CalendarSettings = /*#__PURE__*/React.forwardRef(function CalendarSettings({
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: "M30,23V21H27.91a5.9592,5.9592,0,0,0-1.0244-2.4707L28.364,17.05,26.95,15.6362l-1.4788,1.4785A5.9584,5.9584,0,0,0,23,16.09V14H21v2.09a5.9584,5.9584,0,0,0-2.4709,1.0244L17.05,15.6362,15.636,17.05l1.4787,1.479A5.9618,5.9618,0,0,0,16.09,21H14v2h2.09a5.9618,5.9618,0,0,0,1.0244,2.4707L15.636,26.95,17.05,28.3638l1.4788-1.4785A5.9584,5.9584,0,0,0,21,27.91V30h2V27.91a5.9584,5.9584,0,0,0,2.4709-1.0244L26.95,28.3638,28.364,26.95l-1.4787-1.479A5.9592,5.9592,0,0,0,27.91,23Zm-8,3a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,26Z"
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
d: "M28,6a2,2,0,0,0-2-2H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V6h4V8h2V6h8V8h2V6h4v6h2Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CalendarSettings.propTypes = iconPropTypes.iconPropTypes;
}
const CalendarTools = /*#__PURE__*/React.forwardRef(function CalendarTools({
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
}, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
d: "M23.981,24.4333A3.9549,3.9549,0,0,0,26,25a4.0045,4.0045,0,0,0,4-4,3.9427,3.9427,0,0,0-.1492-1.0228l-2.4367,2.4369-.0005-.0005a1.9991,1.9991,0,1,1-2.8272-2.8272l-.0005-.0005,2.4368-2.4368A3.95,3.95,0,0,0,26,17a4.0045,4.0045,0,0,0-4,4,3.9544,3.9544,0,0,0,.5669,2.0191L17,28.586,18.4141,30Z"
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M26,4H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h8V26H6V6h4V8h2V6h8V8h2V6h4v8h2V6A2,2,0,0,0,26,4Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CalendarTools.propTypes = iconPropTypes.iconPropTypes;
}
const Calibrate = /*#__PURE__*/React.forwardRef(function Calibrate({
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: "M28.83,21.17,25,17.37l.67-.67a1,1,0,0,0,0-1.41l-6-6a1,1,0,0,0-1.41,0h0l-.79.79L10.71,3.29a1,1,0,0,0-1.41,0h0l-4,4-.12.15-4,6a1,1,0,0,0,.12,1.26l3,3a1,1,0,0,0,1.42,0L10,13.41l2.09,2.09-4.8,4.79a1,1,0,0,0,0,1.41l2,2A1,1,0,0,0,10,24a1,1,0,0,0,.52-.15l4.33-2.6,2.44,2.45a1,1,0,0,0,1.41,0h0l.67-.7,3.79,3.83a4,4,0,0,0,5.66-5.66ZM10,10.58l-5,5L3.29,13.87,6.78,8.63,10,5.41l6.09,6.09L13.5,14.08Zm8,11-2.84-2.84-5,3L9.42,21,19,11.41,23.59,16Zm9.42,3.83a2,2,0,0,1-2.83,0h0l-3.8-3.79,2.83-2.83,3.8,3.79a2,2,0,0,1,0,2.83Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Calibrate.propTypes = iconPropTypes.iconPropTypes;
}
const Calls = /*#__PURE__*/React.forwardRef(function Calls({
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
}, _path0 || (_path0 = /*#__PURE__*/React.createElement("path", {
d: "M26 14c1.1028 0 2 .8972 2 2s-.8972 2-2 2-2-.8972-2-2 .8972-2 2-2m0-2c-2.2091 0-4 1.7909-4 4s1.7909 4 4 4 4-1.7909 4-4-1.7909-4-4-4h0zM15 11l-1.4143 1.4141 2.5859 2.5859H7.8157c-.4141-1.1611-1.5137-2-2.8157-2-1.6543 0-3 1.3457-3 3s1.3457 3 3 3c1.302 0 2.4016-.8389 2.8157-2h8.356l-2.5859 2.5859 1.4143 1.4141 5-5-5-5zm-10 6c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Calls.propTypes = iconPropTypes.iconPropTypes;
}
const CallsAll = /*#__PURE__*/React.forwardRef(function CallsAll({
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: "M26 12c-2.2091 0-4 1.7908-4 4s1.7909 4 4 4 4-1.7909 4-4-1.7908-4-4-4zm0 6c-1.1028 0-2-.8972-2-2s.8972-2 2-2 2 .8972 2 2-.8972 2-2 2zM15 21v2h2.5859l-2.3008 2.3008c-.3911-.1875-.8235-.3008-1.2852-.3008-1.6543 0-3 1.3457-3 3s1.3457 3 3 3 3-1.3457 3-3c0-.4619-.1135-.894-.3005-1.2852l2.3005-2.3008v2.5859h2v-6h-6zm-1 8c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1zM11.4143 11.4141l-1.4143 1.4146 2.1716 2.1714h-4.356c-.4141-1.1611-1.5137-2-2.8157-2-1.6543 0-3 1.3457-3 3s1.3457 3 3 3c1.302 0 2.4016-.8389 2.8157-2h4.356l-2.1716 2.1714 1.4143 1.4146 4.5857-4.5859-4.5857-4.5859zm-6.4143 5.5859c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1zM19 5v2.5859l-2.3005-2.3008c.187-.3911.3005-.8232.3005-1.2852 0-1.6543-1.3457-3-3-3s-3 1.3457-3 3 1.3457 3 3 3c.4617 0 .894-.1133 1.2852-.3008l2.3008 2.3008h-2.5859v2h6v-6h-2zm-6-1c0-.5513.4485-1 1-1s1 .4487 1 1-.4485 1-1 1-1-.4487-1-1z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CallsAll.propTypes = iconPropTypes.iconPropTypes;
}
const CallsIncoming = /*#__PURE__*/React.forwardRef(function CallsIncoming({
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: "M26 12c-2.2091 0-4 1.7908-4 4s1.7909 4 4 4 4-1.7909 4-4-1.7908-4-4-4zm0 6c-1.1028 0-2-.8972-2-2s.8972-2 2-2 2 .8972 2 2-.8972 2-2 2zM15 20l-1.4143 1.4141 2.5859 2.5859H7.8157c-.4141-1.1611-1.5137-2-2.8157-2-1.6543 0-3 1.3457-3 3s1.3457 3 3 3c1.302 0 2.4016-.8389 2.8157-2h8.356l-2.5859 2.5859 1.4143 1.4141 5-5-5-5zm-10 6c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1zM15 4l-1.4143 1.4141 2.5859 2.5859H7.8157c-.4141-1.1611-1.5137-2-2.8157-2-1.6543 0-3 1.3457-3 3s1.3457 3 3 3c1.302 0 2.4016-.8389 2.8157-2h8.356l-2.5859 2.5859 1.4143 1.4141 5-5-5-5zm-10 6c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CallsIncoming.propTypes = iconPropTypes.iconPropTypes;
}
const Camera = /*#__PURE__*/React.forwardRef(function Camera({
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
}, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
d: "M29,26H3a1,1,0,0,1-1-1V8A1,1,0,0,1,3,7H9.46l1.71-2.55A1,1,0,0,1,12,4h8a1,1,0,0,1,.83.45L22.54,7H29a1,1,0,0,1,1,1V25A1,1,0,0,1,29,26ZM4,24H28V9H22a1,1,0,0,1-.83-.45L19.46,6H12.54L10.83,8.55A1,1,0,0,1,10,9H4Z"
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
d: "M16,22a6,6,0,1,1,6-6A6,6,0,0,1,16,22Zm0-10a4,4,0,1,0,4,4A4,4,0,0,0,16,12Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Camera.propTypes = iconPropTypes.iconPropTypes;
}
const CameraAction = /*#__PURE__*/React.forwardRef(function CameraAction({
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
}, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
d: "M12,23a6,6,0,1,1,6-6A6,6,0,0,1,12,23Zm0-10a4,4,0,1,0,4,4A4,4,0,0,0,12,13Z"
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
d: "M29,27H3a1,1,0,0,1-1-1V6A1,1,0,0,1,3,5H29a1,1,0,0,1,1,1V26A1,1,0,0,1,29,27ZM4,25H28V7H4Z"
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
d: "M19 9H26V11H19z"
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
cx: "12",
cy: "17",
r: "1"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CameraAction.propTypes = iconPropTypes.iconPropTypes;
}
const Campsite = /*#__PURE__*/React.forwardRef(function Campsite({
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
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
d: "M27.5618,26,17.17,8.9277,19.5361,5.04,17.8281,4,16,7.0049,14.17,4l-1.708,1.04,2.3665,3.8877L4.438,26H2v2H30V26ZM16,10.8506,25.2207,26H17V18H15v8H6.7791Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Campsite.propTypes = iconPropTypes.iconPropTypes;
}
const Car = /*#__PURE__*/React.forwardRef(function Car({
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
}, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
d: "M29.3379,15.9336l-7.7324-2.7783L18.374,9.0967A2.99,2.99,0,0,0,16.0537,8H8.0576a2.9982,2.9982,0,0,0-2.48,1.3115L2.8662,13.2949A4.9884,4.9884,0,0,0,2,16.1074V24a1,1,0,0,0,1,1H5.1421a3.9806,3.9806,0,0,0,7.7158,0h6.2842a3.9806,3.9806,0,0,0,7.7158,0H29a1,1,0,0,0,1-1V16.875A1,1,0,0,0,29.3379,15.9336ZM9,26a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,9,26Zm14,0a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,23,26Zm5-3H26.8579a3.9806,3.9806,0,0,0-7.7158,0H12.8579a3.9806,3.9806,0,0,0-7.7158,0H4V16.1074A2.9977,2.9977,0,0,1,4.52,14.4189l2.711-3.9814A.9992.9992,0,0,1,8.0576,10h7.9961a.9928.9928,0,0,1,.7647.3545l3.3994,4.2685a1.0007,1.0007,0,0,0,.4443.3184L28,17.5781Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Car.propTypes = iconPropTypes.iconPropTypes;
}
const CarFront = /*#__PURE__*/React.forwardRef(function CarFront({
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: "M13 19H19V21H13z"
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
d: "M25.4409,14,24.1687,9.45A2.009,2.009,0,0,0,22.2456,8H9.7544A2.0089,2.0089,0,0,0,7.8313,9.4507L6.5315,14H4v2H6v7a2.0025,2.0025,0,0,0,2,2v3h2V25H22v3h2V25a2.0025,2.0025,0,0,0,2-2V16h2V14ZM9.7544,10H22.2458l1.4285,5H8.3257ZM24,21v2H8V21h2V19H8V17H24v2H22v2Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CarFront.propTypes = iconPropTypes.iconPropTypes;
}
const Carbon = /*#__PURE__*/React.forwardRef(function Carbon({
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: "M13.5,30.8149a1.0011,1.0011,0,0,1-.4927-.13l-8.5-4.815A1,1,0,0,1,4,25V15a1,1,0,0,1,.5073-.87l8.5-4.815a1.0013,1.0013,0,0,1,.9854,0l8.5,4.815A1,1,0,0,1,23,15V25a1,1,0,0,1-.5073.87l-8.5,4.815A1.0011,1.0011,0,0,1,13.5,30.8149ZM6,24.417l7.5,4.2485L21,24.417V15.583l-7.5-4.2485L6,15.583Z"
})), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
d: "M28,17H26V7.583L18.5,3.3345,10.4927,7.87,9.5073,6.13l8.5-4.815a1.0013,1.0013,0,0,1,.9854,0l8.5,4.815A1,1,0,0,1,28,7Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Carbon.propTypes = iconPropTypes.iconPropTypes;
}
const CarbonUiBuilder = /*#__PURE__*/React.forwardRef(function CarbonUiBuilder({
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
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
d: "M24 28H30V30H24z"
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
cx: "21",
cy: "29",
r: "1"
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
cx: "29",
cy: "25",
r: "1"
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
d: "M20 24H26V26H20z",
transform: "rotate(-180 23 25)"
})), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
d: "M24 20H30V22H24z"
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
cx: "21",
cy: "21",
r: "1"
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
d: "M21.4927,14.1299l-8.5-4.8149c-.3057-.1729-.6797-.1729-.9854,0L3.5073,14.1299c-.3135,.1777-.5073,.5098-.5073,.8701v10c0,.3604,.1938,.6924,.5073,.8701l8.5,4.8149,.9854-1.7402-7.9927-4.5278V15.583l7.5-4.2485,7.5,4.2485v2.417h2v-3c0-.3604-.1938-.6924-.5073-.8701Z"
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
d: "M25,15h2V7c0-.3604-.1938-.6924-.5073-.8701L17.9927,1.3149c-.3057-.1729-.6797-.1729-.9854,0L8.5074,6.1299l.9854,1.7402L17.5,3.3345l7.5,4.2485v7.417Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CarbonUiBuilder.propTypes = iconPropTypes.iconPropTypes;
}
const CarbonAccounting = /*#__PURE__*/React.forwardRef(function CarbonAccounting({
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: "M29 26H23V22a2.002 2.002 0 012-2h2V18H23V16h4a2.0023 2.0023 0 012 2v2a2.0023 2.0023 0 01-2 2H25v2h4zM19 22H15a2.0023 2.0023 0 01-2-2V10a2.002 2.002 0 012-2h4a2.002 2.002 0 012 2V20A2.0023 2.0023 0 0119 22zM15 10V20h4V10zM11 22H5a2.0023 2.0023 0 01-2-2V10A2.002 2.002 0 015 8h6v2H5V20h6z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CarbonAccounting.propTypes = iconPropTypes.iconPropTypes;
}
const CarbonForAem = /*#__PURE__*/React.forwardRef(function CarbonForAem({
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
}, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
cx: "7",
cy: "6",
r: "1",
strokeWidth: "0"
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
cx: "11",
cy: "6",
r: "1",
strokeWidth: "0"
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
cx: "28.5",
cy: "24.5",
r: "1.5",
strokeWidth: "0"
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
cx: "23.5",
cy: "27.5",
r: "1.5",
strokeWidth: "0"
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
cx: "18.5",
cy: "24.5",
r: "1.5",
strokeWidth: "0"
})), _circle0 || (_circle0 = /*#__PURE__*/React.createElement("circle", {
cx: "18.5",
cy: "19.5",
r: "1.5",
strokeWidth: "0"
})), _circle1 || (_circle1 = /*#__PURE__*/React.createElement("circle", {
cx: "23.5",
cy: "16.5",
r: "1.5",
strokeWidth: "0"
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
cx: "28.5",
cy: "19.5",
r: "1.5",
strokeWidth: "0"
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
strokeWidth: "0",
d: "m28,2H4c-1.1046,0-2,.8954-2,2v20c0,1.1046.8954,2,2,2h9v-2H4v-14h24v4h2V4c0-1.1046-.8954-2-2-2Zm0,6H4v-4h24v4Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CarbonForAem.propTypes = iconPropTypes.iconPropTypes;
}
const CarbonForIbmDotcom = /*#__PURE__*/React.forwardRef(function CarbonForIbmDotcom({
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
}, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
d: "M29.509,17.689l-6-3.55C23.352,14.046,23.176,14,23,14s-0.352,0.046-0.509,0.14l-6,3.55C16.187,17.869,16,18.196,16,18.55 v6.9c0,0.354,0.187,0.681,0.491,0.86l6,3.55C22.648,29.954,22.824,30,23,30s0.352-0.046,0.509-0.14l6-3.55 C29.813,26.131,30,25.804,30,25.45v-6.9C30,18.196,29.813,17.869,29.509,17.689z M28,24.88l-5,2.958l-5-2.958v-5.76l5-2.958l5,2.958 V24.88z"
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
cx: "6",
cy: "6",
r: "1"
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
cx: "9",
cy: "6",
r: "1"
})), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
d: "M28,2H4C2.897,2,2,2.897,2,4v20c0,1.103,0.897,2,2,2h9v-2H4V10h24v4h2V4C30,2.897,29.103,2,28,2z M4,8V4h24v4H4z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CarbonForIbmDotcom.propTypes = iconPropTypes.iconPropTypes;
}
const CarbonForIbmProduct = /*#__PURE__*/React.forwardRef(function CarbonForIbmProduct({
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: "M22.509,12.689l-6-3.55C16.352,9.046,16.176,9,16,9s-0.352,0.046-0.509,0.14l-6,3.55C9.187,12.869,9,13.196,9,13.55v6.9 c0,0.354,0.187,0.681,0.491,0.86l6,3.55C15.648,24.954,15.824,25,16,25s0.352-0.046,0.509-0.14l6-3.55 C22.813,21.131,23,20.804,23,20.45v-6.9C23,13.196,22.813,12.869,22.509,12.689z M21,19.88l-5,2.958l-5-2.958v-5.76l5-2.958l5,2.958 V19.88z"
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
d: "M6 20.184V11.07l6.2-3.664-1.017-1.722L4.491 9.639C4.187 9.819 4 10.146 4 10.5v9.684C2.839 20.598 2 21.698 2 23c0 1.654 1.346 3 3 3s3-1.346 3-3C8 21.698 7.161 20.598 6 20.184zM5 24c-.551 0-1-.448-1-1s.449-1 1-1 1 .448 1 1S5.551 24 5 24zM27 20c-1.654 0-3 1.346-3 3 0 .353.072.687.185 1.002L16 28.838l-6.404-3.784-1.017 1.722 6.912 4.084C15.648 30.954 15.824 31 16 31s.352-.046.509-.139l8.96-5.295C25.919 25.835 26.439 26 27 26c1.654 0 3-1.346 3-3S28.654 20 27 20zM27 24c-.551 0-1-.448-1-1s.449-1 1-1 1 .448 1 1S27.551 24 27 24zM16 7c.731 0 1.392-.273 1.913-.708L26 11.071V18h2v-7.5c0-.354-.187-.681-.491-.861l-8.567-5.062C18.978 4.39 19 4.198 19 4c0-1.654-1.346-3-3-3s-3 1.346-3 3S14.346 7 16 7zM16 3c.551 0 1 .448 1 1s-.449 1-1 1-1-.448-1-1S15.449 3 16 3z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CarbonForIbmProduct.propTypes = iconPropTypes.iconPropTypes;
}
const CarbonForMobile = /*#__PURE__*/React.forwardRef(function CarbonForMobile({
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: "M32 14h-2v-5.9258l-5.5039-3.2104 1.0078-1.7275 6 3.5c.3071.1792.4961.5083.4961.8638v6.5zM20 22c-.1743 0-.3481-.0454-.5039-.1362l-6-3.5c-.3071-.1792-.4961-.5083-.4961-.8638v-7c0-.3555.189-.6846.4961-.8638l6-3.5c.3115-.1816.6963-.1816 1.0078 0l6 3.5c.3071.1792.4961.5083.4961.8638v7c0 .3555-.189.6846-.4961.8638l-6 3.5c-.1558.0908-.3296.1362-.5039.1362zm-5-5.0742l5 2.9165 5-2.9165v-5.8516l-5-2.9165-5 2.9165v5.8516z"
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
cx: "12.5",
cy: "24.5",
r: "1.5"
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
d: "m19,30H6c-1.1028,0-2-.8972-2-2V4c0-1.1028.8972-2,2-2h13v2H6v24h13v-4h2v4c0,1.1028-.8972,2-2,2Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CarbonForMobile.propTypes = iconPropTypes.iconPropTypes;
}
const CarbonForSalesforce = /*#__PURE__*/React.forwardRef(function CarbonForSalesforce({
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", {
strokeWidth: "0",
d: "m29.51,17.69l-6-3.55c-.16-.09-.33-.14-.51-.14s-.35.05-.51.14l-6,3.55c-.3.18-.49.51-.49.86v6.9c0,.35.19.68.49.86l6,3.55c.16.09.33.14.51.14s.35-.05.51-.14l6-3.55c.3-.18.49-.51.49-.86v-6.9c0-.35-.19-.68-.49-.86Zm-1.51,7.19l-5,2.96-5-2.96v-5.76l5-2.96,5,2.96v5.76Z"
})), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
strokeWidth: "0",
d: "m23.4,4.47c-.65,0-1.28.09-1.88.27-1.06-1.36-2.68-2.17-4.4-2.17-1.17,0-2.28.36-3.22,1.03-1.11-1.02-2.57-1.6-4.09-1.6h-.01c-1.62,0-3.14.63-4.29,1.78-1.14,1.14-1.76,2.65-1.76,4.25,0,.56.08,1.1.23,1.63-1.24,1.02-1.98,2.55-1.97,4.18,0,2.97,2.39,5.39,5.34,5.39h.28c.98,1.81,2.89,2.98,4.99,2.98h0c.47,0,.94-.06,1.38-.17v-2.11c-.43.18-.9.28-1.38.28h0c-1.53,0-2.92-.97-3.44-2.4l-.3-.81-.84.17c-.23.05-.46.07-.69.07-1.84,0-3.34-1.53-3.34-3.4,0-1.2.64-2.33,1.68-2.94l.77-.45-.36-.82c-.23-.51-.34-1.05-.34-1.61,0-1.07.41-2.07,1.17-2.83.77-.77,1.79-1.19,2.87-1.19h0c1.25,0,2.46.6,3.22,1.59l.6.79,1.2-.96c.65-.55,1.46-.85,2.3-.85,1.29,0,2.49.72,3.14,1.87l.45.8.83-.38c.58-.26,1.21-.39,1.86-.39,2.54,0,4.6,2.09,4.6,4.65,0,1.07-.37,2.04-.98,2.83l1.75,1.01c.77-1.09,1.22-2.41,1.22-3.84,0-3.67-2.96-6.65-6.6-6.65h.01Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CarbonForSalesforce.propTypes = iconPropTypes.iconPropTypes;
}
const CaretDown = /*#__PURE__*/React.forwardRef(function CaretDown({
children,
size = 16,
...rest
}, ref) {
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 8 4",
fill: "currentColor",
...rest
}, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
d: "M8 0L4 4 0 0z"
})), 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
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
d: "M24 12L16 22 8 12z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CaretDown.propTypes = iconPropTypes.iconPropTypes;
}
const CaretLeft = /*#__PURE__*/React.forwardRef(function CaretLeft({
children,
size = 16,
...rest
}, ref) {
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 5 8",
fill: "currentColor",
...rest
}, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
d: "M5 8L0 4 5 0z"
})), 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
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
d: "M20 24L10 16 20 8z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CaretLeft.propTypes = iconPropTypes.iconPropTypes;
}
const CaretRight = /*#__PURE__*/React.forwardRef(function CaretRight({
children,
size = 16,
...rest
}, ref) {
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 5 8",
fill: "currentColor",
...rest
}, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
d: "M0 0L5 4 0 8z"
})), 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
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
d: "M12 8L22 16 12 24z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CaretRight.propTypes = iconPropTypes.iconPropTypes;
}
const CaretSort = /*#__PURE__*/React.forwardRef(function CaretSort({
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: "M24 24L16 32 8 24zM8 8L16 0 24 8z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CaretSort.propTypes = iconPropTypes.iconPropTypes;
}
const CaretSortDown = /*#__PURE__*/React.forwardRef(function CaretSortDown({
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
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
d: "M24 24L16 32 8 24z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CaretSortDown.propTypes = iconPropTypes.iconPropTypes;
}
const CaretSortUp = /*#__PURE__*/React.forwardRef(function CaretSortUp({
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
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
d: "M8 8L16 0 24 8z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CaretSortUp.propTypes = iconPropTypes.iconPropTypes;
}
const CaretUp = /*#__PURE__*/React.forwardRef(function CaretUp({
children,
size = 16,
...rest
}, ref) {
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 8 4",
fill: "currentColor",
...rest
}, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
d: "M0 4L4 0 8 4z"
})), 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
}, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
d: "M8 20L16 10 24 20z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CaretUp.propTypes = iconPropTypes.iconPropTypes;
}
const CarouselHorizontal = /*#__PURE__*/React.forwardRef(function CarouselHorizontal({
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
}, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
d: "M22 26H10a2 2 0 01-2-2V8a2 2 0 012-2H22a2 2 0 012 2V24A2 2 0 0122 26zM10 8V24H22V8zM4 24H0V22H4V10H0V8H4a2 2 0 012 2V22A2 2 0 014 24zM32 24H28a2 2 0 01-2-2V10a2 2 0 012-2h4v2H28V22h4z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CarouselHorizontal.propTypes = iconPropTypes.iconPropTypes;
}
const CarouselVertical = /*#__PURE__*/React.forwardRef(function CarouselVertical({
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
}, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
d: "M26 10V22a2 2 0 01-2 2H8a2 2 0 01-2-2V10A2 2 0 018 8H24A2 2 0 0126 10zM8 22H24V10H8zM24 28v4H22V28H10v4H8V28a2 2 0 012-2H22A2 2 0 0124 28zM24 0V4a2 2 0 01-2 2H10A2 2 0 018 4V0h2V4H22V0z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CarouselVertical.propTypes = iconPropTypes.iconPropTypes;
}
const Catalog = /*#__PURE__*/React.forwardRef(function Catalog({
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
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
d: "M26,2H8A2,2,0,0,0,6,4V8H4v2H6v5H4v2H6v5H4v2H6v4a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V4A2,2,0,0,0,26,2Zm0,26H8V24h2V22H8V17h2V15H8V10h2V8H8V4H26Z"
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
d: "M14 8H22V10H14zM14 15H22V17H14zM14 22H22V24H14z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Catalog.propTypes = iconPropTypes.iconPropTypes;
}
const CatalogPublish = /*#__PURE__*/React.forwardRef(function CatalogPublish({
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
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
d: "M20 20L21.4 21.4 18.8 24 28 24 28 26 18.8 26 21.4 28.6 20 30 15 25zM14 15H22V17H14zM14 8H22V10H14z"
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
d: "M13,28H8v-4h2v-2H8v-5h2v-2H8v-5h2V8H8V4h18v16h2V4c0-1.1-0.9-2-2-2H8C6.9,2,6,2.9,6,4v4H4v2h2v5H4v2h2v5H4v2h2v4 c0,1.1,0.9,2,2,2h5V28z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CatalogPublish.propTypes = iconPropTypes.iconPropTypes;
}
const Categories = /*#__PURE__*/React.forwardRef(function Categories({
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
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
d: "M6.76 6l.45.89L7.76 8H12v5H4V6H6.76m.62-2H3A1 1 0 002 5v9a1 1 0 001 1H13a1 1 0 001-1V7a1 1 0 00-1-1H9L8.28 4.55A1 1 0 007.38 4zM22.76 6l.45.89L23.76 8H28v5H20V6h2.76m.62-2H19a1 1 0 00-1 1v9a1 1 0 001 1H29a1 1 0 001-1V7a1 1 0 00-1-1H25l-.72-1.45a1 1 0 00-.9-.55zM6.76 19l.45.89L7.76 21H12v5H4V19H6.76m.62-2H3a1 1 0 00-1 1v9a1 1 0 001 1H13a1 1 0 001-1V20a1 1 0 00-1-1H9l-.72-1.45a1 1 0 00-.9-.55zM22.76 19l.45.89L23.76 21H28v5H20V19h2.76m.62-2H19a1 1 0 00-1 1v9a1 1 0 001 1H29a1 1 0 001-1V20a1 1 0 00-1-1H25l-.72-1.45a1 1 0 00-.9-.55z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Categories.propTypes = iconPropTypes.iconPropTypes;
}
const Category = /*#__PURE__*/React.forwardRef(function Category({
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
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
d: "M27,22.1414V18a2,2,0,0,0-2-2H17V12h2a2.0023,2.0023,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H13a2.002,2.002,0,0,0-2,2v6a2.002,2.002,0,0,0,2,2h2v4H7a2,2,0,0,0-2,2v4.1421a4,4,0,1,0,2,0V18h8v4.142a4,4,0,1,0,2,0V18h8v4.1414a4,4,0,1,0,2,0ZM13,4h6l.001,6H13ZM8,26a2,2,0,1,1-2-2A2.0023,2.0023,0,0,1,8,26Zm10,0a2,2,0,1,1-2-2A2.0027,2.0027,0,0,1,18,26Zm8,2a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,28Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Category.propTypes = iconPropTypes.iconPropTypes;
}
const CategoryAdd = /*#__PURE__*/React.forwardRef(function CategoryAdd({
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
}, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
d: "M15 6L13.59 7.41 17.17 11 13.59 14.59 15 16 20 11 15 6z"
})), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
d: "M28,24H17V20h6a2.0027,2.0027,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H9A2.002,2.002,0,0,0,7,4V18a2.0023,2.0023,0,0,0,2,2h6v4H4a2,2,0,0,0-2,2v4H4V26H15v4h2V26H28v4h2V26A2,2,0,0,0,28,24ZM9,4H23l.002,14H9Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CategoryAdd.propTypes = iconPropTypes.iconPropTypes;
}
const CategoryAnd = /*#__PURE__*/React.forwardRef(function CategoryAnd({
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
}, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
d: "M4 30V26H15v4h2V26H28v4h2V26a2 2 0 00-2-2H17V19H15v5H4a2 2 0 00-2 2v4zM20.6953 13.9858A10.08 10.08 0 0021.9463 10H23V8H20V9a9.2634 9.2634 0 01-.6641 3.2705L16.6511 8.8816a5.1261 5.1261 0 002.1436-2.3694A3.2522 3.2522 0 0018.6062 3.81a3.38 3.38 0 00-2.2391-1.7056 3.4688 3.4688 0 00-4.2223 2.1186c-.5044 1.5518.4406 3.1158 1.2612 4.1077A4.7255 4.7255 0 0011.06 13.1587 4.4526 4.4526 0 0015.4268 17h.0058a5.7844 5.7844 0 003.9717-1.4233L20.532 17h2.5519zM14.047 4.8413A1.3224 1.3224 0 0115.4141 4a2.41 2.41 0 01.5214.0581 1.4018 1.4018 0 01.9111.7022 1.2493 1.2493 0 01.0791 1.042A3.6871 3.6871 0 0115.2441 7.395C14.5831 6.6816 13.8087 5.5732 14.047 4.8413zM15.4316 15h-.0039a2.4432 2.4432 0 01-2.3916-2.1509 2.8261 2.8261 0 011.81-3.0249l3.3115 4.1787A3.8853 3.8853 0 0115.4316 15z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CategoryAnd.propTypes = iconPropTypes.iconPropTypes;
}
const CategoryNew = /*#__PURE__*/React.forwardRef(function CategoryNew({
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
}, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
d: "M21 10L17 10 17 6 15 6 15 10 11 10 11 12 15 12 15 16 17 16 17 12 21 12 21 10z"
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
d: "M28,24H17V20h6a2.0027,2.0027,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H9A2.002,2.002,0,0,0,7,4V18a2.0023,2.0023,0,0,0,2,2h6v4H4a2,2,0,0,0-2,2v4H4V26H15v4h2V26H28v4h2V26A2,2,0,0,0,28,24ZM9,4H23l.002,14H9Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CategoryNew.propTypes = iconPropTypes.iconPropTypes;
}
const CategoryNewEach = /*#__PURE__*/React.forwardRef(function CategoryNewEach({
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
}, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
d: "M29 10H24v2h5v6H22v2h3v2.142a4 4 0 102 0V20h2a2.0027 2.0027 0 002-2V12A2.0023 2.0023 0 0029 10zM28 26a2 2 0 11-2-2A2.0027 2.0027 0 0128 26zM19 6H14V8h5v6H12v2h3v6.142a4 4 0 102 0V16h2a2.0023 2.0023 0 002-2V8A2.0023 2.0023 0 0019 6zM18 26a2 2 0 11-2-2A2.0027 2.0027 0 0118 26zM9 2H3A2.002 2.002 0 001 4v6a2.002 2.002 0 002 2H5V22.142a4 4 0 102 0V12H9a2.002 2.002 0 002-2V4A2.002 2.002 0 009 2zM8 26a2 2 0 11-2-2A2.0023 2.0023 0 018 26zM3 10V4H9l.0015 6z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CategoryNewEach.propTypes = iconPropTypes.iconPropTypes;
}
const Caution = /*#__PURE__*/React.forwardRef(function Caution({
children,
size = 16,
...rest
}, ref) {
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
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
}, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
d: "M12.3154,12H3.6846L8,4.0884,12.3154,12M14,13,8,2,2,13Z"
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
d: "M12.315 12L3.685 12 8 4.088 12.315 12z"
})), children);
}
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
}, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
d: "M12.3154,12H3.6846L8,4.0884,12.3154,12M14,13,8,2,2,13Z"
})), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
d: "M12.315 12L3.685 12 8 4.088 12.315 12z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Caution.propTypes = iconPropTypes.iconPropTypes;
}
const CautionInverted = /*#__PURE__*/React.forwardRef(function CautionInverted({
children,
size = 16,
...rest
}, ref) {
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
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
}, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
d: "M8 14L2 3 14 3 8 14z"
})), children);
}
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
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
d: "M8 14L2 3 14 3 8 14z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CautionInverted.propTypes = iconPropTypes.iconPropTypes;
}
const QCcX = /*#__PURE__*/React.forwardRef(function QCcX({
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: "M10 23H5a2 2 0 01-2-2V15a2 2 0 012-2h5v2H5v6h5zM19 23H14a2 2 0 01-2-2V15a2 2 0 012-2h5v2H14v6h5zM29 9L27 9 25 15 23 9 21 9 23.75 16 21 23 23 23 25 17 27 23 29 23 26.25 16 29 9z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
QCcX.propTypes = iconPropTypes.iconPropTypes;
}
const WatsonHealthCdArchive = /*#__PURE__*/React.forwardRef(function WatsonHealthCdArchive({
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
}, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
d: "M16,28A12,12,0,1,1,28,16,12,12,0,0,1,16,28ZM16,6A10,10,0,1,0,26,16,10,10,0,0,0,16,6Z"
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
d: "M16,22a6,6,0,1,1,6-6A6,6,0,0,1,16,22Zm0-10a4,4,0,1,0,4,4A4,4,0,0,0,16,12Z"
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
cx: "16",
cy: "16",
r: "2"
})), children);
});
if (process.env.NODE_ENV !== "production") {
WatsonHealthCdArchive.propTypes = iconPropTypes.iconPropTypes;
}
const WatsonHealthCdCreateArchive = /*#__PURE__*/React.forwardRef(function WatsonHealthCdCreateArchive({
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
}, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
d: "M14,20a6,6,0,1,1,6-6A6,6,0,0,1,14,20Zm0-10a4,4,0,1,0,4,4A4,4,0,0,0,14,10Z"
})), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
cx: "14",
cy: "14",
r: "2"
})), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
d: "M17,23.54A10,10,0,1,1,24,14c0,.34,0,.67-.05,1h2c0-.33.05-.66.05-1A12,12,0,1,0,14,26a12.33,12.33,0,0,0,3-.39Z"
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
d: "M25,30l-2.14-1A5,5,0,0,1,20,24.47V18H30v6.47A5,5,0,0,1,27.14,29ZM22,20v4.47a3,3,0,0,0,1.72,2.71l1.28.61,1.28-.61A3,3,0,0,0,28,24.47V20Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
WatsonHealthCdCreateArchive.propTypes = iconPropTypes.iconPropTypes;
}
const WatsonHealthCdCreateExchange = /*#__PURE__*/React.forwardRef(function WatsonHealthCdCreateExchange({
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
}, _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
cx: "14",
cy: "14",
r: "2"
})), _path74 || (_path74 = /*