@medway-ui/icons 1.8.0 → 1.10.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.
- package/dist/components/icons/ClockProgress.cjs +43 -0
- package/dist/components/icons/ClockProgress.d.cts +6 -0
- package/dist/components/icons/ClockProgress.d.ts +6 -0
- package/dist/components/icons/ClockProgress.js +9 -0
- package/dist/components/icons/ContentUpdate.cjs +43 -0
- package/dist/components/icons/ContentUpdate.d.cts +6 -0
- package/dist/components/icons/ContentUpdate.d.ts +6 -0
- package/dist/components/icons/ContentUpdate.js +9 -0
- package/dist/components/icons/DrawingPencil.cjs +43 -0
- package/dist/components/icons/DrawingPencil.d.cts +6 -0
- package/dist/components/icons/DrawingPencil.d.ts +6 -0
- package/dist/components/icons/DrawingPencil.js +9 -0
- package/dist/components/icons/FlashcardAi.cjs +43 -0
- package/dist/components/icons/FlashcardAi.d.cts +6 -0
- package/dist/components/icons/FlashcardAi.d.ts +6 -0
- package/dist/components/icons/FlashcardAi.js +9 -0
- package/dist/components/icons/SearchError.cjs +43 -0
- package/dist/components/icons/SearchError.d.cts +6 -0
- package/dist/components/icons/SearchError.d.ts +6 -0
- package/dist/components/icons/SearchError.js +9 -0
- package/dist/components/icons/TwoCards.cjs +43 -0
- package/dist/components/icons/TwoCards.d.cts +6 -0
- package/dist/components/icons/TwoCards.d.ts +6 -0
- package/dist/components/icons/TwoCards.js +9 -0
- package/dist/components/icons/index.cjs +18 -0
- package/dist/components/icons/index.d.cts +6 -0
- package/dist/components/icons/index.d.ts +6 -0
- package/dist/components/icons/index.js +12 -0
- package/dist/index.d.cts +6 -0
- package/dist/index.d.ts +6 -0
- package/native/components/icons/ClockProgress.cjs +45 -0
- package/native/components/icons/ClockProgress.d.cts +9 -0
- package/native/components/icons/ClockProgress.d.ts +9 -0
- package/native/components/icons/ClockProgress.js +11 -0
- package/native/components/icons/ContentUpdate.cjs +45 -0
- package/native/components/icons/ContentUpdate.d.cts +9 -0
- package/native/components/icons/ContentUpdate.d.ts +9 -0
- package/native/components/icons/ContentUpdate.js +11 -0
- package/native/components/icons/DrawingPencil.cjs +45 -0
- package/native/components/icons/DrawingPencil.d.cts +9 -0
- package/native/components/icons/DrawingPencil.d.ts +9 -0
- package/native/components/icons/DrawingPencil.js +11 -0
- package/native/components/icons/FlashcardAi.cjs +45 -0
- package/native/components/icons/FlashcardAi.d.cts +9 -0
- package/native/components/icons/FlashcardAi.d.ts +9 -0
- package/native/components/icons/FlashcardAi.js +11 -0
- package/native/components/icons/SearchError.cjs +45 -0
- package/native/components/icons/SearchError.d.cts +9 -0
- package/native/components/icons/SearchError.d.ts +9 -0
- package/native/components/icons/SearchError.js +11 -0
- package/native/components/icons/TwoCards.cjs +45 -0
- package/native/components/icons/TwoCards.d.cts +9 -0
- package/native/components/icons/TwoCards.d.ts +9 -0
- package/native/components/icons/TwoCards.js +11 -0
- package/native/components/icons/index.cjs +18 -0
- package/native/components/icons/index.d.cts +6 -0
- package/native/components/icons/index.d.ts +6 -0
- package/native/components/icons/index.js +12 -0
- package/native/index.d.cts +37 -1
- package/native/index.d.ts +37 -1
- package/package.json +1 -1
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var TwoCards_exports = {};
|
|
30
|
+
__export(TwoCards_exports, {
|
|
31
|
+
TwoCards: () => TwoCards
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(TwoCards_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_react_native_svg = require("react-native-svg");
|
|
36
|
+
const TwoCards = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement(import_react_native_svg.SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
38
|
+
<path d="M9.75201 7.22202L10.731 3.56502C11.033 2.43902 12.191 1.77002 13.317 2.07202L19.434 3.71102C20.56 4.01302 21.229 5.17002 20.927 6.29702L18.195 16.493C17.893 17.619 16.736 18.288 15.61 17.986L13.555 17.436M11.444 22H5.111C3.945 22 3 21.055 3 19.889V9.33305C3 8.16705 3.945 7.22205 5.111 7.22205H11.444C12.61 7.22205 13.555 8.16705 13.555 9.33305V19.889C13.556 21.055 12.61 22 11.444 22Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
39
|
+
</svg>
|
|
40
|
+
`, height, width, color, strokeWidth });
|
|
41
|
+
};
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
TwoCards
|
|
45
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SvgXml } from "react-native-svg";
|
|
3
|
+
const TwoCards = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
4
|
+
return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path d="M9.75201 7.22202L10.731 3.56502C11.033 2.43902 12.191 1.77002 13.317 2.07202L19.434 3.71102C20.56 4.01302 21.229 5.17002 20.927 6.29702L18.195 16.493C17.893 17.619 16.736 18.288 15.61 17.986L13.555 17.436M11.444 22H5.111C3.945 22 3 21.055 3 19.889V9.33305C3 8.16705 3.945 7.22205 5.111 7.22205H11.444C12.61 7.22205 13.555 8.16705 13.555 9.33305V19.889C13.556 21.055 12.61 22 11.444 22Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
7
|
+
`, height, width, color, strokeWidth });
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
TwoCards
|
|
11
|
+
};
|
|
@@ -169,6 +169,7 @@ __export(icons_exports, {
|
|
|
169
169
|
CircleHelp: () => import_CircleHelp.CircleHelp,
|
|
170
170
|
CircleWarning: () => import_CircleWarning.CircleWarning,
|
|
171
171
|
Clock: () => import_Clock.Clock,
|
|
172
|
+
ClockProgress: () => import_ClockProgress.ClockProgress,
|
|
172
173
|
CloseCircle: () => import_CloseCircle.CloseCircle,
|
|
173
174
|
CloseLg: () => import_CloseLg.CloseLg,
|
|
174
175
|
CloseMd: () => import_CloseMd.CloseMd,
|
|
@@ -192,6 +193,7 @@ __export(icons_exports, {
|
|
|
192
193
|
Command: () => import_Command.Command,
|
|
193
194
|
Compass: () => import_Compass.Compass,
|
|
194
195
|
Compass02: () => import_Compass02.Compass02,
|
|
196
|
+
ContentUpdate: () => import_ContentUpdate.ContentUpdate,
|
|
195
197
|
Cookie: () => import_Cookie.Cookie,
|
|
196
198
|
Copy: () => import_Copy.Copy,
|
|
197
199
|
CreditCard: () => import_CreditCard.CreditCard,
|
|
@@ -213,6 +215,7 @@ __export(icons_exports, {
|
|
|
213
215
|
DownloadPackage: () => import_DownloadPackage.DownloadPackage,
|
|
214
216
|
DragHorizontal: () => import_DragHorizontal.DragHorizontal,
|
|
215
217
|
DragVertical: () => import_DragVertical.DragVertical,
|
|
218
|
+
DrawingPencil: () => import_DrawingPencil.DrawingPencil,
|
|
216
219
|
DummyCircle: () => import_DummyCircle.DummyCircle,
|
|
217
220
|
DummyCircleSmall: () => import_DummyCircleSmall.DummyCircleSmall,
|
|
218
221
|
DummySquare: () => import_DummySquare.DummySquare,
|
|
@@ -245,6 +248,7 @@ __export(icons_exports, {
|
|
|
245
248
|
FirstAid: () => import_FirstAid.FirstAid,
|
|
246
249
|
Flag: () => import_Flag.Flag,
|
|
247
250
|
Flashcard: () => import_Flashcard.Flashcard,
|
|
251
|
+
FlashcardAi: () => import_FlashcardAi.FlashcardAi,
|
|
248
252
|
Focus: () => import_Focus.Focus,
|
|
249
253
|
Folder: () => import_Folder.Folder,
|
|
250
254
|
FolderAdd: () => import_FolderAdd.FolderAdd,
|
|
@@ -408,6 +412,7 @@ __export(icons_exports, {
|
|
|
408
412
|
Ruler: () => import_Ruler.Ruler,
|
|
409
413
|
Save: () => import_Save.Save,
|
|
410
414
|
SearchAi: () => import_SearchAi.SearchAi,
|
|
415
|
+
SearchError: () => import_SearchError.SearchError,
|
|
411
416
|
SearchMagnifyingGlass: () => import_SearchMagnifyingGlass.SearchMagnifyingGlass,
|
|
412
417
|
SelectMultiple: () => import_SelectMultiple.SelectMultiple,
|
|
413
418
|
Settings: () => import_Settings.Settings,
|
|
@@ -494,6 +499,7 @@ __export(icons_exports, {
|
|
|
494
499
|
TriangleCheck: () => import_TriangleCheck.TriangleCheck,
|
|
495
500
|
TriangleWarning: () => import_TriangleWarning.TriangleWarning,
|
|
496
501
|
TurboReview: () => import_TurboReview.TurboReview,
|
|
502
|
+
TwoCards: () => import_TwoCards.TwoCards,
|
|
497
503
|
Underline: () => import_Underline.Underline,
|
|
498
504
|
Undo: () => import_Undo.Undo,
|
|
499
505
|
UnfoldLess: () => import_UnfoldLess.UnfoldLess,
|
|
@@ -689,6 +695,7 @@ var import_CircleCheck = require("./CircleCheck");
|
|
|
689
695
|
var import_CircleHelp = require("./CircleHelp");
|
|
690
696
|
var import_CircleWarning = require("./CircleWarning");
|
|
691
697
|
var import_Clock = require("./Clock");
|
|
698
|
+
var import_ClockProgress = require("./ClockProgress");
|
|
692
699
|
var import_CloseCircle = require("./CloseCircle");
|
|
693
700
|
var import_CloseLg = require("./CloseLg");
|
|
694
701
|
var import_CloseMd = require("./CloseMd");
|
|
@@ -712,6 +719,7 @@ var import_CombineCells = require("./CombineCells");
|
|
|
712
719
|
var import_Command = require("./Command");
|
|
713
720
|
var import_Compass = require("./Compass");
|
|
714
721
|
var import_Compass02 = require("./Compass02");
|
|
722
|
+
var import_ContentUpdate = require("./ContentUpdate");
|
|
715
723
|
var import_Cookie = require("./Cookie");
|
|
716
724
|
var import_Copy = require("./Copy");
|
|
717
725
|
var import_CreditCard = require("./CreditCard");
|
|
@@ -733,6 +741,7 @@ var import_Download = require("./Download");
|
|
|
733
741
|
var import_DownloadPackage = require("./DownloadPackage");
|
|
734
742
|
var import_DragHorizontal = require("./DragHorizontal");
|
|
735
743
|
var import_DragVertical = require("./DragVertical");
|
|
744
|
+
var import_DrawingPencil = require("./DrawingPencil");
|
|
736
745
|
var import_DummyCircle = require("./DummyCircle");
|
|
737
746
|
var import_DummyCircleSmall = require("./DummyCircleSmall");
|
|
738
747
|
var import_DummySquare = require("./DummySquare");
|
|
@@ -765,6 +774,7 @@ var import_Fire = require("./Fire");
|
|
|
765
774
|
var import_FirstAid = require("./FirstAid");
|
|
766
775
|
var import_Flag = require("./Flag");
|
|
767
776
|
var import_Flashcard = require("./Flashcard");
|
|
777
|
+
var import_FlashcardAi = require("./FlashcardAi");
|
|
768
778
|
var import_Focus = require("./Focus");
|
|
769
779
|
var import_Folder = require("./Folder");
|
|
770
780
|
var import_FolderAdd = require("./FolderAdd");
|
|
@@ -928,6 +938,7 @@ var import_Rows = require("./Rows");
|
|
|
928
938
|
var import_Ruler = require("./Ruler");
|
|
929
939
|
var import_Save = require("./Save");
|
|
930
940
|
var import_SearchAi = require("./SearchAi");
|
|
941
|
+
var import_SearchError = require("./SearchError");
|
|
931
942
|
var import_SearchMagnifyingGlass = require("./SearchMagnifyingGlass");
|
|
932
943
|
var import_SelectMultiple = require("./SelectMultiple");
|
|
933
944
|
var import_Settings = require("./Settings");
|
|
@@ -1014,6 +1025,7 @@ var import_Triangle = require("./Triangle");
|
|
|
1014
1025
|
var import_TriangleCheck = require("./TriangleCheck");
|
|
1015
1026
|
var import_TriangleWarning = require("./TriangleWarning");
|
|
1016
1027
|
var import_TurboReview = require("./TurboReview");
|
|
1028
|
+
var import_TwoCards = require("./TwoCards");
|
|
1017
1029
|
var import_Underline = require("./Underline");
|
|
1018
1030
|
var import_Undo = require("./Undo");
|
|
1019
1031
|
var import_UnfoldLess = require("./UnfoldLess");
|
|
@@ -1209,6 +1221,7 @@ var import_WindowTerminal = require("./WindowTerminal");
|
|
|
1209
1221
|
CircleHelp,
|
|
1210
1222
|
CircleWarning,
|
|
1211
1223
|
Clock,
|
|
1224
|
+
ClockProgress,
|
|
1212
1225
|
CloseCircle,
|
|
1213
1226
|
CloseLg,
|
|
1214
1227
|
CloseMd,
|
|
@@ -1232,6 +1245,7 @@ var import_WindowTerminal = require("./WindowTerminal");
|
|
|
1232
1245
|
Command,
|
|
1233
1246
|
Compass,
|
|
1234
1247
|
Compass02,
|
|
1248
|
+
ContentUpdate,
|
|
1235
1249
|
Cookie,
|
|
1236
1250
|
Copy,
|
|
1237
1251
|
CreditCard,
|
|
@@ -1253,6 +1267,7 @@ var import_WindowTerminal = require("./WindowTerminal");
|
|
|
1253
1267
|
DownloadPackage,
|
|
1254
1268
|
DragHorizontal,
|
|
1255
1269
|
DragVertical,
|
|
1270
|
+
DrawingPencil,
|
|
1256
1271
|
DummyCircle,
|
|
1257
1272
|
DummyCircleSmall,
|
|
1258
1273
|
DummySquare,
|
|
@@ -1285,6 +1300,7 @@ var import_WindowTerminal = require("./WindowTerminal");
|
|
|
1285
1300
|
FirstAid,
|
|
1286
1301
|
Flag,
|
|
1287
1302
|
Flashcard,
|
|
1303
|
+
FlashcardAi,
|
|
1288
1304
|
Focus,
|
|
1289
1305
|
Folder,
|
|
1290
1306
|
FolderAdd,
|
|
@@ -1448,6 +1464,7 @@ var import_WindowTerminal = require("./WindowTerminal");
|
|
|
1448
1464
|
Ruler,
|
|
1449
1465
|
Save,
|
|
1450
1466
|
SearchAi,
|
|
1467
|
+
SearchError,
|
|
1451
1468
|
SearchMagnifyingGlass,
|
|
1452
1469
|
SelectMultiple,
|
|
1453
1470
|
Settings,
|
|
@@ -1534,6 +1551,7 @@ var import_WindowTerminal = require("./WindowTerminal");
|
|
|
1534
1551
|
TriangleCheck,
|
|
1535
1552
|
TriangleWarning,
|
|
1536
1553
|
TurboReview,
|
|
1554
|
+
TwoCards,
|
|
1537
1555
|
Underline,
|
|
1538
1556
|
Undo,
|
|
1539
1557
|
UnfoldLess,
|
|
@@ -149,6 +149,7 @@ export { CircleCheck } from './CircleCheck.cjs';
|
|
|
149
149
|
export { CircleHelp } from './CircleHelp.cjs';
|
|
150
150
|
export { CircleWarning } from './CircleWarning.cjs';
|
|
151
151
|
export { Clock } from './Clock.cjs';
|
|
152
|
+
export { ClockProgress } from './ClockProgress.cjs';
|
|
152
153
|
export { CloseCircle } from './CloseCircle.cjs';
|
|
153
154
|
export { CloseLg } from './CloseLg.cjs';
|
|
154
155
|
export { CloseMd } from './CloseMd.cjs';
|
|
@@ -172,6 +173,7 @@ export { CombineCells } from './CombineCells.cjs';
|
|
|
172
173
|
export { Command } from './Command.cjs';
|
|
173
174
|
export { Compass } from './Compass.cjs';
|
|
174
175
|
export { Compass02 } from './Compass02.cjs';
|
|
176
|
+
export { ContentUpdate } from './ContentUpdate.cjs';
|
|
175
177
|
export { Cookie } from './Cookie.cjs';
|
|
176
178
|
export { Copy } from './Copy.cjs';
|
|
177
179
|
export { CreditCard } from './CreditCard.cjs';
|
|
@@ -193,6 +195,7 @@ export { Download } from './Download.cjs';
|
|
|
193
195
|
export { DownloadPackage } from './DownloadPackage.cjs';
|
|
194
196
|
export { DragHorizontal } from './DragHorizontal.cjs';
|
|
195
197
|
export { DragVertical } from './DragVertical.cjs';
|
|
198
|
+
export { DrawingPencil } from './DrawingPencil.cjs';
|
|
196
199
|
export { DummyCircle } from './DummyCircle.cjs';
|
|
197
200
|
export { DummyCircleSmall } from './DummyCircleSmall.cjs';
|
|
198
201
|
export { DummySquare } from './DummySquare.cjs';
|
|
@@ -225,6 +228,7 @@ export { Fire } from './Fire.cjs';
|
|
|
225
228
|
export { FirstAid } from './FirstAid.cjs';
|
|
226
229
|
export { Flag } from './Flag.cjs';
|
|
227
230
|
export { Flashcard } from './Flashcard.cjs';
|
|
231
|
+
export { FlashcardAi } from './FlashcardAi.cjs';
|
|
228
232
|
export { Focus } from './Focus.cjs';
|
|
229
233
|
export { Folder } from './Folder.cjs';
|
|
230
234
|
export { FolderAdd } from './FolderAdd.cjs';
|
|
@@ -388,6 +392,7 @@ export { Rows } from './Rows.cjs';
|
|
|
388
392
|
export { Ruler } from './Ruler.cjs';
|
|
389
393
|
export { Save } from './Save.cjs';
|
|
390
394
|
export { SearchAi } from './SearchAi.cjs';
|
|
395
|
+
export { SearchError } from './SearchError.cjs';
|
|
391
396
|
export { SearchMagnifyingGlass } from './SearchMagnifyingGlass.cjs';
|
|
392
397
|
export { SelectMultiple } from './SelectMultiple.cjs';
|
|
393
398
|
export { Settings } from './Settings.cjs';
|
|
@@ -474,6 +479,7 @@ export { Triangle } from './Triangle.cjs';
|
|
|
474
479
|
export { TriangleCheck } from './TriangleCheck.cjs';
|
|
475
480
|
export { TriangleWarning } from './TriangleWarning.cjs';
|
|
476
481
|
export { TurboReview } from './TurboReview.cjs';
|
|
482
|
+
export { TwoCards } from './TwoCards.cjs';
|
|
477
483
|
export { Underline } from './Underline.cjs';
|
|
478
484
|
export { Undo } from './Undo.cjs';
|
|
479
485
|
export { UnfoldLess } from './UnfoldLess.cjs';
|
|
@@ -149,6 +149,7 @@ export { CircleCheck } from './CircleCheck.js';
|
|
|
149
149
|
export { CircleHelp } from './CircleHelp.js';
|
|
150
150
|
export { CircleWarning } from './CircleWarning.js';
|
|
151
151
|
export { Clock } from './Clock.js';
|
|
152
|
+
export { ClockProgress } from './ClockProgress.js';
|
|
152
153
|
export { CloseCircle } from './CloseCircle.js';
|
|
153
154
|
export { CloseLg } from './CloseLg.js';
|
|
154
155
|
export { CloseMd } from './CloseMd.js';
|
|
@@ -172,6 +173,7 @@ export { CombineCells } from './CombineCells.js';
|
|
|
172
173
|
export { Command } from './Command.js';
|
|
173
174
|
export { Compass } from './Compass.js';
|
|
174
175
|
export { Compass02 } from './Compass02.js';
|
|
176
|
+
export { ContentUpdate } from './ContentUpdate.js';
|
|
175
177
|
export { Cookie } from './Cookie.js';
|
|
176
178
|
export { Copy } from './Copy.js';
|
|
177
179
|
export { CreditCard } from './CreditCard.js';
|
|
@@ -193,6 +195,7 @@ export { Download } from './Download.js';
|
|
|
193
195
|
export { DownloadPackage } from './DownloadPackage.js';
|
|
194
196
|
export { DragHorizontal } from './DragHorizontal.js';
|
|
195
197
|
export { DragVertical } from './DragVertical.js';
|
|
198
|
+
export { DrawingPencil } from './DrawingPencil.js';
|
|
196
199
|
export { DummyCircle } from './DummyCircle.js';
|
|
197
200
|
export { DummyCircleSmall } from './DummyCircleSmall.js';
|
|
198
201
|
export { DummySquare } from './DummySquare.js';
|
|
@@ -225,6 +228,7 @@ export { Fire } from './Fire.js';
|
|
|
225
228
|
export { FirstAid } from './FirstAid.js';
|
|
226
229
|
export { Flag } from './Flag.js';
|
|
227
230
|
export { Flashcard } from './Flashcard.js';
|
|
231
|
+
export { FlashcardAi } from './FlashcardAi.js';
|
|
228
232
|
export { Focus } from './Focus.js';
|
|
229
233
|
export { Folder } from './Folder.js';
|
|
230
234
|
export { FolderAdd } from './FolderAdd.js';
|
|
@@ -388,6 +392,7 @@ export { Rows } from './Rows.js';
|
|
|
388
392
|
export { Ruler } from './Ruler.js';
|
|
389
393
|
export { Save } from './Save.js';
|
|
390
394
|
export { SearchAi } from './SearchAi.js';
|
|
395
|
+
export { SearchError } from './SearchError.js';
|
|
391
396
|
export { SearchMagnifyingGlass } from './SearchMagnifyingGlass.js';
|
|
392
397
|
export { SelectMultiple } from './SelectMultiple.js';
|
|
393
398
|
export { Settings } from './Settings.js';
|
|
@@ -474,6 +479,7 @@ export { Triangle } from './Triangle.js';
|
|
|
474
479
|
export { TriangleCheck } from './TriangleCheck.js';
|
|
475
480
|
export { TriangleWarning } from './TriangleWarning.js';
|
|
476
481
|
export { TurboReview } from './TurboReview.js';
|
|
482
|
+
export { TwoCards } from './TwoCards.js';
|
|
477
483
|
export { Underline } from './Underline.js';
|
|
478
484
|
export { Undo } from './Undo.js';
|
|
479
485
|
export { UnfoldLess } from './UnfoldLess.js';
|
|
@@ -149,6 +149,7 @@ import { CircleCheck } from "./CircleCheck";
|
|
|
149
149
|
import { CircleHelp } from "./CircleHelp";
|
|
150
150
|
import { CircleWarning } from "./CircleWarning";
|
|
151
151
|
import { Clock } from "./Clock";
|
|
152
|
+
import { ClockProgress } from "./ClockProgress";
|
|
152
153
|
import { CloseCircle } from "./CloseCircle";
|
|
153
154
|
import { CloseLg } from "./CloseLg";
|
|
154
155
|
import { CloseMd } from "./CloseMd";
|
|
@@ -172,6 +173,7 @@ import { CombineCells } from "./CombineCells";
|
|
|
172
173
|
import { Command } from "./Command";
|
|
173
174
|
import { Compass } from "./Compass";
|
|
174
175
|
import { Compass02 } from "./Compass02";
|
|
176
|
+
import { ContentUpdate } from "./ContentUpdate";
|
|
175
177
|
import { Cookie } from "./Cookie";
|
|
176
178
|
import { Copy } from "./Copy";
|
|
177
179
|
import { CreditCard } from "./CreditCard";
|
|
@@ -193,6 +195,7 @@ import { Download } from "./Download";
|
|
|
193
195
|
import { DownloadPackage } from "./DownloadPackage";
|
|
194
196
|
import { DragHorizontal } from "./DragHorizontal";
|
|
195
197
|
import { DragVertical } from "./DragVertical";
|
|
198
|
+
import { DrawingPencil } from "./DrawingPencil";
|
|
196
199
|
import { DummyCircle } from "./DummyCircle";
|
|
197
200
|
import { DummyCircleSmall } from "./DummyCircleSmall";
|
|
198
201
|
import { DummySquare } from "./DummySquare";
|
|
@@ -225,6 +228,7 @@ import { Fire } from "./Fire";
|
|
|
225
228
|
import { FirstAid } from "./FirstAid";
|
|
226
229
|
import { Flag } from "./Flag";
|
|
227
230
|
import { Flashcard } from "./Flashcard";
|
|
231
|
+
import { FlashcardAi } from "./FlashcardAi";
|
|
228
232
|
import { Focus } from "./Focus";
|
|
229
233
|
import { Folder } from "./Folder";
|
|
230
234
|
import { FolderAdd } from "./FolderAdd";
|
|
@@ -388,6 +392,7 @@ import { Rows } from "./Rows";
|
|
|
388
392
|
import { Ruler } from "./Ruler";
|
|
389
393
|
import { Save } from "./Save";
|
|
390
394
|
import { SearchAi } from "./SearchAi";
|
|
395
|
+
import { SearchError } from "./SearchError";
|
|
391
396
|
import { SearchMagnifyingGlass } from "./SearchMagnifyingGlass";
|
|
392
397
|
import { SelectMultiple } from "./SelectMultiple";
|
|
393
398
|
import { Settings } from "./Settings";
|
|
@@ -474,6 +479,7 @@ import { Triangle } from "./Triangle";
|
|
|
474
479
|
import { TriangleCheck } from "./TriangleCheck";
|
|
475
480
|
import { TriangleWarning } from "./TriangleWarning";
|
|
476
481
|
import { TurboReview } from "./TurboReview";
|
|
482
|
+
import { TwoCards } from "./TwoCards";
|
|
477
483
|
import { Underline } from "./Underline";
|
|
478
484
|
import { Undo } from "./Undo";
|
|
479
485
|
import { UnfoldLess } from "./UnfoldLess";
|
|
@@ -668,6 +674,7 @@ export {
|
|
|
668
674
|
CircleHelp,
|
|
669
675
|
CircleWarning,
|
|
670
676
|
Clock,
|
|
677
|
+
ClockProgress,
|
|
671
678
|
CloseCircle,
|
|
672
679
|
CloseLg,
|
|
673
680
|
CloseMd,
|
|
@@ -691,6 +698,7 @@ export {
|
|
|
691
698
|
Command,
|
|
692
699
|
Compass,
|
|
693
700
|
Compass02,
|
|
701
|
+
ContentUpdate,
|
|
694
702
|
Cookie,
|
|
695
703
|
Copy,
|
|
696
704
|
CreditCard,
|
|
@@ -712,6 +720,7 @@ export {
|
|
|
712
720
|
DownloadPackage,
|
|
713
721
|
DragHorizontal,
|
|
714
722
|
DragVertical,
|
|
723
|
+
DrawingPencil,
|
|
715
724
|
DummyCircle,
|
|
716
725
|
DummyCircleSmall,
|
|
717
726
|
DummySquare,
|
|
@@ -744,6 +753,7 @@ export {
|
|
|
744
753
|
FirstAid,
|
|
745
754
|
Flag,
|
|
746
755
|
Flashcard,
|
|
756
|
+
FlashcardAi,
|
|
747
757
|
Focus,
|
|
748
758
|
Folder,
|
|
749
759
|
FolderAdd,
|
|
@@ -907,6 +917,7 @@ export {
|
|
|
907
917
|
Ruler,
|
|
908
918
|
Save,
|
|
909
919
|
SearchAi,
|
|
920
|
+
SearchError,
|
|
910
921
|
SearchMagnifyingGlass,
|
|
911
922
|
SelectMultiple,
|
|
912
923
|
Settings,
|
|
@@ -993,6 +1004,7 @@ export {
|
|
|
993
1004
|
TriangleCheck,
|
|
994
1005
|
TriangleWarning,
|
|
995
1006
|
TurboReview,
|
|
1007
|
+
TwoCards,
|
|
996
1008
|
Underline,
|
|
997
1009
|
Undo,
|
|
998
1010
|
UnfoldLess,
|
package/native/index.d.cts
CHANGED
|
@@ -906,6 +906,12 @@ type ClockProps = {
|
|
|
906
906
|
} & SvgProps;
|
|
907
907
|
declare const Clock: ({ height, width, color, strokeWidth }: ClockProps) => JSX.Element;
|
|
908
908
|
|
|
909
|
+
type ClockProgressProps = {
|
|
910
|
+
color: string;
|
|
911
|
+
strokeWidth?: number;
|
|
912
|
+
} & SvgProps;
|
|
913
|
+
declare const ClockProgress: ({ height, width, color, strokeWidth }: ClockProgressProps) => JSX.Element;
|
|
914
|
+
|
|
909
915
|
type CloseCircleProps = {
|
|
910
916
|
color: string;
|
|
911
917
|
strokeWidth?: number;
|
|
@@ -1044,6 +1050,12 @@ type Compass02Props = {
|
|
|
1044
1050
|
} & SvgProps;
|
|
1045
1051
|
declare const Compass02: ({ height, width, color, strokeWidth }: Compass02Props) => JSX.Element;
|
|
1046
1052
|
|
|
1053
|
+
type ContentUpdateProps = {
|
|
1054
|
+
color: string;
|
|
1055
|
+
strokeWidth?: number;
|
|
1056
|
+
} & SvgProps;
|
|
1057
|
+
declare const ContentUpdate: ({ height, width, color, strokeWidth }: ContentUpdateProps) => JSX.Element;
|
|
1058
|
+
|
|
1047
1059
|
type CookieProps = {
|
|
1048
1060
|
color: string;
|
|
1049
1061
|
strokeWidth?: number;
|
|
@@ -1170,6 +1182,12 @@ type DragVerticalProps = {
|
|
|
1170
1182
|
} & SvgProps;
|
|
1171
1183
|
declare const DragVertical: ({ height, width, color, strokeWidth }: DragVerticalProps) => JSX.Element;
|
|
1172
1184
|
|
|
1185
|
+
type DrawingPencilProps = {
|
|
1186
|
+
color: string;
|
|
1187
|
+
strokeWidth?: number;
|
|
1188
|
+
} & SvgProps;
|
|
1189
|
+
declare const DrawingPencil: ({ height, width, color, strokeWidth }: DrawingPencilProps) => JSX.Element;
|
|
1190
|
+
|
|
1173
1191
|
type DummyCircleProps = {
|
|
1174
1192
|
color: string;
|
|
1175
1193
|
strokeWidth?: number;
|
|
@@ -1362,6 +1380,12 @@ type FlashcardProps = {
|
|
|
1362
1380
|
} & SvgProps;
|
|
1363
1381
|
declare const Flashcard: ({ height, width, color, strokeWidth }: FlashcardProps) => JSX.Element;
|
|
1364
1382
|
|
|
1383
|
+
type FlashcardAiProps = {
|
|
1384
|
+
color: string;
|
|
1385
|
+
strokeWidth?: number;
|
|
1386
|
+
} & SvgProps;
|
|
1387
|
+
declare const FlashcardAi: ({ height, width, color, strokeWidth }: FlashcardAiProps) => JSX.Element;
|
|
1388
|
+
|
|
1365
1389
|
type FocusProps = {
|
|
1366
1390
|
color: string;
|
|
1367
1391
|
strokeWidth?: number;
|
|
@@ -2340,6 +2364,12 @@ type SearchAiProps = {
|
|
|
2340
2364
|
} & SvgProps;
|
|
2341
2365
|
declare const SearchAi: ({ height, width, color, strokeWidth }: SearchAiProps) => JSX.Element;
|
|
2342
2366
|
|
|
2367
|
+
type SearchErrorProps = {
|
|
2368
|
+
color: string;
|
|
2369
|
+
strokeWidth?: number;
|
|
2370
|
+
} & SvgProps;
|
|
2371
|
+
declare const SearchError: ({ height, width, color, strokeWidth }: SearchErrorProps) => JSX.Element;
|
|
2372
|
+
|
|
2343
2373
|
type SearchMagnifyingGlassProps = {
|
|
2344
2374
|
color: string;
|
|
2345
2375
|
strokeWidth?: number;
|
|
@@ -2856,6 +2886,12 @@ type TurboReviewProps = {
|
|
|
2856
2886
|
} & SvgProps;
|
|
2857
2887
|
declare const TurboReview: ({ height, width, color, strokeWidth }: TurboReviewProps) => JSX.Element;
|
|
2858
2888
|
|
|
2889
|
+
type TwoCardsProps = {
|
|
2890
|
+
color: string;
|
|
2891
|
+
strokeWidth?: number;
|
|
2892
|
+
} & SvgProps;
|
|
2893
|
+
declare const TwoCards: ({ height, width, color, strokeWidth }: TwoCardsProps) => JSX.Element;
|
|
2894
|
+
|
|
2859
2895
|
type UnderlineProps = {
|
|
2860
2896
|
color: string;
|
|
2861
2897
|
strokeWidth?: number;
|
|
@@ -3108,4 +3144,4 @@ type WindowTerminalProps = {
|
|
|
3108
3144
|
} & SvgProps;
|
|
3109
3145
|
declare const WindowTerminal: ({ height, width, color, strokeWidth }: WindowTerminalProps) => JSX.Element;
|
|
3110
3146
|
|
|
3111
|
-
export { AddColumn, AddMinusSquare, AddPlus, AddPlusCircle, AddPlusSquare, AddRow, AddToQueue, AgendaAi, Airplay, Alarm, AlmostAi, Anticipate, Archive, ArrowCircleDown, ArrowCircleDownLeft, ArrowCircleDownRight, ArrowCircleLeft, ArrowCircleRight, ArrowCircleUp, ArrowCircleUpLeft, ArrowCircleUpRight, ArrowDownLeftLg, ArrowDownLeftMd, ArrowDownLeftSm, ArrowDownLg, ArrowDownMd, ArrowDownRightLg, ArrowDownRightMd, ArrowDownRightSm, ArrowDownSm, ArrowDownUp, ArrowLeftLg, ArrowLeftMd, ArrowLeftRight, ArrowLeftSm, ArrowReload02, ArrowRightLg, ArrowRightMd, ArrowRightSm, ArrowSubDownLeft, ArrowSubDownRight, ArrowSubLeftDown, ArrowSubLeftUp, ArrowSubRightDown, ArrowSubRightUp, ArrowSubUpLeft, ArrowSubUpRight, ArrowUndoDownLeft, ArrowUndoDownRight, ArrowUndoUpLeft, ArrowUndoUpRight, ArrowUpLeftLg, ArrowUpLeftMd, ArrowUpLeftSm, ArrowUpLg, ArrowUpMd, ArrowUpRightLg, ArrowUpRightMd, ArrowUpRightSm, ArrowUpSm, ArrowsReload01, AttentionAi, BarBottom, BarLeft, BarRight, BarTop, Bell, BellAdd, BellClose, BellNotification, BellOff, BellRemove, BellRing, Bold, Bolt, Book, Book2, BookOpen, Bookmark, Building, Building2, Building3, Building4, Bulb, Calendar, CalendarAdd, CalendarCheck, CalendarClose, CalendarDays, CalendarEdit, CalendarEvent, CalendarList, CalendarRemove, CalendarWeek, Camera, CarAuto, Card, CardLibrary, CaretCircleDown, CaretCircleLeft, CaretCircleRight, CaretCircleUp, CaretDownMd, CaretDownSm, CaretLeftSm, CaretRightSm, CaretUpMd, CaretUpSm, ChartBarHorizontal, ChartBarVertical, ChartBarVertical02, ChartLine, ChartPie, Chat, ChatAdd, ChatCheck, ChatCircle, ChatCircleAdd, ChatCircleCheck, ChatCircleClose, ChatCircleDots, ChatCircleRemove, ChatClose, ChatConversation, ChatConversationCircle, ChatDots, ChatRemove, Check, CheckAll, CheckAllBig, CheckBig, CheckMedium, CheckboxCheck, CheckboxFill, CheckboxUnchecked, ChevronDown, ChevronDownDuo, ChevronLeft, ChevronLeftDuo, ChevronLeftMd, ChevronRight, ChevronRightDuo, ChevronRightMd, ChevronUp, ChevronUpDuo, Chromecast, Circle, CircleCheck, CircleHelp, CircleWarning, Clock, CloseCircle, CloseLg, CloseMd, CloseSm, CloseSquare, Cloud, CloudAdd, CloudCheck, CloudClose, CloudDownload, CloudOff, CloudRemove, CloudSync, CloudUpload, Code, CoffeToGo, Coffee, Columns, CombineAi, CombineCells, Command, Compass, Compass02, Cookie, Copy, CreditCard, CreditCard2, CriticalAi, Crop, Cupcake, Cylinder, Data, DeleteColumn, DeleteRow, Dermatology, Desktop, DesktopTower, Devices, DoubleQuotesL, DoubleQuotesR, Download, DownloadPackage, DragHorizontal, DragVertical, DummyCircle, DummyCircleSmall, DummySquare, DummySquareSmall, EditPencil, EditPencil2, EditPencilLine, EditPencilLine2, EventEdit, EventShortcut, Exit, Expand, ExternalLink, Figma, FileAdd, FileBlank, FileCheck, FileClose, FileCode, FileDocument, FileDownload, FileEdit, FileRemove, FileSearch, FileUpload, Files, Filter, FilterOff, Fire, FirstAid, Flag, Flashcard, Focus, Folder, FolderAdd, FolderCheck, FolderClose, FolderCode, FolderDocument, FolderDownload, FolderEdit, FolderOpen, FolderRemove, FolderSearch, FolderUpload, Folders, Font, Forward, Gift, Globe, GoalAi, Graduation, Grid, GynecologyAndObstetrics, HalfCheckLg, HamburgerLg, HamburgerMd, Handbag, Heading, HeadingH1, HeadingH2, HeadingH3, HeadingH4, HeadingH5, HeadingH6, Headphones, Heart, Heart2, Help, Hide, House, House2, House3, HouseAdd, HouseCheck, HouseClose, HouseRemove, Image, Image2, IndexHigh, IndexLow, IndexMedium, IndexPriority, Info, Instance, InternshipContent, InternshipSync, Italic, Keyboard, Label, Laptop, LastActivity, Layer, Layers, Leaf, LineL, LineM, LineS, LineXl, Link, LinkBreak, LinkHorizontal, LinkHorizontalOff, LinkVertical, ListAdd, ListCheck, ListChecklist, ListOrdered, ListRemove, ListUnordered, Loading, Lock, LockOpen, LogOut, MagnifyingGlassMinus, MagnifyingGlassPlus, Mail, MailOpen, MainComponent, Map, MapPin, Medbrain, MedbrainAi, MedicalClinic, MedicineStudy, MentalDisorder, Mention, MenuAlt, MenuAlt2, MenuAlt3, MenuAlt4, MenuAlt5, MenuDuoLg, MenuDuoMd, Mobile, MobileButton, Monitor, MonitorPlay, Moon, MoreGridBig, MoreGridSmall, MoreHorizontal, MoreVertical, Mouse, Move, MoveHorizontal, MoveVertical, MovingDesk, Navigation, Note, NoteEdit, NoteSearch, Notebook, Octagon, OctagonCheck, OctagonHelp, OctagonWarning, Option, PaperPlane, PaperclipAttechmentHorizontal, PaperclipAttechmentTilt, Paragraph, Path, Pause, PauseCircle, Pediatrics, Pen, Phone, Planet, Play, PlayCircle, Playlist, PlaylistAdd, PlaylistCheck, Postpone, Preventive, Printer, Puzzle, QrCode, QuestionAi, RadioFill, RadioUnchecked, Radiology, Rainbow, Redo, ReloadAi, RemoveMinus, RemoveMinusCircle, Repeat, Rewind, Rocket, Rows, Ruler, Save, SearchAi, SearchMagnifyingGlass, SelectMultiple, Settings, SettingsFuture, ShareAndroid, ShareIOsExport, Shield, ShieldCheck, ShieldWarning, ShoppingBag, ShoppingBag2, ShoppingCart, ShoppingCart2, Show, Shrink, Shuffle, SidebarClose, SidebarOpen, SingleQuotesL, SingleQuotesR, SkipBack, SkipForward, Slider, Slider2, Slider3, Smile, SortAscending, SortDescending, SparkleArrowDownRightMd, SparkleArrowRightMd, SparkleArrowSubDownRightMd, SparkleArrowUpMd, SparkleArrowUpRightMd, SparklesAi, Spin10, Spin5, Square, SquareCheck, SquareHelp, SquareWarning, Star, Stop, StopCircle, StopSign, Strikethrough, Suitcase, Sun, SuperGoalAi, Surgery, SwatchesPalette, SwichtLeft, SwichtRight, Table, TableAdd, TableRemove, Tablet, TabletButton, Tag, Target, TarguetArrow, Terminal, TestAi, Text, TextAlignCenter, TextAlignJustify, TextAlignLeft, TextAlignRight, ThumbsDown, ThumbsUp, TicketVoucher, TimeAi, TimeRemaining, TimelineAi, Timer, TimerAdd, TimerClose, TimerRemove, Trade, TrashEmpty, TrashFull, TrendingDown, TrendingUp, Triangle, TriangleCheck, TriangleWarning, TurboReview, Underline, Undo, UnfoldLess, UnfoldMore, User, User2, User3, UserAdd, UserCardId, UserCheck, UserCircle, UserClose, UserRemove, UserSquare, UserVoice, Users, UsersGroup, VolumeMax, VolumeMin, VolumeMinus, VolumeOff, VolumeOff2, VolumePlus, Warning, WaterDrop, Wavy, WavyCheck, WavyHelp, WavyWarning, WeekAi, WifiHigh, WifiLow, WifiMedium, WifiNone, WifiOff, WifiProblem, Window, WindowCheck, WindowClose, WindowCodeBlock, WindowSidebar, WindowTerminal };
|
|
3147
|
+
export { AddColumn, AddMinusSquare, AddPlus, AddPlusCircle, AddPlusSquare, AddRow, AddToQueue, AgendaAi, Airplay, Alarm, AlmostAi, Anticipate, Archive, ArrowCircleDown, ArrowCircleDownLeft, ArrowCircleDownRight, ArrowCircleLeft, ArrowCircleRight, ArrowCircleUp, ArrowCircleUpLeft, ArrowCircleUpRight, ArrowDownLeftLg, ArrowDownLeftMd, ArrowDownLeftSm, ArrowDownLg, ArrowDownMd, ArrowDownRightLg, ArrowDownRightMd, ArrowDownRightSm, ArrowDownSm, ArrowDownUp, ArrowLeftLg, ArrowLeftMd, ArrowLeftRight, ArrowLeftSm, ArrowReload02, ArrowRightLg, ArrowRightMd, ArrowRightSm, ArrowSubDownLeft, ArrowSubDownRight, ArrowSubLeftDown, ArrowSubLeftUp, ArrowSubRightDown, ArrowSubRightUp, ArrowSubUpLeft, ArrowSubUpRight, ArrowUndoDownLeft, ArrowUndoDownRight, ArrowUndoUpLeft, ArrowUndoUpRight, ArrowUpLeftLg, ArrowUpLeftMd, ArrowUpLeftSm, ArrowUpLg, ArrowUpMd, ArrowUpRightLg, ArrowUpRightMd, ArrowUpRightSm, ArrowUpSm, ArrowsReload01, AttentionAi, BarBottom, BarLeft, BarRight, BarTop, Bell, BellAdd, BellClose, BellNotification, BellOff, BellRemove, BellRing, Bold, Bolt, Book, Book2, BookOpen, Bookmark, Building, Building2, Building3, Building4, Bulb, Calendar, CalendarAdd, CalendarCheck, CalendarClose, CalendarDays, CalendarEdit, CalendarEvent, CalendarList, CalendarRemove, CalendarWeek, Camera, CarAuto, Card, CardLibrary, CaretCircleDown, CaretCircleLeft, CaretCircleRight, CaretCircleUp, CaretDownMd, CaretDownSm, CaretLeftSm, CaretRightSm, CaretUpMd, CaretUpSm, ChartBarHorizontal, ChartBarVertical, ChartBarVertical02, ChartLine, ChartPie, Chat, ChatAdd, ChatCheck, ChatCircle, ChatCircleAdd, ChatCircleCheck, ChatCircleClose, ChatCircleDots, ChatCircleRemove, ChatClose, ChatConversation, ChatConversationCircle, ChatDots, ChatRemove, Check, CheckAll, CheckAllBig, CheckBig, CheckMedium, CheckboxCheck, CheckboxFill, CheckboxUnchecked, ChevronDown, ChevronDownDuo, ChevronLeft, ChevronLeftDuo, ChevronLeftMd, ChevronRight, ChevronRightDuo, ChevronRightMd, ChevronUp, ChevronUpDuo, Chromecast, Circle, CircleCheck, CircleHelp, CircleWarning, Clock, ClockProgress, CloseCircle, CloseLg, CloseMd, CloseSm, CloseSquare, Cloud, CloudAdd, CloudCheck, CloudClose, CloudDownload, CloudOff, CloudRemove, CloudSync, CloudUpload, Code, CoffeToGo, Coffee, Columns, CombineAi, CombineCells, Command, Compass, Compass02, ContentUpdate, Cookie, Copy, CreditCard, CreditCard2, CriticalAi, Crop, Cupcake, Cylinder, Data, DeleteColumn, DeleteRow, Dermatology, Desktop, DesktopTower, Devices, DoubleQuotesL, DoubleQuotesR, Download, DownloadPackage, DragHorizontal, DragVertical, DrawingPencil, DummyCircle, DummyCircleSmall, DummySquare, DummySquareSmall, EditPencil, EditPencil2, EditPencilLine, EditPencilLine2, EventEdit, EventShortcut, Exit, Expand, ExternalLink, Figma, FileAdd, FileBlank, FileCheck, FileClose, FileCode, FileDocument, FileDownload, FileEdit, FileRemove, FileSearch, FileUpload, Files, Filter, FilterOff, Fire, FirstAid, Flag, Flashcard, FlashcardAi, Focus, Folder, FolderAdd, FolderCheck, FolderClose, FolderCode, FolderDocument, FolderDownload, FolderEdit, FolderOpen, FolderRemove, FolderSearch, FolderUpload, Folders, Font, Forward, Gift, Globe, GoalAi, Graduation, Grid, GynecologyAndObstetrics, HalfCheckLg, HamburgerLg, HamburgerMd, Handbag, Heading, HeadingH1, HeadingH2, HeadingH3, HeadingH4, HeadingH5, HeadingH6, Headphones, Heart, Heart2, Help, Hide, House, House2, House3, HouseAdd, HouseCheck, HouseClose, HouseRemove, Image, Image2, IndexHigh, IndexLow, IndexMedium, IndexPriority, Info, Instance, InternshipContent, InternshipSync, Italic, Keyboard, Label, Laptop, LastActivity, Layer, Layers, Leaf, LineL, LineM, LineS, LineXl, Link, LinkBreak, LinkHorizontal, LinkHorizontalOff, LinkVertical, ListAdd, ListCheck, ListChecklist, ListOrdered, ListRemove, ListUnordered, Loading, Lock, LockOpen, LogOut, MagnifyingGlassMinus, MagnifyingGlassPlus, Mail, MailOpen, MainComponent, Map, MapPin, Medbrain, MedbrainAi, MedicalClinic, MedicineStudy, MentalDisorder, Mention, MenuAlt, MenuAlt2, MenuAlt3, MenuAlt4, MenuAlt5, MenuDuoLg, MenuDuoMd, Mobile, MobileButton, Monitor, MonitorPlay, Moon, MoreGridBig, MoreGridSmall, MoreHorizontal, MoreVertical, Mouse, Move, MoveHorizontal, MoveVertical, MovingDesk, Navigation, Note, NoteEdit, NoteSearch, Notebook, Octagon, OctagonCheck, OctagonHelp, OctagonWarning, Option, PaperPlane, PaperclipAttechmentHorizontal, PaperclipAttechmentTilt, Paragraph, Path, Pause, PauseCircle, Pediatrics, Pen, Phone, Planet, Play, PlayCircle, Playlist, PlaylistAdd, PlaylistCheck, Postpone, Preventive, Printer, Puzzle, QrCode, QuestionAi, RadioFill, RadioUnchecked, Radiology, Rainbow, Redo, ReloadAi, RemoveMinus, RemoveMinusCircle, Repeat, Rewind, Rocket, Rows, Ruler, Save, SearchAi, SearchError, SearchMagnifyingGlass, SelectMultiple, Settings, SettingsFuture, ShareAndroid, ShareIOsExport, Shield, ShieldCheck, ShieldWarning, ShoppingBag, ShoppingBag2, ShoppingCart, ShoppingCart2, Show, Shrink, Shuffle, SidebarClose, SidebarOpen, SingleQuotesL, SingleQuotesR, SkipBack, SkipForward, Slider, Slider2, Slider3, Smile, SortAscending, SortDescending, SparkleArrowDownRightMd, SparkleArrowRightMd, SparkleArrowSubDownRightMd, SparkleArrowUpMd, SparkleArrowUpRightMd, SparklesAi, Spin10, Spin5, Square, SquareCheck, SquareHelp, SquareWarning, Star, Stop, StopCircle, StopSign, Strikethrough, Suitcase, Sun, SuperGoalAi, Surgery, SwatchesPalette, SwichtLeft, SwichtRight, Table, TableAdd, TableRemove, Tablet, TabletButton, Tag, Target, TarguetArrow, Terminal, TestAi, Text, TextAlignCenter, TextAlignJustify, TextAlignLeft, TextAlignRight, ThumbsDown, ThumbsUp, TicketVoucher, TimeAi, TimeRemaining, TimelineAi, Timer, TimerAdd, TimerClose, TimerRemove, Trade, TrashEmpty, TrashFull, TrendingDown, TrendingUp, Triangle, TriangleCheck, TriangleWarning, TurboReview, TwoCards, Underline, Undo, UnfoldLess, UnfoldMore, User, User2, User3, UserAdd, UserCardId, UserCheck, UserCircle, UserClose, UserRemove, UserSquare, UserVoice, Users, UsersGroup, VolumeMax, VolumeMin, VolumeMinus, VolumeOff, VolumeOff2, VolumePlus, Warning, WaterDrop, Wavy, WavyCheck, WavyHelp, WavyWarning, WeekAi, WifiHigh, WifiLow, WifiMedium, WifiNone, WifiOff, WifiProblem, Window, WindowCheck, WindowClose, WindowCodeBlock, WindowSidebar, WindowTerminal };
|
package/native/index.d.ts
CHANGED
|
@@ -906,6 +906,12 @@ type ClockProps = {
|
|
|
906
906
|
} & SvgProps;
|
|
907
907
|
declare const Clock: ({ height, width, color, strokeWidth }: ClockProps) => JSX.Element;
|
|
908
908
|
|
|
909
|
+
type ClockProgressProps = {
|
|
910
|
+
color: string;
|
|
911
|
+
strokeWidth?: number;
|
|
912
|
+
} & SvgProps;
|
|
913
|
+
declare const ClockProgress: ({ height, width, color, strokeWidth }: ClockProgressProps) => JSX.Element;
|
|
914
|
+
|
|
909
915
|
type CloseCircleProps = {
|
|
910
916
|
color: string;
|
|
911
917
|
strokeWidth?: number;
|
|
@@ -1044,6 +1050,12 @@ type Compass02Props = {
|
|
|
1044
1050
|
} & SvgProps;
|
|
1045
1051
|
declare const Compass02: ({ height, width, color, strokeWidth }: Compass02Props) => JSX.Element;
|
|
1046
1052
|
|
|
1053
|
+
type ContentUpdateProps = {
|
|
1054
|
+
color: string;
|
|
1055
|
+
strokeWidth?: number;
|
|
1056
|
+
} & SvgProps;
|
|
1057
|
+
declare const ContentUpdate: ({ height, width, color, strokeWidth }: ContentUpdateProps) => JSX.Element;
|
|
1058
|
+
|
|
1047
1059
|
type CookieProps = {
|
|
1048
1060
|
color: string;
|
|
1049
1061
|
strokeWidth?: number;
|
|
@@ -1170,6 +1182,12 @@ type DragVerticalProps = {
|
|
|
1170
1182
|
} & SvgProps;
|
|
1171
1183
|
declare const DragVertical: ({ height, width, color, strokeWidth }: DragVerticalProps) => JSX.Element;
|
|
1172
1184
|
|
|
1185
|
+
type DrawingPencilProps = {
|
|
1186
|
+
color: string;
|
|
1187
|
+
strokeWidth?: number;
|
|
1188
|
+
} & SvgProps;
|
|
1189
|
+
declare const DrawingPencil: ({ height, width, color, strokeWidth }: DrawingPencilProps) => JSX.Element;
|
|
1190
|
+
|
|
1173
1191
|
type DummyCircleProps = {
|
|
1174
1192
|
color: string;
|
|
1175
1193
|
strokeWidth?: number;
|
|
@@ -1362,6 +1380,12 @@ type FlashcardProps = {
|
|
|
1362
1380
|
} & SvgProps;
|
|
1363
1381
|
declare const Flashcard: ({ height, width, color, strokeWidth }: FlashcardProps) => JSX.Element;
|
|
1364
1382
|
|
|
1383
|
+
type FlashcardAiProps = {
|
|
1384
|
+
color: string;
|
|
1385
|
+
strokeWidth?: number;
|
|
1386
|
+
} & SvgProps;
|
|
1387
|
+
declare const FlashcardAi: ({ height, width, color, strokeWidth }: FlashcardAiProps) => JSX.Element;
|
|
1388
|
+
|
|
1365
1389
|
type FocusProps = {
|
|
1366
1390
|
color: string;
|
|
1367
1391
|
strokeWidth?: number;
|
|
@@ -2340,6 +2364,12 @@ type SearchAiProps = {
|
|
|
2340
2364
|
} & SvgProps;
|
|
2341
2365
|
declare const SearchAi: ({ height, width, color, strokeWidth }: SearchAiProps) => JSX.Element;
|
|
2342
2366
|
|
|
2367
|
+
type SearchErrorProps = {
|
|
2368
|
+
color: string;
|
|
2369
|
+
strokeWidth?: number;
|
|
2370
|
+
} & SvgProps;
|
|
2371
|
+
declare const SearchError: ({ height, width, color, strokeWidth }: SearchErrorProps) => JSX.Element;
|
|
2372
|
+
|
|
2343
2373
|
type SearchMagnifyingGlassProps = {
|
|
2344
2374
|
color: string;
|
|
2345
2375
|
strokeWidth?: number;
|
|
@@ -2856,6 +2886,12 @@ type TurboReviewProps = {
|
|
|
2856
2886
|
} & SvgProps;
|
|
2857
2887
|
declare const TurboReview: ({ height, width, color, strokeWidth }: TurboReviewProps) => JSX.Element;
|
|
2858
2888
|
|
|
2889
|
+
type TwoCardsProps = {
|
|
2890
|
+
color: string;
|
|
2891
|
+
strokeWidth?: number;
|
|
2892
|
+
} & SvgProps;
|
|
2893
|
+
declare const TwoCards: ({ height, width, color, strokeWidth }: TwoCardsProps) => JSX.Element;
|
|
2894
|
+
|
|
2859
2895
|
type UnderlineProps = {
|
|
2860
2896
|
color: string;
|
|
2861
2897
|
strokeWidth?: number;
|
|
@@ -3108,4 +3144,4 @@ type WindowTerminalProps = {
|
|
|
3108
3144
|
} & SvgProps;
|
|
3109
3145
|
declare const WindowTerminal: ({ height, width, color, strokeWidth }: WindowTerminalProps) => JSX.Element;
|
|
3110
3146
|
|
|
3111
|
-
export { AddColumn, AddMinusSquare, AddPlus, AddPlusCircle, AddPlusSquare, AddRow, AddToQueue, AgendaAi, Airplay, Alarm, AlmostAi, Anticipate, Archive, ArrowCircleDown, ArrowCircleDownLeft, ArrowCircleDownRight, ArrowCircleLeft, ArrowCircleRight, ArrowCircleUp, ArrowCircleUpLeft, ArrowCircleUpRight, ArrowDownLeftLg, ArrowDownLeftMd, ArrowDownLeftSm, ArrowDownLg, ArrowDownMd, ArrowDownRightLg, ArrowDownRightMd, ArrowDownRightSm, ArrowDownSm, ArrowDownUp, ArrowLeftLg, ArrowLeftMd, ArrowLeftRight, ArrowLeftSm, ArrowReload02, ArrowRightLg, ArrowRightMd, ArrowRightSm, ArrowSubDownLeft, ArrowSubDownRight, ArrowSubLeftDown, ArrowSubLeftUp, ArrowSubRightDown, ArrowSubRightUp, ArrowSubUpLeft, ArrowSubUpRight, ArrowUndoDownLeft, ArrowUndoDownRight, ArrowUndoUpLeft, ArrowUndoUpRight, ArrowUpLeftLg, ArrowUpLeftMd, ArrowUpLeftSm, ArrowUpLg, ArrowUpMd, ArrowUpRightLg, ArrowUpRightMd, ArrowUpRightSm, ArrowUpSm, ArrowsReload01, AttentionAi, BarBottom, BarLeft, BarRight, BarTop, Bell, BellAdd, BellClose, BellNotification, BellOff, BellRemove, BellRing, Bold, Bolt, Book, Book2, BookOpen, Bookmark, Building, Building2, Building3, Building4, Bulb, Calendar, CalendarAdd, CalendarCheck, CalendarClose, CalendarDays, CalendarEdit, CalendarEvent, CalendarList, CalendarRemove, CalendarWeek, Camera, CarAuto, Card, CardLibrary, CaretCircleDown, CaretCircleLeft, CaretCircleRight, CaretCircleUp, CaretDownMd, CaretDownSm, CaretLeftSm, CaretRightSm, CaretUpMd, CaretUpSm, ChartBarHorizontal, ChartBarVertical, ChartBarVertical02, ChartLine, ChartPie, Chat, ChatAdd, ChatCheck, ChatCircle, ChatCircleAdd, ChatCircleCheck, ChatCircleClose, ChatCircleDots, ChatCircleRemove, ChatClose, ChatConversation, ChatConversationCircle, ChatDots, ChatRemove, Check, CheckAll, CheckAllBig, CheckBig, CheckMedium, CheckboxCheck, CheckboxFill, CheckboxUnchecked, ChevronDown, ChevronDownDuo, ChevronLeft, ChevronLeftDuo, ChevronLeftMd, ChevronRight, ChevronRightDuo, ChevronRightMd, ChevronUp, ChevronUpDuo, Chromecast, Circle, CircleCheck, CircleHelp, CircleWarning, Clock, CloseCircle, CloseLg, CloseMd, CloseSm, CloseSquare, Cloud, CloudAdd, CloudCheck, CloudClose, CloudDownload, CloudOff, CloudRemove, CloudSync, CloudUpload, Code, CoffeToGo, Coffee, Columns, CombineAi, CombineCells, Command, Compass, Compass02, Cookie, Copy, CreditCard, CreditCard2, CriticalAi, Crop, Cupcake, Cylinder, Data, DeleteColumn, DeleteRow, Dermatology, Desktop, DesktopTower, Devices, DoubleQuotesL, DoubleQuotesR, Download, DownloadPackage, DragHorizontal, DragVertical, DummyCircle, DummyCircleSmall, DummySquare, DummySquareSmall, EditPencil, EditPencil2, EditPencilLine, EditPencilLine2, EventEdit, EventShortcut, Exit, Expand, ExternalLink, Figma, FileAdd, FileBlank, FileCheck, FileClose, FileCode, FileDocument, FileDownload, FileEdit, FileRemove, FileSearch, FileUpload, Files, Filter, FilterOff, Fire, FirstAid, Flag, Flashcard, Focus, Folder, FolderAdd, FolderCheck, FolderClose, FolderCode, FolderDocument, FolderDownload, FolderEdit, FolderOpen, FolderRemove, FolderSearch, FolderUpload, Folders, Font, Forward, Gift, Globe, GoalAi, Graduation, Grid, GynecologyAndObstetrics, HalfCheckLg, HamburgerLg, HamburgerMd, Handbag, Heading, HeadingH1, HeadingH2, HeadingH3, HeadingH4, HeadingH5, HeadingH6, Headphones, Heart, Heart2, Help, Hide, House, House2, House3, HouseAdd, HouseCheck, HouseClose, HouseRemove, Image, Image2, IndexHigh, IndexLow, IndexMedium, IndexPriority, Info, Instance, InternshipContent, InternshipSync, Italic, Keyboard, Label, Laptop, LastActivity, Layer, Layers, Leaf, LineL, LineM, LineS, LineXl, Link, LinkBreak, LinkHorizontal, LinkHorizontalOff, LinkVertical, ListAdd, ListCheck, ListChecklist, ListOrdered, ListRemove, ListUnordered, Loading, Lock, LockOpen, LogOut, MagnifyingGlassMinus, MagnifyingGlassPlus, Mail, MailOpen, MainComponent, Map, MapPin, Medbrain, MedbrainAi, MedicalClinic, MedicineStudy, MentalDisorder, Mention, MenuAlt, MenuAlt2, MenuAlt3, MenuAlt4, MenuAlt5, MenuDuoLg, MenuDuoMd, Mobile, MobileButton, Monitor, MonitorPlay, Moon, MoreGridBig, MoreGridSmall, MoreHorizontal, MoreVertical, Mouse, Move, MoveHorizontal, MoveVertical, MovingDesk, Navigation, Note, NoteEdit, NoteSearch, Notebook, Octagon, OctagonCheck, OctagonHelp, OctagonWarning, Option, PaperPlane, PaperclipAttechmentHorizontal, PaperclipAttechmentTilt, Paragraph, Path, Pause, PauseCircle, Pediatrics, Pen, Phone, Planet, Play, PlayCircle, Playlist, PlaylistAdd, PlaylistCheck, Postpone, Preventive, Printer, Puzzle, QrCode, QuestionAi, RadioFill, RadioUnchecked, Radiology, Rainbow, Redo, ReloadAi, RemoveMinus, RemoveMinusCircle, Repeat, Rewind, Rocket, Rows, Ruler, Save, SearchAi, SearchMagnifyingGlass, SelectMultiple, Settings, SettingsFuture, ShareAndroid, ShareIOsExport, Shield, ShieldCheck, ShieldWarning, ShoppingBag, ShoppingBag2, ShoppingCart, ShoppingCart2, Show, Shrink, Shuffle, SidebarClose, SidebarOpen, SingleQuotesL, SingleQuotesR, SkipBack, SkipForward, Slider, Slider2, Slider3, Smile, SortAscending, SortDescending, SparkleArrowDownRightMd, SparkleArrowRightMd, SparkleArrowSubDownRightMd, SparkleArrowUpMd, SparkleArrowUpRightMd, SparklesAi, Spin10, Spin5, Square, SquareCheck, SquareHelp, SquareWarning, Star, Stop, StopCircle, StopSign, Strikethrough, Suitcase, Sun, SuperGoalAi, Surgery, SwatchesPalette, SwichtLeft, SwichtRight, Table, TableAdd, TableRemove, Tablet, TabletButton, Tag, Target, TarguetArrow, Terminal, TestAi, Text, TextAlignCenter, TextAlignJustify, TextAlignLeft, TextAlignRight, ThumbsDown, ThumbsUp, TicketVoucher, TimeAi, TimeRemaining, TimelineAi, Timer, TimerAdd, TimerClose, TimerRemove, Trade, TrashEmpty, TrashFull, TrendingDown, TrendingUp, Triangle, TriangleCheck, TriangleWarning, TurboReview, Underline, Undo, UnfoldLess, UnfoldMore, User, User2, User3, UserAdd, UserCardId, UserCheck, UserCircle, UserClose, UserRemove, UserSquare, UserVoice, Users, UsersGroup, VolumeMax, VolumeMin, VolumeMinus, VolumeOff, VolumeOff2, VolumePlus, Warning, WaterDrop, Wavy, WavyCheck, WavyHelp, WavyWarning, WeekAi, WifiHigh, WifiLow, WifiMedium, WifiNone, WifiOff, WifiProblem, Window, WindowCheck, WindowClose, WindowCodeBlock, WindowSidebar, WindowTerminal };
|
|
3147
|
+
export { AddColumn, AddMinusSquare, AddPlus, AddPlusCircle, AddPlusSquare, AddRow, AddToQueue, AgendaAi, Airplay, Alarm, AlmostAi, Anticipate, Archive, ArrowCircleDown, ArrowCircleDownLeft, ArrowCircleDownRight, ArrowCircleLeft, ArrowCircleRight, ArrowCircleUp, ArrowCircleUpLeft, ArrowCircleUpRight, ArrowDownLeftLg, ArrowDownLeftMd, ArrowDownLeftSm, ArrowDownLg, ArrowDownMd, ArrowDownRightLg, ArrowDownRightMd, ArrowDownRightSm, ArrowDownSm, ArrowDownUp, ArrowLeftLg, ArrowLeftMd, ArrowLeftRight, ArrowLeftSm, ArrowReload02, ArrowRightLg, ArrowRightMd, ArrowRightSm, ArrowSubDownLeft, ArrowSubDownRight, ArrowSubLeftDown, ArrowSubLeftUp, ArrowSubRightDown, ArrowSubRightUp, ArrowSubUpLeft, ArrowSubUpRight, ArrowUndoDownLeft, ArrowUndoDownRight, ArrowUndoUpLeft, ArrowUndoUpRight, ArrowUpLeftLg, ArrowUpLeftMd, ArrowUpLeftSm, ArrowUpLg, ArrowUpMd, ArrowUpRightLg, ArrowUpRightMd, ArrowUpRightSm, ArrowUpSm, ArrowsReload01, AttentionAi, BarBottom, BarLeft, BarRight, BarTop, Bell, BellAdd, BellClose, BellNotification, BellOff, BellRemove, BellRing, Bold, Bolt, Book, Book2, BookOpen, Bookmark, Building, Building2, Building3, Building4, Bulb, Calendar, CalendarAdd, CalendarCheck, CalendarClose, CalendarDays, CalendarEdit, CalendarEvent, CalendarList, CalendarRemove, CalendarWeek, Camera, CarAuto, Card, CardLibrary, CaretCircleDown, CaretCircleLeft, CaretCircleRight, CaretCircleUp, CaretDownMd, CaretDownSm, CaretLeftSm, CaretRightSm, CaretUpMd, CaretUpSm, ChartBarHorizontal, ChartBarVertical, ChartBarVertical02, ChartLine, ChartPie, Chat, ChatAdd, ChatCheck, ChatCircle, ChatCircleAdd, ChatCircleCheck, ChatCircleClose, ChatCircleDots, ChatCircleRemove, ChatClose, ChatConversation, ChatConversationCircle, ChatDots, ChatRemove, Check, CheckAll, CheckAllBig, CheckBig, CheckMedium, CheckboxCheck, CheckboxFill, CheckboxUnchecked, ChevronDown, ChevronDownDuo, ChevronLeft, ChevronLeftDuo, ChevronLeftMd, ChevronRight, ChevronRightDuo, ChevronRightMd, ChevronUp, ChevronUpDuo, Chromecast, Circle, CircleCheck, CircleHelp, CircleWarning, Clock, ClockProgress, CloseCircle, CloseLg, CloseMd, CloseSm, CloseSquare, Cloud, CloudAdd, CloudCheck, CloudClose, CloudDownload, CloudOff, CloudRemove, CloudSync, CloudUpload, Code, CoffeToGo, Coffee, Columns, CombineAi, CombineCells, Command, Compass, Compass02, ContentUpdate, Cookie, Copy, CreditCard, CreditCard2, CriticalAi, Crop, Cupcake, Cylinder, Data, DeleteColumn, DeleteRow, Dermatology, Desktop, DesktopTower, Devices, DoubleQuotesL, DoubleQuotesR, Download, DownloadPackage, DragHorizontal, DragVertical, DrawingPencil, DummyCircle, DummyCircleSmall, DummySquare, DummySquareSmall, EditPencil, EditPencil2, EditPencilLine, EditPencilLine2, EventEdit, EventShortcut, Exit, Expand, ExternalLink, Figma, FileAdd, FileBlank, FileCheck, FileClose, FileCode, FileDocument, FileDownload, FileEdit, FileRemove, FileSearch, FileUpload, Files, Filter, FilterOff, Fire, FirstAid, Flag, Flashcard, FlashcardAi, Focus, Folder, FolderAdd, FolderCheck, FolderClose, FolderCode, FolderDocument, FolderDownload, FolderEdit, FolderOpen, FolderRemove, FolderSearch, FolderUpload, Folders, Font, Forward, Gift, Globe, GoalAi, Graduation, Grid, GynecologyAndObstetrics, HalfCheckLg, HamburgerLg, HamburgerMd, Handbag, Heading, HeadingH1, HeadingH2, HeadingH3, HeadingH4, HeadingH5, HeadingH6, Headphones, Heart, Heart2, Help, Hide, House, House2, House3, HouseAdd, HouseCheck, HouseClose, HouseRemove, Image, Image2, IndexHigh, IndexLow, IndexMedium, IndexPriority, Info, Instance, InternshipContent, InternshipSync, Italic, Keyboard, Label, Laptop, LastActivity, Layer, Layers, Leaf, LineL, LineM, LineS, LineXl, Link, LinkBreak, LinkHorizontal, LinkHorizontalOff, LinkVertical, ListAdd, ListCheck, ListChecklist, ListOrdered, ListRemove, ListUnordered, Loading, Lock, LockOpen, LogOut, MagnifyingGlassMinus, MagnifyingGlassPlus, Mail, MailOpen, MainComponent, Map, MapPin, Medbrain, MedbrainAi, MedicalClinic, MedicineStudy, MentalDisorder, Mention, MenuAlt, MenuAlt2, MenuAlt3, MenuAlt4, MenuAlt5, MenuDuoLg, MenuDuoMd, Mobile, MobileButton, Monitor, MonitorPlay, Moon, MoreGridBig, MoreGridSmall, MoreHorizontal, MoreVertical, Mouse, Move, MoveHorizontal, MoveVertical, MovingDesk, Navigation, Note, NoteEdit, NoteSearch, Notebook, Octagon, OctagonCheck, OctagonHelp, OctagonWarning, Option, PaperPlane, PaperclipAttechmentHorizontal, PaperclipAttechmentTilt, Paragraph, Path, Pause, PauseCircle, Pediatrics, Pen, Phone, Planet, Play, PlayCircle, Playlist, PlaylistAdd, PlaylistCheck, Postpone, Preventive, Printer, Puzzle, QrCode, QuestionAi, RadioFill, RadioUnchecked, Radiology, Rainbow, Redo, ReloadAi, RemoveMinus, RemoveMinusCircle, Repeat, Rewind, Rocket, Rows, Ruler, Save, SearchAi, SearchError, SearchMagnifyingGlass, SelectMultiple, Settings, SettingsFuture, ShareAndroid, ShareIOsExport, Shield, ShieldCheck, ShieldWarning, ShoppingBag, ShoppingBag2, ShoppingCart, ShoppingCart2, Show, Shrink, Shuffle, SidebarClose, SidebarOpen, SingleQuotesL, SingleQuotesR, SkipBack, SkipForward, Slider, Slider2, Slider3, Smile, SortAscending, SortDescending, SparkleArrowDownRightMd, SparkleArrowRightMd, SparkleArrowSubDownRightMd, SparkleArrowUpMd, SparkleArrowUpRightMd, SparklesAi, Spin10, Spin5, Square, SquareCheck, SquareHelp, SquareWarning, Star, Stop, StopCircle, StopSign, Strikethrough, Suitcase, Sun, SuperGoalAi, Surgery, SwatchesPalette, SwichtLeft, SwichtRight, Table, TableAdd, TableRemove, Tablet, TabletButton, Tag, Target, TarguetArrow, Terminal, TestAi, Text, TextAlignCenter, TextAlignJustify, TextAlignLeft, TextAlignRight, ThumbsDown, ThumbsUp, TicketVoucher, TimeAi, TimeRemaining, TimelineAi, Timer, TimerAdd, TimerClose, TimerRemove, Trade, TrashEmpty, TrashFull, TrendingDown, TrendingUp, Triangle, TriangleCheck, TriangleWarning, TurboReview, TwoCards, Underline, Undo, UnfoldLess, UnfoldMore, User, User2, User3, UserAdd, UserCardId, UserCheck, UserCircle, UserClose, UserRemove, UserSquare, UserVoice, Users, UsersGroup, VolumeMax, VolumeMin, VolumeMinus, VolumeOff, VolumeOff2, VolumePlus, Warning, WaterDrop, Wavy, WavyCheck, WavyHelp, WavyWarning, WeekAi, WifiHigh, WifiLow, WifiMedium, WifiNone, WifiOff, WifiProblem, Window, WindowCheck, WindowClose, WindowCodeBlock, WindowSidebar, WindowTerminal };
|
package/package.json
CHANGED