@manychat/icons 4.36.1 → 4.38.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 +647 -579
- package/dist/index.js +648 -578
- package/package.json +1 -1
- package/umd/mcicons.js +648 -578
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -23,6 +23,7 @@ export const GtButton: Icon
|
|
|
23
23
|
export const GtTakeover: Icon
|
|
24
24
|
export const GtLanding: Icon
|
|
25
25
|
export const CheckCircle: Icon
|
|
26
|
+
export const Incomplete: Icon
|
|
26
27
|
export const Time: Icon
|
|
27
28
|
export const Nationality: Icon
|
|
28
29
|
export const Mention: Icon
|
|
@@ -297,6 +298,7 @@ export const AiPositiveCommentReplies: Icon
|
|
|
297
298
|
export const AiInstantAnswers: Icon
|
|
298
299
|
export const AiIntention: Icon
|
|
299
300
|
export const AiFilled: Icon
|
|
301
|
+
export const AiOutlined: Icon
|
|
300
302
|
export const Bigcommerce: Icon
|
|
301
303
|
export const Woocommerce: Icon
|
|
302
304
|
export const Amazon: Icon
|