@manychat/icons 4.39.0 → 4.40.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/index.d.ts +15 -15
- package/dist/index.es.js +2877 -3025
- package/dist/index.js +2877 -3025
- package/package.json +1 -1
- package/umd/mcicons.js +3494 -3944
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -8,21 +8,7 @@
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
type Icon = ComponentType<Props>;
|
|
11
|
-
export const
|
|
12
|
-
export const GtCheckbox: Icon
|
|
13
|
-
export const GtFbComment: Icon
|
|
14
|
-
export const GtAdsJson: Icon
|
|
15
|
-
export const GtBar: Icon
|
|
16
|
-
export const GtModal: Icon
|
|
17
|
-
export const GtSlideIn: Icon
|
|
18
|
-
export const GtBox: Icon
|
|
19
|
-
export const GtFbCode: Icon
|
|
20
|
-
export const GtRef: Icon
|
|
21
|
-
export const GtCustomerChat: Icon
|
|
22
|
-
export const GtButton: Icon
|
|
23
|
-
export const GtTakeover: Icon
|
|
24
|
-
export const GtLanding: Icon
|
|
25
|
-
export const CheckCircle: Icon
|
|
11
|
+
export const CheckCircle: Icon
|
|
26
12
|
export const Incomplete: Icon
|
|
27
13
|
export const Time: Icon
|
|
28
14
|
export const Nationality: Icon
|
|
@@ -85,7 +71,11 @@ export const Image: Icon
|
|
|
85
71
|
export const Video: Icon
|
|
86
72
|
export const VideoCircleTg: Icon
|
|
87
73
|
export const GrowthTools: Icon
|
|
74
|
+
export const GtSlideIn: Icon
|
|
88
75
|
export const GtPageTakeover: Icon
|
|
76
|
+
export const GtModal: Icon
|
|
77
|
+
export const GtButton: Icon
|
|
78
|
+
export const GtBox: Icon
|
|
89
79
|
export const BuilderCard: Icon
|
|
90
80
|
export const BuilderList: Icon
|
|
91
81
|
export const BuilderGallery: Icon
|
|
@@ -131,6 +121,7 @@ export const OrphanSubscribedNoInfo: Icon
|
|
|
131
121
|
export const OrphanOpen: Icon
|
|
132
122
|
export const OrphanArchive: Icon
|
|
133
123
|
export const OrphanRestore: Icon
|
|
124
|
+
export const GtBar: Icon
|
|
134
125
|
export const CufText: Icon
|
|
135
126
|
export const CufNumber: Icon
|
|
136
127
|
export const CufBoolean: Icon
|
|
@@ -168,6 +159,7 @@ export const SortUp: Icon
|
|
|
168
159
|
export const SortDown: Icon
|
|
169
160
|
export const Delete: Icon
|
|
170
161
|
export const DeleteForever: Icon
|
|
162
|
+
export const GtLanding: Icon
|
|
171
163
|
export const Edit: Icon
|
|
172
164
|
export const AddTag: Icon
|
|
173
165
|
export const MagicWand: Icon
|
|
@@ -358,3 +350,11 @@ export const Renew: Icon
|
|
|
358
350
|
export const Label: Icon
|
|
359
351
|
export const Manychat: Icon
|
|
360
352
|
export const GooglePlay: Icon
|
|
353
|
+
export const Create: Icon
|
|
354
|
+
export const GtCheckbox: Icon
|
|
355
|
+
export const GtFbComment: Icon
|
|
356
|
+
export const GtAdsJson: Icon
|
|
357
|
+
export const GtFbCode: Icon
|
|
358
|
+
export const GtRef: Icon
|
|
359
|
+
export const GtCustomerChat: Icon
|
|
360
|
+
export const GtTakeover: Icon
|