@manychat/icons 4.2.2 → 4.3.1
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 +6 -0
- package/dist/index.es.js +272 -111
- package/dist/index.js +277 -110
- package/package.json +1 -1
- package/umd/mcicons.js +265 -110
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -292,6 +292,12 @@ export const Bigcommerce: Icon
|
|
|
292
292
|
export const Woocommerce: Icon
|
|
293
293
|
export const Amazon: Icon
|
|
294
294
|
export const Hotmart: Icon
|
|
295
|
+
export const Creator: Icon
|
|
296
|
+
export const RealEstate: Icon
|
|
297
|
+
export const Fitness: Icon
|
|
298
|
+
export const Hotel: Icon
|
|
299
|
+
export const Organization: Icon
|
|
300
|
+
export const ProfessionalConsulting: Icon
|
|
295
301
|
export const InstagramChannel2: Icon
|
|
296
302
|
export const PopularFilled: Icon
|
|
297
303
|
export const Bricks: Icon
|