@manychat/icons 1.41.1 → 1.43.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 +4 -1
- package/dist/index.es.js +219 -131
- package/dist/index.js +221 -130
- package/package.json +1 -1
- package/umd/mcicons.js +219 -130
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -245,6 +245,7 @@ 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
|
|
248
249
|
export const CheckCircle: Icon
|
|
249
250
|
export const Time: Icon
|
|
250
251
|
export const Nationality: Icon
|
|
@@ -275,8 +276,10 @@ export const ShowcaseProducts: Icon
|
|
|
275
276
|
export const Faq: Icon
|
|
276
277
|
export const WebsiteRedirect: Icon
|
|
277
278
|
export const TriggerIgStoryReply: Icon
|
|
278
|
-
export const TelegramChannel: Icon
|
|
279
279
|
export const IgLiveComments: Icon
|
|
280
|
+
export const TelegramChannel: Icon
|
|
281
|
+
export const TelegramChannel2: Icon
|
|
282
|
+
export const Telegram: Icon
|
|
280
283
|
export const Create: Icon
|
|
281
284
|
export const GtCheckbox: Icon
|
|
282
285
|
export const GtFbComment: Icon
|