@manychat/icons 4.11.0 → 4.13.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 +253 -146
- package/dist/index.js +255 -145
- package/package.json +1 -1
- package/umd/mcicons.js +249 -145
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -251,6 +251,7 @@ export const Rules: Icon
|
|
|
251
251
|
export const Delay: Icon
|
|
252
252
|
export const Pause: Icon
|
|
253
253
|
export const TriggersLines: Icon
|
|
254
|
+
export const StopRecord: Icon
|
|
254
255
|
export const Cloud: Icon
|
|
255
256
|
export const CloudError: Icon
|
|
256
257
|
export const CloudUpload: Icon
|
|
@@ -302,6 +303,7 @@ export const Hotmart: Icon
|
|
|
302
303
|
export const Creator: Icon
|
|
303
304
|
export const InstagramDmList: Icon
|
|
304
305
|
export const RealEstate: Icon
|
|
306
|
+
export const Basics: Icon
|
|
305
307
|
export const Fitness: Icon
|
|
306
308
|
export const Hotel: Icon
|
|
307
309
|
export const Organization: Icon
|
|
@@ -323,3 +325,4 @@ export const Zillow: Icon
|
|
|
323
325
|
export const Canva: Icon
|
|
324
326
|
export const Kajabi: Icon
|
|
325
327
|
export const Magento: Icon
|
|
328
|
+
export const ArrowDownRight: Icon
|