@manychat/icons 1.40.2 → 1.43.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 +4 -0
- package/dist/index.es.js +245 -115
- package/dist/index.js +248 -114
- package/package.json +1 -1
- package/umd/mcicons.js +244 -114
- 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
|
|
@@ -276,6 +277,9 @@ export const Faq: Icon
|
|
|
276
277
|
export const WebsiteRedirect: Icon
|
|
277
278
|
export const TriggerIgStoryReply: Icon
|
|
278
279
|
export const TelegramChannel: Icon
|
|
280
|
+
export const Telegram: Icon
|
|
281
|
+
export const IgLiveComments: Icon
|
|
282
|
+
export const TelegramChannel2: Icon
|
|
279
283
|
export const Create: Icon
|
|
280
284
|
export const GtCheckbox: Icon
|
|
281
285
|
export const GtFbComment: Icon
|