@manychat/icons 4.40.1 → 4.40.3
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/README.md +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +1496 -1200
- package/dist/index.js +1497 -1199
- package/package.json +2 -2
- package/umd/mcicons.js +2401 -1803
- package/umd/mcicons.min.js +1 -1
package/README.md
CHANGED
|
@@ -49,7 +49,7 @@ const Star = () => <Icon.Star color={palettes.semantic.accent} size={32} />
|
|
|
49
49
|
|
|
50
50
|
### Visual testing
|
|
51
51
|
|
|
52
|
-
The latest published version can be viewed in https://design.manychat.
|
|
52
|
+
The latest published version can be viewed in https://design.manychat.io/components/icon
|
|
53
53
|
|
|
54
54
|
The current icon set can be exported from Figma and previewed locally:
|
|
55
55
|
|
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
|