@manychat/icons 4.32.0 → 4.33.1
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 +465 -432
- package/dist/index.js +473 -439
- package/package.json +1 -1
- package/umd/mcicons.js +473 -439
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -154,6 +154,7 @@ export const ArrowLeft: Icon
|
|
|
154
154
|
export const ArrowRight: Icon
|
|
155
155
|
export const ArrowDown: Icon
|
|
156
156
|
export const ArrowUp: Icon
|
|
157
|
+
export const ArrowTopRight: Icon
|
|
157
158
|
export const ChevronLeft: Icon
|
|
158
159
|
export const ChevronRight: Icon
|
|
159
160
|
export const ChevronDown: Icon
|
|
@@ -341,12 +342,12 @@ export const Bullet: Icon
|
|
|
341
342
|
export const NavCollapse: Icon
|
|
342
343
|
export const NavExpand: Icon
|
|
343
344
|
export const Retail: Icon
|
|
344
|
-
export const
|
|
345
|
-
export const
|
|
346
|
-
export const
|
|
347
|
-
export const
|
|
348
|
-
export const
|
|
349
|
-
export const
|
|
350
|
-
export const
|
|
351
|
-
export const
|
|
345
|
+
export const MessengerChannel: Icon
|
|
346
|
+
export const EmailChannel: Icon
|
|
347
|
+
export const SmsChannel: Icon
|
|
348
|
+
export const WhatsAppChannel: Icon
|
|
349
|
+
export const InstagramChannel: Icon
|
|
350
|
+
export const WebChat: Icon
|
|
351
|
+
export const TelegramChannel: Icon
|
|
352
|
+
export const TikTokChannel: Icon
|
|
352
353
|
export const AiKnowledge: Icon
|