@manychat/icons 4.25.3 → 4.26.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 +167 -89
- package/dist/index.js +168 -88
- package/package.json +1 -1
- package/umd/mcicons.js +164 -88
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -297,6 +297,8 @@ export const Tap: Icon
|
|
|
297
297
|
export const NewOrphanMobile: Icon
|
|
298
298
|
export const Export: Icon
|
|
299
299
|
export const Ai: Icon
|
|
300
|
+
export const AiStep: Icon
|
|
301
|
+
export const AiIntention: Icon
|
|
300
302
|
export const AiFilled: Icon
|
|
301
303
|
export const Bigcommerce: Icon
|
|
302
304
|
export const Woocommerce: Icon
|