@manychat/icons 1.46.0 → 1.47.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 +1 -0
- package/dist/index.es.js +190 -95
- package/dist/index.js +190 -94
- package/package.json +1 -1
- package/umd/mcicons.js +188 -94
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -283,6 +283,7 @@ export const TelegramChannel2: Icon
|
|
|
283
283
|
export const Telegram: Icon
|
|
284
284
|
export const Tap: Icon
|
|
285
285
|
export const VideoCircleTg: Icon
|
|
286
|
+
export const Reels: Icon
|
|
286
287
|
export const Create: Icon
|
|
287
288
|
export const GtCheckbox: Icon
|
|
288
289
|
export const GtFbComment: Icon
|