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