@manychat/icons 4.26.0 → 4.28.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 +4776 -5032
- package/dist/index.js +4777 -5031
- package/package.json +1 -1
- package/umd/mcicons.js +4744 -4371
- 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
|
|
@@ -340,3 +341,4 @@ export const TikTokChannel: Icon
|
|
|
340
341
|
export const TikTokChannel2: Icon
|
|
341
342
|
export const AutomationsPausedFilled: Icon
|
|
342
343
|
export const AutomationsStoppedFilled: Icon
|
|
344
|
+
export const Bullet: Icon
|