@manychat/icons 4.36.0 → 4.37.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 +2 -1
- package/dist/index.es.js +629 -590
- package/dist/index.js +629 -589
- package/package.json +1 -1
- package/umd/mcicons.js +634 -594
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -297,6 +297,7 @@ export const AiPositiveCommentReplies: Icon
|
|
|
297
297
|
export const AiInstantAnswers: Icon
|
|
298
298
|
export const AiIntention: Icon
|
|
299
299
|
export const AiFilled: Icon
|
|
300
|
+
export const AiOutlined: Icon
|
|
300
301
|
export const Bigcommerce: Icon
|
|
301
302
|
export const Woocommerce: Icon
|
|
302
303
|
export const Amazon: Icon
|
|
@@ -353,5 +354,5 @@ export const TelegramChannel: Icon
|
|
|
353
354
|
export const TikTokChannel: Icon
|
|
354
355
|
export const AiKnowledge: Icon
|
|
355
356
|
export const Renew: Icon
|
|
356
|
-
export const Manychat: Icon
|
|
357
357
|
export const Label: Icon
|
|
358
|
+
export const Manychat: Icon
|