@manychat/icons 4.37.1 → 4.39.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 +757 -697
- package/dist/index.js +758 -696
- package/package.json +1 -1
- package/umd/mcicons.js +758 -696
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -23,6 +23,7 @@ export const GtButton: Icon
|
|
|
23
23
|
export const GtTakeover: Icon
|
|
24
24
|
export const GtLanding: Icon
|
|
25
25
|
export const CheckCircle: Icon
|
|
26
|
+
export const Incomplete: Icon
|
|
26
27
|
export const Time: Icon
|
|
27
28
|
export const Nationality: Icon
|
|
28
29
|
export const Mention: Icon
|
|
@@ -356,3 +357,4 @@ export const AiKnowledge: Icon
|
|
|
356
357
|
export const Renew: Icon
|
|
357
358
|
export const Label: Icon
|
|
358
359
|
export const Manychat: Icon
|
|
360
|
+
export const GooglePlay: Icon
|