UNPKG

@carbon/icons-react

Version:

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

1,129 lines (1,079 loc) 140 kB
/** * Copyright IBM Corp. 2016, 2023 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. * * Code generated by @carbon/icon-build-helpers. DO NOT EDIT. */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var React = require('react'); var iconPropTypes = require('../iconPropTypes-b192e04d.js'); require('@carbon/icon-helpers'); require('prop-types'); function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } var React__default = /*#__PURE__*/_interopDefaultLegacy(React); var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _circle, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _circle2, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _circle3, _path28, _path29, _path30, _path31, _circle4, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _rect, _path51, _path52, _path53, _path54, _circle5, _circle6, _circle7, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _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, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211; const TaskAdd = /*#__PURE__*/React__default["default"].forwardRef(function TaskAdd(_ref, ref) { let { children, size = 16, ...rest } = _ref; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path || (_path = /*#__PURE__*/React__default["default"].createElement("path", { d: "M31 24L27 24 27 20 25 20 25 24 21 24 21 26 25 26 25 30 27 30 27 26 31 26 31 24z" })), _path2 || (_path2 = /*#__PURE__*/React__default["default"].createElement("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 = iconPropTypes.iconPropTypes; } const TaskApproved = /*#__PURE__*/React__default["default"].forwardRef(function TaskApproved(_ref2, ref) { let { children, size = 16, ...rest } = _ref2; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path3 || (_path3 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M30,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" })), _path4 || (_path4 = /*#__PURE__*/React__default["default"].createElement("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 = iconPropTypes.iconPropTypes; } const TaskAssetView = /*#__PURE__*/React__default["default"].forwardRef(function TaskAssetView(_ref3, ref) { let { children, size = 16, ...rest } = _ref3; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path5 || (_path5 = /*#__PURE__*/React__default["default"].createElement("path", { d: "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" })), _path6 || (_path6 = /*#__PURE__*/React__default["default"].createElement("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" })), _path7 || (_path7 = /*#__PURE__*/React__default["default"].createElement("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 = iconPropTypes.iconPropTypes; } const TaskComplete = /*#__PURE__*/React__default["default"].forwardRef(function TaskComplete(_ref4, ref) { let { children, size = 16, ...rest } = _ref4; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path8 || (_path8 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M22 27.18L19.41 24.59 18 26 22 30 30 22 28.59 20.59 22 27.18z" })), _path9 || (_path9 = /*#__PURE__*/React__default["default"].createElement("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 = iconPropTypes.iconPropTypes; } const TaskLocation = /*#__PURE__*/React__default["default"].forwardRef(function TaskLocation(_ref5, ref) { let { children, size = 16, ...rest } = _ref5; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _circle || (_circle = /*#__PURE__*/React__default["default"].createElement("circle", { cx: "24", cy: "21", r: "2" })), _path10 || (_path10 = /*#__PURE__*/React__default["default"].createElement("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" })), _path11 || (_path11 = /*#__PURE__*/React__default["default"].createElement("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 = iconPropTypes.iconPropTypes; } const TaskRemove = /*#__PURE__*/React__default["default"].forwardRef(function TaskRemove(_ref6, ref) { let { children, size = 16, ...rest } = _ref6; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path12 || (_path12 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M26.41 25L30 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" })), _path13 || (_path13 = /*#__PURE__*/React__default["default"].createElement("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 = iconPropTypes.iconPropTypes; } const TaskSettings = /*#__PURE__*/React__default["default"].forwardRef(function TaskSettings(_ref7, ref) { let { children, size = 16, ...rest } = _ref7; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path14 || (_path14 = /*#__PURE__*/React__default["default"].createElement("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" })), _path15 || (_path15 = /*#__PURE__*/React__default["default"].createElement("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 = iconPropTypes.iconPropTypes; } const TaskStar = /*#__PURE__*/React__default["default"].forwardRef(function TaskStar(_ref8, ref) { let { children, size = 16, ...rest } = _ref8; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path16 || (_path16 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M23 17L25.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" })), _path17 || (_path17 = /*#__PURE__*/React__default["default"].createElement("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 = iconPropTypes.iconPropTypes; } const TaskTools = /*#__PURE__*/React__default["default"].forwardRef(function TaskTools(_ref9, ref) { let { children, size = 16, ...rest } = _ref9; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path18 || (_path18 = /*#__PURE__*/React__default["default"].createElement("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" })), _path19 || (_path19 = /*#__PURE__*/React__default["default"].createElement("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 = iconPropTypes.iconPropTypes; } const TaskView = /*#__PURE__*/React__default["default"].forwardRef(function TaskView(_ref10, ref) { let { children, size = 16, ...rest } = _ref10; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _circle2 || (_circle2 = /*#__PURE__*/React__default["default"].createElement("circle", { cx: "22", cy: "24", r: "2" })), _path20 || (_path20 = /*#__PURE__*/React__default["default"].createElement("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" })), _path21 || (_path21 = /*#__PURE__*/React__default["default"].createElement("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" })), _path22 || (_path22 = /*#__PURE__*/React__default["default"].createElement("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 = iconPropTypes.iconPropTypes; } const Taste = /*#__PURE__*/React__default["default"].forwardRef(function Taste(_ref11, ref) { let { children, size = 16, ...rest } = _ref11; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path23 || (_path23 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M4 4V6H8v8a8 8 0 0016 0V6h4V4zM22 14a6 6 0 01-12 0V6h5v8h2V6h5zM11 26H13V28H11zM7 24H9V26H7zM15 24H17V26H15zM19 26H21V28H19zM23 24H25V26H23z" })), children); }); if (process.env.NODE_ENV !== "production") { Taste.propTypes = iconPropTypes.iconPropTypes; } const Taxi = /*#__PURE__*/React__default["default"].forwardRef(function Taxi(_ref12, ref) { let { children, size = 16, ...rest } = _ref12; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path24 || (_path24 = /*#__PURE__*/React__default["default"].createElement("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 = iconPropTypes.iconPropTypes; } const TcpIpService = /*#__PURE__*/React__default["default"].forwardRef(function TcpIpService(_ref13, ref) { let { children, size = 16, ...rest } = _ref13; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path25 || (_path25 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M16 28H30V30H16zM27 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-8zM15 23h-5c-1.1028 0-2-.8972-2-2v-4h2v4h5v2zM2 13H16V15H2zM13 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 = iconPropTypes.iconPropTypes; } const Temperature = /*#__PURE__*/React__default["default"].forwardRef(function Temperature(_ref14, ref) { let { children, size = 16, ...rest } = _ref14; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path26 || (_path26 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M13 17.26V6A4 4 0 005 6V17.26a7 7 0 108 0zM9 4a2 2 0 012 2v7H7V6A2 2 0 019 4zM9 28a5 5 0 01-2.5-9.33l.5-.28V15h4v3.39l.5.28A5 5 0 019 28zM20 4H30V6H20zM20 10H27V12H20zM20 16H30V18H20zM20 22H27V24H20z" })), children); }); if (process.env.NODE_ENV !== "production") { Temperature.propTypes = iconPropTypes.iconPropTypes; } const TemperatureCelsius = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureCelsius(_ref15, ref) { let { children, size = 16, ...rest } = _ref15; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path27 || (_path27 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M30,18H24a2.0023,2.0023,0,0,1-2-2V6a2.002,2.002,0,0,1,2-2h6V6H24V16h6Z" })), _circle3 || (_circle3 = /*#__PURE__*/React__default["default"].createElement("circle", { cx: "18", cy: "4", r: "2" })), _path28 || (_path28 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M10,20.1841V12H8v8.1841a3,3,0,1,0,2,0Z" })), _path29 || (_path29 = /*#__PURE__*/React__default["default"].createElement("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 = iconPropTypes.iconPropTypes; } const TemperatureCelsiusAlt = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureCelsiusAlt(_ref16, ref) { let { children, size = 16, ...rest } = _ref16; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path30 || (_path30 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M26 27H17a2.0023 2.0023 0 01-2-2V11a2.002 2.002 0 012-2h9v2H17V25h9zM8 13a4 4 0 114-4h0A4.0118 4.0118 0 018 13zM8 7a2 2 0 102 2h0A2.0059 2.0059 0 008 7z" })), children); }); if (process.env.NODE_ENV !== "production") { TemperatureCelsiusAlt.propTypes = iconPropTypes.iconPropTypes; } const TemperatureFahrenheit = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureFahrenheit(_ref17, ref) { let { children, size = 16, ...rest } = _ref17; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path31 || (_path31 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M30 6L30 4 22 4 22 18 24 18 24 12 29 12 29 10 24 10 24 6 30 6z" })), _circle4 || (_circle4 = /*#__PURE__*/React__default["default"].createElement("circle", { cx: "18", cy: "4", r: "2" })), _path32 || (_path32 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M10,20.1841V12H8v8.1841a3,3,0,1,0,2,0Z" })), _path33 || (_path33 = /*#__PURE__*/React__default["default"].createElement("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 = iconPropTypes.iconPropTypes; } const TemperatureFahrenheitAlt = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureFahrenheitAlt(_ref18, ref) { let { children, size = 16, ...rest } = _ref18; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path34 || (_path34 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M26 11L26 9 15 9 15 27 17 27 17 19 25 19 25 17 17 17 17 11 26 11zM8 13a4 4 0 114-4h0A4.0118 4.0118 0 018 13zM8 7a2 2 0 102 2h0A2.0059 2.0059 0 008 7z" })), children); }); if (process.env.NODE_ENV !== "production") { TemperatureFahrenheitAlt.propTypes = iconPropTypes.iconPropTypes; } const TemperatureFeelsLike = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureFeelsLike(_ref19, ref) { let { children, size = 16, ...rest } = _ref19; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path35 || (_path35 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M26 30H22a2.0059 2.0059 0 01-2-2V21a2.0059 2.0059 0 01-2-2V13a2.9465 2.9465 0 013-3h6a2.9465 2.9465 0 013 3v6a2.0059 2.0059 0 01-2 2v7A2.0059 2.0059 0 0126 30zM21 12a.9448.9448 0 00-1 1v6h2v9h4V19h2V13a.9448.9448 0 00-1-1zM24 9a4 4 0 114-4h0A4.0118 4.0118 0 0124 9zm0-6a2 2 0 102 2h0a2.0059 2.0059 0 00-2-2zM10 20.1839V12H8v8.1839a3 3 0 102 0z" })), _path36 || (_path36 = /*#__PURE__*/React__default["default"].createElement("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 = iconPropTypes.iconPropTypes; } const TemperatureFrigid = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureFrigid(_ref20, ref) { let { children, size = 16, ...rest } = _ref20; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path37 || (_path37 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M27.167 16.89L21.72 13 27.167 9.109 29.684 9.948 30.316 8.051 28 7.279 28 5 26 5 26 7.485 21 11.057 21 5.367 23.555 3.664 22.445 2 20 3.63 17.555 2 16.445 3.664 19 5.367 19 11.057 16 8.914 16 11.372 18.28 13 16 14.628 16 17.086 19 14.943 19 21.703 22.445 24 23.555 22.336 21 20.633 21 14.943 26 18.515 26 21 28 21 28 18.721 30.316 17.948 29.684 16.051 27.167 16.89zM12 23a3 3 0 01-6 0z" })), _path38 || (_path38 = /*#__PURE__*/React__default["default"].createElement("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") { TemperatureFrigid.propTypes = iconPropTypes.iconPropTypes; } const TemperatureHot = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureHot(_ref21, ref) { let { children, size = 16, ...rest } = _ref21; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path39 || (_path39 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M26 13H30V15H26z" })), _path40 || (_path40 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M23.121 5.879H27.121V7.879H23.121z", transform: "rotate(-45 25.121 6.879)" })), _path41 || (_path41 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M24.121 19.121H26.121V23.121H24.121z", transform: "rotate(-45 25.121 21.121)" })), _path42 || (_path42 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M17 2H19V6H17zM18 8a6.0365 6.0365 0 00-1 .09v2.0518A3.9567 3.9567 0 0118 10a4 4 0 010 8v2A6 6 0 0018 8zM10 20.1839V7H8V20.1839a3 3 0 102 0z" })), _path43 || (_path43 = /*#__PURE__*/React__default["default"].createElement("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") { TemperatureHot.propTypes = iconPropTypes.iconPropTypes; } const TemperatureInversion = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureInversion(_ref22, ref) { let { children, size = 16, ...rest } = _ref22; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path44 || (_path44 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M30 8H24v6h2V11.541A5.939 5.939 0 0128 16a6.0039 6.0039 0 01-5.0945 5.9243A7.0273 7.0273 0 0020 17.2617V6a4 4 0 00-8 0V17.2617a6.996 6.996 0 1010.9292 6.68A7.9794 7.9794 0 0027.2651 10H30zM14 6a2 2 0 014 0v7H14zm2 22a4.9965 4.9965 0 01-2.499-9.3252L14 18.3857V15h4v3.3857l.499.2891A4.9965 4.9965 0 0116 28zM2 10a8.04 8.04 0 002.7349 6H2v2H8V12H6v2.4592A5.94 5.94 0 014 10a6.0066 6.0066 0 016-6V2A8.0092 8.0092 0 002 10z" })), children); }); if (process.env.NODE_ENV !== "production") { TemperatureInversion.propTypes = iconPropTypes.iconPropTypes; } const TemperatureMax = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureMax(_ref23, ref) { let { children, size = 16, ...rest } = _ref23; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path45 || (_path45 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M20 10H27V12H20zM20 16H30V18H20zM20 22H27V24H20zM10 20.1839V7H8V20.1839a3 3 0 102 0z" })), _path46 || (_path46 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M30,4H12.9744A4.9829,4.9829,0,0,0,4,7V18.1108a7,7,0,1,0,10,0V7a5.0019,5.0019,0,0,0-.1011-1H30ZM9,28a4.9933,4.9933,0,0,1-3.332-8.7183L6,18.9834V7a3,3,0,0,1,6,0V18.9834l.332.2983A4.9933,4.9933,0,0,1,9,28Z" })), children); }); if (process.env.NODE_ENV !== "production") { TemperatureMax.propTypes = iconPropTypes.iconPropTypes; } const TemperatureMin = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureMin(_ref24, ref) { let { children, size = 16, ...rest } = _ref24; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path47 || (_path47 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M20 4H27V6H20zM20 10H30V12H20zM20 16H27V18H20zM12 23a3 3 0 01-6 0z" })), _path48 || (_path48 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M30,22H15.9192A7.0107,7.0107,0,0,0,14,18.1108V7A5,5,0,0,0,4,7V18.1108A6.9946,6.9946,0,1,0,15.92,24H30ZM9,28a4.9933,4.9933,0,0,1-3.332-8.7183L6,18.9834V7a3,3,0,0,1,6,0V18.9834l.332.2983A4.9933,4.9933,0,0,1,9,28Z" })), children); }); if (process.env.NODE_ENV !== "production") { TemperatureMin.propTypes = iconPropTypes.iconPropTypes; } const TemperatureWater = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureWater(_ref25, ref) { let { children, size = 16, ...rest } = _ref25; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path49 || (_path49 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M14,9a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,30,9V7a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,26,4a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,22,7a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,18,4a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,14,7H13V6A4,4,0,0,0,5,6V17.2617A7.0126,7.0126,0,1,0,13.8735,18H14a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,30,18V16a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,26,13a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,22,16a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,18,13a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,14,16H13V9ZM7,6a2,2,0,0,1,4,0v6H7ZM9,28a4.9965,4.9965,0,0,1-2.499-9.3252L7,18.3857V14h4v4.3857l.499.2891A4.9965,4.9965,0,0,1,9,28Z" })), children); }); if (process.env.NODE_ENV !== "production") { TemperatureWater.propTypes = iconPropTypes.iconPropTypes; } const Template = /*#__PURE__*/React__default["default"].forwardRef(function Template(_ref26, ref) { let { children, size = 16, ...rest } = _ref26; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path50 || (_path50 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M26 6v4H6V6H26m0-2H6A2 2 0 004 6v4a2 2 0 002 2H26a2 2 0 002-2V6a2 2 0 00-2-2zM10 16V26H6V16h4m0-2H6a2 2 0 00-2 2V26a2 2 0 002 2h4a2 2 0 002-2V16a2 2 0 00-2-2zM26 16V26H16V16H26m0-2H16a2 2 0 00-2 2V26a2 2 0 002 2H26a2 2 0 002-2V16a2 2 0 00-2-2z" })), children); }); if (process.env.NODE_ENV !== "production") { Template.propTypes = iconPropTypes.iconPropTypes; } const Tennis = /*#__PURE__*/React__default["default"].forwardRef(function Tennis(_ref27, ref) { let { children, size = 16, ...rest } = _ref27; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _rect || (_rect = /*#__PURE__*/React__default["default"].createElement("rect", { width: "4", height: "4", x: "20", y: "2", rx: "2" })), _path51 || (_path51 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M11,16a1,1,0,0,1-.707-1.707l7-7a1,1,0,1,1,1.414,1.414l-7,7A.9962.9962,0,0,1,11,16Z" })), _path52 || (_path52 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M23.707,24.293a8.3948,8.3948,0,0,0-4.72-2.209c.1992-.1641.3931-.3364.5777-.521a9.2447,9.2447,0,0,0,1.7334-9.9141l-1.8768.6973c1.11,2.9805.6346,5.8975-1.2722,7.8022a6.6964,6.6964,0,0,1-5.561,1.8047,9.7746,9.7746,0,0,1-5.771-2.7856c-2.9727-2.97-4.0759-8.2276-.9805-11.32,1.9068-1.9053,4.8267-2.38,7.8094-1.271l.6987-1.875C10.6616,3.333,6.8591,3.9961,4.4207,6.4331c-3.9427,3.9385-2.6761,10.4956.98,14.1489a11.8136,11.8136,0,0,0,6.9766,3.36c.21.022.4153.0234.6223.0332V24h4.9968a6.8463,6.8463,0,0,1,4.2962,1.707L26.5859,30,28,28.5859Z" })), children); }); if (process.env.NODE_ENV !== "production") { Tennis.propTypes = iconPropTypes.iconPropTypes; } const TennisBall = /*#__PURE__*/React__default["default"].forwardRef(function TennisBall(_ref28, ref) { let { children, size = 16, ...rest } = _ref28; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path53 || (_path53 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M19,4a8.9812,8.9812,0,0,0-8.1687,12.7549L2,25.5859,3.4141,27l8.4873-8.4873a9.0408,9.0408,0,0,0,1.5859,1.5859L10,23.5859,11.4141,25l3.8313-3.8311A8.9959,8.9959,0,1,0,19,4Zm6.9058,7.9058a7.005,7.005,0,0,1-5.8116-5.8116A7.005,7.005,0,0,1,25.9058,11.9058ZM12.0942,14.0942a7.005,7.005,0,0,1,5.8116,5.8116A7.005,7.005,0,0,1,12.0942,14.0942ZM19.93,19.9307a9.01,9.01,0,0,0-7.8611-7.8614,7.004,7.004,0,0,1,6-6,9.01,9.01,0,0,0,7.8611,7.8614A7.004,7.004,0,0,1,19.93,19.9307Z" })), children); }); if (process.env.NODE_ENV !== "production") { TennisBall.propTypes = iconPropTypes.iconPropTypes; } const Term = /*#__PURE__*/React__default["default"].forwardRef(function Term(_ref29, ref) { let { children, size = 16, ...rest } = _ref29; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path54 || (_path54 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M28,26H25V24h3V8H25V6h3a2.0023,2.0023,0,0,1,2,2V24A2.0027,2.0027,0,0,1,28,26Z" })), _circle5 || (_circle5 = /*#__PURE__*/React__default["default"].createElement("circle", { cx: "23", cy: "16", r: "2" })), _circle6 || (_circle6 = /*#__PURE__*/React__default["default"].createElement("circle", { cx: "16", cy: "16", r: "2" })), _circle7 || (_circle7 = /*#__PURE__*/React__default["default"].createElement("circle", { cx: "9", cy: "16", r: "2" })), _path55 || (_path55 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M7,26H4a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,4,6H7V8H4V24H7Z" })), children); }); if (process.env.NODE_ENV !== "production") { Term.propTypes = iconPropTypes.iconPropTypes; } const Terminal = /*#__PURE__*/React__default["default"].forwardRef(function Terminal(_ref30, ref) { let { children, size = 16, ...rest } = _ref30; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path56 || (_path56 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,2v4H6V6ZM6,26V12H26V26Z", transform: "translate(0 .01)" })), _path57 || (_path57 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M10.76 16.18L13.58 19.01 10.76 21.84 12.17 23.25 16.41 19.01 12.17 14.77 10.76 16.18z" })), children); }); if (process.env.NODE_ENV !== "production") { Terminal.propTypes = iconPropTypes.iconPropTypes; } const Terminal_3270 = /*#__PURE__*/React__default["default"].forwardRef(function Terminal_3270(_ref31, ref) { let { children, size = 16, ...rest } = _ref31; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path58 || (_path58 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M10 21H16V23H10z" })), _path59 || (_path59 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,2v4H6V6ZM6,26V12H26V26Z" })), children); }); if (process.env.NODE_ENV !== "production") { Terminal_3270.propTypes = iconPropTypes.iconPropTypes; } const TestTool = /*#__PURE__*/React__default["default"].forwardRef(function TestTool(_ref32, ref) { let { children, size = 16, ...rest } = _ref32; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path60 || (_path60 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M23 9.2L20.4 6.6 19 8 23 12 30 5 28.6 3.6zM12 5.4L10.6 4 8 6.6 5.4 4 4 5.4 6.6 8 4 10.6 5.4 12 8 9.4 10.6 12 12 10.6 9.4 8zM12 21.4L10.6 20 8 22.6 5.4 20 4 21.4 6.6 24 4 26.6 5.4 28 8 25.4 10.6 28 12 26.6 9.4 24z" })), _path61 || (_path61 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M17 15L17 2 15 2 15 15 2 15 2 17 15 17 15 30 17 30 17 17 30 17 30 15z" })), children); }); if (process.env.NODE_ENV !== "production") { TestTool.propTypes = iconPropTypes.iconPropTypes; } const TextAlignCenter = /*#__PURE__*/React__default["default"].forwardRef(function TextAlignCenter(_ref33, ref) { let { children, size = 16, ...rest } = _ref33; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path62 || (_path62 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M6 6H26V8H6zM10 12H22V14H10zM6 18H26V20H6zM10 24H22V26H10z" })), children); }); if (process.env.NODE_ENV !== "production") { TextAlignCenter.propTypes = iconPropTypes.iconPropTypes; } const TextAlignJustify = /*#__PURE__*/React__default["default"].forwardRef(function TextAlignJustify(_ref34, ref) { let { children, size = 16, ...rest } = _ref34; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path63 || (_path63 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M6 6H26V8H6zM6 12H26V14H6zM6 18H26V20H6zM6 24H26V26H6z" })), children); }); if (process.env.NODE_ENV !== "production") { TextAlignJustify.propTypes = iconPropTypes.iconPropTypes; } const TextAlignLeft = /*#__PURE__*/React__default["default"].forwardRef(function TextAlignLeft(_ref35, ref) { let { children, size = 16, ...rest } = _ref35; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path64 || (_path64 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M12 6H26V8H12zM12 12H22V14H12zM12 18H26V20H12zM12 24H22V26H12zM6 4H8V28H6z" })), children); }); if (process.env.NODE_ENV !== "production") { TextAlignLeft.propTypes = iconPropTypes.iconPropTypes; } const TextAlignMixed = /*#__PURE__*/React__default["default"].forwardRef(function TextAlignMixed(_ref36, ref) { let { children, size = 16, ...rest } = _ref36; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path65 || (_path65 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M14 4H9V6h5V8H10a2 2 0 00-2 2v2a2 2 0 002 2h6V6A2.0023 2.0023 0 0014 4zm0 8H10V10h4zM22 26L22 18 20 18 20 19 18 19 18 21 20 21 20 26 18 26 18 28 24 28 24 26 22 26zM2 2H4V16H2zM28 16H30V30H28z" })), children); }); if (process.env.NODE_ENV !== "production") { TextAlignMixed.propTypes = iconPropTypes.iconPropTypes; } const TextAlignRight = /*#__PURE__*/React__default["default"].forwardRef(function TextAlignRight(_ref37, ref) { let { children, size = 16, ...rest } = _ref37; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path66 || (_path66 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M6 6H20V8H6zM10 12H20V14H10zM6 18H20V20H6zM10 24H20V26H10zM24 4H26V28H24z" })), children); }); if (process.env.NODE_ENV !== "production") { TextAlignRight.propTypes = iconPropTypes.iconPropTypes; } const TextAllCaps = /*#__PURE__*/React__default["default"].forwardRef(function TextAllCaps(_ref38, ref) { let { children, size = 16, ...rest } = _ref38; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path67 || (_path67 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M1 8L1 10 7 10 7 24 9 24 9 10 15 10 15 8 1 8zM17 8L17 10 23 10 23 24 25 24 25 10 31 10 31 8 17 8z" })), children); }); if (process.env.NODE_ENV !== "production") { TextAllCaps.propTypes = iconPropTypes.iconPropTypes; } const TextBold = /*#__PURE__*/React__default["default"].forwardRef(function TextBold(_ref39, ref) { let { children, size = 16, ...rest } = _ref39; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path68 || (_path68 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M18.25,25H9V7h8.5a5.25,5.25,0,0,1,4,8.65A5.25,5.25,0,0,1,18.25,25ZM12,22h6.23a2.25,2.25,0,1,0,0-4.5H12Zm0-7.5h5.5a2.25,2.25,0,1,0,0-4.5H12Z" })), children); }); if (process.env.NODE_ENV !== "production") { TextBold.propTypes = iconPropTypes.iconPropTypes; } const TextClearFormat = /*#__PURE__*/React__default["default"].forwardRef(function TextClearFormat(_ref40, ref) { let { children, size = 16, ...rest } = _ref40; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path69 || (_path69 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M29.4384,16.5715l-7.985-7.9856a2.0014,2.0014,0,0,0-2.8291,0l-5.3584,5.3584L9,2H7L2,16H4l.999-3h6l.8035,2.4077L4.5858,22.6244a2,2,0,0,0,0,2.8282L9.1316,30h9.5908l10.716-10.717A1.9173,1.9173,0,0,0,29.4384,16.5715ZM5.6653,11l2.331-7,2.3355,7Zm12.229,17H9.96L6,24.0381l6.3123-6.3115L20.24,25.6538Zm3.76-3.76-7.9275-7.9272L20.0393,10l7.9268,7.9272Z" })), children); }); if (process.env.NODE_ENV !== "production") { TextClearFormat.propTypes = iconPropTypes.iconPropTypes; } const TextColor = /*#__PURE__*/React__default["default"].forwardRef(function TextColor(_ref41, ref) { let { children, size = 16, ...rest } = _ref41; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path70 || (_path70 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M22 21h2L17 4H15L8 21h2l1.61-4h8.74zm-9.57-6l3.44-8.37h.26L19.54 15zM6 24H26V28H6z" })), children); }); if (process.env.NODE_ENV !== "production") { TextColor.propTypes = iconPropTypes.iconPropTypes; } const TextCreation = /*#__PURE__*/React__default["default"].forwardRef(function TextCreation(_ref42, ref) { let { children, size = 16, ...rest } = _ref42; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path71 || (_path71 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M27,22.14V9.86A4,4,0,1,0,22.14,5H9.86A4,4,0,1,0,5,9.86V22.14A4,4,0,1,0,9.86,27H22.14A4,4,0,1,0,27,22.14ZM26,4a2,2,0,1,1-2,2A2,2,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2,2,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2,2,0,0,1,6,28Zm16.14-3H9.86A4,4,0,0,0,7,22.14V9.86A4,4,0,0,0,9.86,7H22.14A4,4,0,0,0,25,9.86V22.14A4,4,0,0,0,22.14,25ZM26,28a2,2,0,1,1,2-2A2,2,0,0,1,26,28Z" })), _path72 || (_path72 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M21 11L11 11 11 13 15 13 15 22 17 22 17 13 21 13 21 11z" })), children); }); if (process.env.NODE_ENV !== "production") { TextCreation.propTypes = iconPropTypes.iconPropTypes; } const TextFill = /*#__PURE__*/React__default["default"].forwardRef(function TextFill(_ref43, ref) { let { children, size = 16, ...rest } = _ref43; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path73 || (_path73 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M4 26H28V30H4z" })), _path74 || (_path74 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M26,14.54a1,1,0,0,0-.25-.69L17.17,4.33A1.09,1.09,0,0,0,17,4.2V2H15V5L4.32,14.74a1,1,0,0,0-.06,1.41l8.57,9.52a1,1,0,0,0,.69.33h.05a1,1,0,0,0,.68-.26L24,16.8V21a1,1,0,0,0,2,0V14.57S26,14.55,26,14.54Zm-12.35,9-7.23-8L15,7.67V12h2V7.13l6.59,7.33Z" })), children); }); if (process.env.NODE_ENV !== "production") { TextFill.propTypes = iconPropTypes.iconPropTypes; } const TextFont = /*#__PURE__*/React__default["default"].forwardRef(function TextFont(_ref44, ref) { let { children, size = 16, ...rest } = _ref44; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path75 || (_path75 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M25 12H20v2h5a1.0008 1.0008 0 011 1v2H22a3.0033 3.0033 0 00-3 3v1a3.0033 3.0033 0 003 3h6V15A3.0033 3.0033 0 0025 12zM22 22a1.0008 1.0008 0 01-1-1V20a1.0008 1.0008 0 011-1h4v3zM16 24h2L12 7H10L4 24H6l1.6936-5h6.6135zM8.3711 17l2.4966-7.3711.2668.0005L13.63 17z" })), children); }); if (process.env.NODE_ENV !== "production") { TextFont.propTypes = iconPropTypes.iconPropTypes; } const TextFootnote = /*#__PURE__*/React__default["default"].forwardRef(function TextFootnote(_ref45, ref) { let { children, size = 16, ...rest } = _ref45; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path76 || (_path76 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M2 7L2 9 9 9 9 25 11 25 11 9 18 9 18 7 2 7zM30 11.076L29.256 9.219 26 10.522 26 7 24 7 24 10.523 20.744 9.22 20 11.077 23.417 12.444 20.9 15.8 22.5 17 25 13.667 27.5 17 29.1 15.8 26.583 12.443 30 11.076z" })), children); }); if (process.env.NODE_ENV !== "production") { TextFootnote.propTypes = iconPropTypes.iconPropTypes; } const TextHighlight = /*#__PURE__*/React__default["default"].forwardRef(function TextHighlight(_ref46, ref) { let { children, size = 16, ...rest } = _ref46; return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path77 || (_path77 = /*#__PURE__*/React__default["default"].createElement("path", { d: "M12 15H5a3 3 0 01-3-3V10A3 3 0 015 7h5V5A1 1 0 009 4H3V2H9a3 3 0 013 3zM5 9a1 1 0 00-1 1v2a1 1 0 001 1h5V9zM20 23v2a1 1 0 001 1h5V22H21A1 1 0 0020 23z" })), _path78 || (_path78 = /*#__PURE__*/React__default["default"].createElement("path