@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.
Files changed (113) hide show
  1. package/dist/cjs/components/agent-builder/AgentBuilder.js +1 -1
  2. package/dist/cjs/components/agent-builder/AgentBuilder.js.map +1 -1
  3. package/dist/cjs/components/agent-builder/components/MentionField.js +1 -1
  4. package/dist/cjs/components/agent-builder/components/MentionField.js.map +1 -1
  5. package/dist/cjs/components/agent-builder/components/MentionPicker.js +11 -4
  6. package/dist/cjs/components/agent-builder/components/MentionPicker.js.map +1 -1
  7. package/dist/cjs/components/agent-builder/constants/tools.js +1 -1
  8. package/dist/cjs/components/agent-builder/constants/tools.js.map +1 -1
  9. package/dist/cjs/components/agent-builder/context/AgentBuilderContext.js +1 -1
  10. package/dist/cjs/components/agent-builder/context/AgentBuilderContext.js.map +1 -1
  11. package/dist/cjs/components/agent-builder/steps/Step3HowItResponds.js +1 -1
  12. package/dist/cjs/components/agent-builder/steps/Step3HowItResponds.js.map +1 -1
  13. package/dist/cjs/components/agent-builder/utils/toolActions.js +1 -1
  14. package/dist/cjs/components/agent-builder/utils/toolActions.js.map +1 -1
  15. package/dist/cjs/icons/Social/Channels/EmailMarketingV2.js +2 -0
  16. package/dist/cjs/icons/Social/Channels/EmailMarketingV2.js.map +1 -0
  17. package/dist/cjs/icons/Social/Channels/EmailV2.js +2 -0
  18. package/dist/cjs/icons/Social/Channels/EmailV2.js.map +1 -0
  19. package/dist/cjs/icons/Social/Channels/FacebookCommentV2.js +2 -0
  20. package/dist/cjs/icons/Social/Channels/FacebookCommentV2.js.map +1 -0
  21. package/dist/cjs/icons/Social/Channels/FacebookV2.js +2 -0
  22. package/dist/cjs/icons/Social/Channels/FacebookV2.js.map +1 -0
  23. package/dist/cjs/icons/Social/Channels/GmailV2.js +2 -0
  24. package/dist/cjs/icons/Social/Channels/GmailV2.js.map +1 -0
  25. package/dist/cjs/icons/Social/Channels/InstagramCommentV2.js +2 -0
  26. package/dist/cjs/icons/Social/Channels/InstagramCommentV2.js.map +1 -0
  27. package/dist/cjs/icons/Social/Channels/InstagramV2.js +2 -0
  28. package/dist/cjs/icons/Social/Channels/InstagramV2.js.map +1 -0
  29. package/dist/cjs/icons/Social/Channels/MessengerV2.js +2 -0
  30. package/dist/cjs/icons/Social/Channels/MessengerV2.js.map +1 -0
  31. package/dist/cjs/icons/Social/Channels/PhoneV2.js +2 -0
  32. package/dist/cjs/icons/Social/Channels/PhoneV2.js.map +1 -0
  33. package/dist/cjs/icons/Social/Channels/RcsV2.js +2 -0
  34. package/dist/cjs/icons/Social/Channels/RcsV2.js.map +1 -0
  35. package/dist/cjs/icons/Social/Channels/SmsV2.js +2 -0
  36. package/dist/cjs/icons/Social/Channels/SmsV2.js.map +1 -0
  37. package/dist/cjs/icons/Social/Channels/TaskV2.js +2 -0
  38. package/dist/cjs/icons/Social/Channels/TaskV2.js.map +1 -0
  39. package/dist/cjs/icons/Social/Channels/WebpushV2.js +2 -0
  40. package/dist/cjs/icons/Social/Channels/WebpushV2.js.map +1 -0
  41. package/dist/cjs/icons/Social/Channels/WhatsAppCallV2.js +2 -0
  42. package/dist/cjs/icons/Social/Channels/WhatsAppCallV2.js.map +1 -0
  43. package/dist/cjs/icons/Social/Channels/WhatsAppV2.js +2 -0
  44. package/dist/cjs/icons/Social/Channels/WhatsAppV2.js.map +1 -0
  45. package/dist/cjs/icons/index.js +1 -1
  46. package/dist/esm/components/agent-builder/AgentBuilder.js +91 -87
  47. package/dist/esm/components/agent-builder/AgentBuilder.js.map +1 -1
  48. package/dist/esm/components/agent-builder/AgentBuilder.model.d.ts +25 -1
  49. package/dist/esm/components/agent-builder/components/MentionField.js +56 -44
  50. package/dist/esm/components/agent-builder/components/MentionField.js.map +1 -1
  51. package/dist/esm/components/agent-builder/components/MentionPicker.js +135 -116
  52. package/dist/esm/components/agent-builder/components/MentionPicker.js.map +1 -1
  53. package/dist/esm/components/agent-builder/constants/tools.d.ts +25 -1
  54. package/dist/esm/components/agent-builder/constants/tools.js +20 -12
  55. package/dist/esm/components/agent-builder/constants/tools.js.map +1 -1
  56. package/dist/esm/components/agent-builder/context/AgentBuilderContext.d.ts +10 -0
  57. package/dist/esm/components/agent-builder/context/AgentBuilderContext.js +129 -123
  58. package/dist/esm/components/agent-builder/context/AgentBuilderContext.js.map +1 -1
  59. package/dist/esm/components/agent-builder/steps/Step3HowItResponds.js +31 -28
  60. package/dist/esm/components/agent-builder/steps/Step3HowItResponds.js.map +1 -1
  61. package/dist/esm/components/agent-builder/utils/toolActions.d.ts +1 -1
  62. package/dist/esm/components/agent-builder/utils/toolActions.js +13 -9
  63. package/dist/esm/components/agent-builder/utils/toolActions.js.map +1 -1
  64. package/dist/esm/icons/Social/Channels/EmailMarketingV2.d.ts +6 -0
  65. package/dist/esm/icons/Social/Channels/EmailMarketingV2.js +41 -0
  66. package/dist/esm/icons/Social/Channels/EmailMarketingV2.js.map +1 -0
  67. package/dist/esm/icons/Social/Channels/EmailV2.d.ts +6 -0
  68. package/dist/esm/icons/Social/Channels/EmailV2.js +30 -0
  69. package/dist/esm/icons/Social/Channels/EmailV2.js.map +1 -0
  70. package/dist/esm/icons/Social/Channels/FacebookCommentV2.d.ts +6 -0
  71. package/dist/esm/icons/Social/Channels/FacebookCommentV2.js +53 -0
  72. package/dist/esm/icons/Social/Channels/FacebookCommentV2.js.map +1 -0
  73. package/dist/esm/icons/Social/Channels/FacebookV2.d.ts +6 -0
  74. package/dist/esm/icons/Social/Channels/FacebookV2.js +28 -0
  75. package/dist/esm/icons/Social/Channels/FacebookV2.js.map +1 -0
  76. package/dist/esm/icons/Social/Channels/GmailV2.d.ts +6 -0
  77. package/dist/esm/icons/Social/Channels/GmailV2.js +30 -0
  78. package/dist/esm/icons/Social/Channels/GmailV2.js.map +1 -0
  79. package/dist/esm/icons/Social/Channels/InstagramCommentV2.d.ts +6 -0
  80. package/dist/esm/icons/Social/Channels/InstagramCommentV2.js +53 -0
  81. package/dist/esm/icons/Social/Channels/InstagramCommentV2.js.map +1 -0
  82. package/dist/esm/icons/Social/Channels/InstagramV2.d.ts +6 -0
  83. package/dist/esm/icons/Social/Channels/InstagramV2.js +39 -0
  84. package/dist/esm/icons/Social/Channels/InstagramV2.js.map +1 -0
  85. package/dist/esm/icons/Social/Channels/MessengerV2.d.ts +6 -0
  86. package/dist/esm/icons/Social/Channels/MessengerV2.js +28 -0
  87. package/dist/esm/icons/Social/Channels/MessengerV2.js.map +1 -0
  88. package/dist/esm/icons/Social/Channels/PhoneV2.d.ts +6 -0
  89. package/dist/esm/icons/Social/Channels/PhoneV2.js +30 -0
  90. package/dist/esm/icons/Social/Channels/PhoneV2.js.map +1 -0
  91. package/dist/esm/icons/Social/Channels/RcsV2.d.ts +6 -0
  92. package/dist/esm/icons/Social/Channels/RcsV2.js +30 -0
  93. package/dist/esm/icons/Social/Channels/RcsV2.js.map +1 -0
  94. package/dist/esm/icons/Social/Channels/SmsV2.d.ts +6 -0
  95. package/dist/esm/icons/Social/Channels/SmsV2.js +30 -0
  96. package/dist/esm/icons/Social/Channels/SmsV2.js.map +1 -0
  97. package/dist/esm/icons/Social/Channels/TaskV2.d.ts +6 -0
  98. package/dist/esm/icons/Social/Channels/TaskV2.js +37 -0
  99. package/dist/esm/icons/Social/Channels/TaskV2.js.map +1 -0
  100. package/dist/esm/icons/Social/Channels/WebpushV2.d.ts +6 -0
  101. package/dist/esm/icons/Social/Channels/WebpushV2.js +39 -0
  102. package/dist/esm/icons/Social/Channels/WebpushV2.js.map +1 -0
  103. package/dist/esm/icons/Social/Channels/WhatsAppCallV2.d.ts +6 -0
  104. package/dist/esm/icons/Social/Channels/WhatsAppCallV2.js +46 -0
  105. package/dist/esm/icons/Social/Channels/WhatsAppCallV2.js.map +1 -0
  106. package/dist/esm/icons/Social/Channels/WhatsAppV2.d.ts +6 -0
  107. package/dist/esm/icons/Social/Channels/WhatsAppV2.js +30 -0
  108. package/dist/esm/icons/Social/Channels/WhatsAppV2.js.map +1 -0
  109. package/dist/esm/icons/Social/Channels/index.d.ts +15 -0
  110. package/dist/esm/icons/index.d.ts +25 -25
  111. package/dist/esm/icons/index.js +484 -454
  112. package/dist/esm/icons/index.js.map +1 -1
  113. package/package.json +1 -1
@@ -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 m } from "./BIK AI specific/AiIcon.js";
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 b } from "./Arrows/Normal arrows/ArrowDownRight.js";
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 R } from "./Actions/Navigation/ArrowRedo.js";
15
- import { default as I } from "./Arrows/Normal arrows/ArrowRight.js";
16
- import { default as v } from "./Arrows/Special/ArrowSwitch.js";
17
- import { default as U } from "./Actions/Navigation/ArrowUndo.js";
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 me } from "./Informational/Date and time/Calendar.js";
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 be } from "./Arrows/Carat/CaratRight.js";
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 Re } from "./Informational/Finance/CashOnDelivery.js";
42
- import { default as Ie } from "./Informational/Finance/ChartLine.js";
43
- import { default as ve } from "./Informational/Communication/Chat.js";
44
- import { default as Ue } from "./Informational/Communication/ChatCheck.js";
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 wo } from "./Actions/Common actions/Code.js";
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 yo } from "./Informational/Finance/CreditCard.js";
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 Do } from "./Actions/Common actions/Cross.js";
71
- import { default as Bo } from "./Legacy - Bikayi specific/Services/Customdomain.js";
72
- import { default as Ho } from "./Informational/Store related/CustomerReport.js";
73
- import { default as Oo } from "./Actions/Common actions/Deactivate.js";
74
- import { default as Vo } from "./Actions/Formatting/DecreaseIndent.js";
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 "./Media/Others/EmojiSmile.js";
85
- import { default as dr } from "./Informational/General/Error.js";
86
- import { default as ur } from "./Informational/Files and folders/Excel.js";
87
- import { default as nr } from "./BIK AI specific/Expand.js";
88
- import { default as cr } from "./Informational/Customer intent/Experimental.js";
89
- import { default as Cr } from "./Toggles/General/Eye.js";
90
- import { default as kr } from "./Toggles/General/EyeClosed.js";
91
- import { default as Mr } from "./Toggles/General/EyeOff.js";
92
- import { default as wr } from "./Social/Channels/Facebook.js";
93
- import { default as Tr } from "./Social/Social/Facebook.js";
94
- import { default as Pr } from "./Social/Channels/FacebookComment.js";
95
- import { default as yr } from "./Informational/General/FailDoc.js";
96
- import { default as Lr } from "./Informational/Files and folders/File.js";
97
- import { default as Dr } from "./Informational/Files and folders/FileCsv.js";
98
- import { default as Br } from "./Informational/Files and folders/FilePage.js";
99
- import { default as Hr } from "./Informational/Files and folders/FilePdf.js";
100
- import { default as Or } from "./Informational/eCommerce/Filter.js";
101
- import { default as Vr } from "./Media/Visual/FlashOff.js";
102
- import { default as zr } from "./Media/Visual/FlashOn.js";
103
- import { default as Jr } from "./Informational/Files and folders/Folder.js";
104
- import { default as Kr } from "./Media/Visual/FormkitHappy.js";
105
- import { default as Zr } from "./Informational/Common UI/Forms.js";
106
- import { default as Xr } from "./Actions/Common actions/Forward.js";
107
- import { default as $r } from "./Media/Visual/Frame26086263.js";
108
- import { default as oa } from "./BIK AI specific/Frame27389.js";
109
- import { default as aa } from "./BIK AI specific/Frame27597.js";
110
- import { default as fa } from "./BIK AI specific/Frame27598.js";
111
- import { default as sa } from "./BIK AI specific/Frame27599.js";
112
- import { default as da } from "./Actions/Common actions/Fullscreen.js";
113
- import { default as ua } from "./BIK AI specific/GeminiSparkle.js";
114
- import { default as na } from "./Informational/eCommerce/Gift1.js";
115
- import { default as ca } from "./Informational/eCommerce/GiftMinus.js";
116
- import { default as Ca } from "./Informational/eCommerce/GiftPlus.js";
117
- import { default as ka } from "./Social/Social/Google.js";
118
- import { default as Ma } from "./Social/Social/Gorgias.js";
119
- import { default as wa } from "./Informational/Identity/Group.js";
120
- import { default as Ta } from "./Informational/Finance/Growth.js";
121
- import { default as Pa } from "./Actions/Selection/HandleDrag.js";
122
- import { default as ya } from "./Informational/Store related/Head112.js";
123
- import { default as La } from "./Toggles/General/HeartEmpty.js";
124
- import { default as Da } from "./Toggles/General/HeartFilled.js";
125
- import { default as Ba } from "./Informational/Customer intent/Help.js";
126
- import { default as Ha } from "./Informational/General/Help.js";
127
- import { default as Oa } from "./Informational/Date and time/HourGlass.js";
128
- import { default as Va } from "./Informational/General/IcList.js";
129
- import { default as za } from "./Media/Visual/IconTrailing.js";
130
- import { default as Ja } from "./Informational/Identity/IdCard.js";
131
- import { default as Ka } from "./Media/Visual/Image.js";
132
- import { default as Za } from "./Media/Visual/ImageAdd.js";
133
- import { default as Xa } from "./Media/Visual/Images.js";
134
- import { default as $a } from "./Actions/Formatting/IncreaseIndent.js";
135
- import { default as ot } from "./Informational/General/Info.js";
136
- import { default as at } from "./Social/Channels/Instagram.js";
137
- import { default as ft } from "./Social/Social/Instagram.js";
138
- import { default as st } from "./Social/Channels/InstagramIcon.js";
139
- import { default as dt } from "./Informational/Store related/InventoryReport.js";
140
- import { default as ut } from "./Legacy - Bikayi specific/Navigation/Journeys.js";
141
- import { default as nt } from "./Social/Social/Kustomer.js";
142
- import { default as ct } from "./Informational/Location/LanguageChange.js";
143
- import { default as Ct } from "./Informational/Store related/LegalBalance.js";
144
- import { default as kt } from "./Actions/Common actions/LinkSimpleHorizontal.js";
145
- import { default as Mt } from "./Informational/Communication/LiveChat.js";
146
- import { default as wt } from "./Toggles/General/Lock.js";
147
- import { default as Tt } from "./Actions/Navigation/LogIn.js";
148
- import { default as Pt } from "./Actions/Navigation/LogOut.js";
149
- import { default as yt } from "./Legacy - Bikayi specific/Services/LoudSpeaker.js";
150
- import { default as Lt } from "./BIK AI specific/ManifestSparkle.js";
151
- import { default as Dt } from "./Informational/Location/MapPin.js";
152
- import { default as Bt } from "./Legacy - Bikayi specific/Services/Marketing.js";
153
- import { default as Ht } from "./Media/Visual/Maximize.js";
154
- import { default as Ot } from "./Informational/Files and folders/MediaMessage.js";
155
- import { default as Vt } from "./Informational/Common UI/MenuHamburger.js";
156
- import { default as zt } from "./Informational/General/Merge.js";
157
- import { default as Jt } from "./Informational/Common UI/MessageSearch.js";
158
- import { default as Kt } from "./Social/Channels/Messenger.js";
159
- import { default as Zt } from "./Social/Social/Messenger.js";
160
- import { default as Xt } from "./Media/Audio/Microphone.js";
161
- import { default as $t } from "./Actions/Common actions/Minus.js";
162
- import { default as of } from "./Informational/Finance/Money1.js";
163
- import { default as af } from "./Social/Channels/MonoFacebook.js";
164
- import { default as ff } from "./Social/Channels/MonoFacebookComment.js";
165
- import { default as sf } from "./Social/Channels/MonoInstagram.js";
166
- import { default as df } from "./Social/Channels/MonoInstagramComment.js";
167
- import { default as uf } from "./Social/Channels/MonoMail.js";
168
- import { default as nf } from "./Social/Channels/MonoMessenger.js";
169
- import { default as hf } from "./Social/Channels/MonoPhone.js";
170
- import { default as gf } from "./Social/Channels/MonoTasks.js";
171
- import { default as Sf } from "./Social/Channels/MonoWhatsapp.js";
172
- import { default as Af } from "./Informational/Common UI/MoreHorizontal.js";
173
- import { default as bf } from "./Informational/Common UI/MoreVertical.js";
174
- import { default as Ff } from "./Informational/Files and folders/Move.js";
175
- import { default as Rf } from "./Actions/Formatting/MultiLine.js";
176
- import { default as If } from "./Actions/Formatting/MultiSelect.js";
177
- import { default as vf } from "./Informational/General/NewTicket.js";
178
- import { default as Uf } from "./Informational/Finance/NoCredits.js";
179
- import { default as Ef } from "./Actions/Formatting/Number.js";
180
- import { default as Wf } from "./Actions/Formatting/NumberList.js";
181
- import { default as Gf } from "./Actions/Navigation/OpenNewWindow.js";
182
- import { default as Nf } from "./Informational/Files and folders/OrderHistory.js";
183
- import { default as jf } from "./Informational/Store related/OrderReport.js";
184
- import { default as Qf } from "./Media/Others/Paperclip.js";
185
- import { default as Yf } from "./Media/Audio/Pause.js";
186
- import { default as qf } from "./Legacy - Bikayi specific/Services/PaymentLink.js";
187
- import { default as _f } from "./Informational/Store related/PaymentReport.js";
188
- import { default as el } from "./Informational/Customer intent/Percent.js";
189
- import { default as rl } from "./Informational/Finance/Percent.js";
190
- import { default as tl } from "./Informational/Identity/Person.js";
191
- import { default as ll } from "./Informational/Communication/Phone.js";
192
- import { default as pl } from "./Informational/Common UI/Placeholder.js";
193
- import { default as ml } from "./Legacy - Bikayi specific/Plans/PlanUltimate.js";
194
- import { default as xl } from "./Media/Audio/Play.js";
195
- import { default as il } from "./Actions/Common actions/Plus.js";
196
- import { default as hl } from "./BIK AI specific/PricePlease.js";
197
- import { default as gl } from "./Informational/Files and folders/PrivateNote.js";
198
- import { default as Sl } from "./Actions/Common actions/ProductTour.js";
199
- import { default as Al } from "./Informational/eCommerce/Promocode.js";
200
- import { default as bl } from "./Informational/Customer intent/Purchase.js";
201
- import { default as Fl } from "./Actions/Formatting/Quotes.js";
202
- import { default as Rl } from "./Social/Social/Rcs.js";
203
- import { default as Il } from "./Informational/eCommerce/Receipt.js";
204
- import { default as vl } from "./Actions/Navigation/Refresh.js";
205
- import { default as Ul } from "./Actions/Common actions/RestApi.js";
206
- import { default as El } from "./Actions/Navigation/Rewind.js";
207
- import { default as Wl } from "./Informational/Identity/Robot.js";
208
- import { default as Gl } from "./Media/Visual/RotateAnticlockwise.js";
209
- import { default as Nl } from "./Media/Visual/RotateClockwise.js";
210
- import { default as jl } from "./Informational/General/RoundCheck.js";
211
- import { default as Ql } from "./Informational/Finance/Rupee.js";
212
- import { default as Yl } from "./Actions/Common actions/Save.js";
213
- import { default as ql } from "./Informational/Common UI/Search.js";
214
- import { default as _l } from "./Actions/Common actions/SendAirplane.js";
215
- import { default as es } from "./Informational/Customer intent/Services.js";
216
- import { default as rs } from "./Legacy - Bikayi specific/Navigation/Services.js";
217
- import { default as ts } from "./Informational/Common UI/Settings.js";
218
- import { default as ls } from "./BIK AI specific/Shape.js";
219
- import { default as ps } from "./Actions/Common actions/ShareAndroid.js";
220
- import { default as ms } from "./Informational/eCommerce/ShieldCheck.js";
221
- import { default as xs } from "./Social/Channels/ShopifyBrand.js";
222
- import { default as is } from "./Social/Social/ShopifyDefault.js";
223
- import { default as hs } from "./Informational/eCommerce/ShoppingBag.js";
224
- import { default as gs } from "./Informational/eCommerce/ShoppingBasket.js";
225
- import { default as Ss } from "./Informational/Customer intent/ShoppingCart.js";
226
- import { default as As } from "./Informational/eCommerce/ShoppingCart.js";
227
- import { default as bs } from "./Actions/Common actions/Shortcut.js";
228
- import { default as Fs } from "./BIK AI specific/Shorter.js";
229
- import { default as Rs } from "./Actions/Selection/SingleChoice.js";
230
- import { default as Is } from "./Informational/Customer intent/SingleChoice.js";
231
- import { default as vs } from "./Social/Social/SlackIcon.js";
232
- import { default as Us } from "./Informational/General/Slash.js";
233
- import { default as Es } from "./Media/Audio/Sleep.js";
234
- import { default as Ws } from "./Media/Devices/Smartphone.js";
235
- import { default as Gs } from "./BIK AI specific/Sparkling2Line.js";
236
- import { default as Ns } from "./Toggles/General/StarEmpty.js";
237
- import { default as js } from "./Toggles/General/StarFilled.js";
238
- import { default as Qs } from "./Toggles/General/StarHalf.js";
239
- import { default as Ys } from "./Informational/Store related/Store.js";
240
- import { default as qs } from "./Informational/Store related/StoreSync.js";
241
- import { default as _s } from "./Actions/Formatting/Subscript.js";
242
- import { default as ep } from "./Actions/Formatting/Superscript.js";
243
- import { default as rp } from "./Actions/Navigation/Sync.js";
244
- import { default as tp } from "./Informational/Finance/TablerTicket.js";
245
- import { default as lp } from "./Actions/Common actions/Task.js";
246
- import { default as pp } from "./Social/Channels/Tasks.js";
247
- import { default as mp } from "./Actions/Formatting/Text.js";
248
- import { default as xp } from "./Actions/Formatting/TextAlignCenter.js";
249
- import { default as ip } from "./Actions/Formatting/TextAlignLeft.js";
250
- import { default as hp } from "./Actions/Formatting/TextAlignRight.js";
251
- import { default as gp } from "./Actions/Formatting/TextBold.js";
252
- import { default as Sp } from "./Actions/Formatting/TextItalics.js";
253
- import { default as Ap } from "./Actions/Formatting/TextJustify.js";
254
- import { default as bp } from "./Informational/Files and folders/TextMessage.js";
255
- import { default as Fp } from "./Actions/Formatting/TextStrikethrough.js";
256
- import { default as Rp } from "./Actions/Formatting/TextUnderline.js";
257
- import { default as Ip } from "./Actions/Formatting/Textbox.js";
258
- import { default as vp } from "./Legacy - Bikayi specific/Services/Theme.js";
259
- import { default as Up } from "./Informational/Store related/TicketForm.js";
260
- import { default as Ep } from "./Informational/General/TicketV2.js";
261
- import { default as Wp } from "./Informational/Common UI/Training.js";
262
- import { default as Gp } from "./Informational/Location/Truck.js";
263
- import { default as Np } from "./Social/Social/Twitter.js";
264
- import { default as jp } from "./Informational/Files and folders/Unarchive.js";
265
- import { default as Qp } from "./Informational/Identity/Union.js";
266
- import { default as Yp } from "./Informational/Identity/Union1.js";
267
- import { default as qp } from "./Toggles/General/Unlock.js";
268
- import { default as _p } from "./Informational/Customer intent/Unsatisfactory.js";
269
- import { default as ed } from "./Media/Others/Upload.js";
270
- import { default as rd } from "./Informational/Identity/User.js";
271
- import { default as td } from "./Informational/Identity/UserMinus1.js";
272
- import { default as ld } from "./Informational/Identity/UserPlus.js";
273
- import { default as pd } from "./Informational/Customer intent/UserSound.js";
274
- import { default as md } from "./Media/Visual/VideoCamcorder.js";
275
- import { default as xd } from "./Media/Visual/VideoFilm.js";
276
- import { default as id } from "./Media/Audio/VolumeMute.js";
277
- import { default as hd } from "./Media/Audio/VolumeOneline.js";
278
- import { default as gd } from "./Media/Audio/VolumeTwoline.js";
279
- import { default as Sd } from "./Informational/Finance/Wallet.js";
280
- import { default as Ad } from "./BIK AI specific/WandSparkles.js";
281
- import { default as bd } from "./Social/Channels/WebPush.js";
282
- import { default as Fd } from "./BIK AI specific/Webhook.js";
283
- import { default as Rd } from "./Social/Social/Website.js";
284
- import { default as Id } from "./Social/Channels/WhatsApp.js";
285
- import { default as vd } from "./Actions/Navigation/Whatsapp.js";
286
- import { default as Ud } from "./Social/Social/Whatsapp.js";
287
- import { default as Ed } from "./Social/Social/WooCommerce.js";
288
- import { default as Wd } from "./Informational/Date and time/WorkingHours.js";
289
- import { default as Gd } from "./BIK AI specific/Write.js";
290
- import { default as Nd } from "./Social/Social/Youtube.js";
291
- import { default as jd } from "./Social/Social/Zendesk.js";
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
- m as AiIcon,
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
- b as ArrowDownRight,
319
+ w as ArrowDownRight,
305
320
  F as ArrowLeft,
306
- R as ArrowRedo,
307
- I as ArrowRight,
308
- v as ArrowSwitch,
309
- U as ArrowUndo,
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
- me as Calendar,
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
- be as CaratRight,
346
+ we as CaratRight,
332
347
  Fe as CaratUp,
333
- Re as CashOnDelivery,
334
- Ie as ChartLine,
335
- ve as Chat,
336
- Ue as ChatCheck,
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
- wo as Code,
372
+ bo as Code,
358
373
  To as Contacts,
359
374
  Po as Copy,
360
- yo as CreditCard,
375
+ Ro as CreditCard,
361
376
  Lo as Crop,
362
- Do as Cross,
363
- Bo as Customdomain,
364
- Ho as CustomerReport,
365
- Oo as Deactivate,
366
- Vo as DecreaseIndent,
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 EmojiSmile,
377
- dr as Error,
378
- ur as Excel,
379
- nr as Expand,
380
- cr as Experimental,
381
- Cr as Eye,
382
- kr as EyeClosed,
383
- Mr as EyeOff,
384
- wr as Facebook,
385
- Tr as Facebook2,
386
- Pr as FacebookComment,
387
- yr as FailDoc,
388
- Lr as File,
389
- Dr as FileCsv,
390
- Br as FilePage,
391
- Hr as FilePdf,
392
- Or as Filter,
393
- Vr as FlashOff,
394
- zr as FlashOn,
395
- Jr as Folder,
396
- Kr as FormkitHappy,
397
- Zr as Forms,
398
- Xr as Forward,
399
- $r as Frame26086263,
400
- oa as Frame27389,
401
- aa as Frame27597,
402
- fa as Frame27598,
403
- sa as Frame27599,
404
- da as Fullscreen,
405
- ua as GeminiSparkle,
406
- na as Gift1,
407
- ca as GiftMinus,
408
- Ca as GiftPlus,
409
- ka as Google,
410
- Ma as Gorgias,
411
- wa as Group,
412
- Ta as Growth,
413
- Pa as HandleDrag,
414
- ya as Head112,
415
- La as HeartEmpty,
416
- Da as HeartFilled,
417
- Ba as Help,
418
- Ha as Help2,
419
- Oa as HourGlass,
420
- Va as IcList,
421
- za as IconTrailing,
422
- Ja as IdCard,
423
- Ka as Image,
424
- Za as ImageAdd,
425
- Xa as Images,
426
- $a as IncreaseIndent,
427
- ot as Info,
428
- at as Instagram,
429
- ft as Instagram2,
430
- st as InstagramIcon,
431
- dt as InventoryReport,
432
- ut as Journeys,
433
- nt as Kustomer,
434
- ct as LanguageChange,
435
- Ct as LegalBalance,
436
- kt as LinkSimpleHorizontal,
437
- Mt as LiveChat,
438
- wt as Lock,
439
- Tt as LogIn,
440
- Pt as LogOut,
441
- yt as LoudSpeaker,
442
- Lt as ManifestSparkle,
443
- Dt as MapPin,
444
- Bt as Marketing,
445
- Ht as Maximize,
446
- Ot as MediaMessage,
447
- Vt as MenuHamburger,
448
- zt as Merge,
449
- Jt as MessageSearch,
450
- Kt as Messenger,
451
- Zt as Messenger2,
452
- Xt as Microphone,
453
- $t as Minus,
454
- of as Money1,
455
- af as MonoFacebook,
456
- ff as MonoFacebookComment,
457
- sf as MonoInstagram,
458
- df as MonoInstagramComment,
459
- uf as MonoMail,
460
- nf as MonoMessenger,
461
- hf as MonoPhone,
462
- gf as MonoTasks,
463
- Sf as MonoWhatsapp,
464
- Af as MoreHorizontal,
465
- bf as MoreVertical,
466
- Ff as Move,
467
- Rf as MultiLine,
468
- If as MultiSelect,
469
- vf as NewTicket,
470
- Uf as NoCredits,
471
- Ef as Number,
472
- Wf as NumberList,
473
- Gf as OpenNewWindow,
474
- Nf as OrderHistory,
475
- jf as OrderReport,
476
- Qf as Paperclip,
477
- Yf as Pause,
478
- qf as PaymentLink,
479
- _f as PaymentReport,
480
- el as Percent,
481
- rl as Percent2,
482
- tl as Person,
483
- ll as Phone,
484
- pl as Placeholder,
485
- ml as PlanUltimate,
486
- xl as Play,
487
- il as Plus,
488
- hl as PricePlease,
489
- gl as PrivateNote,
490
- Sl as ProductTour,
491
- Al as Promocode,
492
- bl as Purchase,
493
- Fl as Quotes,
494
- Rl as Rcs,
495
- Il as Receipt,
496
- vl as Refresh,
497
- Ul as RestApi,
498
- El as Rewind,
499
- Wl as Robot,
500
- Gl as RotateAnticlockwise,
501
- Nl as RotateClockwise,
502
- jl as RoundCheck,
503
- Ql as Rupee,
504
- Yl as Save,
505
- ql as Search,
506
- _l as SendAirplane,
507
- es as Services,
508
- rs as Services2,
509
- ts as Settings,
510
- ls as Shape,
511
- ps as ShareAndroid,
512
- ms as ShieldCheck,
513
- xs as ShopifyBrand,
514
- is as ShopifyDefault,
515
- hs as ShoppingBag,
516
- gs as ShoppingBasket,
517
- Ss as ShoppingCart,
518
- As as ShoppingCart2,
519
- bs as Shortcut,
520
- Fs as Shorter,
521
- Rs as SingleChoice,
522
- Is as SingleChoice2,
523
- vs as SlackIcon,
524
- Us as Slash,
525
- Es as Sleep,
526
- Ws as Smartphone,
527
- Gs as Sparkling2Line,
528
- Ns as StarEmpty,
529
- js as StarFilled,
530
- Qs as StarHalf,
531
- Ys as Store,
532
- qs as StoreSync,
533
- _s as Subscript,
534
- ep as Superscript,
535
- rp as Sync,
536
- tp as TablerTicket,
537
- lp as Task,
538
- pp as Tasks,
539
- mp as Text,
540
- xp as TextAlignCenter,
541
- ip as TextAlignLeft,
542
- hp as TextAlignRight,
543
- gp as TextBold,
544
- Sp as TextItalics,
545
- Ap as TextJustify,
546
- bp as TextMessage,
547
- Fp as TextStrikethrough,
548
- Rp as TextUnderline,
549
- Ip as Textbox,
550
- vp as Theme,
551
- Up as TicketForm,
552
- Ep as TicketV2,
553
- Wp as Training,
554
- Gp as Truck,
555
- Np as Twitter,
556
- jp as Unarchive,
557
- Qp as Union,
558
- Yp as Union1,
559
- qp as Unlock,
560
- _p as Unsatisfactory,
561
- ed as Upload,
562
- rd as User,
563
- td as UserMinus1,
564
- ld as UserPlus,
565
- pd as UserSound,
566
- md as VideoCamcorder,
567
- xd as VideoFilm,
568
- id as VolumeMute,
569
- hd as VolumeOneline,
570
- gd as VolumeTwoline,
571
- Sd as Wallet,
572
- Ad as WandSparkles,
573
- bd as WebPush,
574
- Fd as Webhook,
575
- Rd as Website,
576
- Id as WhatsApp,
577
- vd as Whatsapp,
578
- Ud as Whatsapp2,
579
- Ed as WooCommerce,
580
- Wd as WorkingHours,
581
- Gd as Write,
582
- Nd as Youtube,
583
- jd as Zendesk
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