@medway-ui/icons 1.10.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/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/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 +45 -0
- package/dist/components/icons/index.d.cts +15 -0
- package/dist/components/icons/index.d.ts +15 -0
- package/dist/components/icons/index.js +30 -0
- package/dist/index.d.cts +15 -0
- package/dist/index.d.ts +15 -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/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/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 +45 -0
- package/native/components/icons/index.d.cts +15 -0
- package/native/components/icons/index.d.ts +15 -0
- package/native/components/icons/index.js +30 -0
- package/native/index.d.cts +91 -1
- package/native/index.d.ts +91 -1
- package/package.json +2 -2
|
@@ -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';
|
|
@@ -276,10 +277,18 @@ export { HouseClose } from './HouseClose.js';
|
|
|
276
277
|
export { HouseRemove } from './HouseRemove.js';
|
|
277
278
|
export { Image } from './Image.js';
|
|
278
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';
|
|
279
284
|
export { IndexHigh } from './IndexHigh.js';
|
|
280
285
|
export { IndexLow } from './IndexLow.js';
|
|
281
286
|
export { IndexMedium } from './IndexMedium.js';
|
|
282
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';
|
|
283
292
|
export { Info } from './Info.js';
|
|
284
293
|
export { Instance } from './Instance.js';
|
|
285
294
|
export { InternshipContent } from './InternshipContent.js';
|
|
@@ -381,6 +390,7 @@ export { RadioFill } from './RadioFill.js';
|
|
|
381
390
|
export { RadioUnchecked } from './RadioUnchecked.js';
|
|
382
391
|
export { Radiology } from './Radiology.js';
|
|
383
392
|
export { Rainbow } from './Rainbow.js';
|
|
393
|
+
export { Rat } from './Rat.js';
|
|
384
394
|
export { Redo } from './Redo.js';
|
|
385
395
|
export { ReloadAi } from './ReloadAi.js';
|
|
386
396
|
export { RemoveMinus } from './RemoveMinus.js';
|
|
@@ -397,6 +407,10 @@ export { SearchMagnifyingGlass } from './SearchMagnifyingGlass.js';
|
|
|
397
407
|
export { SelectMultiple } from './SelectMultiple.js';
|
|
398
408
|
export { Settings } from './Settings.js';
|
|
399
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';
|
|
400
414
|
export { ShareAndroid } from './ShareAndroid.js';
|
|
401
415
|
export { ShareIOsExport } from './ShareIOsExport.js';
|
|
402
416
|
export { Shield } from './Shield.js';
|
|
@@ -466,6 +480,7 @@ export { TicketVoucher } from './TicketVoucher.js';
|
|
|
466
480
|
export { TimeAi } from './TimeAi.js';
|
|
467
481
|
export { TimeRemaining } from './TimeRemaining.js';
|
|
468
482
|
export { TimelineAi } from './TimelineAi.js';
|
|
483
|
+
export { TimelineAnticipate } from './TimelineAnticipate.js';
|
|
469
484
|
export { Timer } from './Timer.js';
|
|
470
485
|
export { TimerAdd } from './TimerAdd.js';
|
|
471
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";
|
|
@@ -276,10 +277,18 @@ import { HouseClose } from "./HouseClose";
|
|
|
276
277
|
import { HouseRemove } from "./HouseRemove";
|
|
277
278
|
import { Image } from "./Image";
|
|
278
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";
|
|
279
284
|
import { IndexHigh } from "./IndexHigh";
|
|
280
285
|
import { IndexLow } from "./IndexLow";
|
|
281
286
|
import { IndexMedium } from "./IndexMedium";
|
|
282
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";
|
|
283
292
|
import { Info } from "./Info";
|
|
284
293
|
import { Instance } from "./Instance";
|
|
285
294
|
import { InternshipContent } from "./InternshipContent";
|
|
@@ -381,6 +390,7 @@ import { RadioFill } from "./RadioFill";
|
|
|
381
390
|
import { RadioUnchecked } from "./RadioUnchecked";
|
|
382
391
|
import { Radiology } from "./Radiology";
|
|
383
392
|
import { Rainbow } from "./Rainbow";
|
|
393
|
+
import { Rat } from "./Rat";
|
|
384
394
|
import { Redo } from "./Redo";
|
|
385
395
|
import { ReloadAi } from "./ReloadAi";
|
|
386
396
|
import { RemoveMinus } from "./RemoveMinus";
|
|
@@ -397,6 +407,10 @@ import { SearchMagnifyingGlass } from "./SearchMagnifyingGlass";
|
|
|
397
407
|
import { SelectMultiple } from "./SelectMultiple";
|
|
398
408
|
import { Settings } from "./Settings";
|
|
399
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";
|
|
400
414
|
import { ShareAndroid } from "./ShareAndroid";
|
|
401
415
|
import { ShareIOsExport } from "./ShareIOsExport";
|
|
402
416
|
import { Shield } from "./Shield";
|
|
@@ -466,6 +480,7 @@ import { TicketVoucher } from "./TicketVoucher";
|
|
|
466
480
|
import { TimeAi } from "./TimeAi";
|
|
467
481
|
import { TimeRemaining } from "./TimeRemaining";
|
|
468
482
|
import { TimelineAi } from "./TimelineAi";
|
|
483
|
+
import { TimelineAnticipate } from "./TimelineAnticipate";
|
|
469
484
|
import { Timer } from "./Timer";
|
|
470
485
|
import { TimerAdd } from "./TimerAdd";
|
|
471
486
|
import { TimerClose } from "./TimerClose";
|
|
@@ -673,6 +688,7 @@ export {
|
|
|
673
688
|
CircleCheck,
|
|
674
689
|
CircleHelp,
|
|
675
690
|
CircleWarning,
|
|
691
|
+
Clap,
|
|
676
692
|
Clock,
|
|
677
693
|
ClockProgress,
|
|
678
694
|
CloseCircle,
|
|
@@ -801,10 +817,18 @@ export {
|
|
|
801
817
|
HouseRemove,
|
|
802
818
|
Image,
|
|
803
819
|
Image2,
|
|
820
|
+
IndexBarHigh,
|
|
821
|
+
IndexBarLow,
|
|
822
|
+
IndexBarMedium,
|
|
823
|
+
IndexBarPriority,
|
|
804
824
|
IndexHigh,
|
|
805
825
|
IndexLow,
|
|
806
826
|
IndexMedium,
|
|
807
827
|
IndexPriority,
|
|
828
|
+
IndexPyramidHigh,
|
|
829
|
+
IndexPyramidLow,
|
|
830
|
+
IndexPyramidMedium,
|
|
831
|
+
IndexPyramidPriority,
|
|
808
832
|
Info,
|
|
809
833
|
Instance,
|
|
810
834
|
InternshipContent,
|
|
@@ -906,6 +930,7 @@ export {
|
|
|
906
930
|
RadioUnchecked,
|
|
907
931
|
Radiology,
|
|
908
932
|
Rainbow,
|
|
933
|
+
Rat,
|
|
909
934
|
Redo,
|
|
910
935
|
ReloadAi,
|
|
911
936
|
RemoveMinus,
|
|
@@ -922,6 +947,10 @@ export {
|
|
|
922
947
|
SelectMultiple,
|
|
923
948
|
Settings,
|
|
924
949
|
SettingsFuture,
|
|
950
|
+
Shape5,
|
|
951
|
+
Shape6,
|
|
952
|
+
Shape7,
|
|
953
|
+
Shape8,
|
|
925
954
|
ShareAndroid,
|
|
926
955
|
ShareIOsExport,
|
|
927
956
|
Shield,
|
|
@@ -991,6 +1020,7 @@ export {
|
|
|
991
1020
|
TimeAi,
|
|
992
1021
|
TimeRemaining,
|
|
993
1022
|
TimelineAi,
|
|
1023
|
+
TimelineAnticipate,
|
|
994
1024
|
Timer,
|
|
995
1025
|
TimerAdd,
|
|
996
1026
|
TimerClose,
|
package/dist/index.d.cts
CHANGED
|
@@ -149,6 +149,7 @@ export { Circle } from './components/icons/Circle.cjs';
|
|
|
149
149
|
export { CircleCheck } from './components/icons/CircleCheck.cjs';
|
|
150
150
|
export { CircleHelp } from './components/icons/CircleHelp.cjs';
|
|
151
151
|
export { CircleWarning } from './components/icons/CircleWarning.cjs';
|
|
152
|
+
export { Clap } from './components/icons/Clap.cjs';
|
|
152
153
|
export { Clock } from './components/icons/Clock.cjs';
|
|
153
154
|
export { ClockProgress } from './components/icons/ClockProgress.cjs';
|
|
154
155
|
export { CloseCircle } from './components/icons/CloseCircle.cjs';
|
|
@@ -277,10 +278,18 @@ export { HouseClose } from './components/icons/HouseClose.cjs';
|
|
|
277
278
|
export { HouseRemove } from './components/icons/HouseRemove.cjs';
|
|
278
279
|
export { Image } from './components/icons/Image.cjs';
|
|
279
280
|
export { Image2 } from './components/icons/Image2.cjs';
|
|
281
|
+
export { IndexBarHigh } from './components/icons/IndexBarHigh.cjs';
|
|
282
|
+
export { IndexBarLow } from './components/icons/IndexBarLow.cjs';
|
|
283
|
+
export { IndexBarMedium } from './components/icons/IndexBarMedium.cjs';
|
|
284
|
+
export { IndexBarPriority } from './components/icons/IndexBarPriority.cjs';
|
|
280
285
|
export { IndexHigh } from './components/icons/IndexHigh.cjs';
|
|
281
286
|
export { IndexLow } from './components/icons/IndexLow.cjs';
|
|
282
287
|
export { IndexMedium } from './components/icons/IndexMedium.cjs';
|
|
283
288
|
export { IndexPriority } from './components/icons/IndexPriority.cjs';
|
|
289
|
+
export { IndexPyramidHigh } from './components/icons/IndexPyramidHigh.cjs';
|
|
290
|
+
export { IndexPyramidLow } from './components/icons/IndexPyramidLow.cjs';
|
|
291
|
+
export { IndexPyramidMedium } from './components/icons/IndexPyramidMedium.cjs';
|
|
292
|
+
export { IndexPyramidPriority } from './components/icons/IndexPyramidPriority.cjs';
|
|
284
293
|
export { Info } from './components/icons/Info.cjs';
|
|
285
294
|
export { Instance } from './components/icons/Instance.cjs';
|
|
286
295
|
export { InternshipContent } from './components/icons/InternshipContent.cjs';
|
|
@@ -382,6 +391,7 @@ export { RadioFill } from './components/icons/RadioFill.cjs';
|
|
|
382
391
|
export { RadioUnchecked } from './components/icons/RadioUnchecked.cjs';
|
|
383
392
|
export { Radiology } from './components/icons/Radiology.cjs';
|
|
384
393
|
export { Rainbow } from './components/icons/Rainbow.cjs';
|
|
394
|
+
export { Rat } from './components/icons/Rat.cjs';
|
|
385
395
|
export { Redo } from './components/icons/Redo.cjs';
|
|
386
396
|
export { ReloadAi } from './components/icons/ReloadAi.cjs';
|
|
387
397
|
export { RemoveMinus } from './components/icons/RemoveMinus.cjs';
|
|
@@ -398,6 +408,10 @@ export { SearchMagnifyingGlass } from './components/icons/SearchMagnifyingGlass.
|
|
|
398
408
|
export { SelectMultiple } from './components/icons/SelectMultiple.cjs';
|
|
399
409
|
export { Settings } from './components/icons/Settings.cjs';
|
|
400
410
|
export { SettingsFuture } from './components/icons/SettingsFuture.cjs';
|
|
411
|
+
export { Shape5 } from './components/icons/Shape5.cjs';
|
|
412
|
+
export { Shape6 } from './components/icons/Shape6.cjs';
|
|
413
|
+
export { Shape7 } from './components/icons/Shape7.cjs';
|
|
414
|
+
export { Shape8 } from './components/icons/Shape8.cjs';
|
|
401
415
|
export { ShareAndroid } from './components/icons/ShareAndroid.cjs';
|
|
402
416
|
export { ShareIOsExport } from './components/icons/ShareIOsExport.cjs';
|
|
403
417
|
export { Shield } from './components/icons/Shield.cjs';
|
|
@@ -467,6 +481,7 @@ export { TicketVoucher } from './components/icons/TicketVoucher.cjs';
|
|
|
467
481
|
export { TimeAi } from './components/icons/TimeAi.cjs';
|
|
468
482
|
export { TimeRemaining } from './components/icons/TimeRemaining.cjs';
|
|
469
483
|
export { TimelineAi } from './components/icons/TimelineAi.cjs';
|
|
484
|
+
export { TimelineAnticipate } from './components/icons/TimelineAnticipate.cjs';
|
|
470
485
|
export { Timer } from './components/icons/Timer.cjs';
|
|
471
486
|
export { TimerAdd } from './components/icons/TimerAdd.cjs';
|
|
472
487
|
export { TimerClose } from './components/icons/TimerClose.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -149,6 +149,7 @@ export { Circle } from './components/icons/Circle.js';
|
|
|
149
149
|
export { CircleCheck } from './components/icons/CircleCheck.js';
|
|
150
150
|
export { CircleHelp } from './components/icons/CircleHelp.js';
|
|
151
151
|
export { CircleWarning } from './components/icons/CircleWarning.js';
|
|
152
|
+
export { Clap } from './components/icons/Clap.js';
|
|
152
153
|
export { Clock } from './components/icons/Clock.js';
|
|
153
154
|
export { ClockProgress } from './components/icons/ClockProgress.js';
|
|
154
155
|
export { CloseCircle } from './components/icons/CloseCircle.js';
|
|
@@ -277,10 +278,18 @@ export { HouseClose } from './components/icons/HouseClose.js';
|
|
|
277
278
|
export { HouseRemove } from './components/icons/HouseRemove.js';
|
|
278
279
|
export { Image } from './components/icons/Image.js';
|
|
279
280
|
export { Image2 } from './components/icons/Image2.js';
|
|
281
|
+
export { IndexBarHigh } from './components/icons/IndexBarHigh.js';
|
|
282
|
+
export { IndexBarLow } from './components/icons/IndexBarLow.js';
|
|
283
|
+
export { IndexBarMedium } from './components/icons/IndexBarMedium.js';
|
|
284
|
+
export { IndexBarPriority } from './components/icons/IndexBarPriority.js';
|
|
280
285
|
export { IndexHigh } from './components/icons/IndexHigh.js';
|
|
281
286
|
export { IndexLow } from './components/icons/IndexLow.js';
|
|
282
287
|
export { IndexMedium } from './components/icons/IndexMedium.js';
|
|
283
288
|
export { IndexPriority } from './components/icons/IndexPriority.js';
|
|
289
|
+
export { IndexPyramidHigh } from './components/icons/IndexPyramidHigh.js';
|
|
290
|
+
export { IndexPyramidLow } from './components/icons/IndexPyramidLow.js';
|
|
291
|
+
export { IndexPyramidMedium } from './components/icons/IndexPyramidMedium.js';
|
|
292
|
+
export { IndexPyramidPriority } from './components/icons/IndexPyramidPriority.js';
|
|
284
293
|
export { Info } from './components/icons/Info.js';
|
|
285
294
|
export { Instance } from './components/icons/Instance.js';
|
|
286
295
|
export { InternshipContent } from './components/icons/InternshipContent.js';
|
|
@@ -382,6 +391,7 @@ export { RadioFill } from './components/icons/RadioFill.js';
|
|
|
382
391
|
export { RadioUnchecked } from './components/icons/RadioUnchecked.js';
|
|
383
392
|
export { Radiology } from './components/icons/Radiology.js';
|
|
384
393
|
export { Rainbow } from './components/icons/Rainbow.js';
|
|
394
|
+
export { Rat } from './components/icons/Rat.js';
|
|
385
395
|
export { Redo } from './components/icons/Redo.js';
|
|
386
396
|
export { ReloadAi } from './components/icons/ReloadAi.js';
|
|
387
397
|
export { RemoveMinus } from './components/icons/RemoveMinus.js';
|
|
@@ -398,6 +408,10 @@ export { SearchMagnifyingGlass } from './components/icons/SearchMagnifyingGlass.
|
|
|
398
408
|
export { SelectMultiple } from './components/icons/SelectMultiple.js';
|
|
399
409
|
export { Settings } from './components/icons/Settings.js';
|
|
400
410
|
export { SettingsFuture } from './components/icons/SettingsFuture.js';
|
|
411
|
+
export { Shape5 } from './components/icons/Shape5.js';
|
|
412
|
+
export { Shape6 } from './components/icons/Shape6.js';
|
|
413
|
+
export { Shape7 } from './components/icons/Shape7.js';
|
|
414
|
+
export { Shape8 } from './components/icons/Shape8.js';
|
|
401
415
|
export { ShareAndroid } from './components/icons/ShareAndroid.js';
|
|
402
416
|
export { ShareIOsExport } from './components/icons/ShareIOsExport.js';
|
|
403
417
|
export { Shield } from './components/icons/Shield.js';
|
|
@@ -467,6 +481,7 @@ export { TicketVoucher } from './components/icons/TicketVoucher.js';
|
|
|
467
481
|
export { TimeAi } from './components/icons/TimeAi.js';
|
|
468
482
|
export { TimeRemaining } from './components/icons/TimeRemaining.js';
|
|
469
483
|
export { TimelineAi } from './components/icons/TimelineAi.js';
|
|
484
|
+
export { TimelineAnticipate } from './components/icons/TimelineAnticipate.js';
|
|
470
485
|
export { Timer } from './components/icons/Timer.js';
|
|
471
486
|
export { TimerAdd } from './components/icons/TimerAdd.js';
|
|
472
487
|
export { TimerClose } from './components/icons/TimerClose.js';
|
|
@@ -0,0 +1,52 @@
|
|
|
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 Clap_exports = {};
|
|
30
|
+
__export(Clap_exports, {
|
|
31
|
+
Clap: () => Clap
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(Clap_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_react_native_svg = require("react-native-svg");
|
|
36
|
+
const Clap = ({ 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
|
+
<g clip-path="url(#clip0_54260_7665)">
|
|
39
|
+
<path d="M17.3896 1.76001L16.3096 2.84001M8.30957 1.76001L9.30957 2.76001M12.8496 1V2.41M14.582 22.545C16.691 22.799 18.89 22.123 20.508 20.504C22.202 18.81 22.937 16.381 22.468 14.032L21.226 7.82395C21.081 7.09795 20.443 6.57495 19.702 6.57495C18.844 6.57495 18.148 7.27095 18.148 8.12895V9.61195M15.3697 8.03899L13.5517 6.22099C12.9657 5.63499 12.0157 5.63499 11.4307 6.22099C10.8447 6.80699 10.8447 7.75699 11.4307 8.34199M6.78208 7.93696C6.19608 7.35096 6.19608 6.40096 6.78208 5.81596C7.36808 5.22996 8.31808 5.22996 8.90308 5.81596L14.9131 11.826V9.13696C14.9131 8.27896 15.6091 7.58296 16.4671 7.58296C17.2081 7.58296 17.8461 8.10596 17.9911 8.83196L19.1101 14.429C19.5801 16.778 18.8451 19.207 17.1501 20.901C14.3521 23.699 9.81508 23.699 7.01708 20.901L1.83208 15.715C1.24608 15.129 1.24608 14.179 1.83208 13.594C2.41808 13.008 3.36808 13.008 3.95308 13.594M7.13609 16.776L2.54009 12.18C1.95409 11.594 1.95409 10.644 2.54009 10.059C3.12609 9.47301 4.07609 9.47301 4.66109 10.059M9.25712 14.654L3.24712 8.644C2.66112 8.058 2.66112 7.108 3.24712 6.523C3.83312 5.937 4.78312 5.937 5.36812 6.523L11.3781 12.533" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
40
|
+
</g>
|
|
41
|
+
<defs>
|
|
42
|
+
<clipPath id="clip0_54260_7665">
|
|
43
|
+
<rect width="24" height="24" fill="${color}"/>
|
|
44
|
+
</clipPath>
|
|
45
|
+
</defs>
|
|
46
|
+
</svg>
|
|
47
|
+
`, height, width, color, strokeWidth });
|
|
48
|
+
};
|
|
49
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
50
|
+
0 && (module.exports = {
|
|
51
|
+
Clap
|
|
52
|
+
});
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SvgXml } from "react-native-svg";
|
|
3
|
+
const Clap = ({ 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
|
+
<g clip-path="url(#clip0_54260_7665)">
|
|
6
|
+
<path d="M17.3896 1.76001L16.3096 2.84001M8.30957 1.76001L9.30957 2.76001M12.8496 1V2.41M14.582 22.545C16.691 22.799 18.89 22.123 20.508 20.504C22.202 18.81 22.937 16.381 22.468 14.032L21.226 7.82395C21.081 7.09795 20.443 6.57495 19.702 6.57495C18.844 6.57495 18.148 7.27095 18.148 8.12895V9.61195M15.3697 8.03899L13.5517 6.22099C12.9657 5.63499 12.0157 5.63499 11.4307 6.22099C10.8447 6.80699 10.8447 7.75699 11.4307 8.34199M6.78208 7.93696C6.19608 7.35096 6.19608 6.40096 6.78208 5.81596C7.36808 5.22996 8.31808 5.22996 8.90308 5.81596L14.9131 11.826V9.13696C14.9131 8.27896 15.6091 7.58296 16.4671 7.58296C17.2081 7.58296 17.8461 8.10596 17.9911 8.83196L19.1101 14.429C19.5801 16.778 18.8451 19.207 17.1501 20.901C14.3521 23.699 9.81508 23.699 7.01708 20.901L1.83208 15.715C1.24608 15.129 1.24608 14.179 1.83208 13.594C2.41808 13.008 3.36808 13.008 3.95308 13.594M7.13609 16.776L2.54009 12.18C1.95409 11.594 1.95409 10.644 2.54009 10.059C3.12609 9.47301 4.07609 9.47301 4.66109 10.059M9.25712 14.654L3.24712 8.644C2.66112 8.058 2.66112 7.108 3.24712 6.523C3.83312 5.937 4.78312 5.937 5.36812 6.523L11.3781 12.533" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_54260_7665">
|
|
10
|
+
<rect width="24" height="24" fill="${color}"/>
|
|
11
|
+
</clipPath>
|
|
12
|
+
</defs>
|
|
13
|
+
</svg>
|
|
14
|
+
`, height, width, color, strokeWidth });
|
|
15
|
+
};
|
|
16
|
+
export {
|
|
17
|
+
Clap
|
|
18
|
+
};
|
|
@@ -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 IndexBarHigh_exports = {};
|
|
30
|
+
__export(IndexBarHigh_exports, {
|
|
31
|
+
IndexBarHigh: () => IndexBarHigh
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(IndexBarHigh_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_react_native_svg = require("react-native-svg");
|
|
36
|
+
const IndexBarHigh = ({ 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="M15 6C15 4.34315 16.3431 3 18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18V6Z" 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
|
+
IndexBarHigh
|
|
45
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SvgProps } from 'react-native-svg';
|
|
2
|
+
|
|
3
|
+
type IndexBarHighProps = {
|
|
4
|
+
color: string;
|
|
5
|
+
strokeWidth?: number;
|
|
6
|
+
} & SvgProps;
|
|
7
|
+
declare const IndexBarHigh: ({ height, width, color, strokeWidth }: IndexBarHighProps) => JSX.Element;
|
|
8
|
+
|
|
9
|
+
export { IndexBarHigh };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SvgProps } from 'react-native-svg';
|
|
2
|
+
|
|
3
|
+
type IndexBarHighProps = {
|
|
4
|
+
color: string;
|
|
5
|
+
strokeWidth?: number;
|
|
6
|
+
} & SvgProps;
|
|
7
|
+
declare const IndexBarHigh: ({ height, width, color, strokeWidth }: IndexBarHighProps) => JSX.Element;
|
|
8
|
+
|
|
9
|
+
export { IndexBarHigh };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SvgXml } from "react-native-svg";
|
|
3
|
+
const IndexBarHigh = ({ 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="M15 6C15 4.34315 16.3431 3 18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18V6Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
7
|
+
`, height, width, color, strokeWidth });
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
IndexBarHigh
|
|
11
|
+
};
|
|
@@ -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 IndexBarLow_exports = {};
|
|
30
|
+
__export(IndexBarLow_exports, {
|
|
31
|
+
IndexBarLow: () => IndexBarLow
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(IndexBarLow_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_react_native_svg = require("react-native-svg");
|
|
36
|
+
const IndexBarLow = ({ 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="M3 16C3 14.3431 4.34315 13 6 13C7.65685 13 9 14.3431 9 16V18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18V16Z" 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
|
+
IndexBarLow
|
|
45
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SvgXml } from "react-native-svg";
|
|
3
|
+
const IndexBarLow = ({ 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="M3 16C3 14.3431 4.34315 13 6 13C7.65685 13 9 14.3431 9 16V18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18V16Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
7
|
+
`, height, width, color, strokeWidth });
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
IndexBarLow
|
|
11
|
+
};
|
|
@@ -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 IndexBarMedium_exports = {};
|
|
30
|
+
__export(IndexBarMedium_exports, {
|
|
31
|
+
IndexBarMedium: () => IndexBarMedium
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(IndexBarMedium_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_react_native_svg = require("react-native-svg");
|
|
36
|
+
const IndexBarMedium = ({ 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 11C9 9.34315 10.3431 8 12 8C13.6569 8 15 9.34315 15 11V18C15 19.6569 13.6569 21 12 21C10.3431 21 9 19.6569 9 18V11Z" 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
|
+
IndexBarMedium
|
|
45
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SvgProps } from 'react-native-svg';
|
|
2
|
+
|
|
3
|
+
type IndexBarMediumProps = {
|
|
4
|
+
color: string;
|
|
5
|
+
strokeWidth?: number;
|
|
6
|
+
} & SvgProps;
|
|
7
|
+
declare const IndexBarMedium: ({ height, width, color, strokeWidth }: IndexBarMediumProps) => JSX.Element;
|
|
8
|
+
|
|
9
|
+
export { IndexBarMedium };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SvgProps } from 'react-native-svg';
|
|
2
|
+
|
|
3
|
+
type IndexBarMediumProps = {
|
|
4
|
+
color: string;
|
|
5
|
+
strokeWidth?: number;
|
|
6
|
+
} & SvgProps;
|
|
7
|
+
declare const IndexBarMedium: ({ height, width, color, strokeWidth }: IndexBarMediumProps) => JSX.Element;
|
|
8
|
+
|
|
9
|
+
export { IndexBarMedium };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SvgXml } from "react-native-svg";
|
|
3
|
+
const IndexBarMedium = ({ 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 11C9 9.34315 10.3431 8 12 8C13.6569 8 15 9.34315 15 11V18C15 19.6569 13.6569 21 12 21C10.3431 21 9 19.6569 9 18V11Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
7
|
+
`, height, width, color, strokeWidth });
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
IndexBarMedium
|
|
11
|
+
};
|