@manychat/icons 4.31.2 → 4.32.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 +2 -0
- package/dist/index.es.js +181 -115
- package/dist/index.js +182 -114
- package/package.json +1 -1
- package/umd/mcicons.js +182 -114
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -292,6 +292,8 @@ export const NewOrphanMobile: Icon
|
|
|
292
292
|
export const Export: Icon
|
|
293
293
|
export const Ai: Icon
|
|
294
294
|
export const AiStep: Icon
|
|
295
|
+
export const AiAnswersSkill: Icon
|
|
296
|
+
export const AiEngagementSkill: Icon
|
|
295
297
|
export const AiIntention: Icon
|
|
296
298
|
export const AiFilled: Icon
|
|
297
299
|
export const Bigcommerce: Icon
|