ab-ui-library 1.42.10 → 1.44.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/components/FormContainer/FormContainer.js +71 -25
  2. package/components/SVGIcons/IconDocumentBulletListMultiple.d.ts +4 -0
  3. package/components/SVGIcons/IconDocumentBulletListMultiple.js +30 -0
  4. package/components/SVGIcons/IconDocumentBulletListMultipleFilled.d.ts +4 -0
  5. package/components/SVGIcons/IconDocumentBulletListMultipleFilled.js +30 -0
  6. package/components/SVGIcons/IconDocumentPercent.d.ts +4 -0
  7. package/components/SVGIcons/IconDocumentPercent.js +30 -0
  8. package/components/SVGIcons/IconDocumentPercentFilled.d.ts +4 -0
  9. package/components/SVGIcons/IconDocumentPercentFilled.js +30 -0
  10. package/components/SVGIcons/IconDocumentText.d.ts +4 -0
  11. package/components/SVGIcons/IconDocumentText.js +30 -0
  12. package/components/SVGIcons/IconDocumentTextFilled.d.ts +4 -0
  13. package/components/SVGIcons/IconDocumentTextFilled.js +30 -0
  14. package/components/SVGIcons/IconPlugDisconnected.d.ts +4 -0
  15. package/components/SVGIcons/IconPlugDisconnected.js +30 -0
  16. package/components/SVGIcons/IconPlugDisconnectedFilled.d.ts +4 -0
  17. package/components/SVGIcons/IconPlugDisconnectedFilled.js +30 -0
  18. package/components/SVGIcons/IconReceiptMoney.d.ts +4 -0
  19. package/components/SVGIcons/IconReceiptMoney.js +30 -0
  20. package/components/SVGIcons/IconReceiptMoneyFilled.d.ts +4 -0
  21. package/components/SVGIcons/IconReceiptMoneyFilled.js +30 -0
  22. package/components/SVGIcons/IconSlideSettings.d.ts +4 -0
  23. package/components/SVGIcons/IconSlideSettings.js +30 -0
  24. package/components/SVGIcons/IconSlideSettingsFilled.d.ts +4 -0
  25. package/components/SVGIcons/IconSlideSettingsFilled.js +30 -0
  26. package/components/SVGIcons/IconTasksApp.d.ts +4 -0
  27. package/components/SVGIcons/IconTasksApp.js +30 -0
  28. package/components/SVGIcons/IconTasksAppFilled.d.ts +4 -0
  29. package/components/SVGIcons/IconTasksAppFilled.js +30 -0
  30. package/components/SVGIcons/IconTextBulletListSquareSettings.d.ts +4 -0
  31. package/components/SVGIcons/IconTextBulletListSquareSettings.js +30 -0
  32. package/components/SVGIcons/IconTextBulletListSquareSettingsFilled.d.ts +4 -0
  33. package/components/SVGIcons/IconTextBulletListSquareSettingsFilled.js +30 -0
  34. package/components/SVGIcons/IconTopSpeed.d.ts +4 -0
  35. package/components/SVGIcons/IconTopSpeed.js +30 -0
  36. package/components/SVGIcons/IconTopSpeedFilled.d.ts +4 -0
  37. package/components/SVGIcons/IconTopSpeedFilled.js +30 -0
  38. package/components/SVGIcons/index.d.ts +18 -0
  39. package/components/SVGIcons/index.js +18 -0
  40. package/components/SideSheet/Footer/Footer.js +3 -3
  41. package/index.js +18 -0
  42. package/package.json +1 -1
@@ -64,9 +64,9 @@ var FormContainer = function FormContainer(props) {
64
64
  getValues = _useForm.getValues,
65
65
  watch = _useForm.watch,
66
66
  reset = _useForm.reset,
67
+ trigger = _useForm.trigger,
67
68
  clearErrors = _useForm.clearErrors,
68
69
  setError = _useForm.setError,
69
- trigger = _useForm.trigger,
70
70
  getFieldState = _useForm.getFieldState,
71
71
  unregister = _useForm.unregister;
72
72
  var errors = formState.errors,
@@ -74,54 +74,100 @@ var FormContainer = function FormContainer(props) {
74
74
  isSubmitted = formState.isSubmitted,
75
75
  isSubmitting = formState.isSubmitting,
76
76
  dirtyFields = formState.dirtyFields;
77
- var customSubmit = /*#__PURE__*/function () {
78
- var _ref = _asyncToGenerator(/*#__PURE__*/regenerator.mark(function _callee(data) {
77
+ var validateForm = /*#__PURE__*/function () {
78
+ var _ref = _asyncToGenerator(/*#__PURE__*/regenerator.mark(function _callee() {
79
79
  return regenerator.wrap(function _callee$(_context) {
80
80
  while (1) switch (_context.prev = _context.next) {
81
81
  case 0:
82
- _context.prev = 0;
83
- if (!validationScheme) {
84
- _context.next = 4;
82
+ if (validationScheme) {
83
+ _context.next = 2;
85
84
  break;
86
85
  }
87
- _context.next = 4;
88
- return validationScheme.validate(data, {
86
+ return _context.abrupt("return", true);
87
+ case 2:
88
+ _context.prev = 2;
89
+ _context.next = 5;
90
+ return validationScheme.validate(getValues(), {
89
91
  abortEarly: false
90
92
  });
91
- case 4:
92
- if (onSubmit) {
93
- onSubmit(data, formState, dirtyFields);
94
- }
95
- _context.next = 10;
96
- break;
97
- case 7:
98
- _context.prev = 7;
99
- _context.t0 = _context["catch"](0);
93
+ case 5:
94
+ return _context.abrupt("return", true);
95
+ case 8:
96
+ _context.prev = 8;
97
+ _context.t0 = _context["catch"](2);
100
98
  if (_context.t0 instanceof yup.ValidationError) {
101
99
  _context.t0.inner.forEach(function (err) {
102
- setError(err.path, {
103
- type: 'manual',
104
- message: err.message
105
- });
100
+ if (err.path) {
101
+ setError(err.path, {
102
+ type: 'manual',
103
+ message: err.message
104
+ });
105
+ }
106
106
  });
107
107
  }
108
- case 10:
108
+ return _context.abrupt("return", false);
109
+ case 12:
109
110
  case "end":
110
111
  return _context.stop();
111
112
  }
112
- }, _callee, null, [[0, 7]]);
113
+ }, _callee, null, [[2, 8]]);
113
114
  }));
114
- return function customSubmit(_x) {
115
+ return function validateForm() {
115
116
  return _ref.apply(this, arguments);
116
117
  };
117
118
  }();
119
+ var customTrigger = /*#__PURE__*/function () {
120
+ var _ref2 = _asyncToGenerator(/*#__PURE__*/regenerator.mark(function _callee2() {
121
+ return regenerator.wrap(function _callee2$(_context2) {
122
+ while (1) switch (_context2.prev = _context2.next) {
123
+ case 0:
124
+ return _context2.abrupt("return", validateForm());
125
+ case 1:
126
+ case "end":
127
+ return _context2.stop();
128
+ }
129
+ }, _callee2);
130
+ }));
131
+ return function customTrigger() {
132
+ return _ref2.apply(this, arguments);
133
+ };
134
+ }();
135
+ var customSubmit = /*#__PURE__*/function () {
136
+ var _ref3 = _asyncToGenerator(/*#__PURE__*/regenerator.mark(function _callee3(data) {
137
+ var isValid;
138
+ return regenerator.wrap(function _callee3$(_context3) {
139
+ while (1) switch (_context3.prev = _context3.next) {
140
+ case 0:
141
+ _context3.next = 2;
142
+ return validateForm();
143
+ case 2:
144
+ isValid = _context3.sent;
145
+ if (isValid) {
146
+ _context3.next = 5;
147
+ break;
148
+ }
149
+ return _context3.abrupt("return");
150
+ case 5:
151
+ if (onSubmit) {
152
+ onSubmit(data, formState, dirtyFields);
153
+ }
154
+ case 6:
155
+ case "end":
156
+ return _context3.stop();
157
+ }
158
+ }, _callee3);
159
+ }));
160
+ return function customSubmit(_x) {
161
+ return _ref3.apply(this, arguments);
162
+ };
163
+ }();
118
164
  return /*#__PURE__*/React.createElement("form", {
119
165
  onSubmit: handleSubmit(customSubmit),
120
166
  id: formId,
121
167
  className: classNames('form-container', className)
122
168
  }, /*#__PURE__*/React.createElement(FormContext.Provider, {
123
169
  value: {
124
- trigger: trigger,
170
+ trigger: mode === 'onSubmit' ? customTrigger : trigger,
125
171
  register: register,
126
172
  errors: errors,
127
173
  control: control,
@@ -0,0 +1,4 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { ISVGIconProps } from './types';
3
+ export declare const IconDocumentBulletListMultiple: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconDocumentBulletListMultiple;
@@ -0,0 +1,30 @@
1
+ import { _ as _defineProperty } from '../../defineProperty-41a50022.js';
2
+ import React from 'react';
3
+ import classNames from 'classnames';
4
+ import '../../typeof-5f3abdcb.js';
5
+
6
+ var IconDocumentBulletListMultiple = function IconDocumentBulletListMultiple(_ref) {
7
+ var size = _ref.size,
8
+ type = _ref.type,
9
+ _ref$className = _ref.className,
10
+ className = _ref$className === void 0 ? '' : _ref$className,
11
+ onClick = _ref.onClick,
12
+ refHandler = _ref.refHandler,
13
+ id = _ref.id,
14
+ dataId = _ref.dataId;
15
+ return /*#__PURE__*/React.createElement("svg", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ onClick: onClick,
21
+ ref: refHandler,
22
+ id: id,
23
+ "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
+ }, /*#__PURE__*/React.createElement("path", {
25
+ d: "M7.75 11.5C7.33579 11.5 7 11.8358 7 12.25C7 12.6642 7.33579 13 7.75 13C8.16421 13 8.5 12.6642 8.5 12.25C8.5 11.8358 8.16421 11.5 7.75 11.5ZM7 15.25C7 14.8358 7.33579 14.5 7.75 14.5C8.16421 14.5 8.5 14.8358 8.5 15.25C8.5 15.6642 8.16421 16 7.75 16C7.33579 16 7 15.6642 7 15.25ZM10 12.25C10 11.8358 10.3358 11.5 10.75 11.5H13.8038C14.218 11.5 14.5538 11.8358 14.5538 12.25C14.5538 12.6642 14.218 13 13.8038 13H10.75C10.3358 13 10 12.6642 10 12.25ZM10.75 14.5C10.3358 14.5 10 14.8358 10 15.25C10 15.6642 10.3358 16 10.75 16H13.8038C14.218 16 14.5538 15.6642 14.5538 15.25C14.5538 14.8358 14.218 14.5 13.8038 14.5H10.75ZM6.25 2C5.00736 2 4 3.00736 4 4.25V17.25C4 18.4926 5.00736 19.5 6.25 19.5H15.25C16.4926 19.5 17.5 18.4926 17.5 17.25V8.86885C17.5 8.27211 17.2629 7.69981 16.841 7.27786L12.2221 2.65901C11.8002 2.23705 11.2279 2 10.6312 2H6.25ZM5.5 4.25C5.5 3.83579 5.83579 3.5 6.25 3.5H10.5039V6.74753C10.5039 7.99017 11.5113 8.99753 12.7539 8.99753H16V17.25C16 17.6642 15.6642 18 15.25 18H6.25C5.83579 18 5.5 17.6642 5.5 17.25V4.25ZM12.0039 6.74753V4.56209L14.9393 7.49753H12.7539C12.3397 7.49753 12.0039 7.16174 12.0039 6.74753ZM8.75088 22C7.77121 22 6.93778 21.3739 6.62891 20.5H15.2509C17.0458 20.5 18.5009 19.0449 18.5009 17.25V8.93689L19.3419 9.77788C19.7638 10.1998 20.0009 10.7721 20.0009 11.3689V17.25C20.0009 19.8734 17.8742 22 15.2509 22H8.75088Z",
26
+ fill: "#222222"
27
+ }));
28
+ };
29
+
30
+ export { IconDocumentBulletListMultiple, IconDocumentBulletListMultiple as default };
@@ -0,0 +1,4 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { ISVGIconProps } from './types';
3
+ export declare const IconDocumentBulletListMultipleFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconDocumentBulletListMultipleFilled;
@@ -0,0 +1,30 @@
1
+ import { _ as _defineProperty } from '../../defineProperty-41a50022.js';
2
+ import React from 'react';
3
+ import classNames from 'classnames';
4
+ import '../../typeof-5f3abdcb.js';
5
+
6
+ var IconDocumentBulletListMultipleFilled = function IconDocumentBulletListMultipleFilled(_ref) {
7
+ var size = _ref.size,
8
+ type = _ref.type,
9
+ _ref$className = _ref.className,
10
+ className = _ref$className === void 0 ? '' : _ref$className,
11
+ onClick = _ref.onClick,
12
+ refHandler = _ref.refHandler,
13
+ id = _ref.id,
14
+ dataId = _ref.dataId;
15
+ return /*#__PURE__*/React.createElement("svg", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ onClick: onClick,
21
+ ref: refHandler,
22
+ id: id,
23
+ "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
+ }, /*#__PURE__*/React.createElement("path", {
25
+ d: "M4 4.25C4 3.00736 5.00736 2 6.25 2H10.5039V6.74753C10.5039 7.99017 11.5113 8.99753 12.7539 8.99753H17.5V17.25C17.5 18.4926 16.4926 19.5 15.25 19.5H6.25C5.00736 19.5 4 18.4926 4 17.25V4.25ZM7.75 11.5C7.33579 11.5 7 11.8358 7 12.25C7 12.6642 7.33579 13 7.75 13C8.16421 13 8.5 12.6642 8.5 12.25C8.5 11.8358 8.16421 11.5 7.75 11.5ZM7 15.25C7 15.6642 7.33579 16 7.75 16C8.16421 16 8.5 15.6642 8.5 15.25C8.5 14.8358 8.16421 14.5 7.75 14.5C7.33579 14.5 7 14.8358 7 15.25ZM10 12.25C10 12.6642 10.3358 13 10.75 13H13.8038C14.218 13 14.5538 12.6642 14.5538 12.25C14.5538 11.8358 14.218 11.5 13.8038 11.5H10.75C10.3358 11.5 10 11.8358 10 12.25ZM10.75 14.5C10.3358 14.5 10 14.8358 10 15.25C10 15.6642 10.3358 16 10.75 16H13.8038C14.218 16 14.5538 15.6642 14.5538 15.25C14.5538 14.8358 14.218 14.5 13.8038 14.5H10.75ZM12.0039 6.74753V2.46728C12.0803 2.52611 12.1532 2.59009 12.2221 2.65901L16.841 7.27786C16.9103 7.34721 16.9747 7.42062 17.0338 7.49753H12.7539C12.3397 7.49753 12.0039 7.16174 12.0039 6.74753ZM6.62891 20.5C6.93778 21.3739 7.77121 22 8.75088 22H15.2509C17.8742 22 20.0009 19.8734 20.0009 17.25V11.3689C20.0009 10.7721 19.7638 10.1998 19.3419 9.77788L18.5009 8.93689V17.25C18.5009 19.0449 17.0458 20.5 15.2509 20.5H6.62891Z",
26
+ fill: "#222222"
27
+ }));
28
+ };
29
+
30
+ export { IconDocumentBulletListMultipleFilled, IconDocumentBulletListMultipleFilled as default };
@@ -0,0 +1,4 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { ISVGIconProps } from './types';
3
+ export declare const IconDocumentPercent: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconDocumentPercent;
@@ -0,0 +1,30 @@
1
+ import { _ as _defineProperty } from '../../defineProperty-41a50022.js';
2
+ import React from 'react';
3
+ import classNames from 'classnames';
4
+ import '../../typeof-5f3abdcb.js';
5
+
6
+ var IconDocumentPercent = function IconDocumentPercent(_ref) {
7
+ var size = _ref.size,
8
+ type = _ref.type,
9
+ _ref$className = _ref.className,
10
+ className = _ref$className === void 0 ? '' : _ref$className,
11
+ onClick = _ref.onClick,
12
+ refHandler = _ref.refHandler,
13
+ id = _ref.id,
14
+ dataId = _ref.dataId;
15
+ return /*#__PURE__*/React.createElement("svg", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ onClick: onClick,
21
+ ref: refHandler,
22
+ id: id,
23
+ "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
+ }, /*#__PURE__*/React.createElement("path", {
25
+ d: "M18.5 20C18.5 20.275 18.276 20.5 18 20.5H13C13 21.0368 12.8792 21.5454 12.6632 22H18C19.104 22 20 21.104 20 20V9.828C20 9.298 19.789 8.789 19.414 8.414L13.585 2.586C13.57 2.57105 13.5531 2.55808 13.5363 2.5452C13.5238 2.53567 13.5115 2.5262 13.5 2.516C13.429 2.452 13.359 2.389 13.281 2.336C13.2557 2.31894 13.2281 2.30548 13.2005 2.29207C13.1845 2.28426 13.1685 2.27647 13.153 2.268C13.1363 2.25859 13.1197 2.24897 13.103 2.23933C13.0488 2.20797 12.9944 2.17648 12.937 2.152C12.74 2.07 12.528 2.029 12.313 2.014C12.2933 2.01274 12.2738 2.01008 12.2542 2.00741C12.2271 2.00371 12.1999 2 12.172 2H6C4.896 2 4 2.896 4 4V11.0354C4.55203 11.1144 5.0625 11.3222 5.5 11.6273V4C5.5 3.725 5.724 3.5 6 3.5H12V8C12 9.104 12.896 10 14 10H18.5V20ZM13.5 4.621L17.378 8.5H14C13.724 8.5 13.5 8.275 13.5 8V4.621ZM6 14.5C6 15.8807 4.88071 17 3.5 17C2.11929 17 1 15.8807 1 14.5C1 13.1193 2.11929 12 3.5 12C4.88071 12 6 13.1193 6 14.5ZM4.5 14.5C4.5 13.9477 4.05228 13.5 3.5 13.5C2.94772 13.5 2.5 13.9477 2.5 14.5C2.5 15.0523 2.94772 15.5 3.5 15.5C4.05228 15.5 4.5 15.0523 4.5 14.5ZM12 20.5C12 21.8807 10.8807 23 9.5 23C8.11929 23 7 21.8807 7 20.5C7 19.1193 8.11929 18 9.5 18C10.8807 18 12 19.1193 12 20.5ZM10.5 20.5C10.5 19.9477 10.0523 19.5 9.5 19.5C8.94772 19.5 8.5 19.9477 8.5 20.5C8.5 21.0523 8.94772 21.5 9.5 21.5C10.0523 21.5 10.5 21.0523 10.5 20.5ZM10.7803 13.2197C11.0732 13.5126 11.0732 13.9874 10.7803 14.2803L3.28033 21.7803C2.98744 22.0732 2.51256 22.0732 2.21967 21.7803C1.92678 21.4874 1.92678 21.0126 2.21967 20.7197L9.71967 13.2197C10.0126 12.9268 10.4874 12.9268 10.7803 13.2197Z",
26
+ fill: "#222222"
27
+ }));
28
+ };
29
+
30
+ export { IconDocumentPercent, IconDocumentPercent as default };
@@ -0,0 +1,4 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { ISVGIconProps } from './types';
3
+ export declare const IconDocumentPercentFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconDocumentPercentFilled;
@@ -0,0 +1,30 @@
1
+ import { _ as _defineProperty } from '../../defineProperty-41a50022.js';
2
+ import React from 'react';
3
+ import classNames from 'classnames';
4
+ import '../../typeof-5f3abdcb.js';
5
+
6
+ var IconDocumentPercentFilled = function IconDocumentPercentFilled(_ref) {
7
+ var size = _ref.size,
8
+ type = _ref.type,
9
+ _ref$className = _ref.className,
10
+ className = _ref$className === void 0 ? '' : _ref$className,
11
+ onClick = _ref.onClick,
12
+ refHandler = _ref.refHandler,
13
+ id = _ref.id,
14
+ dataId = _ref.dataId;
15
+ return /*#__PURE__*/React.createElement("svg", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ onClick: onClick,
21
+ ref: refHandler,
22
+ id: id,
23
+ "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
+ }, /*#__PURE__*/React.createElement("path", {
25
+ d: "M12 8V2H6C4.89543 2 4 2.89543 4 4V11.0354C5.69615 11.2781 7 12.7368 7 14.5L6.99991 14.5252L9.01256 12.5126C9.69598 11.8291 10.804 11.8291 11.4874 12.5126C12.1709 13.196 12.1709 14.304 11.4874 14.9874L9.47478 17.0001L9.5 17C11.433 17 13 18.567 13 20.5C13 21.0368 12.8792 21.5454 12.6632 22H18C19.1046 22 20 21.1046 20 20V10H14C12.8954 10 12 9.10457 12 8ZM5.1266 16.3985C4.80991 16.6701 4.42448 16.8638 4 16.95C3.83844 16.9828 3.67123 17 3.5 17C2.11929 17 1 15.8807 1 14.5C1 13.1193 2.11929 12 3.5 12C3.67123 12 3.83844 12.0172 4 12.05C5.14112 12.2816 6 13.2905 6 14.5C6 15.1211 5.77347 15.6894 5.39852 16.1266C5.31497 16.224 5.22404 16.315 5.1266 16.3985ZM4 13.6338C3.85291 13.5487 3.68214 13.5 3.5 13.5C2.94772 13.5 2.5 13.9477 2.5 14.5C2.5 15.0523 2.94772 15.5 3.5 15.5C3.68214 15.5 3.85291 15.4513 4 15.3662C4.2989 15.1933 4.5 14.8701 4.5 14.5C4.5 14.1299 4.2989 13.8067 4 13.6338ZM10.7803 14.2803C11.0732 13.9874 11.0732 13.5126 10.7803 13.2197C10.4874 12.9268 10.0126 12.9268 9.71967 13.2197L2.21967 20.7197C1.92678 21.0126 1.92678 21.4874 2.21967 21.7803C2.51256 22.0732 2.98744 22.0732 3.28033 21.7803L10.7803 14.2803ZM7 20.5C7 21.0628 7.18597 21.5822 7.49982 22C7.95592 22.6072 8.68209 23 9.5 23C10.3179 23 11.0441 22.6072 11.5002 22C11.814 21.5822 12 21.0628 12 20.5C12 19.1193 10.8807 18 9.5 18C8.87885 18 8.31061 18.2265 7.87339 18.6015C7.77596 18.685 7.68504 18.776 7.60148 18.8734C7.22653 19.3106 7 19.8789 7 20.5ZM10.5 20.5C10.5 21.0523 10.0523 21.5 9.5 21.5C8.94772 21.5 8.5 21.0523 8.5 20.5C8.5 19.9477 8.94772 19.5 9.5 19.5C10.0523 19.5 10.5 19.9477 10.5 20.5ZM13.5 8V2.5L19.5 8.5H14C13.7239 8.5 13.5 8.27614 13.5 8Z",
26
+ fill: "#222222"
27
+ }));
28
+ };
29
+
30
+ export { IconDocumentPercentFilled, IconDocumentPercentFilled as default };
@@ -0,0 +1,4 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { ISVGIconProps } from './types';
3
+ export declare const IconDocumentText: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconDocumentText;
@@ -0,0 +1,30 @@
1
+ import { _ as _defineProperty } from '../../defineProperty-41a50022.js';
2
+ import React from 'react';
3
+ import classNames from 'classnames';
4
+ import '../../typeof-5f3abdcb.js';
5
+
6
+ var IconDocumentText = function IconDocumentText(_ref) {
7
+ var size = _ref.size,
8
+ type = _ref.type,
9
+ _ref$className = _ref.className,
10
+ className = _ref$className === void 0 ? '' : _ref$className,
11
+ onClick = _ref.onClick,
12
+ refHandler = _ref.refHandler,
13
+ id = _ref.id,
14
+ dataId = _ref.dataId;
15
+ return /*#__PURE__*/React.createElement("svg", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ onClick: onClick,
21
+ ref: refHandler,
22
+ id: id,
23
+ "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
+ }, /*#__PURE__*/React.createElement("path", {
25
+ d: "M8.75 11.5C8.33579 11.5 8 11.8358 8 12.25C8 12.6642 8.33579 13 8.75 13H15.25C15.6642 13 16 12.6642 16 12.25C16 11.8358 15.6642 11.5 15.25 11.5H8.75ZM8.75 14.25C8.33579 14.25 8 14.5858 8 15C8 15.4142 8.33579 15.75 8.75 15.75H15.25C15.6642 15.75 16 15.4142 16 15C16 14.5858 15.6642 14.25 15.25 14.25H8.75ZM8.75 17C8.33579 17 8 17.3358 8 17.75C8 18.1642 8.33579 18.5 8.75 18.5H15.25C15.6642 18.5 16 18.1642 16 17.75C16 17.3358 15.6642 17 15.25 17H8.75ZM13.585 2.586L19.414 8.414C19.789 8.789 20 9.298 20 9.828V20C20 21.104 19.104 22 18 22H6C4.896 22 4 21.104 4 20V4C4 2.896 4.896 2 6 2H12.172C12.1999 2 12.2271 2.00371 12.2542 2.00741C12.2738 2.01008 12.2933 2.01274 12.313 2.014C12.528 2.029 12.74 2.07 12.937 2.152C12.9944 2.17648 13.0488 2.20797 13.103 2.23933C13.1197 2.24897 13.1363 2.25859 13.153 2.268C13.1685 2.27647 13.1845 2.28426 13.2005 2.29207C13.2281 2.30548 13.2557 2.31894 13.281 2.336C13.359 2.389 13.429 2.452 13.5 2.516C13.5115 2.5262 13.5238 2.53567 13.5363 2.5452C13.5531 2.55808 13.57 2.57105 13.585 2.586ZM18 20.5C18.276 20.5 18.5 20.275 18.5 20V10H14C12.896 10 12 9.104 12 8V3.5H6C5.724 3.5 5.5 3.725 5.5 4V20C5.5 20.275 5.724 20.5 6 20.5H18ZM17.378 8.5L13.5 4.621V8C13.5 8.275 13.724 8.5 14 8.5H17.378Z",
26
+ fill: "#222222"
27
+ }));
28
+ };
29
+
30
+ export { IconDocumentText, IconDocumentText as default };
@@ -0,0 +1,4 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { ISVGIconProps } from './types';
3
+ export declare const IconDocumentTextFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconDocumentTextFilled;
@@ -0,0 +1,30 @@
1
+ import { _ as _defineProperty } from '../../defineProperty-41a50022.js';
2
+ import React from 'react';
3
+ import classNames from 'classnames';
4
+ import '../../typeof-5f3abdcb.js';
5
+
6
+ var IconDocumentTextFilled = function IconDocumentTextFilled(_ref) {
7
+ var size = _ref.size,
8
+ type = _ref.type,
9
+ _ref$className = _ref.className,
10
+ className = _ref$className === void 0 ? '' : _ref$className,
11
+ onClick = _ref.onClick,
12
+ refHandler = _ref.refHandler,
13
+ id = _ref.id,
14
+ dataId = _ref.dataId;
15
+ return /*#__PURE__*/React.createElement("svg", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ onClick: onClick,
21
+ ref: refHandler,
22
+ id: id,
23
+ "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
+ }, /*#__PURE__*/React.createElement("path", {
25
+ d: "M12 8V2H6C4.89543 2 4 2.89543 4 4V20C4 21.1046 4.89543 22 6 22H18C19.1046 22 20 21.1046 20 20V10H14C12.8954 10 12 9.10457 12 8ZM8.25 11.5H15.75C16.1642 11.5 16.5 11.8358 16.5 12.25C16.5 12.6642 16.1642 13 15.75 13H8.25C7.83579 13 7.5 12.6642 7.5 12.25C7.5 11.8358 7.83579 11.5 8.25 11.5ZM8.25 14.25H15.75C16.1642 14.25 16.5 14.5858 16.5 15C16.5 15.4142 16.1642 15.75 15.75 15.75H8.25C7.83579 15.75 7.5 15.4142 7.5 15C7.5 14.5858 7.83579 14.25 8.25 14.25ZM8.25 17H15.75C16.1642 17 16.5 17.3358 16.5 17.75C16.5 18.1642 16.1642 18.5 15.75 18.5H8.25C7.83579 18.5 7.5 18.1642 7.5 17.75C7.5 17.3358 7.83579 17 8.25 17ZM13.5 8V2.5L19.5 8.5H14C13.7239 8.5 13.5 8.27614 13.5 8Z",
26
+ fill: "#222222"
27
+ }));
28
+ };
29
+
30
+ export { IconDocumentTextFilled, IconDocumentTextFilled as default };
@@ -0,0 +1,4 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { ISVGIconProps } from './types';
3
+ export declare const IconPlugDisconnected: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconPlugDisconnected;
@@ -0,0 +1,30 @@
1
+ import { _ as _defineProperty } from '../../defineProperty-41a50022.js';
2
+ import React from 'react';
3
+ import classNames from 'classnames';
4
+ import '../../typeof-5f3abdcb.js';
5
+
6
+ var IconPlugDisconnected = function IconPlugDisconnected(_ref) {
7
+ var size = _ref.size,
8
+ type = _ref.type,
9
+ _ref$className = _ref.className,
10
+ className = _ref$className === void 0 ? '' : _ref$className,
11
+ onClick = _ref.onClick,
12
+ refHandler = _ref.refHandler,
13
+ id = _ref.id,
14
+ dataId = _ref.dataId;
15
+ return /*#__PURE__*/React.createElement("svg", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ onClick: onClick,
21
+ ref: refHandler,
22
+ id: id,
23
+ "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
+ }, /*#__PURE__*/React.createElement("path", {
25
+ d: "M21.7745 3.28033C22.0674 2.98744 22.0674 2.51256 21.7745 2.21967C21.4816 1.92678 21.0067 1.92678 20.7138 2.21967L18.7019 4.23161C17.0424 3.05263 14.7265 3.20693 13.2389 4.6945L12.1709 5.76252C11.4875 6.44594 11.4875 7.55398 12.1709 8.2374L15.7567 11.8232C16.4401 12.5066 17.5481 12.5066 18.2315 11.8232L19.2996 10.7552C20.7871 9.26761 20.9414 6.9517 19.7625 5.29228L21.7745 3.28033ZM18.1887 5.75516L18.2115 5.77798L18.2138 5.78033L18.2162 5.78267L18.2389 5.80542C19.3128 6.87936 19.3128 8.62056 18.2389 9.6945L17.1709 10.7625C17.0733 10.8602 16.915 10.8602 16.8173 10.7625L13.2315 7.17674C13.1339 7.07911 13.1339 6.92082 13.2315 6.82318L14.2996 5.75516C15.3735 4.68122 17.1147 4.68122 18.1887 5.75516ZM10.7745 11.2803C11.0674 10.9874 11.0674 10.5126 10.7745 10.2197C10.4816 9.92678 10.0067 9.92678 9.71381 10.2197L7.99415 11.9393L7.52449 11.4697C7.2316 11.1768 6.75672 11.1768 6.46383 11.4697L4.6887 13.2448C3.20115 14.7324 3.04684 17.0483 4.22577 18.7077L2.21381 20.7197C1.92092 21.0126 1.92092 21.4874 2.21381 21.7803C2.5067 22.0732 2.98158 22.0732 3.27447 21.7803L5.28643 19.7684C6.94585 20.9473 9.2618 20.793 10.7494 19.3055L12.5245 17.5303C12.8174 17.2374 12.8174 16.7626 12.5245 16.4697L12.0548 16L13.7745 14.2803C14.0674 13.9874 14.0674 13.5126 13.7745 13.2197C13.4816 12.9268 13.0067 12.9268 12.7138 13.2197L10.9942 14.9393L9.05481 13L10.7745 11.2803ZM7.46046 13.527L7.46381 13.5303L7.46719 13.5337L10.4605 16.527L10.4638 16.5303L10.4671 16.5336L10.9335 17L9.6887 18.2448C8.61476 19.3187 6.87356 19.3187 5.79962 18.2448L5.74936 18.1945C4.67542 17.1206 4.67542 15.3794 5.74937 14.3055L6.99416 13.0607L7.46046 13.527Z",
26
+ fill: "#222222"
27
+ }));
28
+ };
29
+
30
+ export { IconPlugDisconnected, IconPlugDisconnected as default };
@@ -0,0 +1,4 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { ISVGIconProps } from './types';
3
+ export declare const IconPlugDisconnectedFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconPlugDisconnectedFilled;
@@ -0,0 +1,30 @@
1
+ import { _ as _defineProperty } from '../../defineProperty-41a50022.js';
2
+ import React from 'react';
3
+ import classNames from 'classnames';
4
+ import '../../typeof-5f3abdcb.js';
5
+
6
+ var IconPlugDisconnectedFilled = function IconPlugDisconnectedFilled(_ref) {
7
+ var size = _ref.size,
8
+ type = _ref.type,
9
+ _ref$className = _ref.className,
10
+ className = _ref$className === void 0 ? '' : _ref$className,
11
+ onClick = _ref.onClick,
12
+ refHandler = _ref.refHandler,
13
+ id = _ref.id,
14
+ dataId = _ref.dataId;
15
+ return /*#__PURE__*/React.createElement("svg", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ onClick: onClick,
21
+ ref: refHandler,
22
+ id: id,
23
+ "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
+ }, /*#__PURE__*/React.createElement("path", {
25
+ d: "M21.7012 3.70711C22.0918 3.31658 22.0918 2.68342 21.7012 2.29289C21.3107 1.90237 20.6776 1.90237 20.287 2.29289L18.4897 4.09027C16.8496 3.06792 14.6641 3.26934 13.2389 4.6945L12.1709 5.76252C11.4875 6.44594 11.4875 7.55398 12.1709 8.2374L15.7567 11.8232C16.4401 12.5066 17.5481 12.5066 18.2315 11.8232L19.2996 10.7552C20.7247 9.33002 20.9261 7.14456 19.9039 5.5045L21.7012 3.70711ZM10.7012 11.7071C11.0918 11.3166 11.0918 10.6834 10.7012 10.2929C10.3107 9.90237 9.67756 9.90237 9.28703 10.2929L7.81737 11.7626L7.52449 11.4697C7.2316 11.1768 6.75672 11.1768 6.46383 11.4697L4.6887 13.2448C3.26356 14.6699 3.06213 16.8554 4.08443 18.4955L2.28703 20.2929C1.89651 20.6834 1.89651 21.3166 2.28703 21.7071C2.67756 22.0976 3.31072 22.0976 3.70125 21.7071L5.49864 19.9097C7.13872 20.932 9.32421 20.7306 10.7494 19.3055L12.5245 17.5303C12.8174 17.2374 12.8174 16.7626 12.5245 16.4697L12.2316 16.1768L13.7012 14.7071C14.0918 14.3166 14.0918 13.6834 13.7012 13.2929C13.3107 12.9024 12.6776 12.9024 12.287 13.2929L10.8174 14.7626L9.23159 13.1768L10.7012 11.7071Z",
26
+ fill: "#222222"
27
+ }));
28
+ };
29
+
30
+ export { IconPlugDisconnectedFilled, IconPlugDisconnectedFilled as default };
@@ -0,0 +1,4 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { ISVGIconProps } from './types';
3
+ export declare const IconReceiptMoney: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconReceiptMoney;
@@ -0,0 +1,30 @@
1
+ import { _ as _defineProperty } from '../../defineProperty-41a50022.js';
2
+ import React from 'react';
3
+ import classNames from 'classnames';
4
+ import '../../typeof-5f3abdcb.js';
5
+
6
+ var IconReceiptMoney = function IconReceiptMoney(_ref) {
7
+ var size = _ref.size,
8
+ type = _ref.type,
9
+ _ref$className = _ref.className,
10
+ className = _ref$className === void 0 ? '' : _ref$className,
11
+ onClick = _ref.onClick,
12
+ refHandler = _ref.refHandler,
13
+ id = _ref.id,
14
+ dataId = _ref.dataId;
15
+ return /*#__PURE__*/React.createElement("svg", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ onClick: onClick,
21
+ ref: refHandler,
22
+ id: id,
23
+ "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
+ }, /*#__PURE__*/React.createElement("path", {
25
+ d: "M5 6.25C5 5.00736 6.00736 4 7.25 4H15.75C16.9926 4 18 5.00736 18 6.25V14H21.5V17.25C21.5 19.0449 20.0449 20.5 18.25 20.5H13V19H16.5V6.25C16.5 5.83579 16.1642 5.5 15.75 5.5H7.25C6.83579 5.5 6.5 5.83579 6.5 6.25V14H5V6.25ZM18 19H18.25C19.2165 19 20 18.2165 20 17.25V15.5H18V19ZM14.25 16.5L13 16.5C13 15.9372 12.814 15.4178 12.5002 15H14.25C14.6642 15 15 15.3358 15 15.75C15 16.1642 14.6642 16.5 14.25 16.5ZM8.00001 8.75C8.00001 8.33579 8.3358 8 8.75001 8H14.25C14.6642 8 15 8.33579 15 8.75C15 9.16422 14.6642 9.5 14.25 9.5H8.75001C8.3358 9.5 8.00001 9.16422 8.00001 8.75ZM8.00001 12.25C8.00001 11.8358 8.3358 11.5 8.75001 11.5H14.25C14.6642 11.5 15 11.8358 15 12.25C15 12.6642 14.6642 13 14.25 13H8.75001C8.3358 13 8.00001 12.6642 8.00001 12.25ZM1 16.5C1 15.6716 1.67157 15 2.5 15H10.5C11.3284 15 12 15.6716 12 16.5V20.5C12 21.3284 11.3284 22 10.5 22H2.5C1.67157 22 1 21.3284 1 20.5V16.5ZM11 17C10.4477 17 10 16.5523 10 16H9C9 17.1046 9.89543 18 11 18V17ZM11 19C9.89543 19 9 19.8954 9 21H10C10 20.4477 10.4477 20 11 20V19ZM3 16C3 16.5523 2.55229 17 2 17V18C3.10457 18 4 17.1046 4 16H3ZM4 21C4 19.8954 3.10457 19 2 19V20C2.55228 20 3 20.4477 3 21H4ZM8.25 18.5C8.25 17.5335 7.4665 16.75 6.5 16.75C5.5335 16.75 4.75 17.5335 4.75 18.5C4.75 19.4665 5.5335 20.25 6.5 20.25C7.4665 20.25 8.25 19.4665 8.25 18.5Z",
26
+ fill: "#222222"
27
+ }));
28
+ };
29
+
30
+ export { IconReceiptMoney, IconReceiptMoney as default };
@@ -0,0 +1,4 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { ISVGIconProps } from './types';
3
+ export declare const IconReceiptMoneyFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconReceiptMoneyFilled;
@@ -0,0 +1,30 @@
1
+ import { _ as _defineProperty } from '../../defineProperty-41a50022.js';
2
+ import React from 'react';
3
+ import classNames from 'classnames';
4
+ import '../../typeof-5f3abdcb.js';
5
+
6
+ var IconReceiptMoneyFilled = function IconReceiptMoneyFilled(_ref) {
7
+ var size = _ref.size,
8
+ type = _ref.type,
9
+ _ref$className = _ref.className,
10
+ className = _ref$className === void 0 ? '' : _ref$className,
11
+ onClick = _ref.onClick,
12
+ refHandler = _ref.refHandler,
13
+ id = _ref.id,
14
+ dataId = _ref.dataId;
15
+ return /*#__PURE__*/React.createElement("svg", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ onClick: onClick,
21
+ ref: refHandler,
22
+ id: id,
23
+ "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
+ }, /*#__PURE__*/React.createElement("path", {
25
+ d: "M5 6.25C5 5.00736 6.00736 4 7.25 4H15.75C16.9926 4 18 5.00736 18 6.25V14H21.5V17.25C21.5 19.0449 20.0449 20.5 18.25 20.5H13V16.5H14.25C14.6642 16.5 15 16.1642 15 15.75C15 15.3358 14.6642 15 14.25 15H12.5002C12.0441 14.3928 11.3179 14 10.5 14H5V6.25ZM18 19H18.25C19.2165 19 20 18.2165 20 17.25V15.5H18V19ZM8.75 8C8.33579 8 8 8.33579 8 8.75C8 9.16421 8.33579 9.5 8.75 9.5H14.25C14.6642 9.5 15 9.16421 15 8.75C15 8.33579 14.6642 8 14.25 8H8.75ZM8.75 11.5C8.33579 11.5 8 11.8358 8 12.25C8 12.6642 8.33579 13 8.75 13H14.25C14.6642 13 15 12.6642 15 12.25C15 11.8358 14.6642 11.5 14.25 11.5H8.75ZM1 16.5C1 15.6716 1.67157 15 2.5 15H10.5C11.3284 15 12 15.6716 12 16.5V20.5C12 21.3284 11.3284 22 10.5 22H2.5C1.67157 22 1 21.3284 1 20.5V16.5ZM11 17C10.4477 17 10 16.5523 10 16H9C9 17.1046 9.89543 18 11 18V17ZM11 19C9.89543 19 9 19.8954 9 21H10C10 20.4477 10.4477 20 11 20V19ZM3 16C3 16.5523 2.55229 17 2 17V18C3.10457 18 4 17.1046 4 16H3ZM4 21C4 19.8954 3.10457 19 2 19V20C2.55228 20 3 20.4477 3 21H4ZM8.25 18.5C8.25 17.5335 7.4665 16.75 6.5 16.75C5.5335 16.75 4.75 17.5335 4.75 18.5C4.75 19.4665 5.5335 20.25 6.5 20.25C7.4665 20.25 8.25 19.4665 8.25 18.5Z",
26
+ fill: "#222222"
27
+ }));
28
+ };
29
+
30
+ export { IconReceiptMoneyFilled, IconReceiptMoneyFilled as default };
@@ -0,0 +1,4 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { ISVGIconProps } from './types';
3
+ export declare const IconSlideSettings: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconSlideSettings;
@@ -0,0 +1,30 @@
1
+ import { _ as _defineProperty } from '../../defineProperty-41a50022.js';
2
+ import React from 'react';
3
+ import classNames from 'classnames';
4
+ import '../../typeof-5f3abdcb.js';
5
+
6
+ var IconSlideSettings = function IconSlideSettings(_ref) {
7
+ var size = _ref.size,
8
+ type = _ref.type,
9
+ _ref$className = _ref.className,
10
+ className = _ref$className === void 0 ? '' : _ref$className,
11
+ onClick = _ref.onClick,
12
+ refHandler = _ref.refHandler,
13
+ id = _ref.id,
14
+ dataId = _ref.dataId;
15
+ return /*#__PURE__*/React.createElement("svg", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ onClick: onClick,
21
+ ref: refHandler,
22
+ id: id,
23
+ "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
+ }, /*#__PURE__*/React.createElement("path", {
25
+ d: "M2 7.25C2 5.45507 3.45507 4 5.25 4H18.75C20.5449 4 22 5.45507 22 7.25V12.8096C21.5557 12.3832 21.051 12.0194 20.5 11.7322V7.25C20.5 6.2835 19.7165 5.5 18.75 5.5H5.25C4.2835 5.5 3.5 6.2835 3.5 7.25V16.75C3.5 17.7165 4.2835 18.5 5.25 18.5H11.0764C11.1572 19.0232 11.3004 19.5258 11.4982 20H5.25C3.45507 20 2 18.5449 2 16.75V7.25ZM14.2782 13.9756C14.593 15.0659 13.9386 16.1993 12.837 16.4718L12.2528 16.6164C12.2079 16.9041 12.1846 17.1992 12.1846 17.5001C12.1846 17.8147 12.2101 18.1232 12.2592 18.4235L12.7986 18.5534C13.9111 18.8213 14.5725 19.9663 14.2486 21.0639L14.0623 21.6951C14.5014 22.0808 15.0019 22.3939 15.5464 22.6167L16.0397 22.098C16.8283 21.2687 18.1506 21.2689 18.9388 22.0985L19.4375 22.6232C19.9811 22.403 20.4811 22.0928 20.9204 21.7103L20.7223 21.0244C20.4076 19.9342 21.062 18.8007 22.1635 18.5282L22.7472 18.3838C22.7922 18.0961 22.8155 17.8009 22.8155 17.5001C22.8155 17.1853 22.7899 16.8767 22.7409 16.5764L22.2019 16.4466C21.0894 16.1787 20.4281 15.0337 20.7519 13.9362L20.9381 13.3053C20.499 12.9196 19.9985 12.6064 19.4539 12.3835L18.9608 12.9021C18.1722 13.7313 16.85 13.7311 16.0617 12.9016L15.5629 12.3767C15.0193 12.5969 14.5194 12.9071 14.0801 13.2894L14.2782 13.9756ZM17.5 19.0001C16.6994 19.0001 16.0504 18.3285 16.0504 17.5001C16.0504 16.6716 16.6994 16.0001 17.5 16.0001C18.3007 16.0001 18.9497 16.6716 18.9497 17.5001C18.9497 18.3285 18.3007 19.0001 17.5 19.0001Z",
26
+ fill: "#222222"
27
+ }));
28
+ };
29
+
30
+ export { IconSlideSettings, IconSlideSettings as default };
@@ -0,0 +1,4 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { ISVGIconProps } from './types';
3
+ export declare const IconSlideSettingsFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconSlideSettingsFilled;
@@ -0,0 +1,30 @@
1
+ import { _ as _defineProperty } from '../../defineProperty-41a50022.js';
2
+ import React from 'react';
3
+ import classNames from 'classnames';
4
+ import '../../typeof-5f3abdcb.js';
5
+
6
+ var IconSlideSettingsFilled = function IconSlideSettingsFilled(_ref) {
7
+ var size = _ref.size,
8
+ type = _ref.type,
9
+ _ref$className = _ref.className,
10
+ className = _ref$className === void 0 ? '' : _ref$className,
11
+ onClick = _ref.onClick,
12
+ refHandler = _ref.refHandler,
13
+ id = _ref.id,
14
+ dataId = _ref.dataId;
15
+ return /*#__PURE__*/React.createElement("svg", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ onClick: onClick,
21
+ ref: refHandler,
22
+ id: id,
23
+ "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
+ }, /*#__PURE__*/React.createElement("path", {
25
+ d: "M5.25 4C3.45507 4 2 5.45507 2 7.25V16.75C2 18.5449 3.45507 20 5.25 20H11.4982C11.1772 19.2304 11 18.3859 11 17.5C11 13.9101 13.9101 11 17.5 11C19.2465 11 20.8321 11.6888 22 12.8096V7.25C22 5.45507 20.5449 4 18.75 4H5.25ZM14.2782 13.9756C14.593 15.0659 13.9386 16.1993 12.837 16.4718L12.2528 16.6164C12.2079 16.9041 12.1846 17.1992 12.1846 17.5001C12.1846 17.8147 12.2101 18.1232 12.2592 18.4235L12.7986 18.5534C13.9111 18.8213 14.5725 19.9663 14.2486 21.0639L14.0623 21.6951C14.5014 22.0808 15.0019 22.3939 15.5464 22.6167L16.0397 22.098C16.8283 21.2687 18.1506 21.2689 18.9388 22.0985L19.4375 22.6232C19.9811 22.403 20.4811 22.0928 20.9204 21.7103L20.7223 21.0244C20.4076 19.9342 21.062 18.8007 22.1635 18.5282L22.7472 18.3838C22.7922 18.0961 22.8155 17.8009 22.8155 17.5001C22.8155 17.1853 22.7899 16.8767 22.7409 16.5764L22.2019 16.4466C21.0894 16.1787 20.4281 15.0337 20.7519 13.9362L20.9381 13.3053C20.499 12.9196 19.9985 12.6064 19.4539 12.3835L18.9608 12.9021C18.1722 13.7313 16.85 13.7311 16.0617 12.9016L15.5629 12.3767C15.0193 12.5969 14.5194 12.9071 14.0801 13.2894L14.2782 13.9756ZM17.5 19.0001C16.6994 19.0001 16.0504 18.3285 16.0504 17.5001C16.0504 16.6716 16.6994 16.0001 17.5 16.0001C18.3007 16.0001 18.9497 16.6716 18.9497 17.5001C18.9497 18.3285 18.3007 19.0001 17.5 19.0001Z",
26
+ fill: "#222222"
27
+ }));
28
+ };
29
+
30
+ export { IconSlideSettingsFilled, IconSlideSettingsFilled as default };
@@ -0,0 +1,4 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { ISVGIconProps } from './types';
3
+ export declare const IconTasksApp: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconTasksApp;
@@ -0,0 +1,30 @@
1
+ import { _ as _defineProperty } from '../../defineProperty-41a50022.js';
2
+ import React from 'react';
3
+ import classNames from 'classnames';
4
+ import '../../typeof-5f3abdcb.js';
5
+
6
+ var IconTasksApp = function IconTasksApp(_ref) {
7
+ var size = _ref.size,
8
+ type = _ref.type,
9
+ _ref$className = _ref.className,
10
+ className = _ref$className === void 0 ? '' : _ref$className,
11
+ onClick = _ref.onClick,
12
+ refHandler = _ref.refHandler,
13
+ id = _ref.id,
14
+ dataId = _ref.dataId;
15
+ return /*#__PURE__*/React.createElement("svg", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ onClick: onClick,
21
+ ref: refHandler,
22
+ id: id,
23
+ "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
+ }, /*#__PURE__*/React.createElement("path", {
25
+ d: "M19.9947 4.09693C19.9155 2.92614 18.9407 2.00098 17.7499 2.00098H6.25L6.09595 2.00617C4.92516 2.08533 4 3.06011 4 4.25098V19.749L4.00519 19.9031C4.08436 21.0739 5.05914 21.999 6.25 21.999H13.8175L12.3188 20.499H6.25L6.14823 20.4922C5.78215 20.4425 5.5 20.1287 5.5 19.749V4.25098L5.50685 4.14921C5.55651 3.78313 5.8703 3.50098 6.25 3.50098H17.7499L17.8516 3.50782C18.2177 3.55749 18.4999 3.87128 18.4999 4.25098V15.8178L19.6587 14.659C19.7651 14.5526 19.8794 14.4591 19.9999 14.3785V4.25098L19.9947 4.09693ZM16.2876 21.999C16.2749 21.9997 16.2622 22 16.2495 22C16.2369 22 16.2243 21.9997 16.2118 21.999C16.0266 21.9897 15.8508 21.9119 15.7191 21.7801L13.2194 19.2783C12.9267 18.9853 12.9269 18.5104 13.2199 18.2176C13.5129 17.9248 13.9878 17.925 14.2806 18.2181L16.2499 20.1891L20.7194 15.7197C21.0122 15.4268 21.4871 15.4268 21.78 15.7197C22.0729 16.0126 22.0729 16.4874 21.78 16.7803L16.78 21.7803C16.6483 21.912 16.4727 21.9897 16.2876 21.999ZM13.8413 16.5C13.7805 16.4976 13.7195 16.4976 13.6587 16.5H11.2461C10.8319 16.5 10.4961 16.1642 10.4961 15.75C10.4961 15.3358 10.8319 15 11.2461 15H16.2499C16.6642 15 16.9999 15.3358 16.9999 15.75C16.9999 16.1642 16.6642 16.5 16.2499 16.5H13.8413ZM9 7.75162C9 8.3039 8.55229 8.75162 8 8.75162C7.44772 8.75162 7 8.3039 7 7.75162C7 7.19933 7.44772 6.75162 8 6.75162C8.55229 6.75162 9 7.19933 9 7.75162ZM10.4961 7.75001C10.4961 7.3358 10.8319 7.00001 11.2461 7.00001H16.2499C16.6642 7.00001 16.9999 7.3358 16.9999 7.75001C16.9999 8.16422 16.6642 8.50001 16.2499 8.50001H11.2461C10.8319 8.50001 10.4961 8.16422 10.4961 7.75001ZM11.2461 11C10.8319 11 10.4961 11.3358 10.4961 11.75C10.4961 12.1642 10.8319 12.5 11.2461 12.5H16.2499C16.6642 12.5 16.9999 12.1642 16.9999 11.75C16.9999 11.3358 16.6642 11 16.2499 11H11.2461ZM8 12.75C8.55229 12.75 9 12.3023 9 11.75C9 11.1977 8.55229 10.75 8 10.75C7.44772 10.75 7 11.1977 7 11.75C7 12.3023 7.44772 12.75 8 12.75ZM9 15.748C9 16.3003 8.55229 16.748 8 16.748C7.44772 16.748 7 16.3003 7 15.748C7 15.1957 7.44772 14.748 8 14.748C8.55229 14.748 9 15.1957 9 15.748Z",
26
+ fill: "#222222"
27
+ }));
28
+ };
29
+
30
+ export { IconTasksApp, IconTasksApp as default };
@@ -0,0 +1,4 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { ISVGIconProps } from './types';
3
+ export declare const IconTasksAppFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconTasksAppFilled;
@@ -0,0 +1,30 @@
1
+ import { _ as _defineProperty } from '../../defineProperty-41a50022.js';
2
+ import React from 'react';
3
+ import classNames from 'classnames';
4
+ import '../../typeof-5f3abdcb.js';
5
+
6
+ var IconTasksAppFilled = function IconTasksAppFilled(_ref) {
7
+ var size = _ref.size,
8
+ type = _ref.type,
9
+ _ref$className = _ref.className,
10
+ className = _ref$className === void 0 ? '' : _ref$className,
11
+ onClick = _ref.onClick,
12
+ refHandler = _ref.refHandler,
13
+ id = _ref.id,
14
+ dataId = _ref.dataId;
15
+ return /*#__PURE__*/React.createElement("svg", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ onClick: onClick,
21
+ ref: refHandler,
22
+ id: id,
23
+ "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
+ }, /*#__PURE__*/React.createElement("path", {
25
+ d: "M17.7499 2.00098C18.9407 2.00098 19.9155 2.92614 19.9947 4.09693L19.9999 4.25098V14.3785C19.8794 14.4591 19.7651 14.5526 19.6587 14.659L16.2504 18.0673L15.3417 17.1579C14.9254 16.7413 14.3865 16.522 13.8411 16.5H16.2499C16.6642 16.5 16.9999 16.1642 16.9999 15.75C16.9999 15.3358 16.6642 15 16.2499 15H11.2461C10.8319 15 10.4961 15.3358 10.4961 15.75C10.4961 16.1642 10.8319 16.5 11.2461 16.5H13.6589C13.1141 16.5219 12.5758 16.7407 12.1597 17.1565C11.2806 18.0348 11.28 19.4594 12.1583 20.3385L13.8175 21.999H6.25C5.05914 21.999 4.08436 21.0739 4.00519 19.9031L4 19.749V4.25098C4 3.06011 4.92516 2.08533 6.09595 2.00617L6.25 2.00098H17.7499ZM9 7.75162C9 7.19933 8.55228 6.75162 8 6.75162C7.44772 6.75162 7 7.19933 7 7.75162C7 8.3039 7.44772 8.75162 8 8.75162C8.55228 8.75162 9 8.3039 9 7.75162ZM11.2461 7C10.8319 7 10.4961 7.33579 10.4961 7.75C10.4961 8.16421 10.8319 8.5 11.2461 8.5H16.2499C16.6642 8.5 16.9999 8.16421 16.9999 7.75C16.9999 7.33579 16.6642 7 16.2499 7H11.2461ZM10.4961 11.75C10.4961 12.1642 10.8319 12.5 11.2461 12.5H16.2499C16.6642 12.5 16.9999 12.1642 16.9999 11.75C16.9999 11.3358 16.6642 11 16.2499 11H11.2461C10.8319 11 10.4961 11.3358 10.4961 11.75ZM9 11.75C9 11.1977 8.55228 10.75 8 10.75C7.44772 10.75 7 11.1977 7 11.75C7 12.3023 7.44772 12.75 8 12.75C8.55228 12.75 9 12.3023 9 11.75ZM9 15.748C9 15.1957 8.55228 14.748 8 14.748C7.44772 14.748 7 15.1957 7 15.748C7 16.3003 7.44772 16.748 8 16.748C8.55228 16.748 9 16.3003 9 15.748ZM16.2499 20.1891L20.7194 15.7197C21.0122 15.4268 21.4871 15.4268 21.78 15.7197C22.0729 16.0126 22.0729 16.4874 21.78 16.7803L16.78 21.7803C16.7636 21.7968 16.7464 21.8124 16.7286 21.8272C16.6043 21.9304 16.4496 21.9909 16.2876 21.999C16.2749 21.9997 16.2622 22 16.2495 22C16.2369 22 16.2243 21.9997 16.2118 21.999C16.0266 21.9897 15.8508 21.9119 15.7191 21.7801L13.2198 19.2786C12.927 18.9856 12.9269 18.5104 13.2199 18.2176C13.5129 17.9248 13.9878 17.925 14.2806 18.2181L16.2499 20.1891Z",
26
+ fill: "#222222"
27
+ }));
28
+ };
29
+
30
+ export { IconTasksAppFilled, IconTasksAppFilled as default };
@@ -0,0 +1,4 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { ISVGIconProps } from './types';
3
+ export declare const IconTextBulletListSquareSettings: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconTextBulletListSquareSettings;
@@ -0,0 +1,30 @@
1
+ import { _ as _defineProperty } from '../../defineProperty-41a50022.js';
2
+ import React from 'react';
3
+ import classNames from 'classnames';
4
+ import '../../typeof-5f3abdcb.js';
5
+
6
+ var IconTextBulletListSquareSettings = function IconTextBulletListSquareSettings(_ref) {
7
+ var size = _ref.size,
8
+ type = _ref.type,
9
+ _ref$className = _ref.className,
10
+ className = _ref$className === void 0 ? '' : _ref$className,
11
+ onClick = _ref.onClick,
12
+ refHandler = _ref.refHandler,
13
+ id = _ref.id,
14
+ dataId = _ref.dataId;
15
+ return /*#__PURE__*/React.createElement("svg", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ onClick: onClick,
21
+ ref: refHandler,
22
+ id: id,
23
+ "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
+ }, /*#__PURE__*/React.createElement("path", {
25
+ d: "M8.99961 8.7001C8.99961 9.19715 8.59667 9.6001 8.09961 9.6001C7.60255 9.6001 7.19961 9.19715 7.19961 8.7001C7.19961 8.20304 7.60255 7.8001 8.09961 7.8001C8.59667 7.8001 8.99961 8.20304 8.99961 8.7001ZM8.09961 13.2001C8.59667 13.2001 8.99961 12.7972 8.99961 12.3001C8.99961 11.803 8.59667 11.4001 8.09961 11.4001C7.60255 11.4001 7.19961 11.803 7.19961 12.3001C7.19961 12.7972 7.60255 13.2001 8.09961 13.2001ZM8.99961 15.9001C8.99961 16.3972 8.59667 16.8001 8.09961 16.8001C7.60255 16.8001 7.19961 16.3972 7.19961 15.9001C7.19961 15.403 7.60255 15.0001 8.09961 15.0001C8.59667 15.0001 8.99961 15.403 8.99961 15.9001ZM11.3996 8.4001C11.0682 8.4001 10.7996 8.66873 10.7996 9.0001C10.7996 9.33147 11.0682 9.6001 11.3996 9.6001H16.1996C16.531 9.6001 16.7996 9.33147 16.7996 9.0001C16.7996 8.66873 16.531 8.4001 16.1996 8.4001H11.3996ZM10.7996 12.6001C10.7996 12.2687 11.0682 12.0001 11.3996 12.0001H13.6039C13.1202 12.3408 12.6842 12.7448 12.3082 13.2001H11.3996C11.0682 13.2001 10.7996 12.9315 10.7996 12.6001ZM19.1996 6.0001V11.0485C19.618 11.1669 20.0195 11.3254 20.3996 11.5197V6.0001C20.3996 4.67461 19.3251 3.6001 17.9996 3.6001H5.99961C4.67413 3.6001 3.59961 4.67461 3.59961 6.0001V18.0001C3.59961 19.3256 4.67413 20.4001 5.99961 20.4001H11.5193C11.3249 20.0199 11.1664 19.6185 11.048 19.2001H5.99961C5.33687 19.2001 4.79961 18.6628 4.79961 18.0001V6.0001C4.79961 5.33736 5.33687 4.8001 5.99961 4.8001H17.9996C18.6624 4.8001 19.1996 5.33736 19.1996 6.0001ZM14.4773 13.7306C14.8413 15.028 14.0661 16.3707 12.7605 16.7042L12.2073 16.8455C12.1893 17.0278 12.1801 17.2128 12.1801 17.4001C12.1801 17.6253 12.1934 17.8472 12.2193 18.0652L12.6387 18.1644C13.9821 18.482 14.7812 19.8645 14.386 21.1871L14.2344 21.6945C14.543 21.9383 14.8787 22.1474 15.236 22.3159L15.626 21.903C16.5738 20.8994 18.1707 20.9003 19.1174 21.9048L19.5223 22.3344C19.8732 22.1725 20.2036 21.9717 20.5085 21.7372L20.3211 21.0693C19.9572 19.7719 20.7324 18.4292 22.0379 18.0957L22.5905 17.9545C22.6085 17.7722 22.6177 17.5873 22.6177 17.4001C22.6177 17.1747 22.6044 16.9526 22.5785 16.7345L22.1597 16.6355C20.8163 16.3179 20.0172 14.9353 20.4124 13.6128L20.5638 13.106C20.2551 12.8621 19.9194 12.653 19.562 12.4843L19.1724 12.8969C18.2246 13.9004 16.6277 13.8996 15.681 12.895L15.2762 12.4655C14.9252 12.6273 14.5948 12.8281 14.2899 13.0625L14.4773 13.7306ZM17.3989 18.6001C16.7362 18.6001 16.1989 18.0628 16.1989 17.4001C16.1989 16.7373 16.7362 16.2001 17.3989 16.2001C18.0616 16.2001 18.5989 16.7373 18.5989 17.4001C18.5989 18.0628 18.0616 18.6001 17.3989 18.6001Z",
26
+ fill: "#222222"
27
+ }));
28
+ };
29
+
30
+ export { IconTextBulletListSquareSettings, IconTextBulletListSquareSettings as default };
@@ -0,0 +1,4 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { ISVGIconProps } from './types';
3
+ export declare const IconTextBulletListSquareSettingsFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconTextBulletListSquareSettingsFilled;
@@ -0,0 +1,30 @@
1
+ import { _ as _defineProperty } from '../../defineProperty-41a50022.js';
2
+ import React from 'react';
3
+ import classNames from 'classnames';
4
+ import '../../typeof-5f3abdcb.js';
5
+
6
+ var IconTextBulletListSquareSettingsFilled = function IconTextBulletListSquareSettingsFilled(_ref) {
7
+ var size = _ref.size,
8
+ type = _ref.type,
9
+ _ref$className = _ref.className,
10
+ className = _ref$className === void 0 ? '' : _ref$className,
11
+ onClick = _ref.onClick,
12
+ refHandler = _ref.refHandler,
13
+ id = _ref.id,
14
+ dataId = _ref.dataId;
15
+ return /*#__PURE__*/React.createElement("svg", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ onClick: onClick,
21
+ ref: refHandler,
22
+ id: id,
23
+ "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
+ }, /*#__PURE__*/React.createElement("path", {
25
+ d: "M5.99961 3.6001C4.67413 3.6001 3.59961 4.67461 3.59961 6.0001V18.0001C3.59961 19.3256 4.67413 20.4001 5.99961 20.4001H11.5193C11.0591 19.5 10.7996 18.4804 10.7996 17.4001C10.7996 15.8045 11.3658 14.3412 12.3082 13.2001H11.3996C11.0682 13.2001 10.7996 12.9315 10.7996 12.6001C10.7996 12.2687 11.0682 12.0001 11.3996 12.0001H13.6039C14.6775 11.2441 15.9867 10.8001 17.3996 10.8001C18.4799 10.8001 19.4995 11.0596 20.3996 11.5197V6.0001C20.3996 4.67461 19.3251 3.6001 17.9996 3.6001H5.99961ZM8.99961 8.7001C8.99961 9.19715 8.59667 9.6001 8.09961 9.6001C7.60255 9.6001 7.19961 9.19715 7.19961 8.7001C7.19961 8.20304 7.60255 7.8001 8.09961 7.8001C8.59667 7.8001 8.99961 8.20304 8.99961 8.7001ZM8.09961 13.2001C7.60255 13.2001 7.19961 12.7972 7.19961 12.3001C7.19961 11.803 7.60255 11.4001 8.09961 11.4001C8.59667 11.4001 8.99961 11.803 8.99961 12.3001C8.99961 12.7972 8.59667 13.2001 8.09961 13.2001ZM8.99961 15.9001C8.99961 16.3972 8.59667 16.8001 8.09961 16.8001C7.60255 16.8001 7.19961 16.3972 7.19961 15.9001C7.19961 15.403 7.60255 15.0001 8.09961 15.0001C8.59667 15.0001 8.99961 15.403 8.99961 15.9001ZM11.3996 8.4001H16.1996C16.531 8.4001 16.7996 8.66873 16.7996 9.0001C16.7996 9.33147 16.531 9.6001 16.1996 9.6001H11.3996C11.0682 9.6001 10.7996 9.33147 10.7996 9.0001C10.7996 8.66873 11.0682 8.4001 11.3996 8.4001ZM14.4773 13.7306C14.8413 15.028 14.0661 16.3707 12.7605 16.7042L12.2073 16.8455C12.1893 17.0278 12.1801 17.2128 12.1801 17.4001C12.1801 17.6253 12.1934 17.8472 12.2193 18.0652L12.6387 18.1644C13.9821 18.482 14.7812 19.8645 14.386 21.1871L14.2344 21.6945C14.543 21.9383 14.8787 22.1474 15.236 22.3159L15.626 21.903C16.5738 20.8994 18.1707 20.9003 19.1174 21.9048L19.5223 22.3344C19.8732 22.1725 20.2036 21.9717 20.5085 21.7372L20.3211 21.0693C19.9572 19.7719 20.7324 18.4292 22.0379 18.0957L22.5905 17.9545C22.6085 17.7722 22.6177 17.5873 22.6177 17.4001C22.6177 17.1747 22.6044 16.9526 22.5785 16.7345L22.1597 16.6355C20.8163 16.3179 20.0172 14.9353 20.4124 13.6128L20.5638 13.106C20.2551 12.8621 19.9194 12.653 19.562 12.4843L19.1724 12.8969C18.2246 13.9004 16.6277 13.8996 15.681 12.895L15.2762 12.4655C14.9252 12.6273 14.5948 12.8281 14.2899 13.0625L14.4773 13.7306ZM17.3989 18.6001C16.7362 18.6001 16.1989 18.0628 16.1989 17.4001C16.1989 16.7373 16.7362 16.2001 17.3989 16.2001C18.0616 16.2001 18.5989 16.7373 18.5989 17.4001C18.5989 18.0628 18.0616 18.6001 17.3989 18.6001Z",
26
+ fill: "#222222"
27
+ }));
28
+ };
29
+
30
+ export { IconTextBulletListSquareSettingsFilled, IconTextBulletListSquareSettingsFilled as default };
@@ -0,0 +1,4 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { ISVGIconProps } from './types';
3
+ export declare const IconTopSpeed: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconTopSpeed;
@@ -0,0 +1,30 @@
1
+ import { _ as _defineProperty } from '../../defineProperty-41a50022.js';
2
+ import React from 'react';
3
+ import classNames from 'classnames';
4
+ import '../../typeof-5f3abdcb.js';
5
+
6
+ var IconTopSpeed = function IconTopSpeed(_ref) {
7
+ var size = _ref.size,
8
+ type = _ref.type,
9
+ _ref$className = _ref.className,
10
+ className = _ref$className === void 0 ? '' : _ref$className,
11
+ onClick = _ref.onClick,
12
+ refHandler = _ref.refHandler,
13
+ id = _ref.id,
14
+ dataId = _ref.dataId;
15
+ return /*#__PURE__*/React.createElement("svg", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ onClick: onClick,
21
+ ref: refHandler,
22
+ id: id,
23
+ "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
+ }, /*#__PURE__*/React.createElement("path", {
25
+ d: "M6.54322 5.48256C7.84003 4.39564 9.46603 3.6886 11.25 3.53263V5.25C11.25 5.66421 11.5858 6 12 6C12.4142 6 12.75 5.66421 12.75 5.25V3.53263C16.929 3.89798 20.2412 7.28742 20.4855 11.5H18.75C18.3358 11.5 18 11.8358 18 12.25C18 12.6642 18.3358 13 18.75 13H20.4444C20.1837 15.3116 19.0211 17.2483 17.2765 18.6683C16.9553 18.9298 16.9068 19.4022 17.1683 19.7235C17.4298 20.0447 17.9022 20.0932 18.2235 19.8317C20.45 18.0194 21.8936 15.4382 21.9944 12.3473C21.9985 12.3154 22.0006 12.283 22.0006 12.25C22.0006 12.2301 21.9998 12.2103 21.9983 12.1907C21.9994 12.1274 22 12.0638 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 15.2522 3.52303 17.9538 5.76986 19.8262C6.08807 20.0913 6.56099 20.0483 6.82617 19.7301C7.09134 19.4119 7.04835 18.939 6.73014 18.6738C5.01891 17.2478 3.82673 15.3069 3.55764 13H5.24963C5.66385 13 5.99963 12.6642 5.99963 12.25C5.99963 11.8358 5.66385 11.5 5.24963 11.5H3.51446C3.62363 9.61804 4.34508 7.90037 5.48256 6.54322L6.71967 7.78033C7.01256 8.07322 7.48744 8.07322 7.78033 7.78033C8.07322 7.48744 8.07322 7.01256 7.78033 6.71967L6.54322 5.48256ZM16.7589 6.63409C16.5207 6.44971 16.1824 6.45611 15.9516 6.64937L15.7344 6.83167C15.596 6.9479 15.3979 7.1145 15.1588 7.31609C14.6808 7.71919 14.0386 8.26249 13.3826 8.82286C12.727 9.38283 12.0555 9.96154 11.5197 10.4349C11.2521 10.6713 11.0157 10.8838 10.831 11.0556C10.6593 11.2154 10.4986 11.3707 10.4112 11.4787C9.75823 12.2863 9.89798 13.4588 10.7234 14.0977C11.5488 14.7365 12.7472 14.5998 13.4002 13.7923C13.4876 13.6842 13.6051 13.4955 13.7245 13.2953C13.8529 13.0799 14.0099 12.8059 14.1835 12.4967C14.5311 11.8777 14.9523 11.1053 15.3585 10.3522C15.7649 9.59869 16.1576 8.86226 16.4486 8.31438C16.5941 8.04039 16.7142 7.81345 16.798 7.65496L16.9294 7.40617C17.0685 7.14203 16.9971 6.81847 16.7589 6.63409Z",
26
+ fill: "#222222"
27
+ }));
28
+ };
29
+
30
+ export { IconTopSpeed, IconTopSpeed as default };
@@ -0,0 +1,4 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { ISVGIconProps } from './types';
3
+ export declare const IconTopSpeedFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconTopSpeedFilled;
@@ -0,0 +1,30 @@
1
+ import { _ as _defineProperty } from '../../defineProperty-41a50022.js';
2
+ import React from 'react';
3
+ import classNames from 'classnames';
4
+ import '../../typeof-5f3abdcb.js';
5
+
6
+ var IconTopSpeedFilled = function IconTopSpeedFilled(_ref) {
7
+ var size = _ref.size,
8
+ type = _ref.type,
9
+ _ref$className = _ref.className,
10
+ className = _ref$className === void 0 ? '' : _ref$className,
11
+ onClick = _ref.onClick,
12
+ refHandler = _ref.refHandler,
13
+ id = _ref.id,
14
+ dataId = _ref.dataId;
15
+ return /*#__PURE__*/React.createElement("svg", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ onClick: onClick,
21
+ ref: refHandler,
22
+ id: id,
23
+ "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
+ }, /*#__PURE__*/React.createElement("path", {
25
+ d: "M11 3.5582V5C11 5.55228 11.4477 6 12 6C12.5523 6 13 5.55228 13 5V3.5582C16.8952 4.01469 19.9853 7.10482 20.4418 11H19C18.4477 11 18 11.4477 18 12C18 12.5523 18.4477 13 19 13H20.4391C20.2163 14.8171 19.3958 16.4483 18.1996 17.7405C17.9182 18.0445 17.9365 18.519 18.2405 18.8004C18.5445 19.0818 19.019 19.0635 19.3004 18.7595C20.9426 16.9854 22 14.6326 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 14.6326 3.05735 16.9854 4.69961 18.7595C4.98099 19.0635 5.45551 19.0818 5.75949 18.8004C6.06345 18.519 6.08177 18.0445 5.80039 17.7405C4.60421 16.4483 3.78366 14.8171 3.56089 13H5C5.55228 13 6 12.5523 6 12C6 11.4477 5.55228 11 5 11H3.5582C3.74551 9.40175 4.3762 7.93904 5.32397 6.73819L6.29289 7.70711C6.68342 8.09763 7.31658 8.09763 7.70711 7.70711C8.09763 7.31658 8.09763 6.68342 7.70711 6.29289L6.73819 5.32397C7.93904 4.3762 9.40175 3.74551 11 3.5582ZM16.7589 6.63409C16.5207 6.44971 16.1824 6.45611 15.9516 6.64937L15.7344 6.83167C15.596 6.9479 15.3979 7.1145 15.1588 7.31609C14.6808 7.71919 14.0386 8.26249 13.3826 8.82286C12.727 9.38283 12.0555 9.96154 11.5197 10.4349C11.2521 10.6713 11.0157 10.8838 10.831 11.0556C10.6593 11.2154 10.4986 11.3707 10.4112 11.4787C9.75823 12.2863 9.89798 13.4588 10.7234 14.0977C11.5488 14.7365 12.7472 14.5998 13.4002 13.7923C13.4876 13.6842 13.6051 13.4955 13.7245 13.2953C13.8529 13.0799 14.0099 12.8059 14.1835 12.4967C14.5311 11.8777 14.9523 11.1053 15.3585 10.3522C15.7649 9.59869 16.1576 8.86226 16.4486 8.31438C16.5941 8.04039 16.7142 7.81345 16.798 7.65496L16.9294 7.40617C17.0685 7.14203 16.9971 6.81847 16.7589 6.63409Z",
26
+ fill: "#222222"
27
+ }));
28
+ };
29
+
30
+ export { IconTopSpeedFilled, IconTopSpeedFilled as default };
@@ -167,6 +167,8 @@ export * from './IconDismissFilled';
167
167
  export * from './IconDocument';
168
168
  export * from './IconDocumentBulletList';
169
169
  export * from './IconDocumentBulletListFilled';
170
+ export * from './IconDocumentBulletListMultiple';
171
+ export * from './IconDocumentBulletListMultipleFilled';
170
172
  export * from './IconDocumentEdit';
171
173
  export * from './IconDocumentEditFilled';
172
174
  export * from './IconDocumentFilled';
@@ -174,6 +176,10 @@ export * from './IconDocumentFooter';
174
176
  export * from './IconDocumentFooterFilled';
175
177
  export * from './IconDocumentOnePage';
176
178
  export * from './IconDocumentOnePageFilled';
179
+ export * from './IconDocumentPercent';
180
+ export * from './IconDocumentPercentFilled';
181
+ export * from './IconDocumentText';
182
+ export * from './IconDocumentTextFilled';
177
183
  export * from './IconEdit';
178
184
  export * from './IconEditFilled';
179
185
  export * from './IconEngine';
@@ -315,6 +321,8 @@ export * from './IconPhone';
315
321
  export * from './IconPhoneFilled';
316
322
  export * from './IconPlay';
317
323
  export * from './IconPlayFilled';
324
+ export * from './IconPlugDisconnected';
325
+ export * from './IconPlugDisconnectedFilled';
318
326
  export * from './IconPos';
319
327
  export * from './IconPosFilled';
320
328
  export * from './IconProhibited';
@@ -322,6 +330,8 @@ export * from './IconProhibitedFilled';
322
330
  export * from './IconProjectProduct';
323
331
  export * from './IconQuestionCircle';
324
332
  export * from './IconQuestionCircleFilled';
333
+ export * from './IconReceiptMoney';
334
+ export * from './IconReceiptMoneyFilled';
325
335
  export * from './IconRedo';
326
336
  export * from './IconRedoFilled';
327
337
  export * from './IconRu';
@@ -350,6 +360,8 @@ export * from './IconSign';
350
360
  export * from './IconSignFilled';
351
361
  export * from './IconSignOut';
352
362
  export * from './IconSignOutFilled';
363
+ export * from './IconSlideSettings';
364
+ export * from './IconSlideSettingsFilled';
353
365
  export * from './IconSlideText';
354
366
  export * from './IconSlideTextFilled';
355
367
  export * from './IconSpinner';
@@ -364,15 +376,21 @@ export * from './IconSubtractCircleFilled';
364
376
  export * from './IconSubtractFilled';
365
377
  export * from './IconTableCellEdit';
366
378
  export * from './IconTableCellEditFilled';
379
+ export * from './IconTasksApp';
380
+ export * from './IconTasksAppFilled';
367
381
  export * from './IconTelegram';
368
382
  export * from './IconTextboxSettings';
369
383
  export * from './IconTextboxSettingsFilled';
370
384
  export * from './IconTextBulletListSquarePerson';
371
385
  export * from './IconTextBulletListSquarePersonFilled';
386
+ export * from './IconTextBulletListSquareSettings';
387
+ export * from './IconTextBulletListSquareSettingsFilled';
372
388
  export * from './IconTimer';
373
389
  export * from './IconTimerFilled';
374
390
  export * from './IconTin';
375
391
  export * from './IconTinFilled';
392
+ export * from './IconTopSpeed';
393
+ export * from './IconTopSpeedFilled';
376
394
  export * from './IconTv';
377
395
  export * from './IconTvFilled';
378
396
  export * from './IconTwitter';
@@ -167,6 +167,8 @@ export { IconDismissFilled } from './IconDismissFilled.js';
167
167
  export { IconDocument } from './IconDocument.js';
168
168
  export { IconDocumentBulletList } from './IconDocumentBulletList.js';
169
169
  export { IconDocumentBulletListFilled } from './IconDocumentBulletListFilled.js';
170
+ export { IconDocumentBulletListMultiple } from './IconDocumentBulletListMultiple.js';
171
+ export { IconDocumentBulletListMultipleFilled } from './IconDocumentBulletListMultipleFilled.js';
170
172
  export { IconDocumentEdit } from './IconDocumentEdit.js';
171
173
  export { IconDocumentEditFilled } from './IconDocumentEditFilled.js';
172
174
  export { IconDocumentFilled } from './IconDocumentFilled.js';
@@ -174,6 +176,10 @@ export { IconDocumentFooter } from './IconDocumentFooter.js';
174
176
  export { IconDocumentFooterFilled } from './IconDocumentFooterFilled.js';
175
177
  export { IconDocumentOnePage } from './IconDocumentOnePage.js';
176
178
  export { IconDocumentOnePageFilled } from './IconDocumentOnePageFilled.js';
179
+ export { IconDocumentPercent } from './IconDocumentPercent.js';
180
+ export { IconDocumentPercentFilled } from './IconDocumentPercentFilled.js';
181
+ export { IconDocumentText } from './IconDocumentText.js';
182
+ export { IconDocumentTextFilled } from './IconDocumentTextFilled.js';
177
183
  export { IconEdit } from './IconEdit.js';
178
184
  export { IconEditFilled } from './IconEditFilled.js';
179
185
  export { IconEngine } from './IconEngine.js';
@@ -315,6 +321,8 @@ export { IconPhone } from './IconPhone.js';
315
321
  export { IconPhoneFilled } from './IconPhoneFilled.js';
316
322
  export { IconPlay } from './IconPlay.js';
317
323
  export { IconPlayFilled } from './IconPlayFilled.js';
324
+ export { IconPlugDisconnected } from './IconPlugDisconnected.js';
325
+ export { IconPlugDisconnectedFilled } from './IconPlugDisconnectedFilled.js';
318
326
  export { IconPos } from './IconPos.js';
319
327
  export { IconPosFilled } from './IconPosFilled.js';
320
328
  export { IconProhibited } from './IconProhibited.js';
@@ -322,6 +330,8 @@ export { IconProhibitedFilled } from './IconProhibitedFilled.js';
322
330
  export { IconProjectProduct } from './IconProjectProduct.js';
323
331
  export { IconQuestionCircle } from './IconQuestionCircle.js';
324
332
  export { IconQuestionCircleFilled } from './IconQuestionCircleFilled.js';
333
+ export { IconReceiptMoney } from './IconReceiptMoney.js';
334
+ export { IconReceiptMoneyFilled } from './IconReceiptMoneyFilled.js';
325
335
  export { IconRedo } from './IconRedo.js';
326
336
  export { IconRedoFilled } from './IconRedoFilled.js';
327
337
  export { IconRu } from './IconRu.js';
@@ -350,6 +360,8 @@ export { IconSign } from './IconSign.js';
350
360
  export { IconSignFilled } from './IconSignFilled.js';
351
361
  export { IconSignOut } from './IconSignOut.js';
352
362
  export { IconSignOutFilled } from './IconSignOutFilled.js';
363
+ export { IconSlideSettings } from './IconSlideSettings.js';
364
+ export { IconSlideSettingsFilled } from './IconSlideSettingsFilled.js';
353
365
  export { IconSlideText } from './IconSlideText.js';
354
366
  export { IconSlideTextFilled } from './IconSlideTextFilled.js';
355
367
  export { IconSpinner } from './IconSpinner.js';
@@ -364,15 +376,21 @@ export { IconSubtractCircleFilled } from './IconSubtractCircleFilled.js';
364
376
  export { IconSubtractFilled } from './IconSubtractFilled.js';
365
377
  export { IconTableCellEdit } from './IconTableCellEdit.js';
366
378
  export { IconTableCellEditFilled } from './IconTableCellEditFilled.js';
379
+ export { IconTasksApp } from './IconTasksApp.js';
380
+ export { IconTasksAppFilled } from './IconTasksAppFilled.js';
367
381
  export { IconTelegram } from './IconTelegram.js';
368
382
  export { IconTextboxSettings } from './IconTextboxSettings.js';
369
383
  export { IconTextboxSettingsFilled } from './IconTextboxSettingsFilled.js';
370
384
  export { IconTextBulletListSquarePerson } from './IconTextBulletListSquarePerson.js';
371
385
  export { IconTextBulletListSquarePersonFilled } from './IconTextBulletListSquarePersonFilled.js';
386
+ export { IconTextBulletListSquareSettings } from './IconTextBulletListSquareSettings.js';
387
+ export { IconTextBulletListSquareSettingsFilled } from './IconTextBulletListSquareSettingsFilled.js';
372
388
  export { IconTimer } from './IconTimer.js';
373
389
  export { IconTimerFilled } from './IconTimerFilled.js';
374
390
  export { IconTin } from './IconTin.js';
375
391
  export { IconTinFilled } from './IconTinFilled.js';
392
+ export { IconTopSpeed } from './IconTopSpeed.js';
393
+ export { IconTopSpeedFilled } from './IconTopSpeedFilled.js';
376
394
  export { IconTv } from './IconTv.js';
377
395
  export { IconTvFilled } from './IconTvFilled.js';
378
396
  export { IconTwitter } from './IconTwitter.js';
@@ -60,13 +60,13 @@ var Footer = function Footer(_ref) {
60
60
  className: "side-sheet__footer__buttons"
61
61
  }, extraButton ? /*#__PURE__*/React.createElement(Button, _extends({
62
62
  type: "secondary"
63
- }, footerButtons.extraButton)) : null, /*#__PURE__*/React.createElement(Button, _extends({
63
+ }, footerButtons.extraButton)) : null, cancel ? /*#__PURE__*/React.createElement(Button, _extends({
64
64
  type: "secondary",
65
65
  onClick: onClose
66
- }, cancel)), /*#__PURE__*/React.createElement(Button, _extends({
66
+ }, cancel)) : null, confirm ? /*#__PURE__*/React.createElement(Button, _extends({
67
67
  onClick: handleSubmit,
68
68
  disabled: isLoading
69
- }, confirm))));
69
+ }, confirm)) : null));
70
70
  };
71
71
 
72
72
  export { Footer };
package/index.js CHANGED
@@ -232,6 +232,8 @@ export { IconDismissFilled } from './components/SVGIcons/IconDismissFilled.js';
232
232
  export { IconDocument } from './components/SVGIcons/IconDocument.js';
233
233
  export { IconDocumentBulletList } from './components/SVGIcons/IconDocumentBulletList.js';
234
234
  export { IconDocumentBulletListFilled } from './components/SVGIcons/IconDocumentBulletListFilled.js';
235
+ export { IconDocumentBulletListMultiple } from './components/SVGIcons/IconDocumentBulletListMultiple.js';
236
+ export { IconDocumentBulletListMultipleFilled } from './components/SVGIcons/IconDocumentBulletListMultipleFilled.js';
235
237
  export { IconDocumentEdit } from './components/SVGIcons/IconDocumentEdit.js';
236
238
  export { IconDocumentEditFilled } from './components/SVGIcons/IconDocumentEditFilled.js';
237
239
  export { IconDocumentFilled } from './components/SVGIcons/IconDocumentFilled.js';
@@ -239,6 +241,10 @@ export { IconDocumentFooter } from './components/SVGIcons/IconDocumentFooter.js'
239
241
  export { IconDocumentFooterFilled } from './components/SVGIcons/IconDocumentFooterFilled.js';
240
242
  export { IconDocumentOnePage } from './components/SVGIcons/IconDocumentOnePage.js';
241
243
  export { IconDocumentOnePageFilled } from './components/SVGIcons/IconDocumentOnePageFilled.js';
244
+ export { IconDocumentPercent } from './components/SVGIcons/IconDocumentPercent.js';
245
+ export { IconDocumentPercentFilled } from './components/SVGIcons/IconDocumentPercentFilled.js';
246
+ export { IconDocumentText } from './components/SVGIcons/IconDocumentText.js';
247
+ export { IconDocumentTextFilled } from './components/SVGIcons/IconDocumentTextFilled.js';
242
248
  export { IconEdit } from './components/SVGIcons/IconEdit.js';
243
249
  export { IconEditFilled } from './components/SVGIcons/IconEditFilled.js';
244
250
  export { IconEngine } from './components/SVGIcons/IconEngine.js';
@@ -380,6 +386,8 @@ export { IconPhone } from './components/SVGIcons/IconPhone.js';
380
386
  export { IconPhoneFilled } from './components/SVGIcons/IconPhoneFilled.js';
381
387
  export { IconPlay } from './components/SVGIcons/IconPlay.js';
382
388
  export { IconPlayFilled } from './components/SVGIcons/IconPlayFilled.js';
389
+ export { IconPlugDisconnected } from './components/SVGIcons/IconPlugDisconnected.js';
390
+ export { IconPlugDisconnectedFilled } from './components/SVGIcons/IconPlugDisconnectedFilled.js';
383
391
  export { IconPos } from './components/SVGIcons/IconPos.js';
384
392
  export { IconPosFilled } from './components/SVGIcons/IconPosFilled.js';
385
393
  export { IconProhibited } from './components/SVGIcons/IconProhibited.js';
@@ -387,6 +395,8 @@ export { IconProhibitedFilled } from './components/SVGIcons/IconProhibitedFilled
387
395
  export { IconProjectProduct } from './components/SVGIcons/IconProjectProduct.js';
388
396
  export { IconQuestionCircle } from './components/SVGIcons/IconQuestionCircle.js';
389
397
  export { IconQuestionCircleFilled } from './components/SVGIcons/IconQuestionCircleFilled.js';
398
+ export { IconReceiptMoney } from './components/SVGIcons/IconReceiptMoney.js';
399
+ export { IconReceiptMoneyFilled } from './components/SVGIcons/IconReceiptMoneyFilled.js';
390
400
  export { IconRedo } from './components/SVGIcons/IconRedo.js';
391
401
  export { IconRedoFilled } from './components/SVGIcons/IconRedoFilled.js';
392
402
  export { IconRu } from './components/SVGIcons/IconRu.js';
@@ -415,6 +425,8 @@ export { IconSign } from './components/SVGIcons/IconSign.js';
415
425
  export { IconSignFilled } from './components/SVGIcons/IconSignFilled.js';
416
426
  export { IconSignOut } from './components/SVGIcons/IconSignOut.js';
417
427
  export { IconSignOutFilled } from './components/SVGIcons/IconSignOutFilled.js';
428
+ export { IconSlideSettings } from './components/SVGIcons/IconSlideSettings.js';
429
+ export { IconSlideSettingsFilled } from './components/SVGIcons/IconSlideSettingsFilled.js';
418
430
  export { IconSlideText } from './components/SVGIcons/IconSlideText.js';
419
431
  export { IconSlideTextFilled } from './components/SVGIcons/IconSlideTextFilled.js';
420
432
  export { IconSpinner } from './components/SVGIcons/IconSpinner.js';
@@ -429,15 +441,21 @@ export { IconSubtractCircleFilled } from './components/SVGIcons/IconSubtractCirc
429
441
  export { IconSubtractFilled } from './components/SVGIcons/IconSubtractFilled.js';
430
442
  export { IconTableCellEdit } from './components/SVGIcons/IconTableCellEdit.js';
431
443
  export { IconTableCellEditFilled } from './components/SVGIcons/IconTableCellEditFilled.js';
444
+ export { IconTasksApp } from './components/SVGIcons/IconTasksApp.js';
445
+ export { IconTasksAppFilled } from './components/SVGIcons/IconTasksAppFilled.js';
432
446
  export { IconTelegram } from './components/SVGIcons/IconTelegram.js';
433
447
  export { IconTextboxSettings } from './components/SVGIcons/IconTextboxSettings.js';
434
448
  export { IconTextboxSettingsFilled } from './components/SVGIcons/IconTextboxSettingsFilled.js';
435
449
  export { IconTextBulletListSquarePerson } from './components/SVGIcons/IconTextBulletListSquarePerson.js';
436
450
  export { IconTextBulletListSquarePersonFilled } from './components/SVGIcons/IconTextBulletListSquarePersonFilled.js';
451
+ export { IconTextBulletListSquareSettings } from './components/SVGIcons/IconTextBulletListSquareSettings.js';
452
+ export { IconTextBulletListSquareSettingsFilled } from './components/SVGIcons/IconTextBulletListSquareSettingsFilled.js';
437
453
  export { IconTimer } from './components/SVGIcons/IconTimer.js';
438
454
  export { IconTimerFilled } from './components/SVGIcons/IconTimerFilled.js';
439
455
  export { IconTin } from './components/SVGIcons/IconTin.js';
440
456
  export { IconTinFilled } from './components/SVGIcons/IconTinFilled.js';
457
+ export { IconTopSpeed } from './components/SVGIcons/IconTopSpeed.js';
458
+ export { IconTopSpeedFilled } from './components/SVGIcons/IconTopSpeedFilled.js';
441
459
  export { IconTv } from './components/SVGIcons/IconTv.js';
442
460
  export { IconTvFilled } from './components/SVGIcons/IconTvFilled.js';
443
461
  export { IconTwitter } from './components/SVGIcons/IconTwitter.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ab-ui-library",
3
- "version": "1.42.10",
3
+ "version": "1.44.0",
4
4
  "description": "UI library for AM",
5
5
  "main": "./index.js",
6
6
  "module": "./index.js",