@bikdotai/bik-component-library 0.0.825 → 0.0.827

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/QueryBuilder/components/Connectors/Components/EmojiPicker.js.map +1 -1
  2. package/dist/cjs/components/agent-builder/components/CreateSubAgentPanel.js +17 -1
  3. package/dist/cjs/components/agent-builder/components/CreateSubAgentPanel.js.map +1 -1
  4. package/dist/cjs/components/analytics-chips-and-dropdowns/chart/HorizontalBarGraph/HorizontalGraph.js.map +1 -1
  5. package/dist/cjs/components/analytics-chips-and-dropdowns/chart/VerticalBarGraph/VerticalGraph.js.map +1 -1
  6. package/dist/cjs/components/switch/Switch.js.map +1 -1
  7. package/dist/cjs/icons/Media/Visual/{Frame26086263.js → FormkitNeutral.js} +1 -1
  8. package/dist/cjs/icons/Media/Visual/FormkitNeutral.js.map +1 -0
  9. package/dist/cjs/icons/Media/Visual/{IconTrailing.js → FormkitSad.js} +1 -1
  10. package/dist/cjs/icons/Media/Visual/FormkitSad.js.map +1 -0
  11. package/dist/cjs/icons/Social/Channels/MonoFacebook.js +2 -0
  12. package/dist/cjs/icons/Social/Channels/MonoFacebook.js.map +1 -0
  13. package/dist/cjs/icons/Social/Channels/MonoFacebookComment.js +2 -0
  14. package/dist/cjs/icons/Social/Channels/MonoFacebookComment.js.map +1 -0
  15. package/dist/cjs/icons/Social/Channels/MonoInstagram.js +2 -0
  16. package/dist/cjs/icons/Social/Channels/MonoInstagram.js.map +1 -0
  17. package/dist/cjs/icons/Social/Channels/MonoInstagramComment.js +2 -0
  18. package/dist/cjs/icons/Social/Channels/MonoInstagramComment.js.map +1 -0
  19. package/dist/cjs/icons/Social/Channels/MonoMail.js +2 -0
  20. package/dist/cjs/icons/Social/Channels/MonoMail.js.map +1 -0
  21. package/dist/cjs/icons/Social/Channels/MonoMessenger.js +2 -0
  22. package/dist/cjs/icons/Social/Channels/MonoMessenger.js.map +1 -0
  23. package/dist/cjs/icons/Social/Channels/MonoPhone.js +2 -0
  24. package/dist/cjs/icons/Social/Channels/MonoPhone.js.map +1 -0
  25. package/dist/cjs/icons/Social/Channels/MonoTasks.js +2 -0
  26. package/dist/cjs/icons/Social/Channels/MonoTasks.js.map +1 -0
  27. package/dist/cjs/icons/Social/Channels/MonoWhatsapp.js +2 -0
  28. package/dist/cjs/icons/Social/Channels/MonoWhatsapp.js.map +1 -0
  29. package/dist/cjs/icons/Social/Social/BigCommerce.js +2 -0
  30. package/dist/cjs/icons/Social/Social/BigCommerce.js.map +1 -0
  31. package/dist/cjs/icons/Social/Social/Gorgias.js +2 -0
  32. package/dist/cjs/icons/Social/Social/Gorgias.js.map +1 -0
  33. package/dist/cjs/icons/Social/Social/Kustomer.js +2 -0
  34. package/dist/cjs/icons/Social/Social/Kustomer.js.map +1 -0
  35. package/dist/cjs/icons/Social/Social/WooCommerce.js +2 -0
  36. package/dist/cjs/icons/Social/Social/WooCommerce.js.map +1 -0
  37. package/dist/cjs/icons/Social/Social/Zendesk.js +2 -0
  38. package/dist/cjs/icons/Social/Social/Zendesk.js.map +1 -0
  39. package/dist/cjs/icons/index.js +1 -1
  40. package/dist/esm/components/QueryBuilder/components/Connectors/Components/EmojiPicker.js.map +1 -1
  41. package/dist/esm/components/QueryBuilder/helpers/PropertyCustomProcessor.d.ts +1 -1
  42. package/dist/esm/components/agent-builder/components/CreateSubAgentPanel.js +167 -120
  43. package/dist/esm/components/agent-builder/components/CreateSubAgentPanel.js.map +1 -1
  44. package/dist/esm/components/analytics-chips-and-dropdowns/chart/HorizontalBarGraph/HorizontalGraph.d.ts +1 -1
  45. package/dist/esm/components/analytics-chips-and-dropdowns/chart/HorizontalBarGraph/HorizontalGraph.js.map +1 -1
  46. package/dist/esm/components/analytics-chips-and-dropdowns/chart/HorizontalBarGraph/HorizontalGraph.type.d.ts +57 -0
  47. package/dist/esm/components/analytics-chips-and-dropdowns/chart/LazyCharts.d.ts +1 -1
  48. package/dist/esm/components/analytics-chips-and-dropdowns/chart/VerticalBarGraph/VerticalGraph.d.ts +1 -1
  49. package/dist/esm/components/analytics-chips-and-dropdowns/chart/VerticalBarGraph/VerticalGraph.js.map +1 -1
  50. package/dist/esm/components/analytics-chips-and-dropdowns/chart/VerticalBarGraph/VerticalGraph.type.d.ts +46 -0
  51. package/dist/esm/components/switch/Switch.d.ts +2 -2
  52. package/dist/esm/components/switch/Switch.js.map +1 -1
  53. package/dist/esm/components/switch/Switch.type.d.ts +19 -0
  54. package/dist/esm/icons/Media/Visual/{Frame26086263.js → FormkitNeutral.js} +1 -1
  55. package/dist/esm/icons/Media/Visual/FormkitNeutral.js.map +1 -0
  56. package/dist/esm/icons/Media/Visual/{IconTrailing.js → FormkitSad.js} +1 -1
  57. package/dist/esm/icons/Media/Visual/FormkitSad.js.map +1 -0
  58. package/dist/esm/icons/Media/Visual/index.d.ts +2 -2
  59. package/dist/esm/icons/Social/Channels/MonoFacebook.d.ts +6 -0
  60. package/dist/esm/icons/Social/Channels/MonoFacebook.js +28 -0
  61. package/dist/esm/icons/Social/Channels/MonoFacebook.js.map +1 -0
  62. package/dist/esm/icons/Social/Channels/MonoFacebookComment.d.ts +6 -0
  63. package/dist/esm/icons/Social/Channels/MonoFacebookComment.js +44 -0
  64. package/dist/esm/icons/Social/Channels/MonoFacebookComment.js.map +1 -0
  65. package/dist/esm/icons/Social/Channels/MonoInstagram.d.ts +6 -0
  66. package/dist/esm/icons/Social/Channels/MonoInstagram.js +28 -0
  67. package/dist/esm/icons/Social/Channels/MonoInstagram.js.map +1 -0
  68. package/dist/esm/icons/Social/Channels/MonoInstagramComment.d.ts +6 -0
  69. package/dist/esm/icons/Social/Channels/MonoInstagramComment.js +44 -0
  70. package/dist/esm/icons/Social/Channels/MonoInstagramComment.js.map +1 -0
  71. package/dist/esm/icons/Social/Channels/MonoMail.d.ts +6 -0
  72. package/dist/esm/icons/Social/Channels/MonoMail.js +30 -0
  73. package/dist/esm/icons/Social/Channels/MonoMail.js.map +1 -0
  74. package/dist/esm/icons/Social/Channels/MonoMessenger.d.ts +6 -0
  75. package/dist/esm/icons/Social/Channels/MonoMessenger.js +28 -0
  76. package/dist/esm/icons/Social/Channels/MonoMessenger.js.map +1 -0
  77. package/dist/esm/icons/Social/Channels/MonoPhone.d.ts +6 -0
  78. package/dist/esm/icons/Social/Channels/MonoPhone.js +28 -0
  79. package/dist/esm/icons/Social/Channels/MonoPhone.js.map +1 -0
  80. package/dist/esm/icons/Social/Channels/MonoTasks.d.ts +6 -0
  81. package/dist/esm/icons/Social/Channels/MonoTasks.js +37 -0
  82. package/dist/esm/icons/Social/Channels/MonoTasks.js.map +1 -0
  83. package/dist/esm/icons/Social/Channels/MonoWhatsapp.d.ts +6 -0
  84. package/dist/esm/icons/Social/Channels/MonoWhatsapp.js +30 -0
  85. package/dist/esm/icons/Social/Channels/MonoWhatsapp.js.map +1 -0
  86. package/dist/esm/icons/Social/Channels/index.d.ts +9 -0
  87. package/dist/esm/icons/Social/Social/BigCommerce.d.ts +7 -0
  88. package/dist/esm/icons/Social/Social/BigCommerce.js +33 -0
  89. package/dist/esm/icons/Social/Social/BigCommerce.js.map +1 -0
  90. package/dist/esm/icons/Social/Social/Gorgias.d.ts +7 -0
  91. package/dist/esm/icons/Social/Social/Gorgias.js +31 -0
  92. package/dist/esm/icons/Social/Social/Gorgias.js.map +1 -0
  93. package/dist/esm/icons/Social/Social/Kustomer.d.ts +7 -0
  94. package/dist/esm/icons/Social/Social/Kustomer.js +45 -0
  95. package/dist/esm/icons/Social/Social/Kustomer.js.map +1 -0
  96. package/dist/esm/icons/Social/Social/WooCommerce.d.ts +7 -0
  97. package/dist/esm/icons/Social/Social/WooCommerce.js +35 -0
  98. package/dist/esm/icons/Social/Social/WooCommerce.js.map +1 -0
  99. package/dist/esm/icons/Social/Social/Zendesk.d.ts +7 -0
  100. package/dist/esm/icons/Social/Social/Zendesk.js +46 -0
  101. package/dist/esm/icons/Social/Social/Zendesk.js.map +1 -0
  102. package/dist/esm/icons/Social/Social/index.d.ts +5 -0
  103. package/dist/esm/icons/index.d.ts +25 -25
  104. package/dist/esm/icons/index.js +530 -502
  105. package/dist/esm/icons/index.js.map +1 -1
  106. package/dist/esm/index.d.ts +1 -0
  107. package/package.json +1 -1
  108. package/dist/cjs/icons/Media/Visual/Frame26086263.js.map +0 -1
  109. package/dist/cjs/icons/Media/Visual/IconTrailing.js.map +0 -1
  110. package/dist/esm/icons/Media/Visual/Frame26086263.js.map +0 -1
  111. package/dist/esm/icons/Media/Visual/IconTrailing.js.map +0 -1
  112. /package/dist/esm/icons/Media/Visual/{Frame26086263.d.ts → FormkitNeutral.d.ts} +0 -0
  113. /package/dist/esm/icons/Media/Visual/{IconTrailing.d.ts → FormkitSad.d.ts} +0 -0
@@ -1,15 +1,15 @@
1
- import { default as o } from "./Actions/Common actions/Activate.js";
1
+ import { default as r } from "./Actions/Common actions/Activate.js";
2
2
  import { default as t } from "./Informational/eCommerce/AddLabel.js";
3
3
  import { default as l } from "./Informational/Location/Address.js";
4
4
  import { default as d } from "./BIK AI specific/AiEmoji.js";
5
- import { default as u } from "./BIK AI specific/AiIcon.js";
5
+ import { default as m } from "./BIK AI specific/AiIcon.js";
6
6
  import { default as x } from "./BIK AI specific/AiRobot.js";
7
- import { default as n } from "./Informational/General/AlertTriangle.js";
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
- import { default as k } from "./Arrows/Normal arrows/ArrowDown.js";
11
- import { default as w } from "./Arrows/Normal arrows/ArrowDownLeft.js";
12
- import { default as T } from "./Arrows/Normal arrows/ArrowDownRight.js";
10
+ import { default as S } from "./Arrows/Normal arrows/ArrowDown.js";
11
+ import { default as A } from "./Arrows/Normal arrows/ArrowDownLeft.js";
12
+ import { default as b } from "./Arrows/Normal arrows/ArrowDownRight.js";
13
13
  import { default as P } from "./Arrows/Normal arrows/ArrowLeft.js";
14
14
  import { default as R } from "./Actions/Navigation/ArrowRedo.js";
15
15
  import { default as v } from "./Arrows/Normal arrows/ArrowRight.js";
@@ -21,265 +21,279 @@ import { default as G } from "./Arrows/Normal arrows/ArrowUpRight.js";
21
21
  import { default as V } from "./Informational/Finance/Bank.js";
22
22
  import { default as j } from "./Media/Others/BarcodeScan.js";
23
23
  import { default as Q } from "./Informational/Common UI/Bell.js";
24
- import { default as q } from "./Informational/Common UI/BellSync.js";
25
- import { default as X } from "./Social/Channels/Bigcommerce.js";
26
- import { default as _ } from "./Informational/General/BookOpenText.js";
27
- import { default as ee } from "./Legacy - Bikayi specific/Categories/Box.js";
28
- import { default as oe } from "./Legacy - Bikayi specific/Categories/Box2.js";
29
- import { default as te } from "./Informational/Common UI/Bulb.js";
30
- import { default as le } from "./Legacy - Bikayi specific/Services/Businesscard.js";
31
- import { default as de } from "./Informational/Date and time/Calendar.js";
32
- import { default as ue } from "./Informational/Date and time/CalendarAdd.js";
33
- import { default as xe } from "./Media/Visual/Camera.js";
34
- import { default as ne } from "./Media/Visual/CameraAdd.js";
35
- import { default as he } from "./Arrows/Carat/CaratDown.js";
36
- import { default as ge } from "./Arrows/Carat/CaratLeft.js";
37
- import { default as ke } from "./Arrows/Carat/CaratRight.js";
38
- import { default as we } from "./Arrows/Carat/CaratUp.js";
39
- import { default as Te } from "./Informational/Finance/CashOnDelivery.js";
40
- import { default as Pe } from "./Informational/Finance/ChartLine.js";
41
- import { default as Re } from "./Informational/Communication/Chat.js";
42
- import { default as ve } from "./Informational/Communication/ChatCheck.js";
43
- import { default as De } from "./Informational/Communication/ChatQuestion.js";
44
- import { default as Ue } from "./Informational/Communication/ChatStar.js";
45
- import { default as Be } from "./Informational/Identity/Chatbot.js";
46
- import { default as We } from "./Informational/General/Check.js";
47
- import { default as Ge } from "./Informational/General/CheckDouble.js";
48
- import { default as Ve } from "./Actions/Formatting/CheckboxIcon.js";
49
- import { default as je } from "./Arrows/Double chevron/ChevronDoubleDown.js";
50
- import { default as Qe } from "./Arrows/Double chevron/ChevronDoubleLeft.js";
24
+ import { default as Y } from "./Informational/Common UI/BellSync.js";
25
+ import { default as q } from "./Social/Social/BigCommerce.js";
26
+ import { default as _ } from "./Social/Channels/Bigcommerce.js";
27
+ import { default as ee } from "./Informational/General/BookOpenText.js";
28
+ import { default as re } from "./Legacy - Bikayi specific/Categories/Box.js";
29
+ import { default as te } from "./Legacy - Bikayi specific/Categories/Box2.js";
30
+ import { default as le } from "./Informational/Common UI/Bulb.js";
31
+ import { default as de } from "./Legacy - Bikayi specific/Services/Businesscard.js";
32
+ import { default as me } from "./Informational/Date and time/Calendar.js";
33
+ import { default as xe } from "./Informational/Date and time/CalendarAdd.js";
34
+ import { default as ie } from "./Media/Visual/Camera.js";
35
+ import { default as he } from "./Media/Visual/CameraAdd.js";
36
+ import { default as ge } from "./Arrows/Carat/CaratDown.js";
37
+ import { default as Se } from "./Arrows/Carat/CaratLeft.js";
38
+ import { default as Ae } from "./Arrows/Carat/CaratRight.js";
39
+ import { default as be } from "./Arrows/Carat/CaratUp.js";
40
+ import { default as Pe } from "./Informational/Finance/CashOnDelivery.js";
41
+ import { default as Re } from "./Informational/Finance/ChartLine.js";
42
+ import { default as ve } from "./Informational/Communication/Chat.js";
43
+ import { default as De } from "./Informational/Communication/ChatCheck.js";
44
+ import { default as Ue } from "./Informational/Communication/ChatQuestion.js";
45
+ import { default as Be } from "./Informational/Communication/ChatStar.js";
46
+ import { default as We } from "./Informational/Identity/Chatbot.js";
47
+ import { default as Ge } from "./Informational/General/Check.js";
48
+ import { default as Ve } from "./Informational/General/CheckDouble.js";
49
+ import { default as je } from "./Actions/Formatting/CheckboxIcon.js";
50
+ import { default as Qe } from "./Arrows/Double chevron/ChevronDoubleDown.js";
51
+ import { default as Ye } from "./Arrows/Double chevron/ChevronDoubleLeft.js";
51
52
  import { default as qe } from "./Arrows/Double chevron/ChevronDoubleRight.js";
52
- import { default as Xe } from "./Arrows/Double chevron/ChevronDoubleUp.js";
53
- import { default as _e } from "./Arrows/Chevron/ChevronDown.js";
54
- import { default as er } from "./Arrows/Chevron/ChevronLeft.js";
55
- import { default as or } from "./Arrows/Chevron/ChevronRight.js";
56
- import { default as tr } from "./Arrows/Chevron/ChevronUp.js";
57
- import { default as lr } from "./Informational/eCommerce/Click.js";
58
- import { default as dr } from "./Informational/Store related/Clipboard.js";
59
- import { default as ur } from "./Informational/Customer intent/ClipboardCheck.js";
60
- import { default as xr } from "./Informational/Store related/ClipboardCheck.js";
61
- import { default as nr } from "./Informational/Date and time/Clock.js";
62
- import { default as hr } from "./Informational/General/CloseTicket1.js";
63
- import { default as gr } from "./Actions/Common actions/Code.js";
64
- import { default as kr } from "./Informational/Identity/Contacts.js";
65
- import { default as wr } from "./Actions/Formatting/Copy.js";
66
- import { default as Tr } from "./Informational/Finance/CreditCard.js";
67
- import { default as Pr } from "./Media/Visual/Crop.js";
68
- import { default as Rr } from "./Actions/Common actions/Cross.js";
69
- import { default as vr } from "./Legacy - Bikayi specific/Services/Customdomain.js";
70
- import { default as Dr } from "./Informational/Store related/CustomerReport.js";
71
- import { default as Ur } from "./Actions/Common actions/Deactivate.js";
72
- import { default as Br } from "./Actions/Formatting/DecreaseIndent.js";
73
- import { default as Wr } from "./Actions/Common actions/Delete.js";
74
- import { default as Gr } from "./Media/Devices/Desktop.js";
75
- import { default as Vr } from "./Media/Others/Download.js";
76
- import { default as jr } from "./Actions/Formatting/Dropdown.js";
77
- import { default as Qr } from "./Actions/Common actions/Edit.js";
78
- import { default as qr } from "./Informational/Communication/Email.js";
79
- import { default as Xr } from "./Social/Channels/Email.js";
80
- import { default as _r } from "./Social/Channels/EmailMarketing.js";
81
- import { default as eo } from "./Social/Social/EmailMarketing.js";
82
- import { default as oo } from "./Media/Others/EmojiSmile.js";
83
- import { default as to } from "./Informational/General/Error.js";
84
- import { default as lo } from "./Informational/Files and folders/Excel.js";
85
- import { default as po } from "./BIK AI specific/Expand.js";
86
- import { default as mo } from "./Informational/Customer intent/Experimental.js";
87
- import { default as io } from "./Toggles/General/Eye.js";
88
- import { default as co } from "./Toggles/General/EyeClosed.js";
89
- import { default as Co } from "./Toggles/General/EyeOff.js";
90
- import { default as So } from "./Social/Channels/Facebook.js";
91
- import { default as Ao } from "./Social/Social/Facebook.js";
92
- import { default as bo } from "./Social/Channels/FacebookComment.js";
93
- import { default as Fo } from "./Informational/General/FailDoc.js";
94
- import { default as Mo } from "./Informational/Files and folders/File.js";
95
- import { default as Lo } from "./Informational/Files and folders/FileCsv.js";
96
- import { default as yo } from "./Informational/Files and folders/FilePage.js";
97
- import { default as Io } from "./Informational/Files and folders/FilePdf.js";
98
- import { default as Eo } from "./Informational/eCommerce/Filter.js";
99
- import { default as Ho } from "./Media/Visual/FlashOff.js";
100
- import { default as Oo } from "./Media/Visual/FlashOn.js";
101
- import { default as No } from "./Informational/Files and folders/Folder.js";
102
- import { default as zo } from "./Media/Visual/FormkitHappy.js";
103
- import { default as Jo } from "./Informational/Common UI/Forms.js";
104
- import { default as Yo } from "./Actions/Common actions/Forward.js";
105
- import { default as Ko } from "./Media/Visual/Frame26086263.js";
106
- import { default as Zo } from "./BIK AI specific/Frame27389.js";
107
- import { default as $o } from "./BIK AI specific/Frame27597.js";
108
- import { default as ra } from "./BIK AI specific/Frame27598.js";
109
- import { default as aa } from "./BIK AI specific/Frame27599.js";
110
- import { default as fa } from "./Actions/Common actions/Fullscreen.js";
111
- import { default as sa } from "./BIK AI specific/GeminiSparkle.js";
112
- import { default as pa } from "./Informational/eCommerce/Gift1.js";
113
- import { default as ma } from "./Informational/eCommerce/GiftMinus.js";
114
- import { default as ia } from "./Informational/eCommerce/GiftPlus.js";
115
- import { default as ca } from "./Social/Social/Google.js";
116
- import { default as Ca } from "./Informational/Identity/Group.js";
117
- import { default as Sa } from "./Informational/Finance/Growth.js";
118
- import { default as Aa } from "./Actions/Selection/HandleDrag.js";
119
- import { default as ba } from "./Informational/Store related/Head112.js";
120
- import { default as Fa } from "./Toggles/General/HeartEmpty.js";
121
- import { default as Ma } from "./Toggles/General/HeartFilled.js";
122
- import { default as La } from "./Informational/Customer intent/Help.js";
123
- import { default as ya } from "./Informational/General/Help.js";
124
- import { default as Ia } from "./Informational/Date and time/HourGlass.js";
125
- import { default as Ea } from "./Informational/General/IcList.js";
126
- import { default as Ha } from "./Media/Visual/IconTrailing.js";
127
- import { default as Oa } from "./Informational/Identity/IdCard.js";
128
- import { default as Na } from "./Media/Visual/Image.js";
129
- import { default as za } from "./Media/Visual/ImageAdd.js";
130
- import { default as Ja } from "./Media/Visual/Images.js";
131
- import { default as Ya } from "./Actions/Formatting/IncreaseIndent.js";
132
- import { default as Ka } from "./Informational/General/Info.js";
133
- import { default as Za } from "./Social/Channels/Instagram.js";
134
- import { default as $a } from "./Social/Social/Instagram.js";
135
- import { default as rt } from "./Social/Channels/InstagramIcon.js";
136
- import { default as at } from "./Informational/Store related/InventoryReport.js";
137
- import { default as ft } from "./Legacy - Bikayi specific/Navigation/Journeys.js";
138
- import { default as st } from "./Informational/Location/LanguageChange.js";
139
- import { default as pt } from "./Informational/Store related/LegalBalance.js";
140
- import { default as mt } from "./Actions/Common actions/LinkSimpleHorizontal.js";
141
- import { default as it } from "./Informational/Communication/LiveChat.js";
142
- import { default as ct } from "./Toggles/General/Lock.js";
143
- import { default as Ct } from "./Actions/Navigation/LogIn.js";
144
- import { default as St } from "./Actions/Navigation/LogOut.js";
145
- import { default as At } from "./Legacy - Bikayi specific/Services/LoudSpeaker.js";
146
- import { default as bt } from "./BIK AI specific/ManifestSparkle.js";
147
- import { default as Ft } from "./Informational/Location/MapPin.js";
148
- import { default as Mt } from "./Legacy - Bikayi specific/Services/Marketing.js";
149
- import { default as Lt } from "./Media/Visual/Maximize.js";
150
- import { default as yt } from "./Informational/Files and folders/MediaMessage.js";
151
- import { default as It } from "./Informational/Common UI/MenuHamburger.js";
152
- import { default as Et } from "./Informational/Common UI/MessageSearch.js";
153
- import { default as Ht } from "./Social/Channels/Messenger.js";
154
- import { default as Ot } from "./Social/Social/Messenger.js";
155
- import { default as Nt } from "./Media/Audio/Microphone.js";
156
- import { default as zt } from "./Actions/Common actions/Minus.js";
157
- import { default as Jt } from "./Informational/Finance/Money1.js";
158
- import { default as Yt } from "./Informational/Common UI/MoreHorizontal.js";
159
- import { default as Kt } from "./Informational/Common UI/MoreVertical.js";
160
- import { default as Zt } from "./Informational/Files and folders/Move.js";
161
- import { default as $t } from "./Actions/Formatting/MultiLine.js";
162
- import { default as rf } from "./Actions/Formatting/MultiSelect.js";
163
- import { default as af } from "./Informational/General/NewTicket.js";
164
- import { default as ff } from "./Informational/Finance/NoCredits.js";
165
- import { default as sf } from "./Actions/Formatting/Number.js";
166
- import { default as pf } from "./Actions/Formatting/NumberList.js";
167
- import { default as mf } from "./Actions/Navigation/OpenNewWindow.js";
168
- import { default as nf } from "./Informational/Files and folders/OrderHistory.js";
169
- import { default as hf } from "./Informational/Store related/OrderReport.js";
170
- import { default as gf } from "./Media/Others/Paperclip.js";
171
- import { default as kf } from "./Media/Audio/Pause.js";
172
- import { default as wf } from "./Legacy - Bikayi specific/Services/PaymentLink.js";
173
- import { default as Tf } from "./Informational/Store related/PaymentReport.js";
174
- import { default as Pf } from "./Informational/Customer intent/Percent.js";
175
- import { default as Rf } from "./Informational/Finance/Percent.js";
176
- import { default as vf } from "./Informational/Identity/Person.js";
177
- import { default as Df } from "./Informational/Communication/Phone.js";
178
- import { default as Uf } from "./Informational/Common UI/Placeholder.js";
179
- import { default as Bf } from "./Legacy - Bikayi specific/Plans/PlanUltimate.js";
180
- import { default as Wf } from "./Media/Audio/Play.js";
181
- import { default as Gf } from "./Actions/Common actions/Plus.js";
182
- import { default as Vf } from "./BIK AI specific/PricePlease.js";
183
- import { default as jf } from "./Informational/Files and folders/PrivateNote.js";
184
- import { default as Qf } from "./Actions/Common actions/ProductTour.js";
185
- import { default as qf } from "./Informational/eCommerce/Promocode.js";
186
- import { default as Xf } from "./Informational/Customer intent/Purchase.js";
187
- import { default as _f } from "./Actions/Formatting/Quotes.js";
188
- import { default as el } from "./Social/Social/Rcs.js";
189
- import { default as ol } from "./Informational/eCommerce/Receipt.js";
190
- import { default as tl } from "./Actions/Navigation/Refresh.js";
191
- import { default as ll } from "./Actions/Common actions/RestApi.js";
192
- import { default as dl } from "./Actions/Navigation/Rewind.js";
193
- import { default as ul } from "./Informational/Identity/Robot.js";
194
- import { default as xl } from "./Media/Visual/RotateAnticlockwise.js";
195
- import { default as nl } from "./Media/Visual/RotateClockwise.js";
196
- import { default as hl } from "./Informational/General/RoundCheck.js";
197
- import { default as gl } from "./Informational/Finance/Rupee.js";
198
- import { default as kl } from "./Actions/Common actions/Save.js";
199
- import { default as wl } from "./Informational/Common UI/Search.js";
200
- import { default as Tl } from "./Actions/Common actions/SendAirplane.js";
201
- import { default as Pl } from "./Informational/Customer intent/Services.js";
202
- import { default as Rl } from "./Legacy - Bikayi specific/Navigation/Services.js";
203
- import { default as vl } from "./Informational/Common UI/Settings.js";
204
- import { default as Dl } from "./BIK AI specific/Shape.js";
205
- import { default as Ul } from "./Actions/Common actions/ShareAndroid.js";
206
- import { default as Bl } from "./Informational/eCommerce/ShieldCheck.js";
207
- import { default as Wl } from "./Informational/eCommerce/ShoppingBag.js";
208
- import { default as Gl } from "./Informational/eCommerce/ShoppingBasket.js";
209
- import { default as Vl } from "./Informational/Customer intent/ShoppingCart.js";
210
- import { default as jl } from "./Informational/eCommerce/ShoppingCart.js";
211
- import { default as Ql } from "./Actions/Common actions/Shortcut.js";
212
- import { default as ql } from "./BIK AI specific/Shorter.js";
213
- import { default as Xl } from "./Actions/Selection/SingleChoice.js";
214
- import { default as _l } from "./Informational/Customer intent/SingleChoice.js";
215
- import { default as es } from "./Informational/General/Slash.js";
216
- import { default as os } from "./Media/Audio/Sleep.js";
217
- import { default as ts } from "./Media/Devices/Smartphone.js";
218
- import { default as ls } from "./BIK AI specific/Sparkling2Line.js";
219
- import { default as ds } from "./Toggles/General/StarEmpty.js";
220
- import { default as us } from "./Toggles/General/StarFilled.js";
221
- import { default as xs } from "./Toggles/General/StarHalf.js";
222
- import { default as ns } from "./Informational/Store related/Store.js";
223
- import { default as hs } from "./Informational/Store related/StoreSync.js";
224
- import { default as gs } from "./Actions/Formatting/Subscript.js";
225
- import { default as ks } from "./Actions/Formatting/Superscript.js";
226
- import { default as ws } from "./Actions/Navigation/Sync.js";
227
- import { default as Ts } from "./Informational/Finance/TablerTicket.js";
228
- import { default as Ps } from "./Social/Channels/Tasks.js";
229
- import { default as Rs } from "./Actions/Formatting/Text.js";
230
- import { default as vs } from "./Actions/Formatting/TextAlignCenter.js";
231
- import { default as Ds } from "./Actions/Formatting/TextAlignLeft.js";
232
- import { default as Us } from "./Actions/Formatting/TextAlignRight.js";
233
- import { default as Bs } from "./Actions/Formatting/TextBold.js";
234
- import { default as Ws } from "./Actions/Formatting/TextItalics.js";
235
- import { default as Gs } from "./Actions/Formatting/TextJustify.js";
236
- import { default as Vs } from "./Informational/Files and folders/TextMessage.js";
237
- import { default as js } from "./Actions/Formatting/TextStrikethrough.js";
238
- import { default as Qs } from "./Actions/Formatting/TextUnderline.js";
239
- import { default as qs } from "./Actions/Formatting/Textbox.js";
240
- import { default as Xs } from "./Legacy - Bikayi specific/Services/Theme.js";
241
- import { default as _s } from "./Informational/Store related/TicketForm.js";
242
- import { default as ed } from "./Informational/Common UI/Training.js";
243
- import { default as od } from "./Informational/Location/Truck.js";
244
- import { default as td } from "./Social/Social/Twitter.js";
245
- import { default as ld } from "./Informational/Files and folders/Unarchive.js";
246
- import { default as dd } from "./Informational/Identity/Union.js";
247
- import { default as ud } from "./Informational/Identity/Union1.js";
248
- import { default as xd } from "./Toggles/General/Unlock.js";
249
- import { default as nd } from "./Informational/Customer intent/Unsatisfactory.js";
250
- import { default as hd } from "./Media/Others/Upload.js";
251
- import { default as gd } from "./Informational/Identity/UserMinus1.js";
252
- import { default as kd } from "./Informational/Identity/UserPlus.js";
253
- import { default as wd } from "./Informational/Customer intent/UserSound.js";
254
- import { default as Td } from "./Media/Visual/VideoCamcorder.js";
255
- import { default as Pd } from "./Media/Visual/VideoFilm.js";
256
- import { default as Rd } from "./Media/Audio/VolumeMute.js";
257
- import { default as vd } from "./Media/Audio/VolumeOneline.js";
258
- import { default as Dd } from "./Media/Audio/VolumeTwoline.js";
259
- import { default as Ud } from "./Informational/Finance/Wallet.js";
260
- import { default as Bd } from "./BIK AI specific/WandSparkles.js";
261
- import { default as Wd } from "./Social/Channels/WebPush.js";
262
- import { default as Gd } from "./BIK AI specific/Webhook.js";
263
- import { default as Vd } from "./Social/Social/Website.js";
264
- import { default as jd } from "./Social/Channels/WhatsApp.js";
265
- import { default as Qd } from "./Actions/Navigation/Whatsapp.js";
266
- import { default as qd } from "./Social/Social/Whatsapp.js";
267
- import { default as Xd } from "./Informational/Date and time/WorkingHours.js";
268
- import { default as _d } from "./BIK AI specific/Write.js";
269
- import { default as ep } from "./Social/Social/Youtube.js";
53
+ import { default as _e } from "./Arrows/Double chevron/ChevronDoubleUp.js";
54
+ import { default as eo } from "./Arrows/Chevron/ChevronDown.js";
55
+ import { default as ro } from "./Arrows/Chevron/ChevronLeft.js";
56
+ import { default as to } from "./Arrows/Chevron/ChevronRight.js";
57
+ import { default as lo } from "./Arrows/Chevron/ChevronUp.js";
58
+ import { default as po } from "./Informational/eCommerce/Click.js";
59
+ import { default as uo } from "./Informational/Store related/Clipboard.js";
60
+ import { default as no } from "./Informational/Customer intent/ClipboardCheck.js";
61
+ import { default as co } from "./Informational/Store related/ClipboardCheck.js";
62
+ import { default as Co } from "./Informational/Date and time/Clock.js";
63
+ import { default as ko } from "./Informational/General/CloseTicket1.js";
64
+ import { default as Mo } from "./Actions/Common actions/Code.js";
65
+ import { default as wo } from "./Informational/Identity/Contacts.js";
66
+ import { default as Fo } from "./Actions/Formatting/Copy.js";
67
+ import { default as To } from "./Informational/Finance/CreditCard.js";
68
+ import { default as Lo } from "./Media/Visual/Crop.js";
69
+ import { default as yo } from "./Actions/Common actions/Cross.js";
70
+ import { default as Io } from "./Legacy - Bikayi specific/Services/Customdomain.js";
71
+ import { default as Eo } from "./Informational/Store related/CustomerReport.js";
72
+ import { default as Ho } from "./Actions/Common actions/Deactivate.js";
73
+ import { default as Oo } from "./Actions/Formatting/DecreaseIndent.js";
74
+ import { default as No } from "./Actions/Common actions/Delete.js";
75
+ import { default as zo } from "./Media/Devices/Desktop.js";
76
+ import { default as Jo } from "./Media/Others/Download.js";
77
+ import { default as Ko } from "./Actions/Formatting/Dropdown.js";
78
+ import { default as Zo } from "./Actions/Common actions/Edit.js";
79
+ import { default as Xo } from "./Informational/Communication/Email.js";
80
+ import { default as $o } from "./Social/Channels/Email.js";
81
+ import { default as or } from "./Social/Channels/EmailMarketing.js";
82
+ import { default as ar } from "./Social/Social/EmailMarketing.js";
83
+ import { default as fr } from "./Media/Others/EmojiSmile.js";
84
+ import { default as sr } from "./Informational/General/Error.js";
85
+ import { default as pr } from "./Informational/Files and folders/Excel.js";
86
+ import { default as ur } from "./BIK AI specific/Expand.js";
87
+ import { default as nr } from "./Informational/Customer intent/Experimental.js";
88
+ import { default as cr } from "./Toggles/General/Eye.js";
89
+ import { default as Cr } from "./Toggles/General/EyeClosed.js";
90
+ import { default as kr } from "./Toggles/General/EyeOff.js";
91
+ import { default as Mr } from "./Social/Channels/Facebook.js";
92
+ import { default as wr } from "./Social/Social/Facebook.js";
93
+ import { default as Fr } from "./Social/Channels/FacebookComment.js";
94
+ import { default as Tr } from "./Informational/General/FailDoc.js";
95
+ import { default as Lr } from "./Informational/Files and folders/File.js";
96
+ import { default as yr } from "./Informational/Files and folders/FileCsv.js";
97
+ import { default as Ir } from "./Informational/Files and folders/FilePage.js";
98
+ import { default as Er } from "./Informational/Files and folders/FilePdf.js";
99
+ import { default as Hr } from "./Informational/eCommerce/Filter.js";
100
+ import { default as Or } from "./Media/Visual/FlashOff.js";
101
+ import { default as Nr } from "./Media/Visual/FlashOn.js";
102
+ import { default as zr } from "./Informational/Files and folders/Folder.js";
103
+ import { default as Jr } from "./Media/Visual/FormkitHappy.js";
104
+ import { default as Kr } from "./Media/Visual/FormkitNeutral.js";
105
+ import { default as Zr } from "./Media/Visual/FormkitSad.js";
106
+ import { default as Xr } from "./Informational/Common UI/Forms.js";
107
+ import { default as $r } from "./Actions/Common actions/Forward.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 pa } 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 Fa } from "./Informational/Finance/Growth.js";
121
+ import { default as Ta } from "./Actions/Selection/HandleDrag.js";
122
+ import { default as La } from "./Informational/Store related/Head112.js";
123
+ import { default as ya } from "./Toggles/General/HeartEmpty.js";
124
+ import { default as Ia } from "./Toggles/General/HeartFilled.js";
125
+ import { default as Ea } 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 Na } from "./Informational/General/IcList.js";
129
+ import { default as za } from "./Informational/Identity/IdCard.js";
130
+ import { default as Ja } from "./Media/Visual/Image.js";
131
+ import { default as Ka } from "./Media/Visual/ImageAdd.js";
132
+ import { default as Za } from "./Media/Visual/Images.js";
133
+ import { default as Xa } from "./Actions/Formatting/IncreaseIndent.js";
134
+ import { default as $a } from "./Informational/General/Info.js";
135
+ import { default as ot } from "./Social/Channels/Instagram.js";
136
+ import { default as at } from "./Social/Social/Instagram.js";
137
+ import { default as ft } from "./Social/Channels/InstagramIcon.js";
138
+ import { default as st } from "./Informational/Store related/InventoryReport.js";
139
+ import { default as pt } from "./Legacy - Bikayi specific/Navigation/Journeys.js";
140
+ import { default as ut } from "./Social/Social/Kustomer.js";
141
+ import { default as nt } from "./Informational/Location/LanguageChange.js";
142
+ import { default as ct } from "./Informational/Store related/LegalBalance.js";
143
+ import { default as Ct } from "./Actions/Common actions/LinkSimpleHorizontal.js";
144
+ import { default as kt } from "./Informational/Communication/LiveChat.js";
145
+ import { default as Mt } from "./Toggles/General/Lock.js";
146
+ import { default as wt } from "./Actions/Navigation/LogIn.js";
147
+ import { default as Ft } from "./Actions/Navigation/LogOut.js";
148
+ import { default as Tt } from "./Legacy - Bikayi specific/Services/LoudSpeaker.js";
149
+ import { default as Lt } from "./BIK AI specific/ManifestSparkle.js";
150
+ import { default as yt } from "./Informational/Location/MapPin.js";
151
+ import { default as It } from "./Legacy - Bikayi specific/Services/Marketing.js";
152
+ import { default as Et } from "./Media/Visual/Maximize.js";
153
+ import { default as Ht } from "./Informational/Files and folders/MediaMessage.js";
154
+ import { default as Ot } from "./Informational/Common UI/MenuHamburger.js";
155
+ import { default as Nt } from "./Informational/Common UI/MessageSearch.js";
156
+ import { default as zt } from "./Social/Channels/Messenger.js";
157
+ import { default as Jt } from "./Social/Social/Messenger.js";
158
+ import { default as Kt } from "./Media/Audio/Microphone.js";
159
+ import { default as Zt } from "./Actions/Common actions/Minus.js";
160
+ import { default as Xt } from "./Informational/Finance/Money1.js";
161
+ import { default as $t } from "./Social/Channels/MonoFacebook.js";
162
+ import { default as of } from "./Social/Channels/MonoFacebookComment.js";
163
+ import { default as af } from "./Social/Channels/MonoInstagram.js";
164
+ import { default as ff } from "./Social/Channels/MonoInstagramComment.js";
165
+ import { default as sf } from "./Social/Channels/MonoMail.js";
166
+ import { default as pf } from "./Social/Channels/MonoMessenger.js";
167
+ import { default as uf } from "./Social/Channels/MonoPhone.js";
168
+ import { default as nf } from "./Social/Channels/MonoTasks.js";
169
+ import { default as hf } from "./Social/Channels/MonoWhatsapp.js";
170
+ import { default as gf } from "./Informational/Common UI/MoreHorizontal.js";
171
+ import { default as Sf } from "./Informational/Common UI/MoreVertical.js";
172
+ import { default as Af } from "./Informational/Files and folders/Move.js";
173
+ import { default as bf } from "./Actions/Formatting/MultiLine.js";
174
+ import { default as Pf } from "./Actions/Formatting/MultiSelect.js";
175
+ import { default as Rf } from "./Informational/General/NewTicket.js";
176
+ import { default as vf } from "./Informational/Finance/NoCredits.js";
177
+ import { default as Df } from "./Actions/Formatting/Number.js";
178
+ import { default as Uf } from "./Actions/Formatting/NumberList.js";
179
+ import { default as Bf } from "./Actions/Navigation/OpenNewWindow.js";
180
+ import { default as Wf } from "./Informational/Files and folders/OrderHistory.js";
181
+ import { default as Gf } from "./Informational/Store related/OrderReport.js";
182
+ import { default as Vf } from "./Media/Others/Paperclip.js";
183
+ import { default as jf } from "./Media/Audio/Pause.js";
184
+ import { default as Qf } from "./Legacy - Bikayi specific/Services/PaymentLink.js";
185
+ import { default as Yf } from "./Informational/Store related/PaymentReport.js";
186
+ import { default as qf } from "./Informational/Customer intent/Percent.js";
187
+ import { default as _f } from "./Informational/Finance/Percent.js";
188
+ import { default as el } from "./Informational/Identity/Person.js";
189
+ import { default as rl } from "./Informational/Communication/Phone.js";
190
+ import { default as tl } from "./Informational/Common UI/Placeholder.js";
191
+ import { default as ll } from "./Legacy - Bikayi specific/Plans/PlanUltimate.js";
192
+ import { default as dl } from "./Media/Audio/Play.js";
193
+ import { default as ml } from "./Actions/Common actions/Plus.js";
194
+ import { default as xl } from "./BIK AI specific/PricePlease.js";
195
+ import { default as il } from "./Informational/Files and folders/PrivateNote.js";
196
+ import { default as hl } from "./Actions/Common actions/ProductTour.js";
197
+ import { default as gl } from "./Informational/eCommerce/Promocode.js";
198
+ import { default as Sl } from "./Informational/Customer intent/Purchase.js";
199
+ import { default as Al } from "./Actions/Formatting/Quotes.js";
200
+ import { default as bl } from "./Social/Social/Rcs.js";
201
+ import { default as Pl } from "./Informational/eCommerce/Receipt.js";
202
+ import { default as Rl } from "./Actions/Navigation/Refresh.js";
203
+ import { default as vl } from "./Actions/Common actions/RestApi.js";
204
+ import { default as Dl } from "./Actions/Navigation/Rewind.js";
205
+ import { default as Ul } from "./Informational/Identity/Robot.js";
206
+ import { default as Bl } from "./Media/Visual/RotateAnticlockwise.js";
207
+ import { default as Wl } from "./Media/Visual/RotateClockwise.js";
208
+ import { default as Gl } from "./Informational/General/RoundCheck.js";
209
+ import { default as Vl } from "./Informational/Finance/Rupee.js";
210
+ import { default as jl } from "./Actions/Common actions/Save.js";
211
+ import { default as Ql } from "./Informational/Common UI/Search.js";
212
+ import { default as Yl } from "./Actions/Common actions/SendAirplane.js";
213
+ import { default as ql } from "./Informational/Customer intent/Services.js";
214
+ import { default as _l } from "./Legacy - Bikayi specific/Navigation/Services.js";
215
+ import { default as es } from "./Informational/Common UI/Settings.js";
216
+ import { default as rs } from "./BIK AI specific/Shape.js";
217
+ import { default as ts } from "./Actions/Common actions/ShareAndroid.js";
218
+ import { default as ls } from "./Informational/eCommerce/ShieldCheck.js";
219
+ import { default as ds } from "./Informational/eCommerce/ShoppingBag.js";
220
+ import { default as ms } from "./Informational/eCommerce/ShoppingBasket.js";
221
+ import { default as xs } from "./Informational/Customer intent/ShoppingCart.js";
222
+ import { default as is } from "./Informational/eCommerce/ShoppingCart.js";
223
+ import { default as hs } from "./Actions/Common actions/Shortcut.js";
224
+ import { default as gs } from "./BIK AI specific/Shorter.js";
225
+ import { default as Ss } from "./Actions/Selection/SingleChoice.js";
226
+ import { default as As } from "./Informational/Customer intent/SingleChoice.js";
227
+ import { default as bs } from "./Informational/General/Slash.js";
228
+ import { default as Ps } from "./Media/Audio/Sleep.js";
229
+ import { default as Rs } from "./Media/Devices/Smartphone.js";
230
+ import { default as vs } from "./BIK AI specific/Sparkling2Line.js";
231
+ import { default as Ds } from "./Toggles/General/StarEmpty.js";
232
+ import { default as Us } from "./Toggles/General/StarFilled.js";
233
+ import { default as Bs } from "./Toggles/General/StarHalf.js";
234
+ import { default as Ws } from "./Informational/Store related/Store.js";
235
+ import { default as Gs } from "./Informational/Store related/StoreSync.js";
236
+ import { default as Vs } from "./Actions/Formatting/Subscript.js";
237
+ import { default as js } from "./Actions/Formatting/Superscript.js";
238
+ import { default as Qs } from "./Actions/Navigation/Sync.js";
239
+ import { default as Ys } from "./Informational/Finance/TablerTicket.js";
240
+ import { default as qs } from "./Social/Channels/Tasks.js";
241
+ import { default as _s } from "./Actions/Formatting/Text.js";
242
+ import { default as ed } from "./Actions/Formatting/TextAlignCenter.js";
243
+ import { default as rd } from "./Actions/Formatting/TextAlignLeft.js";
244
+ import { default as td } from "./Actions/Formatting/TextAlignRight.js";
245
+ import { default as ld } from "./Actions/Formatting/TextBold.js";
246
+ import { default as dd } from "./Actions/Formatting/TextItalics.js";
247
+ import { default as md } from "./Actions/Formatting/TextJustify.js";
248
+ import { default as xd } from "./Informational/Files and folders/TextMessage.js";
249
+ import { default as id } from "./Actions/Formatting/TextStrikethrough.js";
250
+ import { default as hd } from "./Actions/Formatting/TextUnderline.js";
251
+ import { default as gd } from "./Actions/Formatting/Textbox.js";
252
+ import { default as Sd } from "./Legacy - Bikayi specific/Services/Theme.js";
253
+ import { default as Ad } from "./Informational/Store related/TicketForm.js";
254
+ import { default as bd } from "./Informational/Common UI/Training.js";
255
+ import { default as Pd } from "./Informational/Location/Truck.js";
256
+ import { default as Rd } from "./Social/Social/Twitter.js";
257
+ import { default as vd } from "./Informational/Files and folders/Unarchive.js";
258
+ import { default as Dd } from "./Informational/Identity/Union.js";
259
+ import { default as Ud } from "./Informational/Identity/Union1.js";
260
+ import { default as Bd } from "./Toggles/General/Unlock.js";
261
+ import { default as Wd } from "./Informational/Customer intent/Unsatisfactory.js";
262
+ import { default as Gd } from "./Media/Others/Upload.js";
263
+ import { default as Vd } from "./Informational/Identity/UserMinus1.js";
264
+ import { default as jd } from "./Informational/Identity/UserPlus.js";
265
+ import { default as Qd } from "./Informational/Customer intent/UserSound.js";
266
+ import { default as Yd } from "./Media/Visual/VideoCamcorder.js";
267
+ import { default as qd } from "./Media/Visual/VideoFilm.js";
268
+ import { default as _d } from "./Media/Audio/VolumeMute.js";
269
+ import { default as ep } from "./Media/Audio/VolumeOneline.js";
270
+ import { default as rp } from "./Media/Audio/VolumeTwoline.js";
271
+ import { default as tp } from "./Informational/Finance/Wallet.js";
272
+ import { default as lp } from "./BIK AI specific/WandSparkles.js";
273
+ import { default as dp } from "./Social/Channels/WebPush.js";
274
+ import { default as mp } from "./BIK AI specific/Webhook.js";
275
+ import { default as xp } from "./Social/Social/Website.js";
276
+ import { default as ip } from "./Social/Channels/WhatsApp.js";
277
+ import { default as hp } from "./Actions/Navigation/Whatsapp.js";
278
+ import { default as gp } from "./Social/Social/Whatsapp.js";
279
+ import { default as Sp } from "./Social/Social/WooCommerce.js";
280
+ import { default as Ap } from "./Informational/Date and time/WorkingHours.js";
281
+ import { default as bp } from "./BIK AI specific/Write.js";
282
+ import { default as Pp } from "./Social/Social/Youtube.js";
283
+ import { default as Rp } from "./Social/Social/Zendesk.js";
270
284
  export {
271
- o as Activate,
285
+ r as Activate,
272
286
  t as AddLabel,
273
287
  l as Address,
274
288
  d as AiEmoji,
275
- u as AiIcon,
289
+ m as AiIcon,
276
290
  x as AiRobot,
277
- n as AlertTriangle,
291
+ i as AlertTriangle,
278
292
  h as AllProduct,
279
293
  g as Archive1,
280
- k as ArrowDown,
281
- w as ArrowDownLeft,
282
- T as ArrowDownRight,
294
+ S as ArrowDown,
295
+ A as ArrowDownLeft,
296
+ b as ArrowDownRight,
283
297
  P as ArrowLeft,
284
298
  R as ArrowRedo,
285
299
  v as ArrowRight,
@@ -291,251 +305,265 @@ export {
291
305
  V as Bank,
292
306
  j as BarcodeScan,
293
307
  Q as Bell,
294
- q as BellSync,
295
- X as Bigcommerce,
296
- _ as BookOpenText,
297
- ee as Box,
298
- oe as Box2,
299
- te as Bulb,
300
- le as Businesscard,
301
- de as Calendar,
302
- ue as CalendarAdd,
303
- xe as Camera,
304
- ne as CameraAdd,
305
- he as CaratDown,
306
- ge as CaratLeft,
307
- ke as CaratRight,
308
- we as CaratUp,
309
- Te as CashOnDelivery,
310
- Pe as ChartLine,
311
- Re as Chat,
312
- ve as ChatCheck,
313
- De as ChatQuestion,
314
- Ue as ChatStar,
315
- Be as Chatbot,
316
- We as Check,
317
- Ge as CheckDouble,
318
- Ve as CheckboxIcon,
319
- je as ChevronDoubleDown,
320
- Qe as ChevronDoubleLeft,
308
+ Y as BellSync,
309
+ q as BigCommerce,
310
+ _ as Bigcommerce,
311
+ ee as BookOpenText,
312
+ re as Box,
313
+ te as Box2,
314
+ le as Bulb,
315
+ de as Businesscard,
316
+ me as Calendar,
317
+ xe as CalendarAdd,
318
+ ie as Camera,
319
+ he as CameraAdd,
320
+ ge as CaratDown,
321
+ Se as CaratLeft,
322
+ Ae as CaratRight,
323
+ be as CaratUp,
324
+ Pe as CashOnDelivery,
325
+ Re as ChartLine,
326
+ ve as Chat,
327
+ De as ChatCheck,
328
+ Ue as ChatQuestion,
329
+ Be as ChatStar,
330
+ We as Chatbot,
331
+ Ge as Check,
332
+ Ve as CheckDouble,
333
+ je as CheckboxIcon,
334
+ Qe as ChevronDoubleDown,
335
+ Ye as ChevronDoubleLeft,
321
336
  qe as ChevronDoubleRight,
322
- Xe as ChevronDoubleUp,
323
- _e as ChevronDown,
324
- er as ChevronLeft,
325
- or as ChevronRight,
326
- tr as ChevronUp,
327
- lr as Click,
328
- dr as Clipboard,
329
- ur as ClipboardCheck,
330
- xr as ClipboardCheck2,
331
- nr as Clock,
332
- hr as CloseTicket1,
333
- gr as Code,
334
- kr as Contacts,
335
- wr as Copy,
336
- Tr as CreditCard,
337
- Pr as Crop,
338
- Rr as Cross,
339
- vr as Customdomain,
340
- Dr as CustomerReport,
341
- Ur as Deactivate,
342
- Br as DecreaseIndent,
343
- Wr as Delete,
344
- Gr as Desktop,
345
- Vr as Download,
346
- jr as Dropdown,
347
- Qr as Edit,
348
- qr as Email,
349
- Xr as Email2,
350
- _r as EmailMarketing,
351
- eo as EmailMarketing2,
352
- oo as EmojiSmile,
353
- to as Error,
354
- lo as Excel,
355
- po as Expand,
356
- mo as Experimental,
357
- io as Eye,
358
- co as EyeClosed,
359
- Co as EyeOff,
360
- So as Facebook,
361
- Ao as Facebook2,
362
- bo as FacebookComment,
363
- Fo as FailDoc,
364
- Mo as File,
365
- Lo as FileCsv,
366
- yo as FilePage,
367
- Io as FilePdf,
368
- Eo as Filter,
369
- Ho as FlashOff,
370
- Oo as FlashOn,
371
- No as Folder,
372
- zo as FormkitHappy,
373
- Jo as Forms,
374
- Yo as Forward,
375
- Ko as Frame26086263,
376
- Zo as Frame27389,
377
- $o as Frame27597,
378
- ra as Frame27598,
379
- aa as Frame27599,
380
- fa as Fullscreen,
381
- sa as GeminiSparkle,
382
- pa as Gift1,
383
- ma as GiftMinus,
384
- ia as GiftPlus,
385
- ca as Google,
386
- Ca as Group,
387
- Sa as Growth,
388
- Aa as HandleDrag,
389
- ba as Head112,
390
- Fa as HeartEmpty,
391
- Ma as HeartFilled,
392
- La as Help,
393
- ya as Help2,
394
- Ia as HourGlass,
395
- Ea as IcList,
396
- Ha as IconTrailing,
397
- Oa as IdCard,
398
- Na as Image,
399
- za as ImageAdd,
400
- Ja as Images,
401
- Ya as IncreaseIndent,
402
- Ka as Info,
403
- Za as Instagram,
404
- $a as Instagram2,
405
- rt as InstagramIcon,
406
- at as InventoryReport,
407
- ft as Journeys,
408
- st as LanguageChange,
409
- pt as LegalBalance,
410
- mt as LinkSimpleHorizontal,
411
- it as LiveChat,
412
- ct as Lock,
413
- Ct as LogIn,
414
- St as LogOut,
415
- At as LoudSpeaker,
416
- bt as ManifestSparkle,
417
- Ft as MapPin,
418
- Mt as Marketing,
419
- Lt as Maximize,
420
- yt as MediaMessage,
421
- It as MenuHamburger,
422
- Et as MessageSearch,
423
- Ht as Messenger,
424
- Ot as Messenger2,
425
- Nt as Microphone,
426
- zt as Minus,
427
- Jt as Money1,
428
- Yt as MoreHorizontal,
429
- Kt as MoreVertical,
430
- Zt as Move,
431
- $t as MultiLine,
432
- rf as MultiSelect,
433
- af as NewTicket,
434
- ff as NoCredits,
435
- sf as Number,
436
- pf as NumberList,
437
- mf as OpenNewWindow,
438
- nf as OrderHistory,
439
- hf as OrderReport,
440
- gf as Paperclip,
441
- kf as Pause,
442
- wf as PaymentLink,
443
- Tf as PaymentReport,
444
- Pf as Percent,
445
- Rf as Percent2,
446
- vf as Person,
447
- Df as Phone,
448
- Uf as Placeholder,
449
- Bf as PlanUltimate,
450
- Wf as Play,
451
- Gf as Plus,
452
- Vf as PricePlease,
453
- jf as PrivateNote,
454
- Qf as ProductTour,
455
- qf as Promocode,
456
- Xf as Purchase,
457
- _f as Quotes,
458
- el as Rcs,
459
- ol as Receipt,
460
- tl as Refresh,
461
- ll as RestApi,
462
- dl as Rewind,
463
- ul as Robot,
464
- xl as RotateAnticlockwise,
465
- nl as RotateClockwise,
466
- hl as RoundCheck,
467
- gl as Rupee,
468
- kl as Save,
469
- wl as Search,
470
- Tl as SendAirplane,
471
- Pl as Services,
472
- Rl as Services2,
473
- vl as Settings,
474
- Dl as Shape,
475
- Ul as ShareAndroid,
476
- Bl as ShieldCheck,
477
- Wl as ShoppingBag,
478
- Gl as ShoppingBasket,
479
- Vl as ShoppingCart,
480
- jl as ShoppingCart2,
481
- Ql as Shortcut,
482
- ql as Shorter,
483
- Xl as SingleChoice,
484
- _l as SingleChoice2,
485
- es as Slash,
486
- os as Sleep,
487
- ts as Smartphone,
488
- ls as Sparkling2Line,
489
- ds as StarEmpty,
490
- us as StarFilled,
491
- xs as StarHalf,
492
- ns as Store,
493
- hs as StoreSync,
494
- gs as Subscript,
495
- ks as Superscript,
496
- ws as Sync,
497
- Ts as TablerTicket,
498
- Ps as Tasks,
499
- Rs as Text,
500
- vs as TextAlignCenter,
501
- Ds as TextAlignLeft,
502
- Us as TextAlignRight,
503
- Bs as TextBold,
504
- Ws as TextItalics,
505
- Gs as TextJustify,
506
- Vs as TextMessage,
507
- js as TextStrikethrough,
508
- Qs as TextUnderline,
509
- qs as Textbox,
510
- Xs as Theme,
511
- _s as TicketForm,
512
- ed as Training,
513
- od as Truck,
514
- td as Twitter,
515
- ld as Unarchive,
516
- dd as Union,
517
- ud as Union1,
518
- xd as Unlock,
519
- nd as Unsatisfactory,
520
- hd as Upload,
521
- gd as UserMinus1,
522
- kd as UserPlus,
523
- wd as UserSound,
524
- Td as VideoCamcorder,
525
- Pd as VideoFilm,
526
- Rd as VolumeMute,
527
- vd as VolumeOneline,
528
- Dd as VolumeTwoline,
529
- Ud as Wallet,
530
- Bd as WandSparkles,
531
- Wd as WebPush,
532
- Gd as Webhook,
533
- Vd as Website,
534
- jd as WhatsApp,
535
- Qd as Whatsapp,
536
- qd as Whatsapp2,
537
- Xd as WorkingHours,
538
- _d as Write,
539
- ep as Youtube
337
+ _e as ChevronDoubleUp,
338
+ eo as ChevronDown,
339
+ ro as ChevronLeft,
340
+ to as ChevronRight,
341
+ lo as ChevronUp,
342
+ po as Click,
343
+ uo as Clipboard,
344
+ no as ClipboardCheck,
345
+ co as ClipboardCheck2,
346
+ Co as Clock,
347
+ ko as CloseTicket1,
348
+ Mo as Code,
349
+ wo as Contacts,
350
+ Fo as Copy,
351
+ To as CreditCard,
352
+ Lo as Crop,
353
+ yo as Cross,
354
+ Io as Customdomain,
355
+ Eo as CustomerReport,
356
+ Ho as Deactivate,
357
+ Oo as DecreaseIndent,
358
+ No as Delete,
359
+ zo as Desktop,
360
+ Jo as Download,
361
+ Ko as Dropdown,
362
+ Zo as Edit,
363
+ Xo as Email,
364
+ $o as Email2,
365
+ or as EmailMarketing,
366
+ ar as EmailMarketing2,
367
+ fr as EmojiSmile,
368
+ sr as Error,
369
+ pr as Excel,
370
+ ur as Expand,
371
+ nr as Experimental,
372
+ cr as Eye,
373
+ Cr as EyeClosed,
374
+ kr as EyeOff,
375
+ Mr as Facebook,
376
+ wr as Facebook2,
377
+ Fr as FacebookComment,
378
+ Tr as FailDoc,
379
+ Lr as File,
380
+ yr as FileCsv,
381
+ Ir as FilePage,
382
+ Er as FilePdf,
383
+ Hr as Filter,
384
+ Or as FlashOff,
385
+ Nr as FlashOn,
386
+ zr as Folder,
387
+ Jr as FormkitHappy,
388
+ Kr as FormkitNeutral,
389
+ Zr as FormkitSad,
390
+ Xr as Forms,
391
+ $r as Forward,
392
+ oa as Frame27389,
393
+ aa as Frame27597,
394
+ fa as Frame27598,
395
+ sa as Frame27599,
396
+ pa as Fullscreen,
397
+ ua as GeminiSparkle,
398
+ na as Gift1,
399
+ ca as GiftMinus,
400
+ Ca as GiftPlus,
401
+ ka as Google,
402
+ Ma as Gorgias,
403
+ wa as Group,
404
+ Fa as Growth,
405
+ Ta as HandleDrag,
406
+ La as Head112,
407
+ ya as HeartEmpty,
408
+ Ia as HeartFilled,
409
+ Ea as Help,
410
+ Ha as Help2,
411
+ Oa as HourGlass,
412
+ Na as IcList,
413
+ za as IdCard,
414
+ Ja as Image,
415
+ Ka as ImageAdd,
416
+ Za as Images,
417
+ Xa as IncreaseIndent,
418
+ $a as Info,
419
+ ot as Instagram,
420
+ at as Instagram2,
421
+ ft as InstagramIcon,
422
+ st as InventoryReport,
423
+ pt as Journeys,
424
+ ut as Kustomer,
425
+ nt as LanguageChange,
426
+ ct as LegalBalance,
427
+ Ct as LinkSimpleHorizontal,
428
+ kt as LiveChat,
429
+ Mt as Lock,
430
+ wt as LogIn,
431
+ Ft as LogOut,
432
+ Tt as LoudSpeaker,
433
+ Lt as ManifestSparkle,
434
+ yt as MapPin,
435
+ It as Marketing,
436
+ Et as Maximize,
437
+ Ht as MediaMessage,
438
+ Ot as MenuHamburger,
439
+ Nt as MessageSearch,
440
+ zt as Messenger,
441
+ Jt as Messenger2,
442
+ Kt as Microphone,
443
+ Zt as Minus,
444
+ Xt as Money1,
445
+ $t as MonoFacebook,
446
+ of as MonoFacebookComment,
447
+ af as MonoInstagram,
448
+ ff as MonoInstagramComment,
449
+ sf as MonoMail,
450
+ pf as MonoMessenger,
451
+ uf as MonoPhone,
452
+ nf as MonoTasks,
453
+ hf as MonoWhatsapp,
454
+ gf as MoreHorizontal,
455
+ Sf as MoreVertical,
456
+ Af as Move,
457
+ bf as MultiLine,
458
+ Pf as MultiSelect,
459
+ Rf as NewTicket,
460
+ vf as NoCredits,
461
+ Df as Number,
462
+ Uf as NumberList,
463
+ Bf as OpenNewWindow,
464
+ Wf as OrderHistory,
465
+ Gf as OrderReport,
466
+ Vf as Paperclip,
467
+ jf as Pause,
468
+ Qf as PaymentLink,
469
+ Yf as PaymentReport,
470
+ qf as Percent,
471
+ _f as Percent2,
472
+ el as Person,
473
+ rl as Phone,
474
+ tl as Placeholder,
475
+ ll as PlanUltimate,
476
+ dl as Play,
477
+ ml as Plus,
478
+ xl as PricePlease,
479
+ il as PrivateNote,
480
+ hl as ProductTour,
481
+ gl as Promocode,
482
+ Sl as Purchase,
483
+ Al as Quotes,
484
+ bl as Rcs,
485
+ Pl as Receipt,
486
+ Rl as Refresh,
487
+ vl as RestApi,
488
+ Dl as Rewind,
489
+ Ul as Robot,
490
+ Bl as RotateAnticlockwise,
491
+ Wl as RotateClockwise,
492
+ Gl as RoundCheck,
493
+ Vl as Rupee,
494
+ jl as Save,
495
+ Ql as Search,
496
+ Yl as SendAirplane,
497
+ ql as Services,
498
+ _l as Services2,
499
+ es as Settings,
500
+ rs as Shape,
501
+ ts as ShareAndroid,
502
+ ls as ShieldCheck,
503
+ ds as ShoppingBag,
504
+ ms as ShoppingBasket,
505
+ xs as ShoppingCart,
506
+ is as ShoppingCart2,
507
+ hs as Shortcut,
508
+ gs as Shorter,
509
+ Ss as SingleChoice,
510
+ As as SingleChoice2,
511
+ bs as Slash,
512
+ Ps as Sleep,
513
+ Rs as Smartphone,
514
+ vs as Sparkling2Line,
515
+ Ds as StarEmpty,
516
+ Us as StarFilled,
517
+ Bs as StarHalf,
518
+ Ws as Store,
519
+ Gs as StoreSync,
520
+ Vs as Subscript,
521
+ js as Superscript,
522
+ Qs as Sync,
523
+ Ys as TablerTicket,
524
+ qs as Tasks,
525
+ _s as Text,
526
+ ed as TextAlignCenter,
527
+ rd as TextAlignLeft,
528
+ td as TextAlignRight,
529
+ ld as TextBold,
530
+ dd as TextItalics,
531
+ md as TextJustify,
532
+ xd as TextMessage,
533
+ id as TextStrikethrough,
534
+ hd as TextUnderline,
535
+ gd as Textbox,
536
+ Sd as Theme,
537
+ Ad as TicketForm,
538
+ bd as Training,
539
+ Pd as Truck,
540
+ Rd as Twitter,
541
+ vd as Unarchive,
542
+ Dd as Union,
543
+ Ud as Union1,
544
+ Bd as Unlock,
545
+ Wd as Unsatisfactory,
546
+ Gd as Upload,
547
+ Vd as UserMinus1,
548
+ jd as UserPlus,
549
+ Qd as UserSound,
550
+ Yd as VideoCamcorder,
551
+ qd as VideoFilm,
552
+ _d as VolumeMute,
553
+ ep as VolumeOneline,
554
+ rp as VolumeTwoline,
555
+ tp as Wallet,
556
+ lp as WandSparkles,
557
+ dp as WebPush,
558
+ mp as Webhook,
559
+ xp as Website,
560
+ ip as WhatsApp,
561
+ hp as Whatsapp,
562
+ gp as Whatsapp2,
563
+ Sp as WooCommerce,
564
+ Ap as WorkingHours,
565
+ bp as Write,
566
+ Pp as Youtube,
567
+ Rp as Zendesk
540
568
  };
541
569
  //# sourceMappingURL=index.js.map