@manychat/icons 3.0.3 → 3.1.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 +2 -2
- package/dist/index.es.js +417 -268
- package/dist/index.js +418 -269
- package/package.json +1 -1
- package/umd/mcicons.js +414 -265
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -287,6 +287,8 @@ export const CannedResponse: Icon
|
|
|
287
287
|
export const PopularFilled: Icon
|
|
288
288
|
export const Bricks: Icon
|
|
289
289
|
export const VideoCircleTg: Icon
|
|
290
|
+
export const Export: Icon
|
|
291
|
+
export const HealthPulse: Icon
|
|
290
292
|
export const Create: Icon
|
|
291
293
|
export const GtCheckbox: Icon
|
|
292
294
|
export const GtFbComment: Icon
|
|
@@ -298,5 +300,3 @@ export const GtTakeover: Icon
|
|
|
298
300
|
export const FlowPlaceholder: Icon
|
|
299
301
|
export const AddStep: Icon
|
|
300
302
|
export const Stats: Icon
|
|
301
|
-
export const Coursor: Icon
|
|
302
|
-
export const CoursorFullcolor: Icon
|