@manychat/icons 1.44.1 → 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 +2 -0
- package/dist/index.es.js +387 -322
- package/dist/index.js +388 -321
- package/package.json +1 -1
- package/umd/mcicons.js +384 -321
- 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
|
|
@@ -150,6 +151,7 @@ export const Audience: Icon
|
|
|
150
151
|
export const Menu: Icon
|
|
151
152
|
export const SelectAll: Icon
|
|
152
153
|
export const TableView: Icon
|
|
154
|
+
export const All: Icon
|
|
153
155
|
export const BuilderText: Icon
|
|
154
156
|
export const Options: Icon
|
|
155
157
|
export const Delete: Icon
|