@manychat/icons 4.40.0 → 4.40.2
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 +1032 -736
- package/dist/index.js +1033 -735
- package/package.json +2 -2
- package/umd/mcicons.js +1031 -735
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -350,6 +350,8 @@ export const Renew: Icon
|
|
|
350
350
|
export const Label: Icon
|
|
351
351
|
export const Manychat: Icon
|
|
352
352
|
export const GooglePlay: Icon
|
|
353
|
+
export const Outlook: Icon
|
|
354
|
+
export const Gmail: Icon
|
|
353
355
|
export const Create: Icon
|
|
354
356
|
export const GtCheckbox: Icon
|
|
355
357
|
export const GtFbComment: Icon
|