@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
709 lines • 125 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.
*/
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const require_Icon = require("../Icon-2zUDcllO.js");
const require_iconPropTypes = require("../iconPropTypes-DaTOKOBs.js");
let react = require("react");
react = require_Icon.__toESM(react);
let react_jsx_runtime = require("react/jsx-runtime");
//#region virtual:generated/bucket-18.js
const SurrogateKeyFlatFile = /* @__PURE__ */ react.default.forwardRef(function SurrogateKeyFlatFile({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.9969,14.9969c-2.7614.0017-4.9986,2.2417-4.9969,5.0031.0002.1845.0114.3688.0337.552l-5.0337,5.0337v4.4143h4.4141l5.0337-5.0337c.1844.0205.3698.0307.5553.0306,2.7614-.0017,4.9986-2.2417,4.9969-5.0031s-2.2417-4.9986-5.0031-4.9969ZM27.9874,20.6685c-.3885,1.6306-2.0253,2.6375-3.6559,2.249l-.5395-.1238-5.2061,5.2063h-1.5859v-1.5857l5.2061-5.2063-.1236-.5393c-.1103-.4625-.1103-.9445,0-1.407.3884-1.6306,2.0253-2.6376,3.6558-2.2491,1.6306.3885,2.6376,2.0253,2.2491,3.6559ZM25.9646,20c0,.5523-.4477,1-1,1s-1-.4477-1-1,.4478-1,1-1,1,.4477,1,1ZM22.2918,12.0002c.6929,0,1.312-.4136,1.5771-1.0537.2656-.6406.1201-1.3711-.3701-1.8613l-6.792-6.792c-.1875-.1875-.4419-.293-.707-.293H5.9998c-1.1001,0-2,.8999-2,2v24c0,1.1001.8999,2,2,2h7.011v-2h-7.011V4.0002h8v6c0,1.1025.897,2,2,2h6.292ZM15.9998,4.4142l5.5854,5.5859h-5.5854v-5.5859Z" }), children);
});
if (process.env.NODE_ENV !== "production") SurrogateKeyFlatFile.propTypes = require_iconPropTypes.iconPropTypes;
const Sustainability = /* @__PURE__ */ react.default.forwardRef(function Sustainability({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m21.5708,27.7495c-1.7468.8296-3.6211,1.2505-5.5708,1.2505-7.1682,0-13-5.832-13-13,0-3.0752,1.0571-5.979,3-8.3076v2.3076h2v-6H2v2h2.8416c-2.4753,2.7539-3.8416,6.2622-3.8416,10,0,8.271,6.729,15,15,15,2.249,0,4.4119-.4858,6.4292-1.4438l-.8584-1.8066Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m21,9c-3.1602,0-5.7515,2.457-5.9778,5.5605-1.0654-.9658-2.4739-1.5605-4.0222-1.5605h-4v4c0,3.3086,2.6917,6,6,6h2v4h2v-8.0005l2,.0005c3.3083,0,6-2.6914,6-6v-4h-4Zm-8,12c-2.2056,0-4-1.7944-4-4v-2h2c2.2056,0,4,1.7944,4,4v.5859l-2.293-2.293-1.4141,1.4141,2.293,2.293h-.5859Zm10-8c0,2.2056-1.7944,4-4,4h-.5859l2.293-2.293-1.4141-1.4141-2.293,2.293v-.5859c0-2.2056,1.7944-4,4-4h2v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m31,16c0-8.271-6.729-15-15-15-2.249,0-4.4119.4858-6.4292,1.4438l.8584,1.8066c1.7468-.8296,3.6211-1.2505,5.5708-1.2505,7.1682,0,13,5.832,13,13,0,3.0752-1.0571,5.979-3,8.3076v-2.3076h-2v6h6v-2h-2.8416c2.4753-2.7539,3.8416-6.2622,3.8416-10Z" }), children);
});
if (process.env.NODE_ENV !== "production") Sustainability.propTypes = require_iconPropTypes.iconPropTypes;
const Svg = /* @__PURE__ */ react.default.forwardRef(function Svg({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,23H24a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h6v2H24V21h4V17H26V15h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 9 16 22 14 9 12 9 14.52 23 17.48 23 20 9 18 9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,23H2V21H8V17H4a2,2,0,0,1-2-2V11A2,2,0,0,1,4,9h6v2H4v4H8a2,2,0,0,1,2,2v4A2,2,0,0,1,8,23Z" }), children);
});
if (process.env.NODE_ENV !== "production") Svg.propTypes = require_iconPropTypes.iconPropTypes;
const Swim = /* @__PURE__ */ react.default.forwardRef(function Swim({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,26H28a4.9316,4.9316,0,0,1-4-1.9873,5.0192,5.0192,0,0,1-8,0,5.0192,5.0192,0,0,1-8,0A4.9316,4.9316,0,0,1,4,26H2V24H4a3.44,3.44,0,0,0,3.0532-2.3215A.9712.9712,0,0,1,8,21a1.0069,1.0069,0,0,1,.9487.6838A3.4381,3.4381,0,0,0,12,24a3.44,3.44,0,0,0,3.0532-2.3215A.99.99,0,0,1,16,21a1.0069,1.0069,0,0,1,.9487.6838A3.4381,3.4381,0,0,0,20,24a3.44,3.44,0,0,0,3.0532-2.3215,1,1,0,0,1,1.8955.0053A3.4381,3.4381,0,0,0,28,24h2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,17.5859l-8.707-8.707A2.9791,2.9791,0,0,0,12.1714,8H4v2h8.1714a.9933.9933,0,0,1,.7075.293L15.5859,13,10,18.5859,11.4141,20,17,14.4141,21.5859,19Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,10a4,4,0,1,1,4,4A4.0042,4.0042,0,0,1,20,10Zm2,0a2,2,0,1,0,2-2A2.0023,2.0023,0,0,0,22,10Z" }), children);
});
if (process.env.NODE_ENV !== "production") Swim.propTypes = require_iconPropTypes.iconPropTypes;
const SwimlaneDVertical = /* @__PURE__ */ react.default.forwardRef(function SwimlaneDVertical({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,26h2v4h-4v-2h2v-2ZM17,30h4v-2h-4v2ZM7,26h-2v4h4v-2h-2v-2ZM7,19.9995h-2v4.0005h2v-4.0005ZM7,14h-2v4h2v-4ZM5,8v3.9995h2v-1.9995h2v-2h-4ZM5,6h2v-2h2v-2h-4v4ZM17,4h4v-2h-4v2ZM11,4h4v-2h-4v2ZM23,2v2h2v2h2V2h-4ZM25,24h2v-3.9995h-2v3.9995ZM25,18h2v-4h-2v4ZM17,10h4v-2h-4v2ZM11,10h4v-2h-4v2ZM23,8v2h2v2h2v-4h-4ZM11,30h4v-2h-4v2Z" }), children);
});
if (process.env.NODE_ENV !== "production") SwimlaneDVertical.propTypes = require_iconPropTypes.iconPropTypes;
const Switch = /* @__PURE__ */ react.default.forwardRef(function Switch({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.6,23.6l1.4,1.4-5,5-5-5,1.4-1.4,2.6,2.6v-4.2H6v5h-2V10.8c-1.2-.4-2-1.5-2-2.8s.8-2.4,2-2.8v-3.2h2v3.2c.8.3,1.5,1,1.8,1.8h19.2v6.2l2.6-2.6,1.4,1.4-5,5-5-5,1.4-1.4,2.6,2.6v-4.2H7.8c-.3.8-1,1.5-1.8,1.8v9.2h21v6.2l2.6-2.6h0Z" }), children);
});
if (process.env.NODE_ENV !== "production") Switch.propTypes = require_iconPropTypes.iconPropTypes;
const SwitchLayer_2 = /* @__PURE__ */ react.default.forwardRef(function SwitchLayer_2({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 26 16 24 5.83 24 8.41 21.41 7 20 2 25 7 30 8.41 28.59 5.83 26 16 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 14 16 12 5.83 12 8.41 9.41 7 8 2 13 7 18 8.41 16.59 5.83 14 16 14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 6 16 8 26.17 8 23.59 10.59 25 12 30 7 25 2 23.59 3.41 26.17 6 16 6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 18 16 20 26.17 20 23.59 22.59 25 24 30 19 25 14 23.59 15.41 26.17 18 16 18z" }), children);
});
if (process.env.NODE_ENV !== "production") SwitchLayer_2.propTypes = require_iconPropTypes.iconPropTypes;
const SwitchLayer_3 = /* @__PURE__ */ react.default.forwardRef(function SwitchLayer_3({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 4 22 6 24.586 6 19.586 11 21 12.414 26 7.414 26 10 28 10 28 4 22 4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 4 10 6 7.414 6 12.414 11 11 12.414 6 7.414 6 10 4 10 4 4 10 4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 5 16 1 12 5 13.414 6.414 15 4.829 15 11 17 11 17 4.829 18.586 6.414 20 5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 28 22 26 24.586 26 19.586 21 21 19.586 26 24.586 26 22 28 22 28 28 22 28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 28 10 26 7.414 26 12.414 21 11 19.586 6 24.586 6 22 4 22 4 28 10 28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 27 16 31 12 27 13.414 25.586 15 27.171 15 21 17 21 17 27.171 18.586 25.586 20 27z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5 12 1 16 5 20 6.414 18.586 4.829 17 11 17 11 15 4.829 15 6.414 13.414 5 12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27 12 31 16 27 20 25.586 18.586 27.171 17 21 17 21 15 27.171 15 25.586 13.414 27 12z" }), children);
});
if (process.env.NODE_ENV !== "production") SwitchLayer_3.propTypes = require_iconPropTypes.iconPropTypes;
const Switcher = /* @__PURE__ */ react.default.forwardRef(function Switcher({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 4H18V8H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 4H8V8H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 4H28V8H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 14H18V18H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 14H8V18H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 14H28V18H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 24H18V28H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 24H8V28H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 24H28V28H24z" }), children);
});
if (process.env.NODE_ENV !== "production") Switcher.propTypes = require_iconPropTypes.iconPropTypes;
const Swot = /* @__PURE__ */ react.default.forwardRef(function Swot({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,30h-2v-13H2v-2h13V2h2v13h13v2h-13v13ZM28,28h-6v-6h6v6ZM24,26h2v-2h-2v2ZM10,27h-6v-6h6v6ZM6,25h2v-2h-2v2ZM25,13h-6v-6h6v6ZM21,11h2v-2h-2v2ZM11,12h-6v-6h6v6ZM7,10h2v-2h-2v2Z" }), children);
});
if (process.env.NODE_ENV !== "production") Swot.propTypes = require_iconPropTypes.iconPropTypes;
const SwotFilled = /* @__PURE__ */ react.default.forwardRef(function SwotFilled({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,15v2h-13v13h-2v-13H2v-2h13V2h2v13h13ZM25,7h-6v6h6v-6ZM28,22h-6v6h6v-6ZM11,6h-6v6h6v-6ZM10,21h-6v6h6v-6Z" }), children);
});
if (process.env.NODE_ENV !== "production") SwotFilled.propTypes = require_iconPropTypes.iconPropTypes;
const SyncSettings = /* @__PURE__ */ react.default.forwardRef(function SyncSettings({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
strokeWidth: "0",
d: "M15 24 15 22 11.4 22 22 11.4 22 15 24 15 24 8 17 8 17 10 20.6 10 10 20.6 10 17 8 17 8 24 15 24z"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
strokeWidth: "0",
d: "m25,20v2h3c1.1,0,2-.9,2-2v-3h-2v3h-3Z"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
strokeWidth: "0",
d: "M28 10H30V14H28z"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
strokeWidth: "0",
d: "m25,2v2h3v3h2v-3c0-1.1-.9-2-2-2h-3Z"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
strokeWidth: "0",
d: "M18 2H22V4H18z"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
strokeWidth: "0",
d: "m10,4v3h2v-3h3V2h-3c-1.1,0-2,.9-2,2Z"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
strokeWidth: "0",
d: "m12,10H4c-1.1,0-2,.9-2,2v16c0,1.1.9,2,2,2h16c1.1,0,2-.9,2-2v-8h-2v8H4V12h8v-2Z"
}), children);
});
if (process.env.NODE_ENV !== "production") SyncSettings.propTypes = require_iconPropTypes.iconPropTypes;
const SysProvision = /* @__PURE__ */ react.default.forwardRef(function SysProvision({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 20 21 30 30 25 21 20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "14",
cy: "14",
r: "2"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,20a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,14,20Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,14,10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.9512,12.91l-.0064,0A12.05,12.05,0,1,0,17,25.605V23.5386a9.9813,9.9813,0,1,1,6.6235-6.81l1.9248.544A12.0341,12.0341,0,0,0,26,14Q26,13.4492,25.9512,12.91Z" }), children);
});
if (process.env.NODE_ENV !== "production") SysProvision.propTypes = require_iconPropTypes.iconPropTypes;
const SysplexDistributor = /* @__PURE__ */ react.default.forwardRef(function SysplexDistributor({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
strokeWidth: "0",
d: "M4 26H8V30H4z"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
strokeWidth: "0",
d: "M14 26H18V30H14z"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
strokeWidth: "0",
d: "M24 26H28V30H24z"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
strokeWidth: "0",
d: "m25,18h-8v-2h-2v2H7c-1.1028,0-2,.8975-2,2v4h2v-4h8v4h2v-4h8v4h2v-4c0-1.1025-.8972-2-2-2Z"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
strokeWidth: "0",
d: "m20,2h-8c-1.1028,0-2,.8975-2,2v8c0,1.1025.8972,2,2,2h8c1.1028,0,2-.8975,2-2V4c0-1.1025-.8972-2-2-2Zm-1.4141,2l-6.5859,6.5859v-6.5859h6.5859Zm-5.1719,8l6.5862-6.5859.001,6.5859h-6.5872Z"
}), children);
});
if (process.env.NODE_ENV !== "production") SysplexDistributor.propTypes = require_iconPropTypes.iconPropTypes;
const QT = /* @__PURE__ */ react.default.forwardRef(function QT({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 11 15 11 15 23 17 23 17 11 20 11 20 9 12 9 12 11z" }), children);
});
if (process.env.NODE_ENV !== "production") QT.propTypes = require_iconPropTypes.iconPropTypes;
const QTAlt = /* @__PURE__ */ react.default.forwardRef(function QTAlt({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 11 11 11 11 23 13 23 13 11 16 11 16 9 8 9 8 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 9 22 9 22 7 20 7 20 9 18 9 18 11 20 11 20 17 21 18 22 17 22 11 24 11 24 9z" }), children);
});
if (process.env.NODE_ENV !== "production") QTAlt.propTypes = require_iconPropTypes.iconPropTypes;
const Table = /* @__PURE__ */ react.default.forwardRef(function Table({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,5a2,2,0,0,0-2-2H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2ZM27,5V9H5V5Zm0,22H5V23H27Zm0-6H5V17H27Zm0-6H5V11H27Z" }), children);
});
if (process.env.NODE_ENV !== "production") Table.propTypes = require_iconPropTypes.iconPropTypes;
const TableAdd = /* @__PURE__ */ react.default.forwardRef(function TableAdd({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,3H5c-1.1,0-2,.9-2,2v12h2v-6h10v18h2V11h10v7h-10v2h10v7h-10v2h10c1.1,0,2-.9,2-2V5c0-1.1-.9-2-2-2ZM27,9H5v-4h22v4ZM12,26h-4v4h-2v-4H2v-2h4v-4h2v4h4v2Z" }), children);
});
if (process.env.NODE_ENV !== "production") TableAdd.propTypes = require_iconPropTypes.iconPropTypes;
const TableAlias = /* @__PURE__ */ react.default.forwardRef(function TableAlias({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,29H5a2.0021,2.0021,0,0,1-2-2V20a2.0021,2.0021,0,0,1,2-2h7a2.0021,2.0021,0,0,1,2,2v7A2.0021,2.0021,0,0,1,12,29ZM5,20v7h7V20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,3H5A2,2,0,0,0,3,5V15H5V11H15v4h2V11H27v7H17v2H27v7H17v2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,6H5V5H27Z" }), children);
});
if (process.env.NODE_ENV !== "production") TableAlias.propTypes = require_iconPropTypes.iconPropTypes;
const TableBuilt = /* @__PURE__ */ react.default.forwardRef(function TableBuilt({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,8H24V4a2.0025,2.0025,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4V22a2.0025,2.0025,0,0,0,2,2H8v4a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V10A2.0025,2.0025,0,0,0,28,8ZM22,22H14V17h8Zm0-7H14V10h8ZM12,15H4V10h8ZM22,4V8H4V4ZM4,22V17h8v5Zm24,6H10V24H22a2.0025,2.0025,0,0,0,2-2V10h4Z" }), children);
});
if (process.env.NODE_ENV !== "production") TableBuilt.propTypes = require_iconPropTypes.iconPropTypes;
const TableShortcut = /* @__PURE__ */ react.default.forwardRef(function TableShortcut({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5 18 5 20 10.586 20 3 27.586 4.414 29 12 21.414 12 27 14 27 14 18 5 18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,3H5A2,2,0,0,0,3,5V15H5V11H15v4h2V11H27v7H17v2H27v7H17v2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,6H5V5H27Z" }), children);
});
if (process.env.NODE_ENV !== "production") TableShortcut.propTypes = require_iconPropTypes.iconPropTypes;
const TableSplit = /* @__PURE__ */ react.default.forwardRef(function TableSplit({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,3H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,2V9H5V5ZM17,11H27v7H17Zm-2,7H5V11H15ZM5,20H15v7H5Zm12,7V20H27v7Z" }), children);
});
if (process.env.NODE_ENV !== "production") TableSplit.propTypes = require_iconPropTypes.iconPropTypes;
const TableOfContents = /* @__PURE__ */ react.default.forwardRef(function TableOfContents({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 6H22V8H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 12H22V14H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 18H22V20H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 24H22V26H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 6H28V8H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 12H28V14H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 18H28V20H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 24H28V26H26z" }), children);
});
if (process.env.NODE_ENV !== "production") TableOfContents.propTypes = require_iconPropTypes.iconPropTypes;
const Tablet = /* @__PURE__ */ react.default.forwardRef(function Tablet({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
d: "M15 22H17V28H15z",
transform: "rotate(90 16 25)"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,30H7a2.0023,2.0023,0,0,1-2-2V4A2.002,2.002,0,0,1,7,2H25a2.0023,2.0023,0,0,1,2,2V28A2.0027,2.0027,0,0,1,25,30ZM7,4V28H25V4Z" }), children);
});
if (process.env.NODE_ENV !== "production") Tablet.propTypes = require_iconPropTypes.iconPropTypes;
const TabletLandscape = /* @__PURE__ */ react.default.forwardRef(function TabletLandscape({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 13H26V19H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,7V25a2.0023,2.0023,0,0,1-2,2H4a2.002,2.002,0,0,1-2-2V7A2.0023,2.0023,0,0,1,4,5H28A2.0027,2.0027,0,0,1,30,7ZM4,25H28V7H4Z" }), children);
});
if (process.env.NODE_ENV !== "production") TabletLandscape.propTypes = require_iconPropTypes.iconPropTypes;
const Tag = /* @__PURE__ */ react.default.forwardRef(function Tag({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,14a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,10,14Zm0-6a2,2,0,1,0,1.998,2.0044A2.002,2.002,0,0,0,10,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.6436,29.4145,2.5858,15.3555A2,2,0,0,1,2,13.9414V4A2,2,0,0,1,4,2h9.9413a2,2,0,0,1,1.4142.5858L29.4144,16.6436a2.0005,2.0005,0,0,1,0,2.8285l-9.9424,9.9425a2.0008,2.0008,0,0,1-2.8285,0ZM4,4v9.9417L18.0578,28,28,18.0579,13.9416,4Z" }), children);
});
if (process.env.NODE_ENV !== "production") Tag.propTypes = require_iconPropTypes.iconPropTypes;
const TagEdit = /* @__PURE__ */ react.default.forwardRef(function TagEdit({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.707,7.293l-3-3a.9994.9994,0,0,0-1.414,0L16,13.5859V18h4.4141L29.707,8.707A.9994.9994,0,0,0,29.707,7.293ZM19.5859,16H18V14.4141l5-5L24.5859,11ZM26,9.5859,24.4141,8,26,6.4141,27.5859,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,14a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,10,14Zm0-6a2,2,0,1,0,1.998,2.0044A2.002,2.002,0,0,0,10,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.0059,14.2354l-1.4141,1.414L28,18.0576,18.0579,28,4,13.9414V4h9.9417l4.4067,4.4067,1.4141-1.4145-4.407-4.4063A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141L16.6436,29.4146a2.001,2.001,0,0,0,2.8286,0l9.9424-9.9424a2.001,2.001,0,0,0,0-2.8286Z" }), children);
});
if (process.env.NODE_ENV !== "production") TagEdit.propTypes = require_iconPropTypes.iconPropTypes;
const TagExport = /* @__PURE__ */ react.default.forwardRef(function TagExport({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31 18 25 12 23.586 13.414 27.172 17 17 17 17 19 27.172 19 23.586 22.586 25 24 31 18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,14a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,10,14Zm0-6a2,2,0,1,0,1.998,2.0044A2.002,2.002,0,0,0,10,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.0593,25l-3.0014,3L4,13.9414V4h9.9417l7,7,1.4143-1.414-7.001-7A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141L16.6436,29.4146a2.001,2.001,0,0,0,2.8286,0l3.0014-3Z" }), children);
});
if (process.env.NODE_ENV !== "production") TagExport.propTypes = require_iconPropTypes.iconPropTypes;
const TagGroup = /* @__PURE__ */ react.default.forwardRef(function TagGroup({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "10",
cy: "14",
r: "2"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30a1,1,0,0,1-.71-.29L4.59,19A2,2,0,0,1,4,17.59V10A2,2,0,0,1,6,8h7.59A2,2,0,0,1,15,8.59l10.71,10.7a1,1,0,0,1,0,1.42l-9,9A1,1,0,0,1,16,30ZM6,10v7.59l10,10L23.59,20l-10-10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.71,13.29,17,2.59A2,2,0,0,0,15.59,2H8A2,2,0,0,0,6,4V6H8V4h7.59l10,10-1.3,1.29,1.42,1.42,2-2A1,1,0,0,0,27.71,13.29Z" }), children);
});
if (process.env.NODE_ENV !== "production") TagGroup.propTypes = require_iconPropTypes.iconPropTypes;
const TagImport = /* @__PURE__ */ react.default.forwardRef(function TagImport({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 18 22 12 23.414 13.414 19.828 17 30 17 30 19 19.828 19 23.414 22.586 22 24 16 18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,14a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,10,14Zm0-6a2,2,0,1,0,1.998,2.0044A2.002,2.002,0,0,0,10,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.0586,26l-2.0007,2L4,13.9414V4h9.9417l6,6,1.4143-1.414-6.001-6A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141L16.6436,29.4146a2.001,2.001,0,0,0,2.8286,0l2.0006-2.0007Z" }), children);
});
if (process.env.NODE_ENV !== "production") TagImport.propTypes = require_iconPropTypes.iconPropTypes;
const TagNone = /* @__PURE__ */ react.default.forwardRef(function TagNone({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.092,10.3218,30,3.4141,28.5859,2,2,28.5859,3.4141,30l6.9077-6.9077,6.3218,6.3223a2.001,2.001,0,0,0,2.8286,0l9.9424-9.9424a2.001,2.001,0,0,0,0-2.8286ZM18.0579,28l-6.3218-6.3223,9.9419-9.9419L28,18.0576Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,14a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,10,14Zm0-6a2,2,0,1,0,1.998,2.0044A2.002,2.002,0,0,0,10,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.4927,20.2627l1.414-1.4141L4,13.9414V4h9.9417l4.9069,4.9067,1.4141-1.414L15.3555,2.5859A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141Z" }), children);
});
if (process.env.NODE_ENV !== "production") TagNone.propTypes = require_iconPropTypes.iconPropTypes;
const Tank = /* @__PURE__ */ react.default.forwardRef(function Tank({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,13V11H18.6182l-.7237-1.4473A1,1,0,0,0,17,9H9a1,1,0,0,0-1,1v5H4v2H22.6379l3.6,3H3a1,1,0,0,0-1,1v2a5.0057,5.0057,0,0,0,5,5H25a5.0057,5.0057,0,0,0,5-5V21a1.0011,1.0011,0,0,0-.36-.7686l-6-5A1.0015,1.0015,0,0,0,23,15H20.6182l-1-2ZM28,23a3.0033,3.0033,0,0,1-3,3H7a3.0033,3.0033,0,0,1-3-3V22H28ZM10,15V11h6.3821l2,4Z" }), children);
});
if (process.env.NODE_ENV !== "production") Tank.propTypes = require_iconPropTypes.iconPropTypes;
const Task = /* @__PURE__ */ react.default.forwardRef(function Task({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 20.18 10.41 16.59 9 18 14 23 23 14 21.59 12.58 14 20.18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V7A2,2,0,0,0,25,5ZM12,4h8V8H12ZM25,28H7V7h3v3H22V7h3Z" }), children);
});
if (process.env.NODE_ENV !== "production") Task.propTypes = require_iconPropTypes.iconPropTypes;
const TaskAdd = /* @__PURE__ */ react.default.forwardRef(function TaskAdd({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31 24 27 24 27 20 25 20 25 24 21 24 21 26 25 26 25 30 27 30 27 26 31 26 31 24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2H17V28H7V7h3v3H22V7h3v9h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
});
if (process.env.NODE_ENV !== "production") TaskAdd.propTypes = require_iconPropTypes.iconPropTypes;
const TaskApproved = /* @__PURE__ */ react.default.forwardRef(function TaskApproved({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,20A6,6,0,1,0,20,24.46V32l4-1.8936L28,32V24.46A5.98,5.98,0,0,0,30,20Zm-4,8.84-2-.9467L22,28.84V25.65a5.8877,5.8877,0,0,0,4,0ZM24,24a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,24,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
});
if (process.env.NODE_ENV !== "production") TaskApproved.propTypes = require_iconPropTypes.iconPropTypes;
const TaskAssetView = /* @__PURE__ */ react.default.forwardRef(function TaskAssetView({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.5,26A3.5,3.5,0,1,1,26,22.5,3.5041,3.5041,0,0,1,22.5,26Zm0-5A1.5,1.5,0,1,0,24,22.5,1.5017,1.5017,0,0,0,22.5,21Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.5,31A8.5,8.5,0,1,1,31,22.5,8.51,8.51,0,0,1,22.5,31Zm0-15A6.5,6.5,0,1,0,29,22.5,6.5074,6.5074,0,0,0,22.5,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h5V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
});
if (process.env.NODE_ENV !== "production") TaskAssetView.propTypes = require_iconPropTypes.iconPropTypes;
const TaskComplete = /* @__PURE__ */ react.default.forwardRef(function TaskComplete({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 27.18 19.41 24.59 18 26 22 30 30 22 28.59 20.59 22 27.18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3V18h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
});
if (process.env.NODE_ENV !== "production") TaskComplete.propTypes = require_iconPropTypes.iconPropTypes;
const TaskLocation = /* @__PURE__ */ react.default.forwardRef(function TaskLocation({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "24",
cy: "21",
r: "2"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,31l-4.7788-6.4019A5.9354,5.9354,0,0,1,18,21a6,6,0,0,1,12,0,5.9407,5.9407,0,0,1-1.2246,3.6028Zm0-14a4.0045,4.0045,0,0,0-4,4,3.9572,3.9572,0,0,0,.82,2.3972L24,27.6567l3.1763-4.2548A3.9627,3.9627,0,0,0,28,21,4.0045,4.0045,0,0,0,24,17Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
});
if (process.env.NODE_ENV !== "production") TaskLocation.propTypes = require_iconPropTypes.iconPropTypes;
const TaskRemove = /* @__PURE__ */ react.default.forwardRef(function TaskRemove({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.41 25 30 21.41 28.59 20 25 23.59 21.41 20 20 21.41 23.59 25 20 28.59 21.41 30 25 26.41 28.59 30 30 28.59 26.41 25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3V17h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
});
if (process.env.NODE_ENV !== "production") TaskRemove.propTypes = require_iconPropTypes.iconPropTypes;
const TaskSettings = /* @__PURE__ */ react.default.forwardRef(function TaskSettings({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,24V22H27.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,24,18.1011V16H22v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,18.1011,22H16v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,22,27.8989V30h2V27.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,27.8989,24Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h7V28H7V7h3v3H22V7h3v6h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
});
if (process.env.NODE_ENV !== "production") TaskSettings.propTypes = require_iconPropTypes.iconPropTypes;
const TaskStar = /* @__PURE__ */ react.default.forwardRef(function TaskStar({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 17 25.23 21.32 30 22 26.5 25.167 28 30 23 27.208 18 30 19.5 25.167 16 22 20.9 21.32 23 17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h7V28H7V7h3v3H22V7h3v7h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
});
if (process.env.NODE_ENV !== "production") TaskStar.propTypes = require_iconPropTypes.iconPropTypes;
const TaskTools = /* @__PURE__ */ react.default.forwardRef(function TaskTools({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.5,32a3.4762,3.4762,0,0,1-2.4751-1.0254L21.897,26.8469a6.496,6.496,0,0,1-7.3482-8.9563l.5879-1.34L19.293,20.707a1.0234,1.0234,0,0,0,1.4135,0,.999.999,0,0,0,.0005-1.4141l-4.1562-4.1565,1.34-.5881a6.4965,6.4965,0,0,1,8.9566,7.3486l4.1274,4.1282A3.5,3.5,0,0,1,28.5,32Zm-6.03-7.4087,4.9693,4.9692a1.5352,1.5352,0,0,0,2.1211,0,1.4985,1.4985,0,0,0,0-2.1208v0l-4.9692-4.97.188-.5823A4.496,4.496,0,0,0,20.5,16q-.126,0-.25.0068l1.8716,1.8721a2.9992,2.9992,0,0,1,0,4.2424,3.0722,3.0722,0,0,1-4.2427-.0005l-1.8716-1.8715Q16,20.3741,16,20.5A4.4968,4.4968,0,0,0,21.8877,24.78Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h7V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
});
if (process.env.NODE_ENV !== "production") TaskTools.propTypes = require_iconPropTypes.iconPropTypes;
const TaskView = /* @__PURE__ */ react.default.forwardRef(function TaskView({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "22",
cy: "24",
r: "2"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
fill: "none",
d: "M22,28a4,4,0,1,1,4-4A4.0039,4.0039,0,0,1,22,28Zm0-6a2,2,0,1,0,2,2A2.0027,2.0027,0,0,0,22,22Z"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.7769,23.4785A8.64,8.64,0,0,0,22,18a8.64,8.64,0,0,0-7.7769,5.4785L14,24l.2231.5215A8.64,8.64,0,0,0,22,30a8.64,8.64,0,0,0,7.7769-5.4785L30,24ZM22,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,28H7V7h3v3H22V7h3v9h2V7a2,2,0,0,0-2-2H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2h5ZM12,4h8V8H12Z" }), children);
});
if (process.env.NODE_ENV !== "production") TaskView.propTypes = require_iconPropTypes.iconPropTypes;
const Taste = /* @__PURE__ */ react.default.forwardRef(function Taste({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,4V6H8v8a8,8,0,0,0,16,0V6h4V4ZM22,14a6,6,0,0,1-12,0V6h5v8h2V6h5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 26H13V28H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 24H9V26H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 24H17V26H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 26H21V28H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 24H25V26H23z" }), children);
});
if (process.env.NODE_ENV !== "production") Taste.propTypes = require_iconPropTypes.iconPropTypes;
const Taxi = /* @__PURE__ */ react.default.forwardRef(function Taxi({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.39,16.08,22.7,13.21,20.16,8.87l-.08-.12A2,2,0,0,0,18.52,8h-8a2,2,0,0,0-1.67.89L5.46,14H3a1,1,0,0,0-1,1v9a1,1,0,0,0,1,1H5.14a4,4,0,0,0,7.72,0h6.28a4,4,0,0,0,7.72,0H29a1,1,0,0,0,1-1V17A1,1,0,0,0,29.39,16.08ZM9,26a2,2,0,1,1,2-2A2,2,0,0,1,9,26Zm14,0a2,2,0,1,1,2-2A2,2,0,0,1,23,26Zm5-3H26.86a4,4,0,0,0-7.72,0H12.86a4,4,0,0,0-7.72,0H4V16H6a1,1,0,0,0,.83-.45L10.54,10h8l2.63,4.5a1,1,0,0,0,.47.42L28,17.66Z" }), children);
});
if (process.env.NODE_ENV !== "production") Taxi.propTypes = require_iconPropTypes.iconPropTypes;
const TcpIpService = /* @__PURE__ */ react.default.forwardRef(function TcpIpService({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 28H30V30H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,26h-8c-1.1028,0-2-.8972-2-2v-5c0-1.1028,.8972-2,2-2h8c1.1028,0,2,.8972,2,2v5c0,1.1028-.8972,2-2,2Zm-8-7v5h8v-5h-8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,23h-5c-1.1028,0-2-.8972-2-2v-4h2v4h5v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 13H16V15H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,11H5c-1.1028,0-2-.8972-2-2V4c0-1.1028,.8972-2,2-2H13c1.1028,0,2,.8972,2,2v5c0,1.1028-.8972,2-2,2ZM5,4v5H13V4H5Z" }), children);
});
if (process.env.NODE_ENV !== "production") TcpIpService.propTypes = require_iconPropTypes.iconPropTypes;
const Temperature = /* @__PURE__ */ react.default.forwardRef(function Temperature({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,17.26V6A4,4,0,0,0,5,6V17.26a7,7,0,1,0,8,0ZM9,4a2,2,0,0,1,2,2v7H7V6A2,2,0,0,1,9,4ZM9,28a5,5,0,0,1-2.5-9.33l.5-.28V15h4v3.39l.5.28A5,5,0,0,1,9,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 4H30V6H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 10H27V12H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 16H30V18H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 22H27V24H20z" }), children);
});
if (process.env.NODE_ENV !== "production") Temperature.propTypes = require_iconPropTypes.iconPropTypes;
const TemperatureCelsius = /* @__PURE__ */ react.default.forwardRef(function TemperatureCelsius({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,18H24a2.0023,2.0023,0,0,1-2-2V6a2.002,2.002,0,0,1,2-2h6V6H24V16h6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "18",
cy: "4",
r: "2"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,20.1841V12H8v8.1841a3,3,0,1,0,2,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z" }), children);
});
if (process.env.NODE_ENV !== "production") TemperatureCelsius.propTypes = require_iconPropTypes.iconPropTypes;
const TemperatureCelsiusAlt = /* @__PURE__ */ react.default.forwardRef(function TemperatureCelsiusAlt({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,27H17a2.0023,2.0023,0,0,1-2-2V11a2.002,2.002,0,0,1,2-2h9v2H17V25h9Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,13a4,4,0,1,1,4-4h0A4.0118,4.0118,0,0,1,8,13ZM8,7a2,2,0,1,0,2,2h0A2.0059,2.0059,0,0,0,8,7Z" }), children);
});
if (process.env.NODE_ENV !== "production") TemperatureCelsiusAlt.propTypes = require_iconPropTypes.iconPropTypes;
const TemperatureFahrenheit = /* @__PURE__ */ react.default.forwardRef(function TemperatureFahrenheit({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 6 30 4 22 4 22 18 24 18 24 12 29 12 29 10 24 10 24 6 30 6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "18",
cy: "4",
r: "2"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,20.1841V12H8v8.1841a3,3,0,1,0,2,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z" }), children);
});
if (process.env.NODE_ENV !== "production") TemperatureFahrenheit.propTypes = require_iconPropTypes.iconPropTypes;
const TemperatureFahrenheitAlt = /* @__PURE__ */ react.default.forwardRef(function TemperatureFahrenheitAlt({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 11 26 9 15 9 15 27 17 27 17 19 25 19 25 17 17 17 17 11 26 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,13a4,4,0,1,1,4-4h0A4.0118,4.0118,0,0,1,8,13ZM8,7a2,2,0,1,0,2,2h0A2.0059,2.0059,0,0,0,8,7Z" }), children);
});
if (process.env.NODE_ENV !== "production") TemperatureFahrenheitAlt.propTypes = require_iconPropTypes.iconPropTypes;
const TemperatureFeelsLike = /* @__PURE__ */ react.default.forwardRef(function TemperatureFeelsLike({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,30H22a2.0059,2.0059,0,0,1-2-2V21a2.0059,2.0059,0,0,1-2-2V13a2.9465,2.9465,0,0,1,3-3h6a2.9465,2.9465,0,0,1,3,3v6a2.0059,2.0059,0,0,1-2,2v7A2.0059,2.0059,0,0,1,26,30ZM21,12a.9448.9448,0,0,0-1,1v6h2v9h4V19h2V13a.9448.9448,0,0,0-1-1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,9a4,4,0,1,1,4-4h0A4.0118,4.0118,0,0,1,24,9Zm0-6a2,2,0,1,0,2,2h0a2.0059,2.0059,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,20.1839V12H8v8.1839a3,3,0,1,0,2,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z" }), children);
});
if (process.env.NODE_ENV !== "production") TemperatureFeelsLike.propTypes = require_iconPropTypes.iconPropTypes;
const TemperatureFrigid = /* @__PURE__ */ react.default.forwardRef(function TemperatureFrigid({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size