@manychat/icons 4.31.3 → 4.33.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 +3 -0
- package/dist/index.es.js +506 -407
- package/dist/index.js +508 -406
- package/package.json +1 -1
- package/umd/mcicons.js +508 -406
- 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
|
|
@@ -292,6 +293,8 @@ export const NewOrphanMobile: Icon
|
|
|
292
293
|
export const Export: Icon
|
|
293
294
|
export const Ai: Icon
|
|
294
295
|
export const AiStep: Icon
|
|
296
|
+
export const AiAnswersSkill: Icon
|
|
297
|
+
export const AiEngagementSkill: Icon
|
|
295
298
|
export const AiIntention: Icon
|
|
296
299
|
export const AiFilled: Icon
|
|
297
300
|
export const Bigcommerce: Icon
|