@manychat/icons 4.6.0 → 4.8.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 +22 -9
- package/dist/index.es.js +1497 -863
- package/dist/index.js +1512 -865
- package/package.json +1 -1
- package/umd/mcicons.js +1404 -787
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -8,8 +8,20 @@
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
type Icon = ComponentType<Props>;
|
|
11
|
-
export const
|
|
12
|
-
export const
|
|
11
|
+
export const Create: Icon
|
|
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
|
|
13
25
|
export const CheckCircle: Icon
|
|
14
26
|
export const Time: Icon
|
|
15
27
|
export const Nationality: Icon
|
|
@@ -36,7 +48,7 @@ export const Close: Icon
|
|
|
36
48
|
export const Plus: Icon
|
|
37
49
|
export const Minus: Icon
|
|
38
50
|
export const Tick: Icon
|
|
39
|
-
export const
|
|
51
|
+
export const DoubleTick: Icon
|
|
40
52
|
export const Home: Icon
|
|
41
53
|
export const CreditCard: Icon
|
|
42
54
|
export const OtnRequest: Icon
|
|
@@ -72,11 +84,7 @@ export const Image: Icon
|
|
|
72
84
|
export const Video: Icon
|
|
73
85
|
export const VideoCircleTg: Icon
|
|
74
86
|
export const GrowthTools: Icon
|
|
75
|
-
export const GtSlideIn: Icon
|
|
76
87
|
export const GtPageTakeover: Icon
|
|
77
|
-
export const GtModal: Icon
|
|
78
|
-
export const GtButton: Icon
|
|
79
|
-
export const GtBox: Icon
|
|
80
88
|
export const BuilderCard: Icon
|
|
81
89
|
export const BuilderList: Icon
|
|
82
90
|
export const BuilderGallery: Icon
|
|
@@ -122,7 +130,6 @@ export const OrphanSubscribedNoInfo: Icon
|
|
|
122
130
|
export const OrphanOpen: Icon
|
|
123
131
|
export const OrphanArchive: Icon
|
|
124
132
|
export const OrphanRestore: Icon
|
|
125
|
-
export const GtBar: Icon
|
|
126
133
|
export const CufText: Icon
|
|
127
134
|
export const CufNumber: Icon
|
|
128
135
|
export const CufBoolean: Icon
|
|
@@ -159,7 +166,6 @@ export const SortUp: Icon
|
|
|
159
166
|
export const SortDown: Icon
|
|
160
167
|
export const Delete: Icon
|
|
161
168
|
export const DeleteForever: Icon
|
|
162
|
-
export const GtLanding: Icon
|
|
163
169
|
export const Edit: Icon
|
|
164
170
|
export const AddTag: Icon
|
|
165
171
|
export const MagicWand: Icon
|
|
@@ -301,3 +307,10 @@ export const Hotel: Icon
|
|
|
301
307
|
export const Organization: Icon
|
|
302
308
|
export const ProfessionalConsulting: Icon
|
|
303
309
|
export const MessengerList: Icon
|
|
310
|
+
export const Integromat: Icon
|
|
311
|
+
export const Hubspot: Icon
|
|
312
|
+
export const Klaviyo: Icon
|
|
313
|
+
export const Activecampaign: Icon
|
|
314
|
+
export const ChatGpt: Icon
|
|
315
|
+
export const MailChimp: Icon
|
|
316
|
+
export const ConvertKit: Icon
|