@manychat/icons 1.45.2 → 1.47.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 +2 -0
- package/dist/index.es.js +516 -387
- package/dist/index.js +517 -386
- package/package.json +1 -1
- package/umd/mcicons.js +513 -386
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -135,6 +135,7 @@ export const Condition: Icon
|
|
|
135
135
|
export const LiveChat: Icon
|
|
136
136
|
export const Ticket: Icon
|
|
137
137
|
export const Messenger: Icon
|
|
138
|
+
export const CannedResponse: Icon
|
|
138
139
|
export const SponsoredMessages2: Icon
|
|
139
140
|
export const FbChat: Icon
|
|
140
141
|
export const ActionMarkConversationAsDone: Icon
|
|
@@ -282,6 +283,7 @@ export const TelegramChannel2: Icon
|
|
|
282
283
|
export const Telegram: Icon
|
|
283
284
|
export const Tap: Icon
|
|
284
285
|
export const VideoCircleTg: Icon
|
|
286
|
+
export const Reels: Icon
|
|
285
287
|
export const Create: Icon
|
|
286
288
|
export const GtCheckbox: Icon
|
|
287
289
|
export const GtFbComment: Icon
|