@manychat/icons 4.31.0 → 4.31.2
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 +9 -8
- package/dist/index.es.js +920 -881
- package/dist/index.js +928 -888
- package/package.json +1 -1
- package/umd/mcicons.js +942 -902
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -274,16 +274,9 @@ export const Analytics: Icon
|
|
|
274
274
|
export const SystemField: Icon
|
|
275
275
|
export const CustomField: Icon
|
|
276
276
|
export const CustomFieldRemove: Icon
|
|
277
|
-
export const MessengerChannel: Icon
|
|
278
|
-
export const EmailChannel: Icon
|
|
279
277
|
export const GuestChatChannel: Icon
|
|
280
|
-
export const SmsChannel: Icon
|
|
281
278
|
export const Triggers: Icon
|
|
282
279
|
export const StartFlow: Icon
|
|
283
|
-
export const WhatsAppChannel: Icon
|
|
284
|
-
export const InstagramChannel: Icon
|
|
285
|
-
export const WebChat: Icon
|
|
286
|
-
export const TelegramChannel: Icon
|
|
287
280
|
export const Apple: Icon
|
|
288
281
|
export const Google: Icon
|
|
289
282
|
export const GoogleAlt: Icon
|
|
@@ -339,7 +332,6 @@ export const Privacy: Icon
|
|
|
339
332
|
export const Location: Icon
|
|
340
333
|
export const TikTok: Icon
|
|
341
334
|
export const Claude: Icon
|
|
342
|
-
export const TikTokChannel: Icon
|
|
343
335
|
export const TikTokChannel2: Icon
|
|
344
336
|
export const AutomationsPausedFilled: Icon
|
|
345
337
|
export const AutomationsStoppedFilled: Icon
|
|
@@ -347,3 +339,12 @@ export const Bullet: Icon
|
|
|
347
339
|
export const NavCollapse: Icon
|
|
348
340
|
export const NavExpand: Icon
|
|
349
341
|
export const Retail: Icon
|
|
342
|
+
export const Property1_MessengerChannel: Icon
|
|
343
|
+
export const Property1_EmailChannel: Icon
|
|
344
|
+
export const Property1_SmsChannel: Icon
|
|
345
|
+
export const Property1_WhatsAppChannel: Icon
|
|
346
|
+
export const Property1_InstagramChannel: Icon
|
|
347
|
+
export const Property1_WebChat: Icon
|
|
348
|
+
export const Property1_TelegramChannel: Icon
|
|
349
|
+
export const Property1_TikTokChannel: Icon
|
|
350
|
+
export const AiKnowledge: Icon
|