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