@manychat/icons 4.25.4 → 4.27.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 +4 -0
- package/dist/index.es.js +269 -108
- package/dist/index.js +272 -107
- package/package.json +1 -1
- package/umd/mcicons.js +264 -107
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -286,6 +286,7 @@ export const WebChat: Icon
|
|
|
286
286
|
export const TelegramChannel: Icon
|
|
287
287
|
export const Apple: Icon
|
|
288
288
|
export const Google: Icon
|
|
289
|
+
export const GoogleAlt: Icon
|
|
289
290
|
export const Facebook: Icon
|
|
290
291
|
export const OmnichannelWidget: Icon
|
|
291
292
|
export const IncreaseEngagement: Icon
|
|
@@ -297,6 +298,8 @@ export const Tap: Icon
|
|
|
297
298
|
export const NewOrphanMobile: Icon
|
|
298
299
|
export const Export: Icon
|
|
299
300
|
export const Ai: Icon
|
|
301
|
+
export const AiStep: Icon
|
|
302
|
+
export const AiIntention: Icon
|
|
300
303
|
export const AiFilled: Icon
|
|
301
304
|
export const Bigcommerce: Icon
|
|
302
305
|
export const Woocommerce: Icon
|
|
@@ -338,3 +341,4 @@ export const TikTokChannel: Icon
|
|
|
338
341
|
export const TikTokChannel2: Icon
|
|
339
342
|
export const AutomationsPausedFilled: Icon
|
|
340
343
|
export const AutomationsStoppedFilled: Icon
|
|
344
|
+
export const Bullet: Icon
|