@manychat/icons 1.48.3 → 1.50.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 +565 -494
- package/dist/index.js +566 -493
- package/package.json +1 -1
- package/umd/mcicons.js +562 -493
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ export const CufEnum: Icon
|
|
|
51
51
|
export const CufNoIcon: Icon
|
|
52
52
|
export const CufArray: Icon
|
|
53
53
|
export const Popular: Icon
|
|
54
|
+
export const PopularFilled: Icon
|
|
54
55
|
export const AlignLeft: Icon
|
|
55
56
|
export const AlignCenter: Icon
|
|
56
57
|
export const AlignRight: Icon
|
|
@@ -285,6 +286,7 @@ export const Tap: Icon
|
|
|
285
286
|
export const VideoCircleTg: Icon
|
|
286
287
|
export const Reels: Icon
|
|
287
288
|
export const AssignGroup: Icon
|
|
289
|
+
export const Bricks: Icon
|
|
288
290
|
export const Create: Icon
|
|
289
291
|
export const GtCheckbox: Icon
|
|
290
292
|
export const GtFbComment: Icon
|