islamic-icons 2.0.2 → 2.0.4
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/native/ProphetAbrahamIcon.d.ts +5 -0
- package/dist/native/ProphetAbrahamIcon.d.ts.map +1 -0
- package/dist/native/index.d.ts +1 -0
- package/dist/native/index.d.ts.map +1 -1
- package/dist/native/native/AbrahamIcon.js +3 -3
- package/dist/native/native/IhramIcon.js +1 -1
- package/dist/native/native/JesusIcon.js +3 -3
- package/dist/native/native/MosesIcon.js +3 -3
- package/dist/native/native/ProphetAbrahamIcon.js +5 -0
- package/dist/native/native/index.js +1 -0
- package/dist/web/index.cjs +1 -1
- package/dist/web/index.d.ts +60 -0
- package/dist/web/index.js +329 -407
- package/package.json +1 -1
package/dist/web/index.d.ts
CHANGED
|
@@ -50,6 +50,31 @@ export declare const AltitudeIcon: {
|
|
|
50
50
|
displayName: string;
|
|
51
51
|
};
|
|
52
52
|
|
|
53
|
+
export declare const AppleDayIcon: {
|
|
54
|
+
({ size, color, className, style, "aria-label": ariaLabel, title, ...rest }: IslamicIconProps): JSX_2.Element;
|
|
55
|
+
displayName: string;
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
export declare const AppleNightIcon: {
|
|
59
|
+
({ size, color, className, style, "aria-label": ariaLabel, title, ...rest }: IslamicIconProps): JSX_2.Element;
|
|
60
|
+
displayName: string;
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
export declare const ApplePartlycloudyIcon: {
|
|
64
|
+
({ size, color, className, style, "aria-label": ariaLabel, title, ...rest }: IslamicIconProps): JSX_2.Element;
|
|
65
|
+
displayName: string;
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
export declare const AppleSunriseIcon: {
|
|
69
|
+
({ size, color, className, style, "aria-label": ariaLabel, title, ...rest }: IslamicIconProps): JSX_2.Element;
|
|
70
|
+
displayName: string;
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
export declare const AppleSunsetIcon: {
|
|
74
|
+
({ size, color, className, style, "aria-label": ariaLabel, title, ...rest }: IslamicIconProps): JSX_2.Element;
|
|
75
|
+
displayName: string;
|
|
76
|
+
};
|
|
77
|
+
|
|
53
78
|
export declare const ArafatIcon: {
|
|
54
79
|
({ size, color, className, style, "aria-label": ariaLabel, title, ...rest }: IslamicIconProps): JSX_2.Element;
|
|
55
80
|
displayName: string;
|
|
@@ -65,6 +90,11 @@ export declare const AskforhawaijIcon: {
|
|
|
65
90
|
displayName: string;
|
|
66
91
|
};
|
|
67
92
|
|
|
93
|
+
export declare const AsrIcon: {
|
|
94
|
+
({ size, color, className, style, "aria-label": ariaLabel, title, ...rest }: IslamicIconProps): JSX_2.Element;
|
|
95
|
+
displayName: string;
|
|
96
|
+
};
|
|
97
|
+
|
|
68
98
|
export declare const BahaiIcon: {
|
|
69
99
|
({ size, color, className, style, "aria-label": ariaLabel, title, ...rest }: IslamicIconProps): JSX_2.Element;
|
|
70
100
|
displayName: string;
|
|
@@ -115,6 +145,11 @@ export declare const DeserticonIcon: {
|
|
|
115
145
|
displayName: string;
|
|
116
146
|
};
|
|
117
147
|
|
|
148
|
+
export declare const DhuhrIcon: {
|
|
149
|
+
({ size, color, className, style, "aria-label": ariaLabel, title, ...rest }: IslamicIconProps): JSX_2.Element;
|
|
150
|
+
displayName: string;
|
|
151
|
+
};
|
|
152
|
+
|
|
118
153
|
export declare const DisasterIcon: {
|
|
119
154
|
({ size, color, className, style, "aria-label": ariaLabel, title, ...rest }: IslamicIconProps): JSX_2.Element;
|
|
120
155
|
displayName: string;
|
|
@@ -250,6 +285,11 @@ export declare const ImamShrineIcon: {
|
|
|
250
285
|
displayName: string;
|
|
251
286
|
};
|
|
252
287
|
|
|
288
|
+
export declare const IshaIcon: {
|
|
289
|
+
({ size, color, className, style, "aria-label": ariaLabel, title, ...rest }: IslamicIconProps): JSX_2.Element;
|
|
290
|
+
displayName: string;
|
|
291
|
+
};
|
|
292
|
+
|
|
253
293
|
export declare const IslamicEventsIcon: {
|
|
254
294
|
({ size, color, className, style, "aria-label": ariaLabel, title, ...rest }: IslamicIconProps): JSX_2.Element;
|
|
255
295
|
displayName: string;
|
|
@@ -310,6 +350,11 @@ export declare const LearnIcon: {
|
|
|
310
350
|
displayName: string;
|
|
311
351
|
};
|
|
312
352
|
|
|
353
|
+
export declare const MagribIcon: {
|
|
354
|
+
({ size, color, className, style, "aria-label": ariaLabel, title, ...rest }: IslamicIconProps): JSX_2.Element;
|
|
355
|
+
displayName: string;
|
|
356
|
+
};
|
|
357
|
+
|
|
313
358
|
export declare const MakharijIconIcon: {
|
|
314
359
|
({ size, color, className, style, "aria-label": ariaLabel, title, ...rest }: IslamicIconProps): JSX_2.Element;
|
|
315
360
|
displayName: string;
|
|
@@ -470,6 +515,11 @@ export declare const PrayerTimesIcon: {
|
|
|
470
515
|
displayName: string;
|
|
471
516
|
};
|
|
472
517
|
|
|
518
|
+
export declare const ProphetAbrahamIcon: {
|
|
519
|
+
({ size, color, className, style, "aria-label": ariaLabel, title, ...rest }: IslamicIconProps): JSX_2.Element;
|
|
520
|
+
displayName: string;
|
|
521
|
+
};
|
|
522
|
+
|
|
473
523
|
export declare const ProphetIcon: {
|
|
474
524
|
({ size, color, className, style, "aria-label": ariaLabel, title, ...rest }: IslamicIconProps): JSX_2.Element;
|
|
475
525
|
displayName: string;
|
|
@@ -590,6 +640,16 @@ export declare const SujudIcon: {
|
|
|
590
640
|
displayName: string;
|
|
591
641
|
};
|
|
592
642
|
|
|
643
|
+
export declare const SunIcon: {
|
|
644
|
+
({ size, color, className, style, "aria-label": ariaLabel, title, ...rest }: IslamicIconProps): JSX_2.Element;
|
|
645
|
+
displayName: string;
|
|
646
|
+
};
|
|
647
|
+
|
|
648
|
+
export declare const SunriseIcon: {
|
|
649
|
+
({ size, color, className, style, "aria-label": ariaLabel, title, ...rest }: IslamicIconProps): JSX_2.Element;
|
|
650
|
+
displayName: string;
|
|
651
|
+
};
|
|
652
|
+
|
|
593
653
|
export declare const TajweedIcon: {
|
|
594
654
|
({ size, color, className, style, "aria-label": ariaLabel, title, ...rest }: IslamicIconProps): JSX_2.Element;
|
|
595
655
|
displayName: string;
|