@medway-ui/icons 1.9.0 → 1.11.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/Clap.cjs +43 -0
- package/dist/components/icons/Clap.d.cts +6 -0
- package/dist/components/icons/Clap.d.ts +6 -0
- package/dist/components/icons/Clap.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/IndexBarHigh.cjs +43 -0
- package/dist/components/icons/IndexBarHigh.d.cts +6 -0
- package/dist/components/icons/IndexBarHigh.d.ts +6 -0
- package/dist/components/icons/IndexBarHigh.js +9 -0
- package/dist/components/icons/IndexBarLow.cjs +43 -0
- package/dist/components/icons/IndexBarLow.d.cts +6 -0
- package/dist/components/icons/IndexBarLow.d.ts +6 -0
- package/dist/components/icons/IndexBarLow.js +9 -0
- package/dist/components/icons/IndexBarMedium.cjs +43 -0
- package/dist/components/icons/IndexBarMedium.d.cts +6 -0
- package/dist/components/icons/IndexBarMedium.d.ts +6 -0
- package/dist/components/icons/IndexBarMedium.js +9 -0
- package/dist/components/icons/IndexBarPriority.cjs +43 -0
- package/dist/components/icons/IndexBarPriority.d.cts +6 -0
- package/dist/components/icons/IndexBarPriority.d.ts +6 -0
- package/dist/components/icons/IndexBarPriority.js +9 -0
- package/dist/components/icons/IndexPyramidHigh.cjs +43 -0
- package/dist/components/icons/IndexPyramidHigh.d.cts +6 -0
- package/dist/components/icons/IndexPyramidHigh.d.ts +6 -0
- package/dist/components/icons/IndexPyramidHigh.js +9 -0
- package/dist/components/icons/IndexPyramidLow.cjs +43 -0
- package/dist/components/icons/IndexPyramidLow.d.cts +6 -0
- package/dist/components/icons/IndexPyramidLow.d.ts +6 -0
- package/dist/components/icons/IndexPyramidLow.js +9 -0
- package/dist/components/icons/IndexPyramidMedium.cjs +43 -0
- package/dist/components/icons/IndexPyramidMedium.d.cts +6 -0
- package/dist/components/icons/IndexPyramidMedium.d.ts +6 -0
- package/dist/components/icons/IndexPyramidMedium.js +9 -0
- package/dist/components/icons/IndexPyramidPriority.cjs +43 -0
- package/dist/components/icons/IndexPyramidPriority.d.cts +6 -0
- package/dist/components/icons/IndexPyramidPriority.d.ts +6 -0
- package/dist/components/icons/IndexPyramidPriority.js +9 -0
- package/dist/components/icons/Rat.cjs +43 -0
- package/dist/components/icons/Rat.d.cts +6 -0
- package/dist/components/icons/Rat.d.ts +6 -0
- package/dist/components/icons/Rat.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/Shape5.cjs +43 -0
- package/dist/components/icons/Shape5.d.cts +6 -0
- package/dist/components/icons/Shape5.d.ts +6 -0
- package/dist/components/icons/Shape5.js +9 -0
- package/dist/components/icons/Shape6.cjs +43 -0
- package/dist/components/icons/Shape6.d.cts +6 -0
- package/dist/components/icons/Shape6.d.ts +6 -0
- package/dist/components/icons/Shape6.js +9 -0
- package/dist/components/icons/Shape7.cjs +43 -0
- package/dist/components/icons/Shape7.d.cts +6 -0
- package/dist/components/icons/Shape7.d.ts +6 -0
- package/dist/components/icons/Shape7.js +9 -0
- package/dist/components/icons/Shape8.cjs +43 -0
- package/dist/components/icons/Shape8.d.cts +6 -0
- package/dist/components/icons/Shape8.d.ts +6 -0
- package/dist/components/icons/Shape8.js +9 -0
- package/dist/components/icons/TimelineAnticipate.cjs +43 -0
- package/dist/components/icons/TimelineAnticipate.d.cts +6 -0
- package/dist/components/icons/TimelineAnticipate.d.ts +6 -0
- package/dist/components/icons/TimelineAnticipate.js +9 -0
- package/dist/components/icons/index.cjs +51 -0
- package/dist/components/icons/index.d.cts +17 -0
- package/dist/components/icons/index.d.ts +17 -0
- package/dist/components/icons/index.js +34 -0
- package/dist/index.d.cts +17 -0
- package/dist/index.d.ts +17 -0
- package/native/components/icons/Clap.cjs +52 -0
- package/native/components/icons/Clap.d.cts +9 -0
- package/native/components/icons/Clap.d.ts +9 -0
- package/native/components/icons/Clap.js +18 -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/IndexBarHigh.cjs +45 -0
- package/native/components/icons/IndexBarHigh.d.cts +9 -0
- package/native/components/icons/IndexBarHigh.d.ts +9 -0
- package/native/components/icons/IndexBarHigh.js +11 -0
- package/native/components/icons/IndexBarLow.cjs +45 -0
- package/native/components/icons/IndexBarLow.d.cts +9 -0
- package/native/components/icons/IndexBarLow.d.ts +9 -0
- package/native/components/icons/IndexBarLow.js +11 -0
- package/native/components/icons/IndexBarMedium.cjs +45 -0
- package/native/components/icons/IndexBarMedium.d.cts +9 -0
- package/native/components/icons/IndexBarMedium.d.ts +9 -0
- package/native/components/icons/IndexBarMedium.js +11 -0
- package/native/components/icons/IndexBarPriority.cjs +45 -0
- package/native/components/icons/IndexBarPriority.d.cts +9 -0
- package/native/components/icons/IndexBarPriority.d.ts +9 -0
- package/native/components/icons/IndexBarPriority.js +11 -0
- package/native/components/icons/IndexPyramidHigh.cjs +45 -0
- package/native/components/icons/IndexPyramidHigh.d.cts +9 -0
- package/native/components/icons/IndexPyramidHigh.d.ts +9 -0
- package/native/components/icons/IndexPyramidHigh.js +11 -0
- package/native/components/icons/IndexPyramidLow.cjs +45 -0
- package/native/components/icons/IndexPyramidLow.d.cts +9 -0
- package/native/components/icons/IndexPyramidLow.d.ts +9 -0
- package/native/components/icons/IndexPyramidLow.js +11 -0
- package/native/components/icons/IndexPyramidMedium.cjs +45 -0
- package/native/components/icons/IndexPyramidMedium.d.cts +9 -0
- package/native/components/icons/IndexPyramidMedium.d.ts +9 -0
- package/native/components/icons/IndexPyramidMedium.js +11 -0
- package/native/components/icons/IndexPyramidPriority.cjs +45 -0
- package/native/components/icons/IndexPyramidPriority.d.cts +9 -0
- package/native/components/icons/IndexPyramidPriority.d.ts +9 -0
- package/native/components/icons/IndexPyramidPriority.js +11 -0
- package/native/components/icons/Rat.cjs +45 -0
- package/native/components/icons/Rat.d.cts +9 -0
- package/native/components/icons/Rat.d.ts +9 -0
- package/native/components/icons/Rat.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/Shape5.cjs +45 -0
- package/native/components/icons/Shape5.d.cts +9 -0
- package/native/components/icons/Shape5.d.ts +9 -0
- package/native/components/icons/Shape5.js +11 -0
- package/native/components/icons/Shape6.cjs +45 -0
- package/native/components/icons/Shape6.d.cts +9 -0
- package/native/components/icons/Shape6.d.ts +9 -0
- package/native/components/icons/Shape6.js +11 -0
- package/native/components/icons/Shape7.cjs +45 -0
- package/native/components/icons/Shape7.d.cts +9 -0
- package/native/components/icons/Shape7.d.ts +9 -0
- package/native/components/icons/Shape7.js +11 -0
- package/native/components/icons/Shape8.cjs +45 -0
- package/native/components/icons/Shape8.d.cts +9 -0
- package/native/components/icons/Shape8.d.ts +9 -0
- package/native/components/icons/Shape8.js +11 -0
- package/native/components/icons/TimelineAnticipate.cjs +45 -0
- package/native/components/icons/TimelineAnticipate.d.cts +9 -0
- package/native/components/icons/TimelineAnticipate.d.ts +9 -0
- package/native/components/icons/TimelineAnticipate.js +11 -0
- package/native/components/icons/index.cjs +51 -0
- package/native/components/icons/index.d.cts +17 -0
- package/native/components/icons/index.d.ts +17 -0
- package/native/components/icons/index.js +34 -0
- package/native/index.d.cts +103 -1
- package/native/index.d.ts +103 -1
- package/package.json +2 -2
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SvgProps } from 'react-native-svg';
|
|
2
|
+
|
|
3
|
+
type TimelineAnticipateProps = {
|
|
4
|
+
color: string;
|
|
5
|
+
strokeWidth?: number;
|
|
6
|
+
} & SvgProps;
|
|
7
|
+
declare const TimelineAnticipate: ({ height, width, color, strokeWidth }: TimelineAnticipateProps) => JSX.Element;
|
|
8
|
+
|
|
9
|
+
export { TimelineAnticipate };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SvgProps } from 'react-native-svg';
|
|
2
|
+
|
|
3
|
+
type TimelineAnticipateProps = {
|
|
4
|
+
color: string;
|
|
5
|
+
strokeWidth?: number;
|
|
6
|
+
} & SvgProps;
|
|
7
|
+
declare const TimelineAnticipate: ({ height, width, color, strokeWidth }: TimelineAnticipateProps) => JSX.Element;
|
|
8
|
+
|
|
9
|
+
export { TimelineAnticipate };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SvgXml } from "react-native-svg";
|
|
3
|
+
const TimelineAnticipate = ({ 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="M13 7H14M18 7H19M13 17H14M18 17H19M18 12H19M14.5 12H2M8 6L2 12L8 18" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
7
|
+
`, height, width, color, strokeWidth });
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
TimelineAnticipate
|
|
11
|
+
};
|
|
@@ -168,6 +168,7 @@ __export(icons_exports, {
|
|
|
168
168
|
CircleCheck: () => import_CircleCheck.CircleCheck,
|
|
169
169
|
CircleHelp: () => import_CircleHelp.CircleHelp,
|
|
170
170
|
CircleWarning: () => import_CircleWarning.CircleWarning,
|
|
171
|
+
Clap: () => import_Clap.Clap,
|
|
171
172
|
Clock: () => import_Clock.Clock,
|
|
172
173
|
ClockProgress: () => import_ClockProgress.ClockProgress,
|
|
173
174
|
CloseCircle: () => import_CloseCircle.CloseCircle,
|
|
@@ -193,6 +194,7 @@ __export(icons_exports, {
|
|
|
193
194
|
Command: () => import_Command.Command,
|
|
194
195
|
Compass: () => import_Compass.Compass,
|
|
195
196
|
Compass02: () => import_Compass02.Compass02,
|
|
197
|
+
ContentUpdate: () => import_ContentUpdate.ContentUpdate,
|
|
196
198
|
Cookie: () => import_Cookie.Cookie,
|
|
197
199
|
Copy: () => import_Copy.Copy,
|
|
198
200
|
CreditCard: () => import_CreditCard.CreditCard,
|
|
@@ -295,10 +297,18 @@ __export(icons_exports, {
|
|
|
295
297
|
HouseRemove: () => import_HouseRemove.HouseRemove,
|
|
296
298
|
Image: () => import_Image.Image,
|
|
297
299
|
Image2: () => import_Image2.Image2,
|
|
300
|
+
IndexBarHigh: () => import_IndexBarHigh.IndexBarHigh,
|
|
301
|
+
IndexBarLow: () => import_IndexBarLow.IndexBarLow,
|
|
302
|
+
IndexBarMedium: () => import_IndexBarMedium.IndexBarMedium,
|
|
303
|
+
IndexBarPriority: () => import_IndexBarPriority.IndexBarPriority,
|
|
298
304
|
IndexHigh: () => import_IndexHigh.IndexHigh,
|
|
299
305
|
IndexLow: () => import_IndexLow.IndexLow,
|
|
300
306
|
IndexMedium: () => import_IndexMedium.IndexMedium,
|
|
301
307
|
IndexPriority: () => import_IndexPriority.IndexPriority,
|
|
308
|
+
IndexPyramidHigh: () => import_IndexPyramidHigh.IndexPyramidHigh,
|
|
309
|
+
IndexPyramidLow: () => import_IndexPyramidLow.IndexPyramidLow,
|
|
310
|
+
IndexPyramidMedium: () => import_IndexPyramidMedium.IndexPyramidMedium,
|
|
311
|
+
IndexPyramidPriority: () => import_IndexPyramidPriority.IndexPyramidPriority,
|
|
302
312
|
Info: () => import_Info.Info,
|
|
303
313
|
Instance: () => import_Instance.Instance,
|
|
304
314
|
InternshipContent: () => import_InternshipContent.InternshipContent,
|
|
@@ -400,6 +410,7 @@ __export(icons_exports, {
|
|
|
400
410
|
RadioUnchecked: () => import_RadioUnchecked.RadioUnchecked,
|
|
401
411
|
Radiology: () => import_Radiology.Radiology,
|
|
402
412
|
Rainbow: () => import_Rainbow.Rainbow,
|
|
413
|
+
Rat: () => import_Rat.Rat,
|
|
403
414
|
Redo: () => import_Redo.Redo,
|
|
404
415
|
ReloadAi: () => import_ReloadAi.ReloadAi,
|
|
405
416
|
RemoveMinus: () => import_RemoveMinus.RemoveMinus,
|
|
@@ -411,10 +422,15 @@ __export(icons_exports, {
|
|
|
411
422
|
Ruler: () => import_Ruler.Ruler,
|
|
412
423
|
Save: () => import_Save.Save,
|
|
413
424
|
SearchAi: () => import_SearchAi.SearchAi,
|
|
425
|
+
SearchError: () => import_SearchError.SearchError,
|
|
414
426
|
SearchMagnifyingGlass: () => import_SearchMagnifyingGlass.SearchMagnifyingGlass,
|
|
415
427
|
SelectMultiple: () => import_SelectMultiple.SelectMultiple,
|
|
416
428
|
Settings: () => import_Settings.Settings,
|
|
417
429
|
SettingsFuture: () => import_SettingsFuture.SettingsFuture,
|
|
430
|
+
Shape5: () => import_Shape5.Shape5,
|
|
431
|
+
Shape6: () => import_Shape6.Shape6,
|
|
432
|
+
Shape7: () => import_Shape7.Shape7,
|
|
433
|
+
Shape8: () => import_Shape8.Shape8,
|
|
418
434
|
ShareAndroid: () => import_ShareAndroid.ShareAndroid,
|
|
419
435
|
ShareIOsExport: () => import_ShareIOsExport.ShareIOsExport,
|
|
420
436
|
Shield: () => import_Shield.Shield,
|
|
@@ -484,6 +500,7 @@ __export(icons_exports, {
|
|
|
484
500
|
TimeAi: () => import_TimeAi.TimeAi,
|
|
485
501
|
TimeRemaining: () => import_TimeRemaining.TimeRemaining,
|
|
486
502
|
TimelineAi: () => import_TimelineAi.TimelineAi,
|
|
503
|
+
TimelineAnticipate: () => import_TimelineAnticipate.TimelineAnticipate,
|
|
487
504
|
Timer: () => import_Timer.Timer,
|
|
488
505
|
TimerAdd: () => import_TimerAdd.TimerAdd,
|
|
489
506
|
TimerClose: () => import_TimerClose.TimerClose,
|
|
@@ -692,6 +709,7 @@ var import_Circle = require("./Circle");
|
|
|
692
709
|
var import_CircleCheck = require("./CircleCheck");
|
|
693
710
|
var import_CircleHelp = require("./CircleHelp");
|
|
694
711
|
var import_CircleWarning = require("./CircleWarning");
|
|
712
|
+
var import_Clap = require("./Clap");
|
|
695
713
|
var import_Clock = require("./Clock");
|
|
696
714
|
var import_ClockProgress = require("./ClockProgress");
|
|
697
715
|
var import_CloseCircle = require("./CloseCircle");
|
|
@@ -717,6 +735,7 @@ var import_CombineCells = require("./CombineCells");
|
|
|
717
735
|
var import_Command = require("./Command");
|
|
718
736
|
var import_Compass = require("./Compass");
|
|
719
737
|
var import_Compass02 = require("./Compass02");
|
|
738
|
+
var import_ContentUpdate = require("./ContentUpdate");
|
|
720
739
|
var import_Cookie = require("./Cookie");
|
|
721
740
|
var import_Copy = require("./Copy");
|
|
722
741
|
var import_CreditCard = require("./CreditCard");
|
|
@@ -819,10 +838,18 @@ var import_HouseClose = require("./HouseClose");
|
|
|
819
838
|
var import_HouseRemove = require("./HouseRemove");
|
|
820
839
|
var import_Image = require("./Image");
|
|
821
840
|
var import_Image2 = require("./Image2");
|
|
841
|
+
var import_IndexBarHigh = require("./IndexBarHigh");
|
|
842
|
+
var import_IndexBarLow = require("./IndexBarLow");
|
|
843
|
+
var import_IndexBarMedium = require("./IndexBarMedium");
|
|
844
|
+
var import_IndexBarPriority = require("./IndexBarPriority");
|
|
822
845
|
var import_IndexHigh = require("./IndexHigh");
|
|
823
846
|
var import_IndexLow = require("./IndexLow");
|
|
824
847
|
var import_IndexMedium = require("./IndexMedium");
|
|
825
848
|
var import_IndexPriority = require("./IndexPriority");
|
|
849
|
+
var import_IndexPyramidHigh = require("./IndexPyramidHigh");
|
|
850
|
+
var import_IndexPyramidLow = require("./IndexPyramidLow");
|
|
851
|
+
var import_IndexPyramidMedium = require("./IndexPyramidMedium");
|
|
852
|
+
var import_IndexPyramidPriority = require("./IndexPyramidPriority");
|
|
826
853
|
var import_Info = require("./Info");
|
|
827
854
|
var import_Instance = require("./Instance");
|
|
828
855
|
var import_InternshipContent = require("./InternshipContent");
|
|
@@ -924,6 +951,7 @@ var import_RadioFill = require("./RadioFill");
|
|
|
924
951
|
var import_RadioUnchecked = require("./RadioUnchecked");
|
|
925
952
|
var import_Radiology = require("./Radiology");
|
|
926
953
|
var import_Rainbow = require("./Rainbow");
|
|
954
|
+
var import_Rat = require("./Rat");
|
|
927
955
|
var import_Redo = require("./Redo");
|
|
928
956
|
var import_ReloadAi = require("./ReloadAi");
|
|
929
957
|
var import_RemoveMinus = require("./RemoveMinus");
|
|
@@ -935,10 +963,15 @@ var import_Rows = require("./Rows");
|
|
|
935
963
|
var import_Ruler = require("./Ruler");
|
|
936
964
|
var import_Save = require("./Save");
|
|
937
965
|
var import_SearchAi = require("./SearchAi");
|
|
966
|
+
var import_SearchError = require("./SearchError");
|
|
938
967
|
var import_SearchMagnifyingGlass = require("./SearchMagnifyingGlass");
|
|
939
968
|
var import_SelectMultiple = require("./SelectMultiple");
|
|
940
969
|
var import_Settings = require("./Settings");
|
|
941
970
|
var import_SettingsFuture = require("./SettingsFuture");
|
|
971
|
+
var import_Shape5 = require("./Shape5");
|
|
972
|
+
var import_Shape6 = require("./Shape6");
|
|
973
|
+
var import_Shape7 = require("./Shape7");
|
|
974
|
+
var import_Shape8 = require("./Shape8");
|
|
942
975
|
var import_ShareAndroid = require("./ShareAndroid");
|
|
943
976
|
var import_ShareIOsExport = require("./ShareIOsExport");
|
|
944
977
|
var import_Shield = require("./Shield");
|
|
@@ -1008,6 +1041,7 @@ var import_TicketVoucher = require("./TicketVoucher");
|
|
|
1008
1041
|
var import_TimeAi = require("./TimeAi");
|
|
1009
1042
|
var import_TimeRemaining = require("./TimeRemaining");
|
|
1010
1043
|
var import_TimelineAi = require("./TimelineAi");
|
|
1044
|
+
var import_TimelineAnticipate = require("./TimelineAnticipate");
|
|
1011
1045
|
var import_Timer = require("./Timer");
|
|
1012
1046
|
var import_TimerAdd = require("./TimerAdd");
|
|
1013
1047
|
var import_TimerClose = require("./TimerClose");
|
|
@@ -1216,6 +1250,7 @@ var import_WindowTerminal = require("./WindowTerminal");
|
|
|
1216
1250
|
CircleCheck,
|
|
1217
1251
|
CircleHelp,
|
|
1218
1252
|
CircleWarning,
|
|
1253
|
+
Clap,
|
|
1219
1254
|
Clock,
|
|
1220
1255
|
ClockProgress,
|
|
1221
1256
|
CloseCircle,
|
|
@@ -1241,6 +1276,7 @@ var import_WindowTerminal = require("./WindowTerminal");
|
|
|
1241
1276
|
Command,
|
|
1242
1277
|
Compass,
|
|
1243
1278
|
Compass02,
|
|
1279
|
+
ContentUpdate,
|
|
1244
1280
|
Cookie,
|
|
1245
1281
|
Copy,
|
|
1246
1282
|
CreditCard,
|
|
@@ -1343,10 +1379,18 @@ var import_WindowTerminal = require("./WindowTerminal");
|
|
|
1343
1379
|
HouseRemove,
|
|
1344
1380
|
Image,
|
|
1345
1381
|
Image2,
|
|
1382
|
+
IndexBarHigh,
|
|
1383
|
+
IndexBarLow,
|
|
1384
|
+
IndexBarMedium,
|
|
1385
|
+
IndexBarPriority,
|
|
1346
1386
|
IndexHigh,
|
|
1347
1387
|
IndexLow,
|
|
1348
1388
|
IndexMedium,
|
|
1349
1389
|
IndexPriority,
|
|
1390
|
+
IndexPyramidHigh,
|
|
1391
|
+
IndexPyramidLow,
|
|
1392
|
+
IndexPyramidMedium,
|
|
1393
|
+
IndexPyramidPriority,
|
|
1350
1394
|
Info,
|
|
1351
1395
|
Instance,
|
|
1352
1396
|
InternshipContent,
|
|
@@ -1448,6 +1492,7 @@ var import_WindowTerminal = require("./WindowTerminal");
|
|
|
1448
1492
|
RadioUnchecked,
|
|
1449
1493
|
Radiology,
|
|
1450
1494
|
Rainbow,
|
|
1495
|
+
Rat,
|
|
1451
1496
|
Redo,
|
|
1452
1497
|
ReloadAi,
|
|
1453
1498
|
RemoveMinus,
|
|
@@ -1459,10 +1504,15 @@ var import_WindowTerminal = require("./WindowTerminal");
|
|
|
1459
1504
|
Ruler,
|
|
1460
1505
|
Save,
|
|
1461
1506
|
SearchAi,
|
|
1507
|
+
SearchError,
|
|
1462
1508
|
SearchMagnifyingGlass,
|
|
1463
1509
|
SelectMultiple,
|
|
1464
1510
|
Settings,
|
|
1465
1511
|
SettingsFuture,
|
|
1512
|
+
Shape5,
|
|
1513
|
+
Shape6,
|
|
1514
|
+
Shape7,
|
|
1515
|
+
Shape8,
|
|
1466
1516
|
ShareAndroid,
|
|
1467
1517
|
ShareIOsExport,
|
|
1468
1518
|
Shield,
|
|
@@ -1532,6 +1582,7 @@ var import_WindowTerminal = require("./WindowTerminal");
|
|
|
1532
1582
|
TimeAi,
|
|
1533
1583
|
TimeRemaining,
|
|
1534
1584
|
TimelineAi,
|
|
1585
|
+
TimelineAnticipate,
|
|
1535
1586
|
Timer,
|
|
1536
1587
|
TimerAdd,
|
|
1537
1588
|
TimerClose,
|
|
@@ -148,6 +148,7 @@ export { Circle } from './Circle.cjs';
|
|
|
148
148
|
export { CircleCheck } from './CircleCheck.cjs';
|
|
149
149
|
export { CircleHelp } from './CircleHelp.cjs';
|
|
150
150
|
export { CircleWarning } from './CircleWarning.cjs';
|
|
151
|
+
export { Clap } from './Clap.cjs';
|
|
151
152
|
export { Clock } from './Clock.cjs';
|
|
152
153
|
export { ClockProgress } from './ClockProgress.cjs';
|
|
153
154
|
export { CloseCircle } from './CloseCircle.cjs';
|
|
@@ -173,6 +174,7 @@ export { CombineCells } from './CombineCells.cjs';
|
|
|
173
174
|
export { Command } from './Command.cjs';
|
|
174
175
|
export { Compass } from './Compass.cjs';
|
|
175
176
|
export { Compass02 } from './Compass02.cjs';
|
|
177
|
+
export { ContentUpdate } from './ContentUpdate.cjs';
|
|
176
178
|
export { Cookie } from './Cookie.cjs';
|
|
177
179
|
export { Copy } from './Copy.cjs';
|
|
178
180
|
export { CreditCard } from './CreditCard.cjs';
|
|
@@ -275,10 +277,18 @@ export { HouseClose } from './HouseClose.cjs';
|
|
|
275
277
|
export { HouseRemove } from './HouseRemove.cjs';
|
|
276
278
|
export { Image } from './Image.cjs';
|
|
277
279
|
export { Image2 } from './Image2.cjs';
|
|
280
|
+
export { IndexBarHigh } from './IndexBarHigh.cjs';
|
|
281
|
+
export { IndexBarLow } from './IndexBarLow.cjs';
|
|
282
|
+
export { IndexBarMedium } from './IndexBarMedium.cjs';
|
|
283
|
+
export { IndexBarPriority } from './IndexBarPriority.cjs';
|
|
278
284
|
export { IndexHigh } from './IndexHigh.cjs';
|
|
279
285
|
export { IndexLow } from './IndexLow.cjs';
|
|
280
286
|
export { IndexMedium } from './IndexMedium.cjs';
|
|
281
287
|
export { IndexPriority } from './IndexPriority.cjs';
|
|
288
|
+
export { IndexPyramidHigh } from './IndexPyramidHigh.cjs';
|
|
289
|
+
export { IndexPyramidLow } from './IndexPyramidLow.cjs';
|
|
290
|
+
export { IndexPyramidMedium } from './IndexPyramidMedium.cjs';
|
|
291
|
+
export { IndexPyramidPriority } from './IndexPyramidPriority.cjs';
|
|
282
292
|
export { Info } from './Info.cjs';
|
|
283
293
|
export { Instance } from './Instance.cjs';
|
|
284
294
|
export { InternshipContent } from './InternshipContent.cjs';
|
|
@@ -380,6 +390,7 @@ export { RadioFill } from './RadioFill.cjs';
|
|
|
380
390
|
export { RadioUnchecked } from './RadioUnchecked.cjs';
|
|
381
391
|
export { Radiology } from './Radiology.cjs';
|
|
382
392
|
export { Rainbow } from './Rainbow.cjs';
|
|
393
|
+
export { Rat } from './Rat.cjs';
|
|
383
394
|
export { Redo } from './Redo.cjs';
|
|
384
395
|
export { ReloadAi } from './ReloadAi.cjs';
|
|
385
396
|
export { RemoveMinus } from './RemoveMinus.cjs';
|
|
@@ -391,10 +402,15 @@ export { Rows } from './Rows.cjs';
|
|
|
391
402
|
export { Ruler } from './Ruler.cjs';
|
|
392
403
|
export { Save } from './Save.cjs';
|
|
393
404
|
export { SearchAi } from './SearchAi.cjs';
|
|
405
|
+
export { SearchError } from './SearchError.cjs';
|
|
394
406
|
export { SearchMagnifyingGlass } from './SearchMagnifyingGlass.cjs';
|
|
395
407
|
export { SelectMultiple } from './SelectMultiple.cjs';
|
|
396
408
|
export { Settings } from './Settings.cjs';
|
|
397
409
|
export { SettingsFuture } from './SettingsFuture.cjs';
|
|
410
|
+
export { Shape5 } from './Shape5.cjs';
|
|
411
|
+
export { Shape6 } from './Shape6.cjs';
|
|
412
|
+
export { Shape7 } from './Shape7.cjs';
|
|
413
|
+
export { Shape8 } from './Shape8.cjs';
|
|
398
414
|
export { ShareAndroid } from './ShareAndroid.cjs';
|
|
399
415
|
export { ShareIOsExport } from './ShareIOsExport.cjs';
|
|
400
416
|
export { Shield } from './Shield.cjs';
|
|
@@ -464,6 +480,7 @@ export { TicketVoucher } from './TicketVoucher.cjs';
|
|
|
464
480
|
export { TimeAi } from './TimeAi.cjs';
|
|
465
481
|
export { TimeRemaining } from './TimeRemaining.cjs';
|
|
466
482
|
export { TimelineAi } from './TimelineAi.cjs';
|
|
483
|
+
export { TimelineAnticipate } from './TimelineAnticipate.cjs';
|
|
467
484
|
export { Timer } from './Timer.cjs';
|
|
468
485
|
export { TimerAdd } from './TimerAdd.cjs';
|
|
469
486
|
export { TimerClose } from './TimerClose.cjs';
|
|
@@ -148,6 +148,7 @@ export { Circle } from './Circle.js';
|
|
|
148
148
|
export { CircleCheck } from './CircleCheck.js';
|
|
149
149
|
export { CircleHelp } from './CircleHelp.js';
|
|
150
150
|
export { CircleWarning } from './CircleWarning.js';
|
|
151
|
+
export { Clap } from './Clap.js';
|
|
151
152
|
export { Clock } from './Clock.js';
|
|
152
153
|
export { ClockProgress } from './ClockProgress.js';
|
|
153
154
|
export { CloseCircle } from './CloseCircle.js';
|
|
@@ -173,6 +174,7 @@ export { CombineCells } from './CombineCells.js';
|
|
|
173
174
|
export { Command } from './Command.js';
|
|
174
175
|
export { Compass } from './Compass.js';
|
|
175
176
|
export { Compass02 } from './Compass02.js';
|
|
177
|
+
export { ContentUpdate } from './ContentUpdate.js';
|
|
176
178
|
export { Cookie } from './Cookie.js';
|
|
177
179
|
export { Copy } from './Copy.js';
|
|
178
180
|
export { CreditCard } from './CreditCard.js';
|
|
@@ -275,10 +277,18 @@ export { HouseClose } from './HouseClose.js';
|
|
|
275
277
|
export { HouseRemove } from './HouseRemove.js';
|
|
276
278
|
export { Image } from './Image.js';
|
|
277
279
|
export { Image2 } from './Image2.js';
|
|
280
|
+
export { IndexBarHigh } from './IndexBarHigh.js';
|
|
281
|
+
export { IndexBarLow } from './IndexBarLow.js';
|
|
282
|
+
export { IndexBarMedium } from './IndexBarMedium.js';
|
|
283
|
+
export { IndexBarPriority } from './IndexBarPriority.js';
|
|
278
284
|
export { IndexHigh } from './IndexHigh.js';
|
|
279
285
|
export { IndexLow } from './IndexLow.js';
|
|
280
286
|
export { IndexMedium } from './IndexMedium.js';
|
|
281
287
|
export { IndexPriority } from './IndexPriority.js';
|
|
288
|
+
export { IndexPyramidHigh } from './IndexPyramidHigh.js';
|
|
289
|
+
export { IndexPyramidLow } from './IndexPyramidLow.js';
|
|
290
|
+
export { IndexPyramidMedium } from './IndexPyramidMedium.js';
|
|
291
|
+
export { IndexPyramidPriority } from './IndexPyramidPriority.js';
|
|
282
292
|
export { Info } from './Info.js';
|
|
283
293
|
export { Instance } from './Instance.js';
|
|
284
294
|
export { InternshipContent } from './InternshipContent.js';
|
|
@@ -380,6 +390,7 @@ export { RadioFill } from './RadioFill.js';
|
|
|
380
390
|
export { RadioUnchecked } from './RadioUnchecked.js';
|
|
381
391
|
export { Radiology } from './Radiology.js';
|
|
382
392
|
export { Rainbow } from './Rainbow.js';
|
|
393
|
+
export { Rat } from './Rat.js';
|
|
383
394
|
export { Redo } from './Redo.js';
|
|
384
395
|
export { ReloadAi } from './ReloadAi.js';
|
|
385
396
|
export { RemoveMinus } from './RemoveMinus.js';
|
|
@@ -391,10 +402,15 @@ export { Rows } from './Rows.js';
|
|
|
391
402
|
export { Ruler } from './Ruler.js';
|
|
392
403
|
export { Save } from './Save.js';
|
|
393
404
|
export { SearchAi } from './SearchAi.js';
|
|
405
|
+
export { SearchError } from './SearchError.js';
|
|
394
406
|
export { SearchMagnifyingGlass } from './SearchMagnifyingGlass.js';
|
|
395
407
|
export { SelectMultiple } from './SelectMultiple.js';
|
|
396
408
|
export { Settings } from './Settings.js';
|
|
397
409
|
export { SettingsFuture } from './SettingsFuture.js';
|
|
410
|
+
export { Shape5 } from './Shape5.js';
|
|
411
|
+
export { Shape6 } from './Shape6.js';
|
|
412
|
+
export { Shape7 } from './Shape7.js';
|
|
413
|
+
export { Shape8 } from './Shape8.js';
|
|
398
414
|
export { ShareAndroid } from './ShareAndroid.js';
|
|
399
415
|
export { ShareIOsExport } from './ShareIOsExport.js';
|
|
400
416
|
export { Shield } from './Shield.js';
|
|
@@ -464,6 +480,7 @@ export { TicketVoucher } from './TicketVoucher.js';
|
|
|
464
480
|
export { TimeAi } from './TimeAi.js';
|
|
465
481
|
export { TimeRemaining } from './TimeRemaining.js';
|
|
466
482
|
export { TimelineAi } from './TimelineAi.js';
|
|
483
|
+
export { TimelineAnticipate } from './TimelineAnticipate.js';
|
|
467
484
|
export { Timer } from './Timer.js';
|
|
468
485
|
export { TimerAdd } from './TimerAdd.js';
|
|
469
486
|
export { TimerClose } from './TimerClose.js';
|
|
@@ -148,6 +148,7 @@ import { Circle } from "./Circle";
|
|
|
148
148
|
import { CircleCheck } from "./CircleCheck";
|
|
149
149
|
import { CircleHelp } from "./CircleHelp";
|
|
150
150
|
import { CircleWarning } from "./CircleWarning";
|
|
151
|
+
import { Clap } from "./Clap";
|
|
151
152
|
import { Clock } from "./Clock";
|
|
152
153
|
import { ClockProgress } from "./ClockProgress";
|
|
153
154
|
import { CloseCircle } from "./CloseCircle";
|
|
@@ -173,6 +174,7 @@ import { CombineCells } from "./CombineCells";
|
|
|
173
174
|
import { Command } from "./Command";
|
|
174
175
|
import { Compass } from "./Compass";
|
|
175
176
|
import { Compass02 } from "./Compass02";
|
|
177
|
+
import { ContentUpdate } from "./ContentUpdate";
|
|
176
178
|
import { Cookie } from "./Cookie";
|
|
177
179
|
import { Copy } from "./Copy";
|
|
178
180
|
import { CreditCard } from "./CreditCard";
|
|
@@ -275,10 +277,18 @@ import { HouseClose } from "./HouseClose";
|
|
|
275
277
|
import { HouseRemove } from "./HouseRemove";
|
|
276
278
|
import { Image } from "./Image";
|
|
277
279
|
import { Image2 } from "./Image2";
|
|
280
|
+
import { IndexBarHigh } from "./IndexBarHigh";
|
|
281
|
+
import { IndexBarLow } from "./IndexBarLow";
|
|
282
|
+
import { IndexBarMedium } from "./IndexBarMedium";
|
|
283
|
+
import { IndexBarPriority } from "./IndexBarPriority";
|
|
278
284
|
import { IndexHigh } from "./IndexHigh";
|
|
279
285
|
import { IndexLow } from "./IndexLow";
|
|
280
286
|
import { IndexMedium } from "./IndexMedium";
|
|
281
287
|
import { IndexPriority } from "./IndexPriority";
|
|
288
|
+
import { IndexPyramidHigh } from "./IndexPyramidHigh";
|
|
289
|
+
import { IndexPyramidLow } from "./IndexPyramidLow";
|
|
290
|
+
import { IndexPyramidMedium } from "./IndexPyramidMedium";
|
|
291
|
+
import { IndexPyramidPriority } from "./IndexPyramidPriority";
|
|
282
292
|
import { Info } from "./Info";
|
|
283
293
|
import { Instance } from "./Instance";
|
|
284
294
|
import { InternshipContent } from "./InternshipContent";
|
|
@@ -380,6 +390,7 @@ import { RadioFill } from "./RadioFill";
|
|
|
380
390
|
import { RadioUnchecked } from "./RadioUnchecked";
|
|
381
391
|
import { Radiology } from "./Radiology";
|
|
382
392
|
import { Rainbow } from "./Rainbow";
|
|
393
|
+
import { Rat } from "./Rat";
|
|
383
394
|
import { Redo } from "./Redo";
|
|
384
395
|
import { ReloadAi } from "./ReloadAi";
|
|
385
396
|
import { RemoveMinus } from "./RemoveMinus";
|
|
@@ -391,10 +402,15 @@ import { Rows } from "./Rows";
|
|
|
391
402
|
import { Ruler } from "./Ruler";
|
|
392
403
|
import { Save } from "./Save";
|
|
393
404
|
import { SearchAi } from "./SearchAi";
|
|
405
|
+
import { SearchError } from "./SearchError";
|
|
394
406
|
import { SearchMagnifyingGlass } from "./SearchMagnifyingGlass";
|
|
395
407
|
import { SelectMultiple } from "./SelectMultiple";
|
|
396
408
|
import { Settings } from "./Settings";
|
|
397
409
|
import { SettingsFuture } from "./SettingsFuture";
|
|
410
|
+
import { Shape5 } from "./Shape5";
|
|
411
|
+
import { Shape6 } from "./Shape6";
|
|
412
|
+
import { Shape7 } from "./Shape7";
|
|
413
|
+
import { Shape8 } from "./Shape8";
|
|
398
414
|
import { ShareAndroid } from "./ShareAndroid";
|
|
399
415
|
import { ShareIOsExport } from "./ShareIOsExport";
|
|
400
416
|
import { Shield } from "./Shield";
|
|
@@ -464,6 +480,7 @@ import { TicketVoucher } from "./TicketVoucher";
|
|
|
464
480
|
import { TimeAi } from "./TimeAi";
|
|
465
481
|
import { TimeRemaining } from "./TimeRemaining";
|
|
466
482
|
import { TimelineAi } from "./TimelineAi";
|
|
483
|
+
import { TimelineAnticipate } from "./TimelineAnticipate";
|
|
467
484
|
import { Timer } from "./Timer";
|
|
468
485
|
import { TimerAdd } from "./TimerAdd";
|
|
469
486
|
import { TimerClose } from "./TimerClose";
|
|
@@ -671,6 +688,7 @@ export {
|
|
|
671
688
|
CircleCheck,
|
|
672
689
|
CircleHelp,
|
|
673
690
|
CircleWarning,
|
|
691
|
+
Clap,
|
|
674
692
|
Clock,
|
|
675
693
|
ClockProgress,
|
|
676
694
|
CloseCircle,
|
|
@@ -696,6 +714,7 @@ export {
|
|
|
696
714
|
Command,
|
|
697
715
|
Compass,
|
|
698
716
|
Compass02,
|
|
717
|
+
ContentUpdate,
|
|
699
718
|
Cookie,
|
|
700
719
|
Copy,
|
|
701
720
|
CreditCard,
|
|
@@ -798,10 +817,18 @@ export {
|
|
|
798
817
|
HouseRemove,
|
|
799
818
|
Image,
|
|
800
819
|
Image2,
|
|
820
|
+
IndexBarHigh,
|
|
821
|
+
IndexBarLow,
|
|
822
|
+
IndexBarMedium,
|
|
823
|
+
IndexBarPriority,
|
|
801
824
|
IndexHigh,
|
|
802
825
|
IndexLow,
|
|
803
826
|
IndexMedium,
|
|
804
827
|
IndexPriority,
|
|
828
|
+
IndexPyramidHigh,
|
|
829
|
+
IndexPyramidLow,
|
|
830
|
+
IndexPyramidMedium,
|
|
831
|
+
IndexPyramidPriority,
|
|
805
832
|
Info,
|
|
806
833
|
Instance,
|
|
807
834
|
InternshipContent,
|
|
@@ -903,6 +930,7 @@ export {
|
|
|
903
930
|
RadioUnchecked,
|
|
904
931
|
Radiology,
|
|
905
932
|
Rainbow,
|
|
933
|
+
Rat,
|
|
906
934
|
Redo,
|
|
907
935
|
ReloadAi,
|
|
908
936
|
RemoveMinus,
|
|
@@ -914,10 +942,15 @@ export {
|
|
|
914
942
|
Ruler,
|
|
915
943
|
Save,
|
|
916
944
|
SearchAi,
|
|
945
|
+
SearchError,
|
|
917
946
|
SearchMagnifyingGlass,
|
|
918
947
|
SelectMultiple,
|
|
919
948
|
Settings,
|
|
920
949
|
SettingsFuture,
|
|
950
|
+
Shape5,
|
|
951
|
+
Shape6,
|
|
952
|
+
Shape7,
|
|
953
|
+
Shape8,
|
|
921
954
|
ShareAndroid,
|
|
922
955
|
ShareIOsExport,
|
|
923
956
|
Shield,
|
|
@@ -987,6 +1020,7 @@ export {
|
|
|
987
1020
|
TimeAi,
|
|
988
1021
|
TimeRemaining,
|
|
989
1022
|
TimelineAi,
|
|
1023
|
+
TimelineAnticipate,
|
|
990
1024
|
Timer,
|
|
991
1025
|
TimerAdd,
|
|
992
1026
|
TimerClose,
|
package/native/index.d.cts
CHANGED
|
@@ -900,6 +900,12 @@ type CircleWarningProps = {
|
|
|
900
900
|
} & SvgProps;
|
|
901
901
|
declare const CircleWarning: ({ height, width, color, strokeWidth }: CircleWarningProps) => JSX.Element;
|
|
902
902
|
|
|
903
|
+
type ClapProps = {
|
|
904
|
+
color: string;
|
|
905
|
+
strokeWidth?: number;
|
|
906
|
+
} & SvgProps;
|
|
907
|
+
declare const Clap: ({ height, width, color, strokeWidth }: ClapProps) => JSX.Element;
|
|
908
|
+
|
|
903
909
|
type ClockProps = {
|
|
904
910
|
color: string;
|
|
905
911
|
strokeWidth?: number;
|
|
@@ -1050,6 +1056,12 @@ type Compass02Props = {
|
|
|
1050
1056
|
} & SvgProps;
|
|
1051
1057
|
declare const Compass02: ({ height, width, color, strokeWidth }: Compass02Props) => JSX.Element;
|
|
1052
1058
|
|
|
1059
|
+
type ContentUpdateProps = {
|
|
1060
|
+
color: string;
|
|
1061
|
+
strokeWidth?: number;
|
|
1062
|
+
} & SvgProps;
|
|
1063
|
+
declare const ContentUpdate: ({ height, width, color, strokeWidth }: ContentUpdateProps) => JSX.Element;
|
|
1064
|
+
|
|
1053
1065
|
type CookieProps = {
|
|
1054
1066
|
color: string;
|
|
1055
1067
|
strokeWidth?: number;
|
|
@@ -1662,6 +1674,30 @@ type Image2Props = {
|
|
|
1662
1674
|
} & SvgProps;
|
|
1663
1675
|
declare const Image2: ({ height, width, color, strokeWidth }: Image2Props) => JSX.Element;
|
|
1664
1676
|
|
|
1677
|
+
type IndexBarHighProps = {
|
|
1678
|
+
color: string;
|
|
1679
|
+
strokeWidth?: number;
|
|
1680
|
+
} & SvgProps;
|
|
1681
|
+
declare const IndexBarHigh: ({ height, width, color, strokeWidth }: IndexBarHighProps) => JSX.Element;
|
|
1682
|
+
|
|
1683
|
+
type IndexBarLowProps = {
|
|
1684
|
+
color: string;
|
|
1685
|
+
strokeWidth?: number;
|
|
1686
|
+
} & SvgProps;
|
|
1687
|
+
declare const IndexBarLow: ({ height, width, color, strokeWidth }: IndexBarLowProps) => JSX.Element;
|
|
1688
|
+
|
|
1689
|
+
type IndexBarMediumProps = {
|
|
1690
|
+
color: string;
|
|
1691
|
+
strokeWidth?: number;
|
|
1692
|
+
} & SvgProps;
|
|
1693
|
+
declare const IndexBarMedium: ({ height, width, color, strokeWidth }: IndexBarMediumProps) => JSX.Element;
|
|
1694
|
+
|
|
1695
|
+
type IndexBarPriorityProps = {
|
|
1696
|
+
color: string;
|
|
1697
|
+
strokeWidth?: number;
|
|
1698
|
+
} & SvgProps;
|
|
1699
|
+
declare const IndexBarPriority: ({ height, width, color, strokeWidth }: IndexBarPriorityProps) => JSX.Element;
|
|
1700
|
+
|
|
1665
1701
|
type IndexHighProps = {
|
|
1666
1702
|
color: string;
|
|
1667
1703
|
strokeWidth?: number;
|
|
@@ -1686,6 +1722,30 @@ type IndexPriorityProps = {
|
|
|
1686
1722
|
} & SvgProps;
|
|
1687
1723
|
declare const IndexPriority: ({ height, width, color, strokeWidth }: IndexPriorityProps) => JSX.Element;
|
|
1688
1724
|
|
|
1725
|
+
type IndexPyramidHighProps = {
|
|
1726
|
+
color: string;
|
|
1727
|
+
strokeWidth?: number;
|
|
1728
|
+
} & SvgProps;
|
|
1729
|
+
declare const IndexPyramidHigh: ({ height, width, color, strokeWidth }: IndexPyramidHighProps) => JSX.Element;
|
|
1730
|
+
|
|
1731
|
+
type IndexPyramidLowProps = {
|
|
1732
|
+
color: string;
|
|
1733
|
+
strokeWidth?: number;
|
|
1734
|
+
} & SvgProps;
|
|
1735
|
+
declare const IndexPyramidLow: ({ height, width, color, strokeWidth }: IndexPyramidLowProps) => JSX.Element;
|
|
1736
|
+
|
|
1737
|
+
type IndexPyramidMediumProps = {
|
|
1738
|
+
color: string;
|
|
1739
|
+
strokeWidth?: number;
|
|
1740
|
+
} & SvgProps;
|
|
1741
|
+
declare const IndexPyramidMedium: ({ height, width, color, strokeWidth }: IndexPyramidMediumProps) => JSX.Element;
|
|
1742
|
+
|
|
1743
|
+
type IndexPyramidPriorityProps = {
|
|
1744
|
+
color: string;
|
|
1745
|
+
strokeWidth?: number;
|
|
1746
|
+
} & SvgProps;
|
|
1747
|
+
declare const IndexPyramidPriority: ({ height, width, color, strokeWidth }: IndexPyramidPriorityProps) => JSX.Element;
|
|
1748
|
+
|
|
1689
1749
|
type InfoProps = {
|
|
1690
1750
|
color: string;
|
|
1691
1751
|
strokeWidth?: number;
|
|
@@ -2292,6 +2352,12 @@ type RainbowProps = {
|
|
|
2292
2352
|
} & SvgProps;
|
|
2293
2353
|
declare const Rainbow: ({ height, width, color, strokeWidth }: RainbowProps) => JSX.Element;
|
|
2294
2354
|
|
|
2355
|
+
type RatProps = {
|
|
2356
|
+
color: string;
|
|
2357
|
+
strokeWidth?: number;
|
|
2358
|
+
} & SvgProps;
|
|
2359
|
+
declare const Rat: ({ height, width, color, strokeWidth }: RatProps) => JSX.Element;
|
|
2360
|
+
|
|
2295
2361
|
type RedoProps = {
|
|
2296
2362
|
color: string;
|
|
2297
2363
|
strokeWidth?: number;
|
|
@@ -2358,6 +2424,12 @@ type SearchAiProps = {
|
|
|
2358
2424
|
} & SvgProps;
|
|
2359
2425
|
declare const SearchAi: ({ height, width, color, strokeWidth }: SearchAiProps) => JSX.Element;
|
|
2360
2426
|
|
|
2427
|
+
type SearchErrorProps = {
|
|
2428
|
+
color: string;
|
|
2429
|
+
strokeWidth?: number;
|
|
2430
|
+
} & SvgProps;
|
|
2431
|
+
declare const SearchError: ({ height, width, color, strokeWidth }: SearchErrorProps) => JSX.Element;
|
|
2432
|
+
|
|
2361
2433
|
type SearchMagnifyingGlassProps = {
|
|
2362
2434
|
color: string;
|
|
2363
2435
|
strokeWidth?: number;
|
|
@@ -2382,6 +2454,30 @@ type SettingsFutureProps = {
|
|
|
2382
2454
|
} & SvgProps;
|
|
2383
2455
|
declare const SettingsFuture: ({ height, width, color, strokeWidth }: SettingsFutureProps) => JSX.Element;
|
|
2384
2456
|
|
|
2457
|
+
type Shape5Props = {
|
|
2458
|
+
color: string;
|
|
2459
|
+
strokeWidth?: number;
|
|
2460
|
+
} & SvgProps;
|
|
2461
|
+
declare const Shape5: ({ height, width, color, strokeWidth }: Shape5Props) => JSX.Element;
|
|
2462
|
+
|
|
2463
|
+
type Shape6Props = {
|
|
2464
|
+
color: string;
|
|
2465
|
+
strokeWidth?: number;
|
|
2466
|
+
} & SvgProps;
|
|
2467
|
+
declare const Shape6: ({ height, width, color, strokeWidth }: Shape6Props) => JSX.Element;
|
|
2468
|
+
|
|
2469
|
+
type Shape7Props = {
|
|
2470
|
+
color: string;
|
|
2471
|
+
strokeWidth?: number;
|
|
2472
|
+
} & SvgProps;
|
|
2473
|
+
declare const Shape7: ({ height, width, color, strokeWidth }: Shape7Props) => JSX.Element;
|
|
2474
|
+
|
|
2475
|
+
type Shape8Props = {
|
|
2476
|
+
color: string;
|
|
2477
|
+
strokeWidth?: number;
|
|
2478
|
+
} & SvgProps;
|
|
2479
|
+
declare const Shape8: ({ height, width, color, strokeWidth }: Shape8Props) => JSX.Element;
|
|
2480
|
+
|
|
2385
2481
|
type ShareAndroidProps = {
|
|
2386
2482
|
color: string;
|
|
2387
2483
|
strokeWidth?: number;
|
|
@@ -2796,6 +2892,12 @@ type TimelineAiProps = {
|
|
|
2796
2892
|
} & SvgProps;
|
|
2797
2893
|
declare const TimelineAi: ({ height, width, color, strokeWidth }: TimelineAiProps) => JSX.Element;
|
|
2798
2894
|
|
|
2895
|
+
type TimelineAnticipateProps = {
|
|
2896
|
+
color: string;
|
|
2897
|
+
strokeWidth?: number;
|
|
2898
|
+
} & SvgProps;
|
|
2899
|
+
declare const TimelineAnticipate: ({ height, width, color, strokeWidth }: TimelineAnticipateProps) => JSX.Element;
|
|
2900
|
+
|
|
2799
2901
|
type TimerProps = {
|
|
2800
2902
|
color: string;
|
|
2801
2903
|
strokeWidth?: number;
|
|
@@ -3132,4 +3234,4 @@ type WindowTerminalProps = {
|
|
|
3132
3234
|
} & SvgProps;
|
|
3133
3235
|
declare const WindowTerminal: ({ height, width, color, strokeWidth }: WindowTerminalProps) => JSX.Element;
|
|
3134
3236
|
|
|
3135
|
-
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, 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, 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 };
|
|
3237
|
+
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, Clap, 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, IndexBarHigh, IndexBarLow, IndexBarMedium, IndexBarPriority, IndexHigh, IndexLow, IndexMedium, IndexPriority, IndexPyramidHigh, IndexPyramidLow, IndexPyramidMedium, IndexPyramidPriority, 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, Rat, Redo, ReloadAi, RemoveMinus, RemoveMinusCircle, Repeat, Rewind, Rocket, Rows, Ruler, Save, SearchAi, SearchError, SearchMagnifyingGlass, SelectMultiple, Settings, SettingsFuture, Shape5, Shape6, Shape7, Shape8, 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, TimelineAnticipate, 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 };
|