@manychat/icons 4.11.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 +2 -0
- package/dist/index.es.js +220 -146
- package/dist/index.js +221 -145
- package/package.json +1 -1
- package/umd/mcicons.js +217 -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
|
|
@@ -323,3 +324,4 @@ export const Zillow: Icon
|
|
|
323
324
|
export const Canva: Icon
|
|
324
325
|
export const Kajabi: Icon
|
|
325
326
|
export const Magento: Icon
|
|
327
|
+
export const ArrowDownRight: Icon
|