@bikdotai/bik-component-library 0.0.841-beta.1 → 0.0.842
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/cjs/components/agent-builder/components/AgentBuilderFooter.js.map +1 -1
- package/dist/cjs/components/agent-builder/components/MentionPicker.js +18 -18
- package/dist/cjs/components/agent-builder/components/MentionPicker.js.map +1 -1
- package/dist/cjs/components/agent-builder/components/SelectableListSection.js +1 -1
- package/dist/cjs/components/agent-builder/components/SelectableListSection.js.map +1 -1
- package/dist/cjs/components/agent-listing/AgentListing.js.map +1 -1
- package/dist/cjs/icons/Media/Visual/FormkitNeutral.js +2 -0
- package/dist/cjs/icons/Media/Visual/FormkitNeutral.js.map +1 -0
- package/dist/cjs/icons/Media/Visual/FormkitSad.js +2 -0
- package/dist/cjs/icons/Media/Visual/FormkitSad.js.map +1 -0
- package/dist/cjs/icons/index.js +1 -1
- package/dist/esm/components/agent-builder/components/AgentBuilderFooter.js.map +1 -1
- package/dist/esm/components/agent-builder/components/MentionPicker.js +67 -68
- package/dist/esm/components/agent-builder/components/MentionPicker.js.map +1 -1
- package/dist/esm/components/agent-builder/components/SelectableListSection.js +1 -1
- package/dist/esm/components/agent-builder/components/SelectableListSection.js.map +1 -1
- package/dist/esm/components/agent-listing/AgentListing.js +1 -6
- package/dist/esm/components/agent-listing/AgentListing.js.map +1 -1
- package/dist/esm/icons/Media/Visual/FormkitNeutral.js +58 -0
- package/dist/esm/icons/Media/Visual/FormkitNeutral.js.map +1 -0
- package/dist/esm/icons/Media/Visual/FormkitSad.js +61 -0
- package/dist/esm/icons/Media/Visual/FormkitSad.js.map +1 -0
- package/dist/esm/icons/Media/Visual/index.d.ts +2 -0
- package/dist/esm/icons/index.d.ts +25 -25
- package/dist/esm/icons/index.js +422 -418
- package/dist/esm/icons/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/icons/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { default as r } from "./Actions/Common actions/Activate.js";
|
|
2
2
|
import { default as t } from "./Informational/eCommerce/AddLabel.js";
|
|
3
3
|
import { default as l } from "./Informational/Location/Address.js";
|
|
4
|
-
import { default as
|
|
4
|
+
import { default as m } from "./BIK AI specific/AiEmoji.js";
|
|
5
5
|
import { default as d } from "./BIK AI specific/AiIcon.js";
|
|
6
6
|
import { default as x } from "./BIK AI specific/AiRobot.js";
|
|
7
7
|
import { default as i } from "./Informational/General/AlertTriangle.js";
|
|
@@ -9,7 +9,7 @@ import { default as h } from "./Informational/Store related/AllProduct.js";
|
|
|
9
9
|
import { default as g } from "./Informational/Files and folders/Archive1.js";
|
|
10
10
|
import { default as S } from "./Arrows/Normal arrows/ArrowDown.js";
|
|
11
11
|
import { default as A } from "./Arrows/Normal arrows/ArrowDownLeft.js";
|
|
12
|
-
import { default as
|
|
12
|
+
import { default as F } from "./Arrows/Normal arrows/ArrowDownRight.js";
|
|
13
13
|
import { default as T } from "./Arrows/Normal arrows/ArrowLeft.js";
|
|
14
14
|
import { default as I } from "./Actions/Navigation/ArrowRedo.js";
|
|
15
15
|
import { default as y } from "./Arrows/Normal arrows/ArrowRight.js";
|
|
@@ -28,7 +28,7 @@ import { default as ee } from "./Informational/General/BookOpenText.js";
|
|
|
28
28
|
import { default as re } from "./Legacy - Bikayi specific/Categories/Box.js";
|
|
29
29
|
import { default as te } from "./Legacy - Bikayi specific/Categories/Box2.js";
|
|
30
30
|
import { default as le } from "./Informational/Common UI/Bulb.js";
|
|
31
|
-
import { default as
|
|
31
|
+
import { default as me } from "./Legacy - Bikayi specific/Services/Businesscard.js";
|
|
32
32
|
import { default as de } from "./Informational/Date and time/Calendar.js";
|
|
33
33
|
import { default as xe } from "./Informational/Date and time/CalendarAdd.js";
|
|
34
34
|
import { default as ie } from "./Informational/Date and time/CalendarCheck.js";
|
|
@@ -36,7 +36,7 @@ import { default as he } from "./Media/Visual/Camera.js";
|
|
|
36
36
|
import { default as ge } from "./Media/Visual/CameraAdd.js";
|
|
37
37
|
import { default as Se } from "./Arrows/Carat/CaratDown.js";
|
|
38
38
|
import { default as Ae } from "./Arrows/Carat/CaratLeft.js";
|
|
39
|
-
import { default as
|
|
39
|
+
import { default as Fe } from "./Arrows/Carat/CaratRight.js";
|
|
40
40
|
import { default as Te } from "./Arrows/Carat/CaratUp.js";
|
|
41
41
|
import { default as Ie } from "./Informational/Finance/CashOnDelivery.js";
|
|
42
42
|
import { default as ye } from "./Informational/Finance/ChartLine.js";
|
|
@@ -55,7 +55,7 @@ import { default as eo } from "./Arrows/Double chevron/ChevronDoubleUp.js";
|
|
|
55
55
|
import { default as ro } from "./Arrows/Chevron/ChevronDown.js";
|
|
56
56
|
import { default as to } from "./Arrows/Chevron/ChevronLeft.js";
|
|
57
57
|
import { default as lo } from "./Arrows/Chevron/ChevronRight.js";
|
|
58
|
-
import { default as
|
|
58
|
+
import { default as mo } from "./Arrows/Chevron/ChevronUp.js";
|
|
59
59
|
import { default as uo } from "./Informational/eCommerce/Click.js";
|
|
60
60
|
import { default as no } from "./Informational/Store related/Clipboard.js";
|
|
61
61
|
import { default as co } from "./Informational/Customer intent/ClipboardCheck.js";
|
|
@@ -63,7 +63,7 @@ import { default as Co } from "./Informational/Store related/ClipboardCheck.js";
|
|
|
63
63
|
import { default as ko } from "./Informational/Date and time/Clock.js";
|
|
64
64
|
import { default as Mo } from "./Informational/General/CloseTicket1.js";
|
|
65
65
|
import { default as bo } from "./Actions/Common actions/Code.js";
|
|
66
|
-
import { default as
|
|
66
|
+
import { default as wo } from "./Informational/Identity/Contacts.js";
|
|
67
67
|
import { default as Po } from "./Actions/Formatting/Copy.js";
|
|
68
68
|
import { default as Ro } from "./Informational/Finance/CreditCard.js";
|
|
69
69
|
import { default as Lo } from "./Media/Visual/Crop.js";
|
|
@@ -82,7 +82,7 @@ import { default as or } from "./Social/Channels/Email.js";
|
|
|
82
82
|
import { default as ar } from "./Social/Channels/EmailMarketing.js";
|
|
83
83
|
import { default as fr } from "./Social/Social/EmailMarketing.js";
|
|
84
84
|
import { default as sr } from "./Social/Channels/EmailMarketingV2.js";
|
|
85
|
-
import { default as
|
|
85
|
+
import { default as pr } from "./Social/Channels/EmailV2.js";
|
|
86
86
|
import { default as ur } from "./Media/Others/EmojiSmile.js";
|
|
87
87
|
import { default as nr } from "./Informational/General/Error.js";
|
|
88
88
|
import { default as cr } from "./Informational/Files and folders/Excel.js";
|
|
@@ -90,7 +90,7 @@ import { default as Cr } from "./BIK AI specific/Expand.js";
|
|
|
90
90
|
import { default as kr } from "./Informational/Customer intent/Experimental.js";
|
|
91
91
|
import { default as Mr } from "./Toggles/General/Eye.js";
|
|
92
92
|
import { default as br } from "./Toggles/General/EyeClosed.js";
|
|
93
|
-
import { default as
|
|
93
|
+
import { default as wr } from "./Toggles/General/EyeOff.js";
|
|
94
94
|
import { default as Pr } from "./Social/Channels/Facebook.js";
|
|
95
95
|
import { default as Rr } from "./Social/Social/Facebook.js";
|
|
96
96
|
import { default as Lr } from "./Social/Channels/FacebookComment.js";
|
|
@@ -106,212 +106,214 @@ import { default as Zr } from "./Media/Visual/FlashOff.js";
|
|
|
106
106
|
import { default as Xr } from "./Media/Visual/FlashOn.js";
|
|
107
107
|
import { default as $r } from "./Informational/Files and folders/Folder.js";
|
|
108
108
|
import { default as oa } from "./Media/Visual/FormkitHappy.js";
|
|
109
|
-
import { default as aa } from "./
|
|
110
|
-
import { default as fa } from "./
|
|
111
|
-
import { default as sa } from "./
|
|
112
|
-
import { default as
|
|
113
|
-
import { default as ua } from "./
|
|
114
|
-
import { default as na } from "./BIK AI specific/
|
|
115
|
-
import { default as ca } from "./BIK AI specific/
|
|
116
|
-
import { default as Ca } from "./
|
|
117
|
-
import { default as ka } from "./BIK AI specific/
|
|
118
|
-
import { default as Ma } from "./
|
|
119
|
-
import { default as ba } from "./
|
|
120
|
-
import { default as
|
|
121
|
-
import { default as Pa } from "./
|
|
122
|
-
import { default as Ra } from "./
|
|
123
|
-
import { default as La } from "./Social/
|
|
124
|
-
import { default as va } from "./
|
|
125
|
-
import { default as Ua } from "./
|
|
126
|
-
import { default as Ba } from "./
|
|
127
|
-
import { default as Ha } from "./Informational/
|
|
128
|
-
import { default as Oa } from "./
|
|
129
|
-
import { default as za } from "./
|
|
130
|
-
import { default as Ja } from "./
|
|
131
|
-
import { default as Ka } from "./
|
|
132
|
-
import { default as Za } from "./Informational/
|
|
133
|
-
import { default as Xa } from "./Informational/General/
|
|
134
|
-
import { default as $a } from "./Informational/
|
|
135
|
-
import { default as ot } from "./
|
|
136
|
-
import { default as at } from "./Informational/
|
|
137
|
-
import { default as ft } from "./Media/Visual/
|
|
138
|
-
import { default as st } from "./
|
|
139
|
-
import { default as
|
|
140
|
-
import { default as ut } from "./
|
|
141
|
-
import { default as nt } from "./
|
|
142
|
-
import { default as ct } from "./
|
|
143
|
-
import { default as Ct } from "./
|
|
144
|
-
import { default as kt } from "./Social/Channels/
|
|
145
|
-
import { default as Mt } from "./Social/
|
|
146
|
-
import { default as bt } from "./Social/Channels/
|
|
147
|
-
import { default as
|
|
148
|
-
import { default as Pt } from "./
|
|
149
|
-
import { default as Rt } from "./
|
|
150
|
-
import { default as Lt } from "./
|
|
151
|
-
import { default as vt } from "./
|
|
152
|
-
import { default as Ut } from "./
|
|
153
|
-
import { default as Bt } from "./Informational/
|
|
154
|
-
import { default as Ht } from "./
|
|
155
|
-
import { default as Ot } from "./
|
|
156
|
-
import { default as zt } from "./
|
|
157
|
-
import { default as Jt } from "./
|
|
158
|
-
import { default as Kt } from "./
|
|
159
|
-
import { default as Zt } from "./
|
|
160
|
-
import { default as Xt } from "./
|
|
161
|
-
import { default as $t } from "./
|
|
162
|
-
import { default as of } from "./
|
|
163
|
-
import { default as af } from "./
|
|
164
|
-
import { default as ff } from "./Informational/
|
|
165
|
-
import { default as sf } from "./Informational/Common UI/
|
|
166
|
-
import { default as
|
|
167
|
-
import { default as uf } from "./
|
|
168
|
-
import { default as nf } from "./Social/Channels/
|
|
169
|
-
import { default as hf } from "./
|
|
170
|
-
import { default as gf } from "./
|
|
171
|
-
import { default as Sf } from "./
|
|
172
|
-
import { default as Af } from "./
|
|
173
|
-
import { default as
|
|
174
|
-
import { default as Tf } from "./Social/Channels/
|
|
175
|
-
import { default as If } from "./Social/Channels/
|
|
176
|
-
import { default as yf } from "./Social/Channels/
|
|
177
|
-
import { default as Vf } from "./Social/Channels/
|
|
178
|
-
import { default as Df } from "./Social/Channels/
|
|
179
|
-
import { default as Ef } from "./Social/Channels/
|
|
180
|
-
import { default as Wf } from "./Social/Channels/
|
|
181
|
-
import { default as Gf } from "./
|
|
182
|
-
import { default as Nf } from "./
|
|
183
|
-
import { default as jf } from "./Informational/
|
|
184
|
-
import { default as Qf } from "./
|
|
185
|
-
import { default as Yf } from "./
|
|
186
|
-
import { default as qf } from "./
|
|
187
|
-
import { default as _f } from "./
|
|
188
|
-
import { default as el } from "./
|
|
189
|
-
import { default as rl } from "./
|
|
190
|
-
import { default as tl } from "./Actions/
|
|
191
|
-
import { default as ll } from "./
|
|
192
|
-
import { default as
|
|
193
|
-
import { default as dl } from "./
|
|
194
|
-
import { default as xl } from "./
|
|
195
|
-
import { default as il } from "./
|
|
196
|
-
import { default as hl } from "./
|
|
197
|
-
import { default as gl } from "./
|
|
198
|
-
import { default as Sl } from "./Informational/
|
|
199
|
-
import { default as Al } from "./Informational/
|
|
200
|
-
import { default as
|
|
201
|
-
import { default as Tl } from "./
|
|
202
|
-
import { default as Il } from "./Informational/
|
|
203
|
-
import { default as yl } from "./
|
|
204
|
-
import { default as Vl } from "./
|
|
205
|
-
import { default as Dl } from "./
|
|
206
|
-
import { default as El } from "./
|
|
207
|
-
import { default as Wl } from "./
|
|
208
|
-
import { default as Gl } from "./
|
|
209
|
-
import { default as Nl } from "./Informational/
|
|
210
|
-
import { default as jl } from "./
|
|
211
|
-
import { default as Ql } from "./
|
|
212
|
-
import { default as Yl } from "./
|
|
213
|
-
import { default as ql } from "./
|
|
214
|
-
import { default as _l } from "./
|
|
215
|
-
import { default as es } from "./
|
|
216
|
-
import { default as rs } from "./
|
|
217
|
-
import { default as ts } from "./Actions/Navigation/
|
|
218
|
-
import { default as ls } from "./
|
|
219
|
-
import { default as
|
|
220
|
-
import { default as ds } from "./
|
|
221
|
-
import { default as xs } from "./
|
|
222
|
-
import { default as is } from "./
|
|
223
|
-
import { default as hs } from "./
|
|
224
|
-
import { default as gs } from "./Informational/
|
|
225
|
-
import { default as Ss } from "./Actions/Common actions/
|
|
226
|
-
import { default as As } from "./
|
|
227
|
-
import { default as
|
|
228
|
-
import { default as Ts } from "./
|
|
229
|
-
import { default as Is } from "./Informational/
|
|
230
|
-
import { default as ys } from "./
|
|
231
|
-
import { default as Vs } from "./
|
|
232
|
-
import { default as Ds } from "./
|
|
233
|
-
import { default as Es } from "./
|
|
234
|
-
import { default as Ws } from "./
|
|
235
|
-
import { default as Gs } from "./
|
|
236
|
-
import { default as Ns } from "./
|
|
237
|
-
import { default as js } from "./
|
|
238
|
-
import { default as Qs } from "./Informational/
|
|
239
|
-
import { default as Ys } from "./Informational/eCommerce/
|
|
240
|
-
import { default as qs } from "./
|
|
241
|
-
import { default as _s } from "./
|
|
242
|
-
import { default as
|
|
243
|
-
import { default as
|
|
244
|
-
import { default as
|
|
245
|
-
import { default as
|
|
246
|
-
import { default as
|
|
247
|
-
import { default as
|
|
248
|
-
import { default as
|
|
249
|
-
import { default as
|
|
250
|
-
import { default as
|
|
251
|
-
import { default as
|
|
252
|
-
import { default as
|
|
253
|
-
import { default as
|
|
254
|
-
import { default as
|
|
255
|
-
import { default as
|
|
256
|
-
import { default as
|
|
257
|
-
import { default as
|
|
258
|
-
import { default as
|
|
259
|
-
import { default as
|
|
260
|
-
import { default as
|
|
261
|
-
import { default as
|
|
262
|
-
import { default as
|
|
263
|
-
import { default as
|
|
264
|
-
import { default as
|
|
265
|
-
import { default as
|
|
266
|
-
import { default as
|
|
267
|
-
import { default as
|
|
268
|
-
import { default as
|
|
269
|
-
import { default as
|
|
270
|
-
import { default as
|
|
271
|
-
import { default as
|
|
272
|
-
import { default as
|
|
273
|
-
import { default as
|
|
274
|
-
import { default as
|
|
275
|
-
import { default as
|
|
276
|
-
import { default as
|
|
277
|
-
import { default as
|
|
278
|
-
import { default as
|
|
279
|
-
import { default as
|
|
280
|
-
import { default as
|
|
281
|
-
import { default as
|
|
282
|
-
import { default as
|
|
283
|
-
import { default as
|
|
284
|
-
import { default as
|
|
285
|
-
import { default as
|
|
286
|
-
import { default as
|
|
287
|
-
import { default as
|
|
288
|
-
import { default as
|
|
289
|
-
import { default as
|
|
290
|
-
import { default as
|
|
291
|
-
import { default as
|
|
292
|
-
import { default as
|
|
293
|
-
import { default as
|
|
294
|
-
import { default as
|
|
295
|
-
import { default as
|
|
296
|
-
import { default as ed } from "./
|
|
297
|
-
import { default as rd } from "./BIK AI specific/
|
|
298
|
-
import { default as td } from "./Social/Channels/
|
|
299
|
-
import { default as ld } from "./
|
|
300
|
-
import { default as
|
|
301
|
-
import { default as dd } from "./Social/
|
|
302
|
-
import { default as xd } from "./Social/Channels/
|
|
303
|
-
import { default as id } from "./
|
|
304
|
-
import { default as hd } from "./Social/
|
|
305
|
-
import { default as gd } from "./
|
|
306
|
-
import { default as Sd } from "./
|
|
307
|
-
import { default as Ad } from "./
|
|
308
|
-
import { default as
|
|
309
|
-
import { default as Td } from "./
|
|
109
|
+
import { default as aa } from "./Media/Visual/FormkitNeutral.js";
|
|
110
|
+
import { default as fa } from "./Media/Visual/FormkitSad.js";
|
|
111
|
+
import { default as sa } from "./Informational/Common UI/Forms.js";
|
|
112
|
+
import { default as pa } from "./Actions/Common actions/Forward.js";
|
|
113
|
+
import { default as ua } from "./Media/Visual/Frame26086263.js";
|
|
114
|
+
import { default as na } from "./BIK AI specific/Frame27389.js";
|
|
115
|
+
import { default as ca } from "./BIK AI specific/Frame27597.js";
|
|
116
|
+
import { default as Ca } from "./BIK AI specific/Frame27598.js";
|
|
117
|
+
import { default as ka } from "./BIK AI specific/Frame27599.js";
|
|
118
|
+
import { default as Ma } from "./Actions/Common actions/Fullscreen.js";
|
|
119
|
+
import { default as ba } from "./BIK AI specific/GeminiSparkle.js";
|
|
120
|
+
import { default as wa } from "./Informational/eCommerce/Gift1.js";
|
|
121
|
+
import { default as Pa } from "./Informational/eCommerce/GiftMinus.js";
|
|
122
|
+
import { default as Ra } from "./Informational/eCommerce/GiftPlus.js";
|
|
123
|
+
import { default as La } from "./Social/Channels/GmailV2.js";
|
|
124
|
+
import { default as va } from "./Social/Social/Google.js";
|
|
125
|
+
import { default as Ua } from "./Social/Social/Gorgias.js";
|
|
126
|
+
import { default as Ba } from "./Informational/Identity/Group.js";
|
|
127
|
+
import { default as Ha } from "./Informational/Finance/Growth.js";
|
|
128
|
+
import { default as Oa } from "./Actions/Selection/HandleDrag.js";
|
|
129
|
+
import { default as za } from "./Informational/Store related/Head112.js";
|
|
130
|
+
import { default as Ja } from "./Toggles/General/HeartEmpty.js";
|
|
131
|
+
import { default as Ka } from "./Toggles/General/HeartFilled.js";
|
|
132
|
+
import { default as Za } from "./Informational/Customer intent/Help.js";
|
|
133
|
+
import { default as Xa } from "./Informational/General/Help.js";
|
|
134
|
+
import { default as $a } from "./Informational/Date and time/HourGlass.js";
|
|
135
|
+
import { default as ot } from "./Informational/General/HourglassFilled.js";
|
|
136
|
+
import { default as at } from "./Informational/General/IcList.js";
|
|
137
|
+
import { default as ft } from "./Media/Visual/IconTrailing.js";
|
|
138
|
+
import { default as st } from "./Informational/Identity/IdCard.js";
|
|
139
|
+
import { default as pt } from "./Media/Visual/Image.js";
|
|
140
|
+
import { default as ut } from "./Media/Visual/ImageAdd.js";
|
|
141
|
+
import { default as nt } from "./Media/Visual/Images.js";
|
|
142
|
+
import { default as ct } from "./Actions/Formatting/IncreaseIndent.js";
|
|
143
|
+
import { default as Ct } from "./Informational/General/Info.js";
|
|
144
|
+
import { default as kt } from "./Social/Channels/Instagram.js";
|
|
145
|
+
import { default as Mt } from "./Social/Social/Instagram.js";
|
|
146
|
+
import { default as bt } from "./Social/Channels/InstagramCommentV2.js";
|
|
147
|
+
import { default as wt } from "./Social/Channels/InstagramIcon.js";
|
|
148
|
+
import { default as Pt } from "./Social/Channels/InstagramV2.js";
|
|
149
|
+
import { default as Rt } from "./Informational/Store related/InventoryReport.js";
|
|
150
|
+
import { default as Lt } from "./Legacy - Bikayi specific/Navigation/Journeys.js";
|
|
151
|
+
import { default as vt } from "./Social/Social/Kustomer.js";
|
|
152
|
+
import { default as Ut } from "./Informational/Location/LanguageChange.js";
|
|
153
|
+
import { default as Bt } from "./Informational/Store related/LegalBalance.js";
|
|
154
|
+
import { default as Ht } from "./Actions/Common actions/LinkSimpleHorizontal.js";
|
|
155
|
+
import { default as Ot } from "./Informational/Communication/LiveChat.js";
|
|
156
|
+
import { default as zt } from "./Toggles/General/Lock.js";
|
|
157
|
+
import { default as Jt } from "./Actions/Navigation/LogIn.js";
|
|
158
|
+
import { default as Kt } from "./Actions/Navigation/LogOut.js";
|
|
159
|
+
import { default as Zt } from "./Legacy - Bikayi specific/Services/LoudSpeaker.js";
|
|
160
|
+
import { default as Xt } from "./BIK AI specific/ManifestSparkle.js";
|
|
161
|
+
import { default as $t } from "./Informational/Location/MapPin.js";
|
|
162
|
+
import { default as of } from "./Legacy - Bikayi specific/Services/Marketing.js";
|
|
163
|
+
import { default as af } from "./Media/Visual/Maximize.js";
|
|
164
|
+
import { default as ff } from "./Informational/Files and folders/MediaMessage.js";
|
|
165
|
+
import { default as sf } from "./Informational/Common UI/MenuHamburger.js";
|
|
166
|
+
import { default as pf } from "./Informational/General/Merge.js";
|
|
167
|
+
import { default as uf } from "./Informational/Common UI/MessageSearch.js";
|
|
168
|
+
import { default as nf } from "./Social/Channels/Messenger.js";
|
|
169
|
+
import { default as hf } from "./Social/Social/Messenger.js";
|
|
170
|
+
import { default as gf } from "./Social/Channels/MessengerV2.js";
|
|
171
|
+
import { default as Sf } from "./Media/Audio/Microphone.js";
|
|
172
|
+
import { default as Af } from "./Actions/Common actions/Minus.js";
|
|
173
|
+
import { default as Ff } from "./Informational/Finance/Money1.js";
|
|
174
|
+
import { default as Tf } from "./Social/Channels/MonoFacebook.js";
|
|
175
|
+
import { default as If } from "./Social/Channels/MonoFacebookComment.js";
|
|
176
|
+
import { default as yf } from "./Social/Channels/MonoInstagram.js";
|
|
177
|
+
import { default as Vf } from "./Social/Channels/MonoInstagramComment.js";
|
|
178
|
+
import { default as Df } from "./Social/Channels/MonoMail.js";
|
|
179
|
+
import { default as Ef } from "./Social/Channels/MonoMessenger.js";
|
|
180
|
+
import { default as Wf } from "./Social/Channels/MonoPhone.js";
|
|
181
|
+
import { default as Gf } from "./Social/Channels/MonoTasks.js";
|
|
182
|
+
import { default as Nf } from "./Social/Channels/MonoWhatsapp.js";
|
|
183
|
+
import { default as jf } from "./Informational/Common UI/MoreHorizontal.js";
|
|
184
|
+
import { default as Qf } from "./Informational/Common UI/MoreVertical.js";
|
|
185
|
+
import { default as Yf } from "./Informational/Files and folders/Move.js";
|
|
186
|
+
import { default as qf } from "./Actions/Formatting/MultiLine.js";
|
|
187
|
+
import { default as _f } from "./Actions/Formatting/MultiSelect.js";
|
|
188
|
+
import { default as el } from "./Informational/General/NewTicket.js";
|
|
189
|
+
import { default as rl } from "./Informational/Finance/NoCredits.js";
|
|
190
|
+
import { default as tl } from "./Actions/Formatting/Number.js";
|
|
191
|
+
import { default as ll } from "./Actions/Formatting/NumberList.js";
|
|
192
|
+
import { default as ml } from "./Actions/Navigation/OpenNewWindow.js";
|
|
193
|
+
import { default as dl } from "./Informational/Files and folders/OrderHistory.js";
|
|
194
|
+
import { default as xl } from "./Informational/Store related/OrderReport.js";
|
|
195
|
+
import { default as il } from "./Media/Others/Paperclip.js";
|
|
196
|
+
import { default as hl } from "./Media/Audio/Pause.js";
|
|
197
|
+
import { default as gl } from "./Legacy - Bikayi specific/Services/PaymentLink.js";
|
|
198
|
+
import { default as Sl } from "./Informational/Store related/PaymentReport.js";
|
|
199
|
+
import { default as Al } from "./Informational/Customer intent/Percent.js";
|
|
200
|
+
import { default as Fl } from "./Informational/Finance/Percent.js";
|
|
201
|
+
import { default as Tl } from "./Informational/Identity/Person.js";
|
|
202
|
+
import { default as Il } from "./Informational/Communication/Phone.js";
|
|
203
|
+
import { default as yl } from "./Social/Channels/PhoneV2.js";
|
|
204
|
+
import { default as Vl } from "./Informational/Common UI/Placeholder.js";
|
|
205
|
+
import { default as Dl } from "./Legacy - Bikayi specific/Plans/PlanUltimate.js";
|
|
206
|
+
import { default as El } from "./Media/Audio/Play.js";
|
|
207
|
+
import { default as Wl } from "./Actions/Common actions/Plus.js";
|
|
208
|
+
import { default as Gl } from "./BIK AI specific/PricePlease.js";
|
|
209
|
+
import { default as Nl } from "./Informational/Files and folders/PrivateNote.js";
|
|
210
|
+
import { default as jl } from "./Actions/Common actions/ProductTour.js";
|
|
211
|
+
import { default as Ql } from "./Informational/eCommerce/Promocode.js";
|
|
212
|
+
import { default as Yl } from "./Informational/Customer intent/Purchase.js";
|
|
213
|
+
import { default as ql } from "./Actions/Formatting/Quotes.js";
|
|
214
|
+
import { default as _l } from "./Social/Social/Rcs.js";
|
|
215
|
+
import { default as es } from "./Social/Channels/RcsV2.js";
|
|
216
|
+
import { default as rs } from "./Informational/eCommerce/Receipt.js";
|
|
217
|
+
import { default as ts } from "./Actions/Navigation/Refresh.js";
|
|
218
|
+
import { default as ls } from "./Actions/Common actions/RestApi.js";
|
|
219
|
+
import { default as ms } from "./Actions/Navigation/Rewind.js";
|
|
220
|
+
import { default as ds } from "./Informational/Identity/Robot.js";
|
|
221
|
+
import { default as xs } from "./Media/Visual/RotateAnticlockwise.js";
|
|
222
|
+
import { default as is } from "./Media/Visual/RotateClockwise.js";
|
|
223
|
+
import { default as hs } from "./Informational/General/RoundCheck.js";
|
|
224
|
+
import { default as gs } from "./Informational/Finance/Rupee.js";
|
|
225
|
+
import { default as Ss } from "./Actions/Common actions/Save.js";
|
|
226
|
+
import { default as As } from "./Informational/Common UI/Search.js";
|
|
227
|
+
import { default as Fs } from "./Actions/Common actions/Send.js";
|
|
228
|
+
import { default as Ts } from "./Actions/Common actions/SendAirplane.js";
|
|
229
|
+
import { default as Is } from "./Informational/Customer intent/Services.js";
|
|
230
|
+
import { default as ys } from "./Legacy - Bikayi specific/Navigation/Services.js";
|
|
231
|
+
import { default as Vs } from "./Informational/Common UI/Settings.js";
|
|
232
|
+
import { default as Ds } from "./BIK AI specific/Shape.js";
|
|
233
|
+
import { default as Es } from "./Actions/Common actions/ShareAndroid.js";
|
|
234
|
+
import { default as Ws } from "./Informational/Common UI/Shield.js";
|
|
235
|
+
import { default as Gs } from "./Informational/eCommerce/ShieldCheck.js";
|
|
236
|
+
import { default as Ns } from "./Social/Channels/ShopifyBrand.js";
|
|
237
|
+
import { default as js } from "./Social/Social/ShopifyDefault.js";
|
|
238
|
+
import { default as Qs } from "./Informational/eCommerce/ShoppingBag.js";
|
|
239
|
+
import { default as Ys } from "./Informational/eCommerce/ShoppingBasket.js";
|
|
240
|
+
import { default as qs } from "./Informational/Customer intent/ShoppingCart.js";
|
|
241
|
+
import { default as _s } from "./Informational/eCommerce/ShoppingCart.js";
|
|
242
|
+
import { default as em } from "./Actions/Common actions/Shortcut.js";
|
|
243
|
+
import { default as rm } from "./BIK AI specific/Shorter.js";
|
|
244
|
+
import { default as tm } from "./Actions/Selection/SingleChoice.js";
|
|
245
|
+
import { default as lm } from "./Informational/Customer intent/SingleChoice.js";
|
|
246
|
+
import { default as mm } from "./Social/Social/SlackIcon.js";
|
|
247
|
+
import { default as dm } from "./Informational/General/Slash.js";
|
|
248
|
+
import { default as xm } from "./Media/Audio/Sleep.js";
|
|
249
|
+
import { default as im } from "./Media/Devices/Smartphone.js";
|
|
250
|
+
import { default as hm } from "./Social/Channels/SmsV2.js";
|
|
251
|
+
import { default as gm } from "./BIK AI specific/Sparkling2Line.js";
|
|
252
|
+
import { default as Sm } from "./Toggles/General/StarEmpty.js";
|
|
253
|
+
import { default as Am } from "./Toggles/General/StarFilled.js";
|
|
254
|
+
import { default as Fm } from "./Toggles/General/StarHalf.js";
|
|
255
|
+
import { default as Tm } from "./Informational/Store related/Store.js";
|
|
256
|
+
import { default as Im } from "./Informational/Store related/StoreSync.js";
|
|
257
|
+
import { default as ym } from "./Actions/Formatting/Subscript.js";
|
|
258
|
+
import { default as Vm } from "./Actions/Formatting/Superscript.js";
|
|
259
|
+
import { default as Dm } from "./Actions/Navigation/Sync.js";
|
|
260
|
+
import { default as Em } from "./Informational/Finance/TablerTicket.js";
|
|
261
|
+
import { default as Wm } from "./Actions/Common actions/Task.js";
|
|
262
|
+
import { default as Gm } from "./Social/Channels/TaskV2.js";
|
|
263
|
+
import { default as Nm } from "./Social/Channels/Tasks.js";
|
|
264
|
+
import { default as jm } from "./Actions/Formatting/Text.js";
|
|
265
|
+
import { default as Qm } from "./Actions/Formatting/TextAlignCenter.js";
|
|
266
|
+
import { default as Ym } from "./Actions/Formatting/TextAlignLeft.js";
|
|
267
|
+
import { default as qm } from "./Actions/Formatting/TextAlignRight.js";
|
|
268
|
+
import { default as _m } from "./Actions/Formatting/TextBold.js";
|
|
269
|
+
import { default as ep } from "./Actions/Formatting/TextItalics.js";
|
|
270
|
+
import { default as rp } from "./Actions/Formatting/TextJustify.js";
|
|
271
|
+
import { default as tp } from "./Informational/Files and folders/TextMessage.js";
|
|
272
|
+
import { default as lp } from "./Actions/Formatting/TextStrikethrough.js";
|
|
273
|
+
import { default as mp } from "./Actions/Formatting/TextUnderline.js";
|
|
274
|
+
import { default as dp } from "./Actions/Formatting/Textbox.js";
|
|
275
|
+
import { default as xp } from "./Legacy - Bikayi specific/Services/Theme.js";
|
|
276
|
+
import { default as ip } from "./Informational/Store related/TicketForm.js";
|
|
277
|
+
import { default as hp } from "./Informational/General/TicketV2.js";
|
|
278
|
+
import { default as gp } from "./Informational/Common UI/Training.js";
|
|
279
|
+
import { default as Sp } from "./Informational/Location/Truck.js";
|
|
280
|
+
import { default as Ap } from "./Social/Social/Twitter.js";
|
|
281
|
+
import { default as Fp } from "./Informational/Files and folders/Unarchive.js";
|
|
282
|
+
import { default as Tp } from "./Informational/Identity/Union.js";
|
|
283
|
+
import { default as Ip } from "./Informational/Identity/Union1.js";
|
|
284
|
+
import { default as yp } from "./Toggles/General/Unlock.js";
|
|
285
|
+
import { default as Vp } from "./Informational/Customer intent/Unsatisfactory.js";
|
|
286
|
+
import { default as Dp } from "./Media/Others/Upload.js";
|
|
287
|
+
import { default as Ep } from "./Informational/Identity/User.js";
|
|
288
|
+
import { default as Wp } from "./Informational/Identity/UserMinus1.js";
|
|
289
|
+
import { default as Gp } from "./Informational/Identity/UserPlus.js";
|
|
290
|
+
import { default as Np } from "./Informational/Customer intent/UserSound.js";
|
|
291
|
+
import { default as jp } from "./Media/Visual/VideoCamcorder.js";
|
|
292
|
+
import { default as Qp } from "./Media/Visual/VideoFilm.js";
|
|
293
|
+
import { default as Yp } from "./Media/Audio/VolumeMute.js";
|
|
294
|
+
import { default as qp } from "./Media/Audio/VolumeOneline.js";
|
|
295
|
+
import { default as _p } from "./Media/Audio/VolumeTwoline.js";
|
|
296
|
+
import { default as ed } from "./Informational/Finance/Wallet.js";
|
|
297
|
+
import { default as rd } from "./BIK AI specific/WandSparkles.js";
|
|
298
|
+
import { default as td } from "./Social/Channels/WebPush.js";
|
|
299
|
+
import { default as ld } from "./BIK AI specific/Webhook.js";
|
|
300
|
+
import { default as md } from "./Social/Channels/WebpushV2.js";
|
|
301
|
+
import { default as dd } from "./Social/Social/Website.js";
|
|
302
|
+
import { default as xd } from "./Social/Channels/WhatsApp.js";
|
|
303
|
+
import { default as id } from "./Social/Channels/WhatsAppCallV2.js";
|
|
304
|
+
import { default as hd } from "./Social/Channels/WhatsAppV2.js";
|
|
305
|
+
import { default as gd } from "./Actions/Navigation/Whatsapp.js";
|
|
306
|
+
import { default as Sd } from "./Social/Social/Whatsapp.js";
|
|
307
|
+
import { default as Ad } from "./Social/Social/WooCommerce.js";
|
|
308
|
+
import { default as Fd } from "./Informational/Date and time/WorkingHours.js";
|
|
309
|
+
import { default as Td } from "./BIK AI specific/Write.js";
|
|
310
|
+
import { default as Id } from "./Social/Social/Youtube.js";
|
|
311
|
+
import { default as yd } from "./Social/Social/Zendesk.js";
|
|
310
312
|
export {
|
|
311
313
|
r as Activate,
|
|
312
314
|
t as AddLabel,
|
|
313
315
|
l as Address,
|
|
314
|
-
|
|
316
|
+
m as AiEmoji,
|
|
315
317
|
d as AiIcon,
|
|
316
318
|
x as AiRobot,
|
|
317
319
|
i as AlertTriangle,
|
|
@@ -319,7 +321,7 @@ export {
|
|
|
319
321
|
g as Archive1,
|
|
320
322
|
S as ArrowDown,
|
|
321
323
|
A as ArrowDownLeft,
|
|
322
|
-
|
|
324
|
+
F as ArrowDownRight,
|
|
323
325
|
T as ArrowLeft,
|
|
324
326
|
I as ArrowRedo,
|
|
325
327
|
y as ArrowRight,
|
|
@@ -338,7 +340,7 @@ export {
|
|
|
338
340
|
re as Box,
|
|
339
341
|
te as Box2,
|
|
340
342
|
le as Bulb,
|
|
341
|
-
|
|
343
|
+
me as Businesscard,
|
|
342
344
|
de as Calendar,
|
|
343
345
|
xe as CalendarAdd,
|
|
344
346
|
ie as CalendarCheck,
|
|
@@ -346,7 +348,7 @@ export {
|
|
|
346
348
|
ge as CameraAdd,
|
|
347
349
|
Se as CaratDown,
|
|
348
350
|
Ae as CaratLeft,
|
|
349
|
-
|
|
351
|
+
Fe as CaratRight,
|
|
350
352
|
Te as CaratUp,
|
|
351
353
|
Ie as CashOnDelivery,
|
|
352
354
|
ye as ChartLine,
|
|
@@ -365,7 +367,7 @@ export {
|
|
|
365
367
|
ro as ChevronDown,
|
|
366
368
|
to as ChevronLeft,
|
|
367
369
|
lo as ChevronRight,
|
|
368
|
-
|
|
370
|
+
mo as ChevronUp,
|
|
369
371
|
uo as Click,
|
|
370
372
|
no as Clipboard,
|
|
371
373
|
co as ClipboardCheck,
|
|
@@ -373,7 +375,7 @@ export {
|
|
|
373
375
|
ko as Clock,
|
|
374
376
|
Mo as CloseTicket1,
|
|
375
377
|
bo as Code,
|
|
376
|
-
|
|
378
|
+
wo as Contacts,
|
|
377
379
|
Po as Copy,
|
|
378
380
|
Ro as CreditCard,
|
|
379
381
|
Lo as Crop,
|
|
@@ -392,7 +394,7 @@ export {
|
|
|
392
394
|
ar as EmailMarketing,
|
|
393
395
|
fr as EmailMarketing2,
|
|
394
396
|
sr as EmailMarketingV2,
|
|
395
|
-
|
|
397
|
+
pr as EmailV2,
|
|
396
398
|
ur as EmojiSmile,
|
|
397
399
|
nr as Error,
|
|
398
400
|
cr as Excel,
|
|
@@ -400,7 +402,7 @@ export {
|
|
|
400
402
|
kr as Experimental,
|
|
401
403
|
Mr as Eye,
|
|
402
404
|
br as EyeClosed,
|
|
403
|
-
|
|
405
|
+
wr as EyeOff,
|
|
404
406
|
Pr as Facebook,
|
|
405
407
|
Rr as Facebook2,
|
|
406
408
|
Lr as FacebookComment,
|
|
@@ -416,206 +418,208 @@ export {
|
|
|
416
418
|
Xr as FlashOn,
|
|
417
419
|
$r as Folder,
|
|
418
420
|
oa as FormkitHappy,
|
|
419
|
-
aa as
|
|
420
|
-
fa as
|
|
421
|
-
sa as
|
|
422
|
-
|
|
423
|
-
ua as
|
|
424
|
-
na as
|
|
425
|
-
ca as
|
|
426
|
-
Ca as
|
|
427
|
-
ka as
|
|
428
|
-
Ma as
|
|
429
|
-
ba as
|
|
430
|
-
|
|
431
|
-
Pa as
|
|
432
|
-
Ra as
|
|
433
|
-
La as
|
|
434
|
-
va as
|
|
435
|
-
Ua as
|
|
436
|
-
Ba as
|
|
437
|
-
Ha as
|
|
438
|
-
Oa as
|
|
439
|
-
za as
|
|
440
|
-
Ja as
|
|
441
|
-
Ka as
|
|
442
|
-
Za as
|
|
443
|
-
Xa as
|
|
444
|
-
$a as
|
|
445
|
-
ot as
|
|
446
|
-
at as
|
|
447
|
-
ft as
|
|
448
|
-
st as
|
|
449
|
-
|
|
450
|
-
ut as
|
|
451
|
-
nt as
|
|
452
|
-
ct as
|
|
453
|
-
Ct as
|
|
454
|
-
kt as
|
|
455
|
-
Mt as
|
|
456
|
-
bt as
|
|
457
|
-
|
|
458
|
-
Pt as
|
|
459
|
-
Rt as
|
|
460
|
-
Lt as
|
|
461
|
-
vt as
|
|
462
|
-
Ut as
|
|
463
|
-
Bt as
|
|
464
|
-
Ht as
|
|
465
|
-
Ot as
|
|
466
|
-
zt as
|
|
467
|
-
Jt as
|
|
468
|
-
Kt as
|
|
469
|
-
Zt as
|
|
470
|
-
Xt as
|
|
471
|
-
$t as
|
|
472
|
-
of as
|
|
473
|
-
af as
|
|
474
|
-
ff as
|
|
475
|
-
sf as
|
|
476
|
-
|
|
477
|
-
uf as
|
|
478
|
-
nf as
|
|
479
|
-
hf as
|
|
480
|
-
gf as
|
|
481
|
-
Sf as
|
|
482
|
-
Af as
|
|
483
|
-
|
|
484
|
-
Tf as
|
|
485
|
-
If as
|
|
486
|
-
yf as
|
|
487
|
-
Vf as
|
|
488
|
-
Df as
|
|
489
|
-
Ef as
|
|
490
|
-
Wf as
|
|
491
|
-
Gf as
|
|
492
|
-
Nf as
|
|
493
|
-
jf as
|
|
494
|
-
Qf as
|
|
495
|
-
Yf as
|
|
496
|
-
qf as
|
|
497
|
-
_f as
|
|
498
|
-
el as
|
|
499
|
-
rl as
|
|
500
|
-
tl as
|
|
501
|
-
ll as
|
|
502
|
-
|
|
503
|
-
dl as
|
|
504
|
-
xl as
|
|
505
|
-
il as
|
|
506
|
-
hl as
|
|
507
|
-
gl as
|
|
508
|
-
Sl as
|
|
509
|
-
Al as
|
|
510
|
-
|
|
511
|
-
Tl as
|
|
512
|
-
Il as
|
|
513
|
-
yl as
|
|
514
|
-
Vl as
|
|
515
|
-
Dl as
|
|
516
|
-
El as
|
|
517
|
-
Wl as
|
|
518
|
-
Gl as
|
|
519
|
-
Nl as
|
|
520
|
-
jl as
|
|
521
|
-
Ql as
|
|
522
|
-
Yl as
|
|
523
|
-
ql as
|
|
524
|
-
_l as
|
|
525
|
-
es as
|
|
526
|
-
rs as
|
|
527
|
-
ts as
|
|
528
|
-
ls as
|
|
529
|
-
|
|
530
|
-
ds as
|
|
531
|
-
xs as
|
|
532
|
-
is as
|
|
533
|
-
hs as
|
|
534
|
-
gs as
|
|
535
|
-
Ss as
|
|
536
|
-
As as
|
|
537
|
-
|
|
538
|
-
Ts as
|
|
539
|
-
Is as
|
|
540
|
-
ys as
|
|
541
|
-
Vs as
|
|
542
|
-
Ds as
|
|
543
|
-
Es as
|
|
544
|
-
Ws as
|
|
545
|
-
Gs as
|
|
546
|
-
Ns as
|
|
547
|
-
js as
|
|
548
|
-
Qs as
|
|
549
|
-
Ys as
|
|
550
|
-
qs as
|
|
551
|
-
_s as
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
ed as
|
|
607
|
-
rd as
|
|
608
|
-
td as
|
|
609
|
-
ld as
|
|
610
|
-
|
|
611
|
-
dd as
|
|
612
|
-
xd as
|
|
613
|
-
id as
|
|
614
|
-
hd as
|
|
615
|
-
gd as
|
|
616
|
-
Sd as
|
|
617
|
-
Ad as
|
|
618
|
-
|
|
619
|
-
Td as
|
|
421
|
+
aa as FormkitNeutral,
|
|
422
|
+
fa as FormkitSad,
|
|
423
|
+
sa as Forms,
|
|
424
|
+
pa as Forward,
|
|
425
|
+
ua as Frame26086263,
|
|
426
|
+
na as Frame27389,
|
|
427
|
+
ca as Frame27597,
|
|
428
|
+
Ca as Frame27598,
|
|
429
|
+
ka as Frame27599,
|
|
430
|
+
Ma as Fullscreen,
|
|
431
|
+
ba as GeminiSparkle,
|
|
432
|
+
wa as Gift1,
|
|
433
|
+
Pa as GiftMinus,
|
|
434
|
+
Ra as GiftPlus,
|
|
435
|
+
La as GmailV2,
|
|
436
|
+
va as Google,
|
|
437
|
+
Ua as Gorgias,
|
|
438
|
+
Ba as Group,
|
|
439
|
+
Ha as Growth,
|
|
440
|
+
Oa as HandleDrag,
|
|
441
|
+
za as Head112,
|
|
442
|
+
Ja as HeartEmpty,
|
|
443
|
+
Ka as HeartFilled,
|
|
444
|
+
Za as Help,
|
|
445
|
+
Xa as Help2,
|
|
446
|
+
$a as HourGlass,
|
|
447
|
+
ot as HourglassFilled,
|
|
448
|
+
at as IcList,
|
|
449
|
+
ft as IconTrailing,
|
|
450
|
+
st as IdCard,
|
|
451
|
+
pt as Image,
|
|
452
|
+
ut as ImageAdd,
|
|
453
|
+
nt as Images,
|
|
454
|
+
ct as IncreaseIndent,
|
|
455
|
+
Ct as Info,
|
|
456
|
+
kt as Instagram,
|
|
457
|
+
Mt as Instagram2,
|
|
458
|
+
bt as InstagramCommentV2,
|
|
459
|
+
wt as InstagramIcon,
|
|
460
|
+
Pt as InstagramV2,
|
|
461
|
+
Rt as InventoryReport,
|
|
462
|
+
Lt as Journeys,
|
|
463
|
+
vt as Kustomer,
|
|
464
|
+
Ut as LanguageChange,
|
|
465
|
+
Bt as LegalBalance,
|
|
466
|
+
Ht as LinkSimpleHorizontal,
|
|
467
|
+
Ot as LiveChat,
|
|
468
|
+
zt as Lock,
|
|
469
|
+
Jt as LogIn,
|
|
470
|
+
Kt as LogOut,
|
|
471
|
+
Zt as LoudSpeaker,
|
|
472
|
+
Xt as ManifestSparkle,
|
|
473
|
+
$t as MapPin,
|
|
474
|
+
of as Marketing,
|
|
475
|
+
af as Maximize,
|
|
476
|
+
ff as MediaMessage,
|
|
477
|
+
sf as MenuHamburger,
|
|
478
|
+
pf as Merge,
|
|
479
|
+
uf as MessageSearch,
|
|
480
|
+
nf as Messenger,
|
|
481
|
+
hf as Messenger2,
|
|
482
|
+
gf as MessengerV2,
|
|
483
|
+
Sf as Microphone,
|
|
484
|
+
Af as Minus,
|
|
485
|
+
Ff as Money1,
|
|
486
|
+
Tf as MonoFacebook,
|
|
487
|
+
If as MonoFacebookComment,
|
|
488
|
+
yf as MonoInstagram,
|
|
489
|
+
Vf as MonoInstagramComment,
|
|
490
|
+
Df as MonoMail,
|
|
491
|
+
Ef as MonoMessenger,
|
|
492
|
+
Wf as MonoPhone,
|
|
493
|
+
Gf as MonoTasks,
|
|
494
|
+
Nf as MonoWhatsapp,
|
|
495
|
+
jf as MoreHorizontal,
|
|
496
|
+
Qf as MoreVertical,
|
|
497
|
+
Yf as Move,
|
|
498
|
+
qf as MultiLine,
|
|
499
|
+
_f as MultiSelect,
|
|
500
|
+
el as NewTicket,
|
|
501
|
+
rl as NoCredits,
|
|
502
|
+
tl as Number,
|
|
503
|
+
ll as NumberList,
|
|
504
|
+
ml as OpenNewWindow,
|
|
505
|
+
dl as OrderHistory,
|
|
506
|
+
xl as OrderReport,
|
|
507
|
+
il as Paperclip,
|
|
508
|
+
hl as Pause,
|
|
509
|
+
gl as PaymentLink,
|
|
510
|
+
Sl as PaymentReport,
|
|
511
|
+
Al as Percent,
|
|
512
|
+
Fl as Percent2,
|
|
513
|
+
Tl as Person,
|
|
514
|
+
Il as Phone,
|
|
515
|
+
yl as PhoneV2,
|
|
516
|
+
Vl as Placeholder,
|
|
517
|
+
Dl as PlanUltimate,
|
|
518
|
+
El as Play,
|
|
519
|
+
Wl as Plus,
|
|
520
|
+
Gl as PricePlease,
|
|
521
|
+
Nl as PrivateNote,
|
|
522
|
+
jl as ProductTour,
|
|
523
|
+
Ql as Promocode,
|
|
524
|
+
Yl as Purchase,
|
|
525
|
+
ql as Quotes,
|
|
526
|
+
_l as Rcs,
|
|
527
|
+
es as RcsV2,
|
|
528
|
+
rs as Receipt,
|
|
529
|
+
ts as Refresh,
|
|
530
|
+
ls as RestApi,
|
|
531
|
+
ms as Rewind,
|
|
532
|
+
ds as Robot,
|
|
533
|
+
xs as RotateAnticlockwise,
|
|
534
|
+
is as RotateClockwise,
|
|
535
|
+
hs as RoundCheck,
|
|
536
|
+
gs as Rupee,
|
|
537
|
+
Ss as Save,
|
|
538
|
+
As as Search,
|
|
539
|
+
Fs as Send,
|
|
540
|
+
Ts as SendAirplane,
|
|
541
|
+
Is as Services,
|
|
542
|
+
ys as Services2,
|
|
543
|
+
Vs as Settings,
|
|
544
|
+
Ds as Shape,
|
|
545
|
+
Es as ShareAndroid,
|
|
546
|
+
Ws as Shield,
|
|
547
|
+
Gs as ShieldCheck,
|
|
548
|
+
Ns as ShopifyBrand,
|
|
549
|
+
js as ShopifyDefault,
|
|
550
|
+
Qs as ShoppingBag,
|
|
551
|
+
Ys as ShoppingBasket,
|
|
552
|
+
qs as ShoppingCart,
|
|
553
|
+
_s as ShoppingCart2,
|
|
554
|
+
em as Shortcut,
|
|
555
|
+
rm as Shorter,
|
|
556
|
+
tm as SingleChoice,
|
|
557
|
+
lm as SingleChoice2,
|
|
558
|
+
mm as SlackIcon,
|
|
559
|
+
dm as Slash,
|
|
560
|
+
xm as Sleep,
|
|
561
|
+
im as Smartphone,
|
|
562
|
+
hm as SmsV2,
|
|
563
|
+
gm as Sparkling2Line,
|
|
564
|
+
Sm as StarEmpty,
|
|
565
|
+
Am as StarFilled,
|
|
566
|
+
Fm as StarHalf,
|
|
567
|
+
Tm as Store,
|
|
568
|
+
Im as StoreSync,
|
|
569
|
+
ym as Subscript,
|
|
570
|
+
Vm as Superscript,
|
|
571
|
+
Dm as Sync,
|
|
572
|
+
Em as TablerTicket,
|
|
573
|
+
Wm as Task,
|
|
574
|
+
Gm as TaskV2,
|
|
575
|
+
Nm as Tasks,
|
|
576
|
+
jm as Text,
|
|
577
|
+
Qm as TextAlignCenter,
|
|
578
|
+
Ym as TextAlignLeft,
|
|
579
|
+
qm as TextAlignRight,
|
|
580
|
+
_m as TextBold,
|
|
581
|
+
ep as TextItalics,
|
|
582
|
+
rp as TextJustify,
|
|
583
|
+
tp as TextMessage,
|
|
584
|
+
lp as TextStrikethrough,
|
|
585
|
+
mp as TextUnderline,
|
|
586
|
+
dp as Textbox,
|
|
587
|
+
xp as Theme,
|
|
588
|
+
ip as TicketForm,
|
|
589
|
+
hp as TicketV2,
|
|
590
|
+
gp as Training,
|
|
591
|
+
Sp as Truck,
|
|
592
|
+
Ap as Twitter,
|
|
593
|
+
Fp as Unarchive,
|
|
594
|
+
Tp as Union,
|
|
595
|
+
Ip as Union1,
|
|
596
|
+
yp as Unlock,
|
|
597
|
+
Vp as Unsatisfactory,
|
|
598
|
+
Dp as Upload,
|
|
599
|
+
Ep as User,
|
|
600
|
+
Wp as UserMinus1,
|
|
601
|
+
Gp as UserPlus,
|
|
602
|
+
Np as UserSound,
|
|
603
|
+
jp as VideoCamcorder,
|
|
604
|
+
Qp as VideoFilm,
|
|
605
|
+
Yp as VolumeMute,
|
|
606
|
+
qp as VolumeOneline,
|
|
607
|
+
_p as VolumeTwoline,
|
|
608
|
+
ed as Wallet,
|
|
609
|
+
rd as WandSparkles,
|
|
610
|
+
td as WebPush,
|
|
611
|
+
ld as Webhook,
|
|
612
|
+
md as WebpushV2,
|
|
613
|
+
dd as Website,
|
|
614
|
+
xd as WhatsApp,
|
|
615
|
+
id as WhatsAppCallV2,
|
|
616
|
+
hd as WhatsAppV2,
|
|
617
|
+
gd as Whatsapp,
|
|
618
|
+
Sd as Whatsapp2,
|
|
619
|
+
Ad as WooCommerce,
|
|
620
|
+
Fd as WorkingHours,
|
|
621
|
+
Td as Write,
|
|
622
|
+
Id as Youtube,
|
|
623
|
+
yd as Zendesk
|
|
620
624
|
};
|
|
621
625
|
//# sourceMappingURL=index.js.map
|