@manychat/icons 1.47.3 → 1.49.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 +556 -492
- package/dist/index.js +557 -491
- package/package.json +1 -1
- package/umd/mcicons.js +553 -491
- 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
|
|
@@ -284,6 +285,7 @@ export const Telegram: Icon
|
|
|
284
285
|
export const Tap: Icon
|
|
285
286
|
export const VideoCircleTg: Icon
|
|
286
287
|
export const Reels: Icon
|
|
288
|
+
export const AssignGroup: Icon
|
|
287
289
|
export const Create: Icon
|
|
288
290
|
export const GtCheckbox: Icon
|
|
289
291
|
export const GtFbComment: Icon
|