@manychat/icons 4.23.1 → 4.25.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 +3 -0
- package/dist/index.es.js +268 -170
- package/dist/index.js +270 -169
- package/package.json +1 -1
- package/umd/mcicons.js +264 -169
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -250,6 +250,7 @@ export const Unprotect: Icon
|
|
|
250
250
|
export const Rules: Icon
|
|
251
251
|
export const Delay: Icon
|
|
252
252
|
export const Pause: Icon
|
|
253
|
+
export const Stop2: Icon
|
|
253
254
|
export const TriggersLines: Icon
|
|
254
255
|
export const StopRecord: Icon
|
|
255
256
|
export const Cloud: Icon
|
|
@@ -335,3 +336,5 @@ export const Location: Icon
|
|
|
335
336
|
export const TikTok: Icon
|
|
336
337
|
export const TikTokChannel: Icon
|
|
337
338
|
export const TikTokChannel2: Icon
|
|
339
|
+
export const PauseSmall: Icon
|
|
340
|
+
export const StopSmall: Icon
|