@manychat/icons 1.43.0 → 1.44.1
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 +4 -3
- package/dist/index.es.js +179 -134
- package/dist/index.js +180 -134
- package/package.json +1 -1
- package/umd/mcicons.js +176 -136
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -245,7 +245,6 @@ export const Plus: Icon
|
|
|
245
245
|
export const Minus: Icon
|
|
246
246
|
export const Tick: Icon
|
|
247
247
|
export const DubleTick: Icon
|
|
248
|
-
export const Check: Icon
|
|
249
248
|
export const CheckCircle: Icon
|
|
250
249
|
export const Time: Icon
|
|
251
250
|
export const Nationality: Icon
|
|
@@ -276,10 +275,12 @@ export const ShowcaseProducts: Icon
|
|
|
276
275
|
export const Faq: Icon
|
|
277
276
|
export const WebsiteRedirect: Icon
|
|
278
277
|
export const TriggerIgStoryReply: Icon
|
|
279
|
-
export const TelegramChannel: Icon
|
|
280
|
-
export const Telegram: Icon
|
|
281
278
|
export const IgLiveComments: Icon
|
|
279
|
+
export const TelegramChannel: Icon
|
|
282
280
|
export const TelegramChannel2: Icon
|
|
281
|
+
export const Telegram: Icon
|
|
282
|
+
export const Tap: Icon
|
|
283
|
+
export const VideoCircleTg: Icon
|
|
283
284
|
export const Create: Icon
|
|
284
285
|
export const GtCheckbox: Icon
|
|
285
286
|
export const GtFbComment: Icon
|