@manychat/icons 1.45.2 → 1.46.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 +354 -320
- package/dist/index.js +354 -319
- package/package.json +1 -1
- package/umd/mcicons.js +352 -319
- 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
|