@manychat/icons 4.4.0 → 4.5.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 +1 -0
- package/dist/index.es.js +717 -684
- package/dist/index.js +717 -683
- package/package.json +1 -1
- package/umd/mcicons.js +715 -683
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -250,6 +250,7 @@ export const CloudError: Icon
|
|
|
250
250
|
export const CloudUpload: Icon
|
|
251
251
|
export const CloudDownload: Icon
|
|
252
252
|
export const Popular: Icon
|
|
253
|
+
export const PopularFilled: Icon
|
|
253
254
|
export const AlignLeft: Icon
|
|
254
255
|
export const AlignCenter: Icon
|
|
255
256
|
export const AlignRight: Icon
|