@manychat/icons 4.10.0 → 4.12.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 +9 -0
- package/dist/index.es.js +515 -132
- package/dist/index.js +523 -131
- package/package.json +1 -1
- package/umd/mcicons.js +505 -131
- 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
|
|
@@ -316,3 +317,11 @@ export const MailChimp: Icon
|
|
|
316
317
|
export const ConvertKit: Icon
|
|
317
318
|
export const GoogleSheets: Icon
|
|
318
319
|
export const Salesforce: Icon
|
|
320
|
+
export const Pipedrive: Icon
|
|
321
|
+
export const Wiseagent: Icon
|
|
322
|
+
export const Apptivo: Icon
|
|
323
|
+
export const Zillow: Icon
|
|
324
|
+
export const Canva: Icon
|
|
325
|
+
export const Kajabi: Icon
|
|
326
|
+
export const Magento: Icon
|
|
327
|
+
export const ArrowDownRight: Icon
|