@manychat/icons 1.43.2 → 1.45.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 +3 -1
- package/dist/index.es.js +312 -236
- package/dist/index.js +314 -236
- package/package.json +1 -1
- package/umd/mcicons.js +308 -238
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -150,6 +150,7 @@ export const Audience: Icon
|
|
|
150
150
|
export const Menu: Icon
|
|
151
151
|
export const SelectAll: Icon
|
|
152
152
|
export const TableView: Icon
|
|
153
|
+
export const All: Icon
|
|
153
154
|
export const BuilderText: Icon
|
|
154
155
|
export const Options: Icon
|
|
155
156
|
export const Delete: Icon
|
|
@@ -245,7 +246,6 @@ export const Plus: Icon
|
|
|
245
246
|
export const Minus: Icon
|
|
246
247
|
export const Tick: Icon
|
|
247
248
|
export const DubleTick: Icon
|
|
248
|
-
export const Check: Icon
|
|
249
249
|
export const CheckCircle: Icon
|
|
250
250
|
export const Time: Icon
|
|
251
251
|
export const Nationality: Icon
|
|
@@ -280,6 +280,8 @@ export const IgLiveComments: Icon
|
|
|
280
280
|
export const TelegramChannel: Icon
|
|
281
281
|
export const TelegramChannel2: Icon
|
|
282
282
|
export const Telegram: Icon
|
|
283
|
+
export const Tap: Icon
|
|
284
|
+
export const VideoCircleTg: Icon
|
|
283
285
|
export const Create: Icon
|
|
284
286
|
export const GtCheckbox: Icon
|
|
285
287
|
export const GtFbComment: Icon
|