@bikdotai/bik-component-library 0.0.825-beta.2 → 0.0.825
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/icons/Media/Visual/{FormkitNeutral.js → Frame26086263.js} +1 -1
- package/dist/cjs/icons/Media/Visual/Frame26086263.js.map +1 -0
- package/dist/cjs/icons/Media/Visual/{FormkitSad.js → IconTrailing.js} +1 -1
- package/dist/cjs/icons/Media/Visual/IconTrailing.js.map +1 -0
- package/dist/cjs/icons/index.js +1 -1
- package/dist/esm/icons/Media/Visual/{FormkitNeutral.js → Frame26086263.js} +1 -1
- package/dist/esm/icons/Media/Visual/Frame26086263.js.map +1 -0
- package/dist/esm/icons/Media/Visual/{FormkitSad.js → IconTrailing.js} +1 -1
- package/dist/esm/icons/Media/Visual/IconTrailing.js.map +1 -0
- package/dist/esm/icons/Media/Visual/index.d.ts +2 -2
- package/dist/esm/icons/index.d.ts +24 -24
- package/dist/esm/icons/index.js +164 -164
- package/package.json +1 -1
- package/dist/cjs/icons/Media/Visual/FormkitNeutral.js.map +0 -1
- package/dist/cjs/icons/Media/Visual/FormkitSad.js.map +0 -1
- package/dist/esm/icons/Media/Visual/FormkitNeutral.js.map +0 -1
- package/dist/esm/icons/Media/Visual/FormkitSad.js.map +0 -1
- /package/dist/esm/icons/Media/Visual/{FormkitNeutral.d.ts → Frame26086263.d.ts} +0 -0
- /package/dist/esm/icons/Media/Visual/{FormkitSad.d.ts → IconTrailing.d.ts} +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),s=({size:r=24,color:t="currentColor",...o})=>{const l={width:r,height:r,color:t,...o};return e.jsxs("svg",{viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l,children:[e.jsx("path",{d:"M5.23976 6.28567C5.81834 6.28567 6.28738 5.81663 6.28738 5.23805C6.28738 4.65946 5.81834 4.19043 5.23976 4.19043C4.66117 4.19043 4.19214 4.65946 4.19214 5.23805C4.19214 5.81663 4.66117 6.28567 5.23976 6.28567Z",fill:"currentColor"}),e.jsx("path",{d:"M9.43043 6.28567C10.009 6.28567 10.4781 5.81663 10.4781 5.23805C10.4781 4.65946 10.009 4.19043 9.43043 4.19043C8.85185 4.19043 8.38281 4.65946 8.38281 5.23805C8.38281 5.81663 8.85185 6.28567 9.43043 6.28567Z",fill:"currentColor"}),e.jsx("path",{d:"M7.3348 14.6667C3.29099 14.6667 0.00146484 11.3771 0.00146484 7.33333C0.00146484 3.28952 3.29099 0 7.3348 0C11.3786 0 14.6681 3.28952 14.6681 7.33333C14.6681 11.3771 11.3786 14.6667 7.3348 14.6667ZM7.3348 1.33333C3.86718 1.33333 1.3348 3.86571 1.3348 7.33333C1.3348 10.801 3.86718 13.3333 7.3348 13.3333C10.8024 13.3333 13.3348 10.801 13.3348 7.33333C13.3348 3.86571 10.8024 1.33333 7.3348 1.33333Z",fill:"currentColor"}),e.jsx("path",{d:"M4.00146 9H10.6681",stroke:"#616161",strokeWidth:1.33333,strokeLinecap:"round"})]})};exports.default=s;
|
|
2
|
-
//# sourceMappingURL=
|
|
2
|
+
//# sourceMappingURL=Frame26086263.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Frame26086263.js","sources":["../../../../../src/icons/Media/Visual/Frame26086263.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgFrame26086263 = ({\n\tsize = 24,\n\tcolor = 'currentColor',\n\t...rest\n}: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\tcolor,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 15 15\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\td=\"M5.23976 6.28567C5.81834 6.28567 6.28738 5.81663 6.28738 5.23805C6.28738 4.65946 5.81834 4.19043 5.23976 4.19043C4.66117 4.19043 4.19214 4.65946 4.19214 5.23805C4.19214 5.81663 4.66117 6.28567 5.23976 6.28567Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M9.43043 6.28567C10.009 6.28567 10.4781 5.81663 10.4781 5.23805C10.4781 4.65946 10.009 4.19043 9.43043 4.19043C8.85185 4.19043 8.38281 4.65946 8.38281 5.23805C8.38281 5.81663 8.85185 6.28567 9.43043 6.28567Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M7.3348 14.6667C3.29099 14.6667 0.00146484 11.3771 0.00146484 7.33333C0.00146484 3.28952 3.29099 0 7.3348 0C11.3786 0 14.6681 3.28952 14.6681 7.33333C14.6681 11.3771 11.3786 14.6667 7.3348 14.6667ZM7.3348 1.33333C3.86718 1.33333 1.3348 3.86571 1.3348 7.33333C1.3348 10.801 3.86718 13.3333 7.3348 13.3333C10.8024 13.3333 13.3348 10.801 13.3348 7.33333C13.3348 3.86571 10.8024 1.33333 7.3348 1.33333Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M4.00146 9H10.6681\"\n\t\t\t\tstroke=\"#616161\"\n\t\t\t\tstrokeWidth={1.33333}\n\t\t\t\tstrokeLinecap=\"round\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgFrame26086263;\n"],"names":["SvgFrame26086263","size","color","rest","props","jsxs","jsx"],"mappings":"iJAMMA,EAAmB,CAAC,CACzB,KAAAC,EAAO,GACP,MAAAC,EAAQ,eACR,GAAGC,CACJ,IAAa,CACZ,MAAMC,EAAQ,CACb,MAAOH,EACP,OAAQA,EACR,MAAAC,EACA,GAAGC,CAAA,EAEJ,OACCE,EAAAA,KAAC,MAAA,CACA,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGD,EAEJ,SAAA,CAAAE,EAAAA,IAAC,OAAA,CACA,EAAE,oNACF,KAAK,cAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,EAAE,kNACF,KAAK,cAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,EAAE,iZACF,KAAK,cAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,EAAE,qBACF,OAAO,UACP,YAAa,QACb,cAAc,OAAA,CAAA,CACf,CAAA,CAAA,CAGH"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=require("react/jsx-runtime"),i=({size:l=24,color:e="currentColor",...r})=>{const t={width:l,height:l,color:e,...r};return C.jsxs("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:[C.jsxs("g",{clipPath:"url(#clip0_6886_8860)",children:[C.jsx("path",{d:"M4.93345 9.46679C5.22708 9.24657 5.64324 9.3052 5.86469 9.59734L5.86779 9.60129C5.87176 9.60631 5.8793 9.61569 5.89033 9.62883C5.91243 9.65517 5.94825 9.69624 5.99707 9.74718C6.09527 9.84965 6.24283 9.98867 6.4339 10.1276C6.81861 10.4074 7.35047 10.6668 8.00012 10.6668C8.64977 10.6668 9.18163 10.4074 9.56634 10.1276C9.75741 9.98867 9.90497 9.84965 10.0032 9.74718C10.052 9.69624 10.0878 9.65517 10.1099 9.62883C10.1209 9.61569 10.1285 9.60631 10.1325 9.60129L10.1355 9.59734C10.357 9.3052 10.7732 9.24657 11.0668 9.46679C11.3613 9.6877 11.421 10.1056 11.2001 10.4001L11.1994 10.401L11.1987 10.402L11.1969 10.4044L11.192 10.4107L11.1778 10.4289C11.1664 10.4434 11.1508 10.4627 11.1312 10.486C11.0921 10.5326 11.0368 10.5957 10.9658 10.6697C10.8244 10.8173 10.6178 11.0116 10.3506 11.2059C9.81861 11.5928 9.01714 12.0001 8.00012 12.0001C6.9831 12.0001 6.18163 11.5928 5.64967 11.2059C5.38241 11.0116 5.1758 10.8173 5.03442 10.6697C4.96345 10.5957 4.90812 10.5326 4.86903 10.486C4.84946 10.4627 4.83389 10.4434 4.82239 10.4289L4.8082 10.4107L4.80339 10.4044L4.80156 10.402L4.80079 10.401L4.80012 10.4001C4.57921 10.1056 4.6389 9.6877 4.93345 9.46679Z",fill:"currentColor"}),C.jsx("path",{d:"M9.33342 6.66675C9.33342 5.93037 9.93037 5.33342 10.6667 5.33342C11.4031 5.33342 12.0001 5.93037 12.0001 6.66675C12.0001 7.40313 11.4031 8.00008 10.6667 8.00008C9.93037 8.00008 9.33342 7.40313 9.33342 6.66675Z",fill:"currentColor"}),C.jsx("path",{d:"M5.33342 5.33342C4.59704 5.33342 4.00008 5.93037 4.00008 6.66675C4.00008 7.40313 4.59704 8.00008 5.33342 8.00008C6.06979 8.00008 6.66675 7.40313 6.66675 6.66675C6.66675 5.93037 6.06979 5.33342 5.33342 5.33342Z",fill:"currentColor"}),C.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.00008 0.666748C3.94999 0.666748 0.666748 3.94999 0.666748 8.00008C0.666748 12.0502 3.94999 15.3334 8.00008 15.3334C12.0502 15.3334 15.3334 12.0502 15.3334 8.00008C15.3334 3.94999 12.0502 0.666748 8.00008 0.666748ZM2.00008 8.00008C2.00008 4.68637 4.68637 2.00008 8.00008 2.00008C11.3138 2.00008 14.0001 4.68637 14.0001 8.00008C14.0001 11.3138 11.3138 14.0001 8.00008 14.0001C4.68637 14.0001 2.00008 11.3138 2.00008 8.00008Z",fill:"currentColor"})]}),C.jsx("defs",{children:C.jsx("clipPath",{id:"clip0_6886_8860",children:C.jsx("rect",{width:16,height:16,fill:"white"})})})]})};exports.default=i;
|
|
2
|
-
//# sourceMappingURL=
|
|
2
|
+
//# sourceMappingURL=IconTrailing.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconTrailing.js","sources":["../../../../../src/icons/Media/Visual/IconTrailing.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgIconTrailing = ({\n\tsize = 24,\n\tcolor = 'currentColor',\n\t...rest\n}: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\tcolor,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 16 16\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<g clipPath=\"url(#clip0_6886_8860)\">\n\t\t\t\t<path\n\t\t\t\t\td=\"M4.93345 9.46679C5.22708 9.24657 5.64324 9.3052 5.86469 9.59734L5.86779 9.60129C5.87176 9.60631 5.8793 9.61569 5.89033 9.62883C5.91243 9.65517 5.94825 9.69624 5.99707 9.74718C6.09527 9.84965 6.24283 9.98867 6.4339 10.1276C6.81861 10.4074 7.35047 10.6668 8.00012 10.6668C8.64977 10.6668 9.18163 10.4074 9.56634 10.1276C9.75741 9.98867 9.90497 9.84965 10.0032 9.74718C10.052 9.69624 10.0878 9.65517 10.1099 9.62883C10.1209 9.61569 10.1285 9.60631 10.1325 9.60129L10.1355 9.59734C10.357 9.3052 10.7732 9.24657 11.0668 9.46679C11.3613 9.6877 11.421 10.1056 11.2001 10.4001L11.1994 10.401L11.1987 10.402L11.1969 10.4044L11.192 10.4107L11.1778 10.4289C11.1664 10.4434 11.1508 10.4627 11.1312 10.486C11.0921 10.5326 11.0368 10.5957 10.9658 10.6697C10.8244 10.8173 10.6178 11.0116 10.3506 11.2059C9.81861 11.5928 9.01714 12.0001 8.00012 12.0001C6.9831 12.0001 6.18163 11.5928 5.64967 11.2059C5.38241 11.0116 5.1758 10.8173 5.03442 10.6697C4.96345 10.5957 4.90812 10.5326 4.86903 10.486C4.84946 10.4627 4.83389 10.4434 4.82239 10.4289L4.8082 10.4107L4.80339 10.4044L4.80156 10.402L4.80079 10.401L4.80012 10.4001C4.57921 10.1056 4.6389 9.6877 4.93345 9.46679Z\"\n\t\t\t\t\tfill=\"currentColor\"\n\t\t\t\t/>\n\t\t\t\t<path\n\t\t\t\t\td=\"M9.33342 6.66675C9.33342 5.93037 9.93037 5.33342 10.6667 5.33342C11.4031 5.33342 12.0001 5.93037 12.0001 6.66675C12.0001 7.40313 11.4031 8.00008 10.6667 8.00008C9.93037 8.00008 9.33342 7.40313 9.33342 6.66675Z\"\n\t\t\t\t\tfill=\"currentColor\"\n\t\t\t\t/>\n\t\t\t\t<path\n\t\t\t\t\td=\"M5.33342 5.33342C4.59704 5.33342 4.00008 5.93037 4.00008 6.66675C4.00008 7.40313 4.59704 8.00008 5.33342 8.00008C6.06979 8.00008 6.66675 7.40313 6.66675 6.66675C6.66675 5.93037 6.06979 5.33342 5.33342 5.33342Z\"\n\t\t\t\t\tfill=\"currentColor\"\n\t\t\t\t/>\n\t\t\t\t<path\n\t\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\t\td=\"M8.00008 0.666748C3.94999 0.666748 0.666748 3.94999 0.666748 8.00008C0.666748 12.0502 3.94999 15.3334 8.00008 15.3334C12.0502 15.3334 15.3334 12.0502 15.3334 8.00008C15.3334 3.94999 12.0502 0.666748 8.00008 0.666748ZM2.00008 8.00008C2.00008 4.68637 4.68637 2.00008 8.00008 2.00008C11.3138 2.00008 14.0001 4.68637 14.0001 8.00008C14.0001 11.3138 11.3138 14.0001 8.00008 14.0001C4.68637 14.0001 2.00008 11.3138 2.00008 8.00008Z\"\n\t\t\t\t\tfill=\"currentColor\"\n\t\t\t\t/>\n\t\t\t</g>\n\t\t\t<defs>\n\t\t\t\t<clipPath id=\"clip0_6886_8860\">\n\t\t\t\t\t<rect width={16} height={16} fill=\"white\" />\n\t\t\t\t</clipPath>\n\t\t\t</defs>\n\t\t</svg>\n\t);\n};\nexport default SvgIconTrailing;\n"],"names":["SvgIconTrailing","size","color","rest","props","jsxs","jsx"],"mappings":"iJAMMA,EAAkB,CAAC,CACxB,KAAAC,EAAO,GACP,MAAAC,EAAQ,eACR,GAAGC,CACJ,IAAa,CACZ,MAAMC,EAAQ,CACb,MAAOH,EACP,OAAQA,EACR,MAAAC,EACA,GAAGC,CAAA,EAEJ,OACCE,EAAAA,KAAC,MAAA,CACA,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGD,EAEJ,SAAA,CAAAC,EAAAA,KAAC,IAAA,CAAE,SAAS,wBACX,SAAA,CAAAC,EAAAA,IAAC,OAAA,CACA,EAAE,goCACF,KAAK,cAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,EAAE,oNACF,KAAK,cAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,EAAE,oNACF,KAAK,cAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,SAAS,UACT,SAAS,UACT,EAAE,4aACF,KAAK,cAAA,CAAA,CACN,EACD,EACAA,MAAC,OAAA,CACA,SAAAA,EAAAA,IAAC,WAAA,CAAS,GAAG,kBACZ,SAAAA,EAAAA,IAAC,OAAA,CAAK,MAAO,GAAI,OAAQ,GAAI,KAAK,QAAQ,EAC3C,CAAA,CACD,CAAA,CAAA,CAAA,CAGH"}
|
package/dist/cjs/icons/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./Actions/Common actions/Activate.js"),r=require("./Informational/eCommerce/AddLabel.js"),t=require("./Informational/Location/Address.js"),u=require("./BIK AI specific/AiEmoji.js"),o=require("./BIK AI specific/AiIcon.js"),a=require("./BIK AI specific/AiRobot.js"),i=require("./Informational/General/AlertTriangle.js"),n=require("./Informational/Store related/AllProduct.js"),l=require("./Informational/Files and folders/Archive1.js"),s=require("./Arrows/Normal arrows/ArrowDown.js"),c=require("./Arrows/Normal arrows/ArrowDownLeft.js"),d=require("./Arrows/Normal arrows/ArrowDownRight.js"),f=require("./Arrows/Normal arrows/ArrowLeft.js"),q=require("./Actions/Navigation/ArrowRedo.js"),h=require("./Arrows/Normal arrows/ArrowRight.js"),p=require("./Arrows/Special/ArrowSwitch.js"),C=require("./Actions/Navigation/ArrowUndo.js"),m=require("./Arrows/Normal arrows/ArrowUp.js"),g=require("./Arrows/Normal arrows/ArrowUpLeft.js"),S=require("./Arrows/Normal arrows/ArrowUpRight.js"),k=require("./Informational/Finance/Bank.js"),A=require("./Media/Others/BarcodeScan.js"),w=require("./Informational/Common UI/Bell.js"),b=require("./Informational/Common UI/BellSync.js"),F=require("./Social/Channels/Bigcommerce.js"),P=require("./Informational/General/BookOpenText.js"),T=require("./Legacy - Bikayi specific/Categories/Box.js"),M=require("./Legacy - Bikayi specific/Categories/Box2.js"),R=require("./Informational/Common UI/Bulb.js"),L=require("./Legacy - Bikayi specific/Services/Businesscard.js"),v=require("./Informational/Date and time/Calendar.js"),y=require("./Informational/Date and time/CalendarAdd.js"),x=require("./Media/Visual/Camera.js"),D=require("./Media/Visual/CameraAdd.js"),I=require("./Arrows/Carat/CaratDown.js"),U=require("./Arrows/Carat/CaratLeft.js"),E=require("./Arrows/Carat/CaratRight.js"),B=require("./Arrows/Carat/CaratUp.js"),H=require("./Informational/Finance/CashOnDelivery.js"),W=require("./Informational/Finance/ChartLine.js"),O=require("./Informational/Communication/Chat.js"),G=require("./Informational/Communication/ChatCheck.js"),N=require("./Informational/Communication/ChatQuestion.js"),V=require("./Informational/Communication/ChatStar.js"),$=require("./Informational/Identity/Chatbot.js"),z=require("./Informational/General/Check.js"),j=require("./Informational/General/CheckDouble.js"),J=require("./Actions/Formatting/CheckboxIcon.js"),Q=require("./Arrows/Double chevron/ChevronDoubleDown.js"),Y=require("./Arrows/Double chevron/ChevronDoubleLeft.js"),K=require("./Arrows/Double chevron/ChevronDoubleRight.js"),X=require("./Arrows/Double chevron/ChevronDoubleUp.js"),Z=require("./Arrows/Chevron/ChevronDown.js"),_=require("./Arrows/Chevron/ChevronLeft.js"),ee=require("./Arrows/Chevron/ChevronRight.js"),re=require("./Arrows/Chevron/ChevronUp.js"),te=require("./Informational/eCommerce/Click.js"),ue=require("./Informational/Store related/Clipboard.js"),oe=require("./Informational/Customer intent/ClipboardCheck.js"),ae=require("./Informational/Store related/ClipboardCheck.js"),ie=require("./Informational/Date and time/Clock.js"),ne=require("./Informational/General/CloseTicket1.js"),le=require("./Actions/Common actions/Code.js"),se=require("./Informational/Identity/Contacts.js"),ce=require("./Actions/Formatting/Copy.js"),de=require("./Informational/Finance/CreditCard.js"),fe=require("./Media/Visual/Crop.js"),qe=require("./Actions/Common actions/Cross.js"),he=require("./Legacy - Bikayi specific/Services/Customdomain.js"),pe=require("./Informational/Store related/CustomerReport.js"),Ce=require("./Actions/Common actions/Deactivate.js"),me=require("./Actions/Formatting/DecreaseIndent.js"),ge=require("./Actions/Common actions/Delete.js"),Se=require("./Media/Devices/Desktop.js"),ke=require("./Media/Others/Download.js"),Ae=require("./Actions/Formatting/Dropdown.js"),we=require("./Actions/Common actions/Edit.js"),be=require("./Informational/Communication/Email.js"),Fe=require("./Social/Channels/Email.js"),Pe=require("./Social/Channels/EmailMarketing.js"),Te=require("./Social/Social/EmailMarketing.js"),Me=require("./Media/Others/EmojiSmile.js"),Re=require("./Informational/General/Error.js"),Le=require("./Informational/Files and folders/Excel.js"),ve=require("./BIK AI specific/Expand.js"),ye=require("./Informational/Customer intent/Experimental.js"),xe=require("./Toggles/General/Eye.js"),De=require("./Toggles/General/EyeClosed.js"),Ie=require("./Toggles/General/EyeOff.js"),Ue=require("./Social/Channels/Facebook.js"),Ee=require("./Social/Social/Facebook.js"),Be=require("./Social/Channels/FacebookComment.js"),He=require("./Informational/General/FailDoc.js"),We=require("./Informational/Files and folders/File.js"),Oe=require("./Informational/Files and folders/FileCsv.js"),Ge=require("./Informational/Files and folders/FilePage.js"),Ne=require("./Informational/Files and folders/FilePdf.js"),Ve=require("./Informational/eCommerce/Filter.js"),$e=require("./Media/Visual/FlashOff.js"),ze=require("./Media/Visual/FlashOn.js"),je=require("./Informational/Files and folders/Folder.js"),Je=require("./Media/Visual/FormkitHappy.js"),Qe=require("./Media/Visual/FormkitNeutral.js"),Ye=require("./Media/Visual/FormkitSad.js"),Ke=require("./Informational/Common UI/Forms.js"),Xe=require("./Actions/Common actions/Forward.js"),Ze=require("./BIK AI specific/Frame27389.js"),_e=require("./BIK AI specific/Frame27597.js"),er=require("./BIK AI specific/Frame27598.js"),rr=require("./BIK AI specific/Frame27599.js"),tr=require("./Actions/Common actions/Fullscreen.js"),ur=require("./BIK AI specific/GeminiSparkle.js"),or=require("./Informational/eCommerce/Gift1.js"),ar=require("./Informational/eCommerce/GiftMinus.js"),ir=require("./Informational/eCommerce/GiftPlus.js"),nr=require("./Social/Social/Google.js"),lr=require("./Informational/Identity/Group.js"),sr=require("./Informational/Finance/Growth.js"),cr=require("./Actions/Selection/HandleDrag.js"),dr=require("./Informational/Store related/Head112.js"),fr=require("./Toggles/General/HeartEmpty.js"),qr=require("./Toggles/General/HeartFilled.js"),hr=require("./Informational/Customer intent/Help.js"),pr=require("./Informational/General/Help.js"),Cr=require("./Informational/Date and time/HourGlass.js"),mr=require("./Informational/General/IcList.js"),gr=require("./Informational/Identity/IdCard.js"),Sr=require("./Media/Visual/Image.js"),kr=require("./Media/Visual/ImageAdd.js"),Ar=require("./Media/Visual/Images.js"),wr=require("./Actions/Formatting/IncreaseIndent.js"),br=require("./Informational/General/Info.js"),Fr=require("./Social/Channels/Instagram.js"),Pr=require("./Social/Social/Instagram.js"),Tr=require("./Social/Channels/InstagramIcon.js"),Mr=require("./Informational/Store related/InventoryReport.js"),Rr=require("./Legacy - Bikayi specific/Navigation/Journeys.js"),Lr=require("./Informational/Location/LanguageChange.js"),vr=require("./Informational/Store related/LegalBalance.js"),yr=require("./Actions/Common actions/LinkSimpleHorizontal.js"),xr=require("./Informational/Communication/LiveChat.js"),Dr=require("./Toggles/General/Lock.js"),Ir=require("./Actions/Navigation/LogIn.js"),Ur=require("./Actions/Navigation/LogOut.js"),Er=require("./Legacy - Bikayi specific/Services/LoudSpeaker.js"),Br=require("./BIK AI specific/ManifestSparkle.js"),Hr=require("./Informational/Location/MapPin.js"),Wr=require("./Legacy - Bikayi specific/Services/Marketing.js"),Or=require("./Media/Visual/Maximize.js"),Gr=require("./Informational/Files and folders/MediaMessage.js"),Nr=require("./Informational/Common UI/MenuHamburger.js"),Vr=require("./Informational/Common UI/MessageSearch.js"),$r=require("./Social/Channels/Messenger.js"),zr=require("./Social/Social/Messenger.js"),jr=require("./Media/Audio/Microphone.js"),Jr=require("./Actions/Common actions/Minus.js"),Qr=require("./Informational/Finance/Money1.js"),Yr=require("./Informational/Common UI/MoreHorizontal.js"),Kr=require("./Informational/Common UI/MoreVertical.js"),Xr=require("./Informational/Files and folders/Move.js"),Zr=require("./Actions/Formatting/MultiLine.js"),_r=require("./Actions/Formatting/MultiSelect.js"),et=require("./Informational/General/NewTicket.js"),rt=require("./Informational/Finance/NoCredits.js"),tt=require("./Actions/Formatting/Number.js"),ut=require("./Actions/Formatting/NumberList.js"),ot=require("./Actions/Navigation/OpenNewWindow.js"),at=require("./Informational/Files and folders/OrderHistory.js"),it=require("./Informational/Store related/OrderReport.js"),nt=require("./Media/Others/Paperclip.js"),lt=require("./Media/Audio/Pause.js"),st=require("./Legacy - Bikayi specific/Services/PaymentLink.js"),ct=require("./Informational/Store related/PaymentReport.js"),dt=require("./Informational/Customer intent/Percent.js"),ft=require("./Informational/Finance/Percent.js"),qt=require("./Informational/Identity/Person.js"),ht=require("./Informational/Communication/Phone.js"),pt=require("./Informational/Common UI/Placeholder.js"),Ct=require("./Legacy - Bikayi specific/Plans/PlanUltimate.js"),mt=require("./Media/Audio/Play.js"),gt=require("./Actions/Common actions/Plus.js"),St=require("./BIK AI specific/PricePlease.js"),kt=require("./Informational/Files and folders/PrivateNote.js"),At=require("./Actions/Common actions/ProductTour.js"),wt=require("./Informational/eCommerce/Promocode.js"),bt=require("./Informational/Customer intent/Purchase.js"),Ft=require("./Actions/Formatting/Quotes.js"),Pt=require("./Social/Social/Rcs.js"),Tt=require("./Informational/eCommerce/Receipt.js"),Mt=require("./Actions/Navigation/Refresh.js"),Rt=require("./Actions/Common actions/RestApi.js"),Lt=require("./Actions/Navigation/Rewind.js"),vt=require("./Informational/Identity/Robot.js"),yt=require("./Media/Visual/RotateAnticlockwise.js"),xt=require("./Media/Visual/RotateClockwise.js"),Dt=require("./Informational/General/RoundCheck.js"),It=require("./Informational/Finance/Rupee.js"),Ut=require("./Actions/Common actions/Save.js"),Et=require("./Informational/Common UI/Search.js"),Bt=require("./Actions/Common actions/SendAirplane.js"),Ht=require("./Informational/Customer intent/Services.js"),Wt=require("./Legacy - Bikayi specific/Navigation/Services.js"),Ot=require("./Informational/Common UI/Settings.js"),Gt=require("./BIK AI specific/Shape.js"),Nt=require("./Actions/Common actions/ShareAndroid.js"),Vt=require("./Informational/eCommerce/ShieldCheck.js"),$t=require("./Informational/eCommerce/ShoppingBag.js"),zt=require("./Informational/eCommerce/ShoppingBasket.js"),jt=require("./Informational/Customer intent/ShoppingCart.js"),Jt=require("./Informational/eCommerce/ShoppingCart.js"),Qt=require("./Actions/Common actions/Shortcut.js"),Yt=require("./BIK AI specific/Shorter.js"),Kt=require("./Actions/Selection/SingleChoice.js"),Xt=require("./Informational/Customer intent/SingleChoice.js"),Zt=require("./Informational/General/Slash.js"),_t=require("./Media/Audio/Sleep.js"),eu=require("./Media/Devices/Smartphone.js"),ru=require("./BIK AI specific/Sparkling2Line.js"),tu=require("./Toggles/General/StarEmpty.js"),uu=require("./Toggles/General/StarFilled.js"),ou=require("./Toggles/General/StarHalf.js"),au=require("./Informational/Store related/Store.js"),iu=require("./Informational/Store related/StoreSync.js"),nu=require("./Actions/Formatting/Subscript.js"),lu=require("./Actions/Formatting/Superscript.js"),su=require("./Actions/Navigation/Sync.js"),cu=require("./Informational/Finance/TablerTicket.js"),du=require("./Social/Channels/Tasks.js"),fu=require("./Actions/Formatting/Text.js"),qu=require("./Actions/Formatting/TextAlignCenter.js"),hu=require("./Actions/Formatting/TextAlignLeft.js"),pu=require("./Actions/Formatting/TextAlignRight.js"),Cu=require("./Actions/Formatting/TextBold.js"),mu=require("./Actions/Formatting/TextItalics.js"),gu=require("./Actions/Formatting/TextJustify.js"),Su=require("./Informational/Files and folders/TextMessage.js"),ku=require("./Actions/Formatting/TextStrikethrough.js"),Au=require("./Actions/Formatting/TextUnderline.js"),wu=require("./Actions/Formatting/Textbox.js"),bu=require("./Legacy - Bikayi specific/Services/Theme.js"),Fu=require("./Informational/Store related/TicketForm.js"),Pu=require("./Informational/Common UI/Training.js"),Tu=require("./Informational/Location/Truck.js"),Mu=require("./Social/Social/Twitter.js"),Ru=require("./Informational/Files and folders/Unarchive.js"),Lu=require("./Informational/Identity/Union.js"),vu=require("./Informational/Identity/Union1.js"),yu=require("./Toggles/General/Unlock.js"),xu=require("./Informational/Customer intent/Unsatisfactory.js"),Du=require("./Media/Others/Upload.js"),Iu=require("./Informational/Identity/UserMinus1.js"),Uu=require("./Informational/Identity/UserPlus.js"),Eu=require("./Informational/Customer intent/UserSound.js"),Bu=require("./Media/Visual/VideoCamcorder.js"),Hu=require("./Media/Visual/VideoFilm.js"),Wu=require("./Media/Audio/VolumeMute.js"),Ou=require("./Media/Audio/VolumeOneline.js"),Gu=require("./Media/Audio/VolumeTwoline.js"),Nu=require("./Informational/Finance/Wallet.js"),Vu=require("./BIK AI specific/WandSparkles.js"),$u=require("./Social/Channels/WebPush.js"),zu=require("./BIK AI specific/Webhook.js"),ju=require("./Social/Social/Website.js"),Ju=require("./Social/Channels/WhatsApp.js"),Qu=require("./Actions/Navigation/Whatsapp.js"),Yu=require("./Social/Social/Whatsapp.js"),Ku=require("./Informational/Date and time/WorkingHours.js"),Xu=require("./BIK AI specific/Write.js"),Zu=require("./Social/Social/Youtube.js");exports.Activate=e.default;exports.AddLabel=r.default;exports.Address=t.default;exports.AiEmoji=u.default;exports.AiIcon=o.default;exports.AiRobot=a.default;exports.AlertTriangle=i.default;exports.AllProduct=n.default;exports.Archive1=l.default;exports.ArrowDown=s.default;exports.ArrowDownLeft=c.default;exports.ArrowDownRight=d.default;exports.ArrowLeft=f.default;exports.ArrowRedo=q.default;exports.ArrowRight=h.default;exports.ArrowSwitch=p.default;exports.ArrowUndo=C.default;exports.ArrowUp=m.default;exports.ArrowUpLeft=g.default;exports.ArrowUpRight=S.default;exports.Bank=k.default;exports.BarcodeScan=A.default;exports.Bell=w.default;exports.BellSync=b.default;exports.Bigcommerce=F.default;exports.BookOpenText=P.default;exports.Box=T.default;exports.Box2=M.default;exports.Bulb=R.default;exports.Businesscard=L.default;exports.Calendar=v.default;exports.CalendarAdd=y.default;exports.Camera=x.default;exports.CameraAdd=D.default;exports.CaratDown=I.default;exports.CaratLeft=U.default;exports.CaratRight=E.default;exports.CaratUp=B.default;exports.CashOnDelivery=H.default;exports.ChartLine=W.default;exports.Chat=O.default;exports.ChatCheck=G.default;exports.ChatQuestion=N.default;exports.ChatStar=V.default;exports.Chatbot=$.default;exports.Check=z.default;exports.CheckDouble=j.default;exports.CheckboxIcon=J.default;exports.ChevronDoubleDown=Q.default;exports.ChevronDoubleLeft=Y.default;exports.ChevronDoubleRight=K.default;exports.ChevronDoubleUp=X.default;exports.ChevronDown=Z.default;exports.ChevronLeft=_.default;exports.ChevronRight=ee.default;exports.ChevronUp=re.default;exports.Click=te.default;exports.Clipboard=ue.default;exports.ClipboardCheck=oe.default;exports.ClipboardCheck2=ae.default;exports.Clock=ie.default;exports.CloseTicket1=ne.default;exports.Code=le.default;exports.Contacts=se.default;exports.Copy=ce.default;exports.CreditCard=de.default;exports.Crop=fe.default;exports.Cross=qe.default;exports.Customdomain=he.default;exports.CustomerReport=pe.default;exports.Deactivate=Ce.default;exports.DecreaseIndent=me.default;exports.Delete=ge.default;exports.Desktop=Se.default;exports.Download=ke.default;exports.Dropdown=Ae.default;exports.Edit=we.default;exports.Email=be.default;exports.Email2=Fe.default;exports.EmailMarketing=Pe.default;exports.EmailMarketing2=Te.default;exports.EmojiSmile=Me.default;exports.Error=Re.default;exports.Excel=Le.default;exports.Expand=ve.default;exports.Experimental=ye.default;exports.Eye=xe.default;exports.EyeClosed=De.default;exports.EyeOff=Ie.default;exports.Facebook=Ue.default;exports.Facebook2=Ee.default;exports.FacebookComment=Be.default;exports.FailDoc=He.default;exports.File=We.default;exports.FileCsv=Oe.default;exports.FilePage=Ge.default;exports.FilePdf=Ne.default;exports.Filter=Ve.default;exports.FlashOff=$e.default;exports.FlashOn=ze.default;exports.Folder=je.default;exports.FormkitHappy=Je.default;exports.FormkitNeutral=Qe.default;exports.FormkitSad=Ye.default;exports.Forms=Ke.default;exports.Forward=Xe.default;exports.Frame27389=Ze.default;exports.Frame27597=_e.default;exports.Frame27598=er.default;exports.Frame27599=rr.default;exports.Fullscreen=tr.default;exports.GeminiSparkle=ur.default;exports.Gift1=or.default;exports.GiftMinus=ar.default;exports.GiftPlus=ir.default;exports.Google=nr.default;exports.Group=lr.default;exports.Growth=sr.default;exports.HandleDrag=cr.default;exports.Head112=dr.default;exports.HeartEmpty=fr.default;exports.HeartFilled=qr.default;exports.Help=hr.default;exports.Help2=pr.default;exports.HourGlass=Cr.default;exports.IcList=mr.default;exports.IdCard=gr.default;exports.Image=Sr.default;exports.ImageAdd=kr.default;exports.Images=Ar.default;exports.IncreaseIndent=wr.default;exports.Info=br.default;exports.Instagram=Fr.default;exports.Instagram2=Pr.default;exports.InstagramIcon=Tr.default;exports.InventoryReport=Mr.default;exports.Journeys=Rr.default;exports.LanguageChange=Lr.default;exports.LegalBalance=vr.default;exports.LinkSimpleHorizontal=yr.default;exports.LiveChat=xr.default;exports.Lock=Dr.default;exports.LogIn=Ir.default;exports.LogOut=Ur.default;exports.LoudSpeaker=Er.default;exports.ManifestSparkle=Br.default;exports.MapPin=Hr.default;exports.Marketing=Wr.default;exports.Maximize=Or.default;exports.MediaMessage=Gr.default;exports.MenuHamburger=Nr.default;exports.MessageSearch=Vr.default;exports.Messenger=$r.default;exports.Messenger2=zr.default;exports.Microphone=jr.default;exports.Minus=Jr.default;exports.Money1=Qr.default;exports.MoreHorizontal=Yr.default;exports.MoreVertical=Kr.default;exports.Move=Xr.default;exports.MultiLine=Zr.default;exports.MultiSelect=_r.default;exports.NewTicket=et.default;exports.NoCredits=rt.default;exports.Number=tt.default;exports.NumberList=ut.default;exports.OpenNewWindow=ot.default;exports.OrderHistory=at.default;exports.OrderReport=it.default;exports.Paperclip=nt.default;exports.Pause=lt.default;exports.PaymentLink=st.default;exports.PaymentReport=ct.default;exports.Percent=dt.default;exports.Percent2=ft.default;exports.Person=qt.default;exports.Phone=ht.default;exports.Placeholder=pt.default;exports.PlanUltimate=Ct.default;exports.Play=mt.default;exports.Plus=gt.default;exports.PricePlease=St.default;exports.PrivateNote=kt.default;exports.ProductTour=At.default;exports.Promocode=wt.default;exports.Purchase=bt.default;exports.Quotes=Ft.default;exports.Rcs=Pt.default;exports.Receipt=Tt.default;exports.Refresh=Mt.default;exports.RestApi=Rt.default;exports.Rewind=Lt.default;exports.Robot=vt.default;exports.RotateAnticlockwise=yt.default;exports.RotateClockwise=xt.default;exports.RoundCheck=Dt.default;exports.Rupee=It.default;exports.Save=Ut.default;exports.Search=Et.default;exports.SendAirplane=Bt.default;exports.Services=Ht.default;exports.Services2=Wt.default;exports.Settings=Ot.default;exports.Shape=Gt.default;exports.ShareAndroid=Nt.default;exports.ShieldCheck=Vt.default;exports.ShoppingBag=$t.default;exports.ShoppingBasket=zt.default;exports.ShoppingCart=jt.default;exports.ShoppingCart2=Jt.default;exports.Shortcut=Qt.default;exports.Shorter=Yt.default;exports.SingleChoice=Kt.default;exports.SingleChoice2=Xt.default;exports.Slash=Zt.default;exports.Sleep=_t.default;exports.Smartphone=eu.default;exports.Sparkling2Line=ru.default;exports.StarEmpty=tu.default;exports.StarFilled=uu.default;exports.StarHalf=ou.default;exports.Store=au.default;exports.StoreSync=iu.default;exports.Subscript=nu.default;exports.Superscript=lu.default;exports.Sync=su.default;exports.TablerTicket=cu.default;exports.Tasks=du.default;exports.Text=fu.default;exports.TextAlignCenter=qu.default;exports.TextAlignLeft=hu.default;exports.TextAlignRight=pu.default;exports.TextBold=Cu.default;exports.TextItalics=mu.default;exports.TextJustify=gu.default;exports.TextMessage=Su.default;exports.TextStrikethrough=ku.default;exports.TextUnderline=Au.default;exports.Textbox=wu.default;exports.Theme=bu.default;exports.TicketForm=Fu.default;exports.Training=Pu.default;exports.Truck=Tu.default;exports.Twitter=Mu.default;exports.Unarchive=Ru.default;exports.Union=Lu.default;exports.Union1=vu.default;exports.Unlock=yu.default;exports.Unsatisfactory=xu.default;exports.Upload=Du.default;exports.UserMinus1=Iu.default;exports.UserPlus=Uu.default;exports.UserSound=Eu.default;exports.VideoCamcorder=Bu.default;exports.VideoFilm=Hu.default;exports.VolumeMute=Wu.default;exports.VolumeOneline=Ou.default;exports.VolumeTwoline=Gu.default;exports.Wallet=Nu.default;exports.WandSparkles=Vu.default;exports.WebPush=$u.default;exports.Webhook=zu.default;exports.Website=ju.default;exports.WhatsApp=Ju.default;exports.Whatsapp=Qu.default;exports.Whatsapp2=Yu.default;exports.WorkingHours=Ku.default;exports.Write=Xu.default;exports.Youtube=Zu.default;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./Actions/Common actions/Activate.js"),r=require("./Informational/eCommerce/AddLabel.js"),t=require("./Informational/Location/Address.js"),u=require("./BIK AI specific/AiEmoji.js"),o=require("./BIK AI specific/AiIcon.js"),a=require("./BIK AI specific/AiRobot.js"),i=require("./Informational/General/AlertTriangle.js"),n=require("./Informational/Store related/AllProduct.js"),l=require("./Informational/Files and folders/Archive1.js"),s=require("./Arrows/Normal arrows/ArrowDown.js"),c=require("./Arrows/Normal arrows/ArrowDownLeft.js"),d=require("./Arrows/Normal arrows/ArrowDownRight.js"),f=require("./Arrows/Normal arrows/ArrowLeft.js"),q=require("./Actions/Navigation/ArrowRedo.js"),h=require("./Arrows/Normal arrows/ArrowRight.js"),p=require("./Arrows/Special/ArrowSwitch.js"),C=require("./Actions/Navigation/ArrowUndo.js"),m=require("./Arrows/Normal arrows/ArrowUp.js"),g=require("./Arrows/Normal arrows/ArrowUpLeft.js"),S=require("./Arrows/Normal arrows/ArrowUpRight.js"),k=require("./Informational/Finance/Bank.js"),A=require("./Media/Others/BarcodeScan.js"),w=require("./Informational/Common UI/Bell.js"),b=require("./Informational/Common UI/BellSync.js"),T=require("./Social/Channels/Bigcommerce.js"),P=require("./Informational/General/BookOpenText.js"),F=require("./Legacy - Bikayi specific/Categories/Box.js"),M=require("./Legacy - Bikayi specific/Categories/Box2.js"),R=require("./Informational/Common UI/Bulb.js"),L=require("./Legacy - Bikayi specific/Services/Businesscard.js"),v=require("./Informational/Date and time/Calendar.js"),y=require("./Informational/Date and time/CalendarAdd.js"),x=require("./Media/Visual/Camera.js"),D=require("./Media/Visual/CameraAdd.js"),I=require("./Arrows/Carat/CaratDown.js"),U=require("./Arrows/Carat/CaratLeft.js"),E=require("./Arrows/Carat/CaratRight.js"),B=require("./Arrows/Carat/CaratUp.js"),H=require("./Informational/Finance/CashOnDelivery.js"),W=require("./Informational/Finance/ChartLine.js"),O=require("./Informational/Communication/Chat.js"),G=require("./Informational/Communication/ChatCheck.js"),N=require("./Informational/Communication/ChatQuestion.js"),V=require("./Informational/Communication/ChatStar.js"),$=require("./Informational/Identity/Chatbot.js"),z=require("./Informational/General/Check.js"),j=require("./Informational/General/CheckDouble.js"),J=require("./Actions/Formatting/CheckboxIcon.js"),Q=require("./Arrows/Double chevron/ChevronDoubleDown.js"),Y=require("./Arrows/Double chevron/ChevronDoubleLeft.js"),K=require("./Arrows/Double chevron/ChevronDoubleRight.js"),X=require("./Arrows/Double chevron/ChevronDoubleUp.js"),Z=require("./Arrows/Chevron/ChevronDown.js"),_=require("./Arrows/Chevron/ChevronLeft.js"),ee=require("./Arrows/Chevron/ChevronRight.js"),re=require("./Arrows/Chevron/ChevronUp.js"),te=require("./Informational/eCommerce/Click.js"),ue=require("./Informational/Store related/Clipboard.js"),oe=require("./Informational/Customer intent/ClipboardCheck.js"),ae=require("./Informational/Store related/ClipboardCheck.js"),ie=require("./Informational/Date and time/Clock.js"),ne=require("./Informational/General/CloseTicket1.js"),le=require("./Actions/Common actions/Code.js"),se=require("./Informational/Identity/Contacts.js"),ce=require("./Actions/Formatting/Copy.js"),de=require("./Informational/Finance/CreditCard.js"),fe=require("./Media/Visual/Crop.js"),qe=require("./Actions/Common actions/Cross.js"),he=require("./Legacy - Bikayi specific/Services/Customdomain.js"),pe=require("./Informational/Store related/CustomerReport.js"),Ce=require("./Actions/Common actions/Deactivate.js"),me=require("./Actions/Formatting/DecreaseIndent.js"),ge=require("./Actions/Common actions/Delete.js"),Se=require("./Media/Devices/Desktop.js"),ke=require("./Media/Others/Download.js"),Ae=require("./Actions/Formatting/Dropdown.js"),we=require("./Actions/Common actions/Edit.js"),be=require("./Informational/Communication/Email.js"),Te=require("./Social/Channels/Email.js"),Pe=require("./Social/Channels/EmailMarketing.js"),Fe=require("./Social/Social/EmailMarketing.js"),Me=require("./Media/Others/EmojiSmile.js"),Re=require("./Informational/General/Error.js"),Le=require("./Informational/Files and folders/Excel.js"),ve=require("./BIK AI specific/Expand.js"),ye=require("./Informational/Customer intent/Experimental.js"),xe=require("./Toggles/General/Eye.js"),De=require("./Toggles/General/EyeClosed.js"),Ie=require("./Toggles/General/EyeOff.js"),Ue=require("./Social/Channels/Facebook.js"),Ee=require("./Social/Social/Facebook.js"),Be=require("./Social/Channels/FacebookComment.js"),He=require("./Informational/General/FailDoc.js"),We=require("./Informational/Files and folders/File.js"),Oe=require("./Informational/Files and folders/FileCsv.js"),Ge=require("./Informational/Files and folders/FilePage.js"),Ne=require("./Informational/Files and folders/FilePdf.js"),Ve=require("./Informational/eCommerce/Filter.js"),$e=require("./Media/Visual/FlashOff.js"),ze=require("./Media/Visual/FlashOn.js"),je=require("./Informational/Files and folders/Folder.js"),Je=require("./Media/Visual/FormkitHappy.js"),Qe=require("./Informational/Common UI/Forms.js"),Ye=require("./Actions/Common actions/Forward.js"),Ke=require("./Media/Visual/Frame26086263.js"),Xe=require("./BIK AI specific/Frame27389.js"),Ze=require("./BIK AI specific/Frame27597.js"),_e=require("./BIK AI specific/Frame27598.js"),er=require("./BIK AI specific/Frame27599.js"),rr=require("./Actions/Common actions/Fullscreen.js"),tr=require("./BIK AI specific/GeminiSparkle.js"),ur=require("./Informational/eCommerce/Gift1.js"),or=require("./Informational/eCommerce/GiftMinus.js"),ar=require("./Informational/eCommerce/GiftPlus.js"),ir=require("./Social/Social/Google.js"),nr=require("./Informational/Identity/Group.js"),lr=require("./Informational/Finance/Growth.js"),sr=require("./Actions/Selection/HandleDrag.js"),cr=require("./Informational/Store related/Head112.js"),dr=require("./Toggles/General/HeartEmpty.js"),fr=require("./Toggles/General/HeartFilled.js"),qr=require("./Informational/Customer intent/Help.js"),hr=require("./Informational/General/Help.js"),pr=require("./Informational/Date and time/HourGlass.js"),Cr=require("./Informational/General/IcList.js"),mr=require("./Media/Visual/IconTrailing.js"),gr=require("./Informational/Identity/IdCard.js"),Sr=require("./Media/Visual/Image.js"),kr=require("./Media/Visual/ImageAdd.js"),Ar=require("./Media/Visual/Images.js"),wr=require("./Actions/Formatting/IncreaseIndent.js"),br=require("./Informational/General/Info.js"),Tr=require("./Social/Channels/Instagram.js"),Pr=require("./Social/Social/Instagram.js"),Fr=require("./Social/Channels/InstagramIcon.js"),Mr=require("./Informational/Store related/InventoryReport.js"),Rr=require("./Legacy - Bikayi specific/Navigation/Journeys.js"),Lr=require("./Informational/Location/LanguageChange.js"),vr=require("./Informational/Store related/LegalBalance.js"),yr=require("./Actions/Common actions/LinkSimpleHorizontal.js"),xr=require("./Informational/Communication/LiveChat.js"),Dr=require("./Toggles/General/Lock.js"),Ir=require("./Actions/Navigation/LogIn.js"),Ur=require("./Actions/Navigation/LogOut.js"),Er=require("./Legacy - Bikayi specific/Services/LoudSpeaker.js"),Br=require("./BIK AI specific/ManifestSparkle.js"),Hr=require("./Informational/Location/MapPin.js"),Wr=require("./Legacy - Bikayi specific/Services/Marketing.js"),Or=require("./Media/Visual/Maximize.js"),Gr=require("./Informational/Files and folders/MediaMessage.js"),Nr=require("./Informational/Common UI/MenuHamburger.js"),Vr=require("./Informational/Common UI/MessageSearch.js"),$r=require("./Social/Channels/Messenger.js"),zr=require("./Social/Social/Messenger.js"),jr=require("./Media/Audio/Microphone.js"),Jr=require("./Actions/Common actions/Minus.js"),Qr=require("./Informational/Finance/Money1.js"),Yr=require("./Informational/Common UI/MoreHorizontal.js"),Kr=require("./Informational/Common UI/MoreVertical.js"),Xr=require("./Informational/Files and folders/Move.js"),Zr=require("./Actions/Formatting/MultiLine.js"),_r=require("./Actions/Formatting/MultiSelect.js"),et=require("./Informational/General/NewTicket.js"),rt=require("./Informational/Finance/NoCredits.js"),tt=require("./Actions/Formatting/Number.js"),ut=require("./Actions/Formatting/NumberList.js"),ot=require("./Actions/Navigation/OpenNewWindow.js"),at=require("./Informational/Files and folders/OrderHistory.js"),it=require("./Informational/Store related/OrderReport.js"),nt=require("./Media/Others/Paperclip.js"),lt=require("./Media/Audio/Pause.js"),st=require("./Legacy - Bikayi specific/Services/PaymentLink.js"),ct=require("./Informational/Store related/PaymentReport.js"),dt=require("./Informational/Customer intent/Percent.js"),ft=require("./Informational/Finance/Percent.js"),qt=require("./Informational/Identity/Person.js"),ht=require("./Informational/Communication/Phone.js"),pt=require("./Informational/Common UI/Placeholder.js"),Ct=require("./Legacy - Bikayi specific/Plans/PlanUltimate.js"),mt=require("./Media/Audio/Play.js"),gt=require("./Actions/Common actions/Plus.js"),St=require("./BIK AI specific/PricePlease.js"),kt=require("./Informational/Files and folders/PrivateNote.js"),At=require("./Actions/Common actions/ProductTour.js"),wt=require("./Informational/eCommerce/Promocode.js"),bt=require("./Informational/Customer intent/Purchase.js"),Tt=require("./Actions/Formatting/Quotes.js"),Pt=require("./Social/Social/Rcs.js"),Ft=require("./Informational/eCommerce/Receipt.js"),Mt=require("./Actions/Navigation/Refresh.js"),Rt=require("./Actions/Common actions/RestApi.js"),Lt=require("./Actions/Navigation/Rewind.js"),vt=require("./Informational/Identity/Robot.js"),yt=require("./Media/Visual/RotateAnticlockwise.js"),xt=require("./Media/Visual/RotateClockwise.js"),Dt=require("./Informational/General/RoundCheck.js"),It=require("./Informational/Finance/Rupee.js"),Ut=require("./Actions/Common actions/Save.js"),Et=require("./Informational/Common UI/Search.js"),Bt=require("./Actions/Common actions/SendAirplane.js"),Ht=require("./Informational/Customer intent/Services.js"),Wt=require("./Legacy - Bikayi specific/Navigation/Services.js"),Ot=require("./Informational/Common UI/Settings.js"),Gt=require("./BIK AI specific/Shape.js"),Nt=require("./Actions/Common actions/ShareAndroid.js"),Vt=require("./Informational/eCommerce/ShieldCheck.js"),$t=require("./Informational/eCommerce/ShoppingBag.js"),zt=require("./Informational/eCommerce/ShoppingBasket.js"),jt=require("./Informational/Customer intent/ShoppingCart.js"),Jt=require("./Informational/eCommerce/ShoppingCart.js"),Qt=require("./Actions/Common actions/Shortcut.js"),Yt=require("./BIK AI specific/Shorter.js"),Kt=require("./Actions/Selection/SingleChoice.js"),Xt=require("./Informational/Customer intent/SingleChoice.js"),Zt=require("./Informational/General/Slash.js"),_t=require("./Media/Audio/Sleep.js"),eu=require("./Media/Devices/Smartphone.js"),ru=require("./BIK AI specific/Sparkling2Line.js"),tu=require("./Toggles/General/StarEmpty.js"),uu=require("./Toggles/General/StarFilled.js"),ou=require("./Toggles/General/StarHalf.js"),au=require("./Informational/Store related/Store.js"),iu=require("./Informational/Store related/StoreSync.js"),nu=require("./Actions/Formatting/Subscript.js"),lu=require("./Actions/Formatting/Superscript.js"),su=require("./Actions/Navigation/Sync.js"),cu=require("./Informational/Finance/TablerTicket.js"),du=require("./Social/Channels/Tasks.js"),fu=require("./Actions/Formatting/Text.js"),qu=require("./Actions/Formatting/TextAlignCenter.js"),hu=require("./Actions/Formatting/TextAlignLeft.js"),pu=require("./Actions/Formatting/TextAlignRight.js"),Cu=require("./Actions/Formatting/TextBold.js"),mu=require("./Actions/Formatting/TextItalics.js"),gu=require("./Actions/Formatting/TextJustify.js"),Su=require("./Informational/Files and folders/TextMessage.js"),ku=require("./Actions/Formatting/TextStrikethrough.js"),Au=require("./Actions/Formatting/TextUnderline.js"),wu=require("./Actions/Formatting/Textbox.js"),bu=require("./Legacy - Bikayi specific/Services/Theme.js"),Tu=require("./Informational/Store related/TicketForm.js"),Pu=require("./Informational/Common UI/Training.js"),Fu=require("./Informational/Location/Truck.js"),Mu=require("./Social/Social/Twitter.js"),Ru=require("./Informational/Files and folders/Unarchive.js"),Lu=require("./Informational/Identity/Union.js"),vu=require("./Informational/Identity/Union1.js"),yu=require("./Toggles/General/Unlock.js"),xu=require("./Informational/Customer intent/Unsatisfactory.js"),Du=require("./Media/Others/Upload.js"),Iu=require("./Informational/Identity/UserMinus1.js"),Uu=require("./Informational/Identity/UserPlus.js"),Eu=require("./Informational/Customer intent/UserSound.js"),Bu=require("./Media/Visual/VideoCamcorder.js"),Hu=require("./Media/Visual/VideoFilm.js"),Wu=require("./Media/Audio/VolumeMute.js"),Ou=require("./Media/Audio/VolumeOneline.js"),Gu=require("./Media/Audio/VolumeTwoline.js"),Nu=require("./Informational/Finance/Wallet.js"),Vu=require("./BIK AI specific/WandSparkles.js"),$u=require("./Social/Channels/WebPush.js"),zu=require("./BIK AI specific/Webhook.js"),ju=require("./Social/Social/Website.js"),Ju=require("./Social/Channels/WhatsApp.js"),Qu=require("./Actions/Navigation/Whatsapp.js"),Yu=require("./Social/Social/Whatsapp.js"),Ku=require("./Informational/Date and time/WorkingHours.js"),Xu=require("./BIK AI specific/Write.js"),Zu=require("./Social/Social/Youtube.js");exports.Activate=e.default;exports.AddLabel=r.default;exports.Address=t.default;exports.AiEmoji=u.default;exports.AiIcon=o.default;exports.AiRobot=a.default;exports.AlertTriangle=i.default;exports.AllProduct=n.default;exports.Archive1=l.default;exports.ArrowDown=s.default;exports.ArrowDownLeft=c.default;exports.ArrowDownRight=d.default;exports.ArrowLeft=f.default;exports.ArrowRedo=q.default;exports.ArrowRight=h.default;exports.ArrowSwitch=p.default;exports.ArrowUndo=C.default;exports.ArrowUp=m.default;exports.ArrowUpLeft=g.default;exports.ArrowUpRight=S.default;exports.Bank=k.default;exports.BarcodeScan=A.default;exports.Bell=w.default;exports.BellSync=b.default;exports.Bigcommerce=T.default;exports.BookOpenText=P.default;exports.Box=F.default;exports.Box2=M.default;exports.Bulb=R.default;exports.Businesscard=L.default;exports.Calendar=v.default;exports.CalendarAdd=y.default;exports.Camera=x.default;exports.CameraAdd=D.default;exports.CaratDown=I.default;exports.CaratLeft=U.default;exports.CaratRight=E.default;exports.CaratUp=B.default;exports.CashOnDelivery=H.default;exports.ChartLine=W.default;exports.Chat=O.default;exports.ChatCheck=G.default;exports.ChatQuestion=N.default;exports.ChatStar=V.default;exports.Chatbot=$.default;exports.Check=z.default;exports.CheckDouble=j.default;exports.CheckboxIcon=J.default;exports.ChevronDoubleDown=Q.default;exports.ChevronDoubleLeft=Y.default;exports.ChevronDoubleRight=K.default;exports.ChevronDoubleUp=X.default;exports.ChevronDown=Z.default;exports.ChevronLeft=_.default;exports.ChevronRight=ee.default;exports.ChevronUp=re.default;exports.Click=te.default;exports.Clipboard=ue.default;exports.ClipboardCheck=oe.default;exports.ClipboardCheck2=ae.default;exports.Clock=ie.default;exports.CloseTicket1=ne.default;exports.Code=le.default;exports.Contacts=se.default;exports.Copy=ce.default;exports.CreditCard=de.default;exports.Crop=fe.default;exports.Cross=qe.default;exports.Customdomain=he.default;exports.CustomerReport=pe.default;exports.Deactivate=Ce.default;exports.DecreaseIndent=me.default;exports.Delete=ge.default;exports.Desktop=Se.default;exports.Download=ke.default;exports.Dropdown=Ae.default;exports.Edit=we.default;exports.Email=be.default;exports.Email2=Te.default;exports.EmailMarketing=Pe.default;exports.EmailMarketing2=Fe.default;exports.EmojiSmile=Me.default;exports.Error=Re.default;exports.Excel=Le.default;exports.Expand=ve.default;exports.Experimental=ye.default;exports.Eye=xe.default;exports.EyeClosed=De.default;exports.EyeOff=Ie.default;exports.Facebook=Ue.default;exports.Facebook2=Ee.default;exports.FacebookComment=Be.default;exports.FailDoc=He.default;exports.File=We.default;exports.FileCsv=Oe.default;exports.FilePage=Ge.default;exports.FilePdf=Ne.default;exports.Filter=Ve.default;exports.FlashOff=$e.default;exports.FlashOn=ze.default;exports.Folder=je.default;exports.FormkitHappy=Je.default;exports.Forms=Qe.default;exports.Forward=Ye.default;exports.Frame26086263=Ke.default;exports.Frame27389=Xe.default;exports.Frame27597=Ze.default;exports.Frame27598=_e.default;exports.Frame27599=er.default;exports.Fullscreen=rr.default;exports.GeminiSparkle=tr.default;exports.Gift1=ur.default;exports.GiftMinus=or.default;exports.GiftPlus=ar.default;exports.Google=ir.default;exports.Group=nr.default;exports.Growth=lr.default;exports.HandleDrag=sr.default;exports.Head112=cr.default;exports.HeartEmpty=dr.default;exports.HeartFilled=fr.default;exports.Help=qr.default;exports.Help2=hr.default;exports.HourGlass=pr.default;exports.IcList=Cr.default;exports.IconTrailing=mr.default;exports.IdCard=gr.default;exports.Image=Sr.default;exports.ImageAdd=kr.default;exports.Images=Ar.default;exports.IncreaseIndent=wr.default;exports.Info=br.default;exports.Instagram=Tr.default;exports.Instagram2=Pr.default;exports.InstagramIcon=Fr.default;exports.InventoryReport=Mr.default;exports.Journeys=Rr.default;exports.LanguageChange=Lr.default;exports.LegalBalance=vr.default;exports.LinkSimpleHorizontal=yr.default;exports.LiveChat=xr.default;exports.Lock=Dr.default;exports.LogIn=Ir.default;exports.LogOut=Ur.default;exports.LoudSpeaker=Er.default;exports.ManifestSparkle=Br.default;exports.MapPin=Hr.default;exports.Marketing=Wr.default;exports.Maximize=Or.default;exports.MediaMessage=Gr.default;exports.MenuHamburger=Nr.default;exports.MessageSearch=Vr.default;exports.Messenger=$r.default;exports.Messenger2=zr.default;exports.Microphone=jr.default;exports.Minus=Jr.default;exports.Money1=Qr.default;exports.MoreHorizontal=Yr.default;exports.MoreVertical=Kr.default;exports.Move=Xr.default;exports.MultiLine=Zr.default;exports.MultiSelect=_r.default;exports.NewTicket=et.default;exports.NoCredits=rt.default;exports.Number=tt.default;exports.NumberList=ut.default;exports.OpenNewWindow=ot.default;exports.OrderHistory=at.default;exports.OrderReport=it.default;exports.Paperclip=nt.default;exports.Pause=lt.default;exports.PaymentLink=st.default;exports.PaymentReport=ct.default;exports.Percent=dt.default;exports.Percent2=ft.default;exports.Person=qt.default;exports.Phone=ht.default;exports.Placeholder=pt.default;exports.PlanUltimate=Ct.default;exports.Play=mt.default;exports.Plus=gt.default;exports.PricePlease=St.default;exports.PrivateNote=kt.default;exports.ProductTour=At.default;exports.Promocode=wt.default;exports.Purchase=bt.default;exports.Quotes=Tt.default;exports.Rcs=Pt.default;exports.Receipt=Ft.default;exports.Refresh=Mt.default;exports.RestApi=Rt.default;exports.Rewind=Lt.default;exports.Robot=vt.default;exports.RotateAnticlockwise=yt.default;exports.RotateClockwise=xt.default;exports.RoundCheck=Dt.default;exports.Rupee=It.default;exports.Save=Ut.default;exports.Search=Et.default;exports.SendAirplane=Bt.default;exports.Services=Ht.default;exports.Services2=Wt.default;exports.Settings=Ot.default;exports.Shape=Gt.default;exports.ShareAndroid=Nt.default;exports.ShieldCheck=Vt.default;exports.ShoppingBag=$t.default;exports.ShoppingBasket=zt.default;exports.ShoppingCart=jt.default;exports.ShoppingCart2=Jt.default;exports.Shortcut=Qt.default;exports.Shorter=Yt.default;exports.SingleChoice=Kt.default;exports.SingleChoice2=Xt.default;exports.Slash=Zt.default;exports.Sleep=_t.default;exports.Smartphone=eu.default;exports.Sparkling2Line=ru.default;exports.StarEmpty=tu.default;exports.StarFilled=uu.default;exports.StarHalf=ou.default;exports.Store=au.default;exports.StoreSync=iu.default;exports.Subscript=nu.default;exports.Superscript=lu.default;exports.Sync=su.default;exports.TablerTicket=cu.default;exports.Tasks=du.default;exports.Text=fu.default;exports.TextAlignCenter=qu.default;exports.TextAlignLeft=hu.default;exports.TextAlignRight=pu.default;exports.TextBold=Cu.default;exports.TextItalics=mu.default;exports.TextJustify=gu.default;exports.TextMessage=Su.default;exports.TextStrikethrough=ku.default;exports.TextUnderline=Au.default;exports.Textbox=wu.default;exports.Theme=bu.default;exports.TicketForm=Tu.default;exports.Training=Pu.default;exports.Truck=Fu.default;exports.Twitter=Mu.default;exports.Unarchive=Ru.default;exports.Union=Lu.default;exports.Union1=vu.default;exports.Unlock=yu.default;exports.Unsatisfactory=xu.default;exports.Upload=Du.default;exports.UserMinus1=Iu.default;exports.UserPlus=Uu.default;exports.UserSound=Eu.default;exports.VideoCamcorder=Bu.default;exports.VideoFilm=Hu.default;exports.VolumeMute=Wu.default;exports.VolumeOneline=Ou.default;exports.VolumeTwoline=Gu.default;exports.Wallet=Nu.default;exports.WandSparkles=Vu.default;exports.WebPush=$u.default;exports.Webhook=zu.default;exports.Website=ju.default;exports.WhatsApp=Ju.default;exports.Whatsapp=Qu.default;exports.Whatsapp2=Yu.default;exports.WorkingHours=Ku.default;exports.Write=Xu.default;exports.Youtube=Zu.default;
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Frame26086263.js","sources":["../../../../../src/icons/Media/Visual/Frame26086263.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgFrame26086263 = ({\n\tsize = 24,\n\tcolor = 'currentColor',\n\t...rest\n}: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\tcolor,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 15 15\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\td=\"M5.23976 6.28567C5.81834 6.28567 6.28738 5.81663 6.28738 5.23805C6.28738 4.65946 5.81834 4.19043 5.23976 4.19043C4.66117 4.19043 4.19214 4.65946 4.19214 5.23805C4.19214 5.81663 4.66117 6.28567 5.23976 6.28567Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M9.43043 6.28567C10.009 6.28567 10.4781 5.81663 10.4781 5.23805C10.4781 4.65946 10.009 4.19043 9.43043 4.19043C8.85185 4.19043 8.38281 4.65946 8.38281 5.23805C8.38281 5.81663 8.85185 6.28567 9.43043 6.28567Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M7.3348 14.6667C3.29099 14.6667 0.00146484 11.3771 0.00146484 7.33333C0.00146484 3.28952 3.29099 0 7.3348 0C11.3786 0 14.6681 3.28952 14.6681 7.33333C14.6681 11.3771 11.3786 14.6667 7.3348 14.6667ZM7.3348 1.33333C3.86718 1.33333 1.3348 3.86571 1.3348 7.33333C1.3348 10.801 3.86718 13.3333 7.3348 13.3333C10.8024 13.3333 13.3348 10.801 13.3348 7.33333C13.3348 3.86571 10.8024 1.33333 7.3348 1.33333Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M4.00146 9H10.6681\"\n\t\t\t\tstroke=\"#616161\"\n\t\t\t\tstrokeWidth={1.33333}\n\t\t\t\tstrokeLinecap=\"round\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgFrame26086263;\n"],"names":["SvgFrame26086263","size","color","rest","props","jsxs","jsx"],"mappings":";AAMA,MAAMA,IAAmB,CAAC;AAAA,EACzB,MAAAC,IAAO;AAAA,EACP,OAAAC,IAAQ;AAAA,EACR,GAAGC;AACJ,MAAa;AACZ,QAAMC,IAAQ;AAAA,IACb,OAAOH;AAAA,IACP,QAAQA;AAAA,IACR,OAAAC;AAAA,IACA,GAAGC;AAAA,EAAA;AAEJ,SACC,gBAAAE;AAAA,IAAC;AAAA,IAAA;AAAA,MACA,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACL,GAAGD;AAAA,MAEJ,UAAA;AAAA,QAAA,gBAAAE;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,QAAO;AAAA,YACP,aAAa;AAAA,YACb,eAAc;AAAA,UAAA;AAAA,QAAA;AAAA,MACf;AAAA,IAAA;AAAA,EAAA;AAGH;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconTrailing.js","sources":["../../../../../src/icons/Media/Visual/IconTrailing.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgIconTrailing = ({\n\tsize = 24,\n\tcolor = 'currentColor',\n\t...rest\n}: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\tcolor,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 16 16\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<g clipPath=\"url(#clip0_6886_8860)\">\n\t\t\t\t<path\n\t\t\t\t\td=\"M4.93345 9.46679C5.22708 9.24657 5.64324 9.3052 5.86469 9.59734L5.86779 9.60129C5.87176 9.60631 5.8793 9.61569 5.89033 9.62883C5.91243 9.65517 5.94825 9.69624 5.99707 9.74718C6.09527 9.84965 6.24283 9.98867 6.4339 10.1276C6.81861 10.4074 7.35047 10.6668 8.00012 10.6668C8.64977 10.6668 9.18163 10.4074 9.56634 10.1276C9.75741 9.98867 9.90497 9.84965 10.0032 9.74718C10.052 9.69624 10.0878 9.65517 10.1099 9.62883C10.1209 9.61569 10.1285 9.60631 10.1325 9.60129L10.1355 9.59734C10.357 9.3052 10.7732 9.24657 11.0668 9.46679C11.3613 9.6877 11.421 10.1056 11.2001 10.4001L11.1994 10.401L11.1987 10.402L11.1969 10.4044L11.192 10.4107L11.1778 10.4289C11.1664 10.4434 11.1508 10.4627 11.1312 10.486C11.0921 10.5326 11.0368 10.5957 10.9658 10.6697C10.8244 10.8173 10.6178 11.0116 10.3506 11.2059C9.81861 11.5928 9.01714 12.0001 8.00012 12.0001C6.9831 12.0001 6.18163 11.5928 5.64967 11.2059C5.38241 11.0116 5.1758 10.8173 5.03442 10.6697C4.96345 10.5957 4.90812 10.5326 4.86903 10.486C4.84946 10.4627 4.83389 10.4434 4.82239 10.4289L4.8082 10.4107L4.80339 10.4044L4.80156 10.402L4.80079 10.401L4.80012 10.4001C4.57921 10.1056 4.6389 9.6877 4.93345 9.46679Z\"\n\t\t\t\t\tfill=\"currentColor\"\n\t\t\t\t/>\n\t\t\t\t<path\n\t\t\t\t\td=\"M9.33342 6.66675C9.33342 5.93037 9.93037 5.33342 10.6667 5.33342C11.4031 5.33342 12.0001 5.93037 12.0001 6.66675C12.0001 7.40313 11.4031 8.00008 10.6667 8.00008C9.93037 8.00008 9.33342 7.40313 9.33342 6.66675Z\"\n\t\t\t\t\tfill=\"currentColor\"\n\t\t\t\t/>\n\t\t\t\t<path\n\t\t\t\t\td=\"M5.33342 5.33342C4.59704 5.33342 4.00008 5.93037 4.00008 6.66675C4.00008 7.40313 4.59704 8.00008 5.33342 8.00008C6.06979 8.00008 6.66675 7.40313 6.66675 6.66675C6.66675 5.93037 6.06979 5.33342 5.33342 5.33342Z\"\n\t\t\t\t\tfill=\"currentColor\"\n\t\t\t\t/>\n\t\t\t\t<path\n\t\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\t\td=\"M8.00008 0.666748C3.94999 0.666748 0.666748 3.94999 0.666748 8.00008C0.666748 12.0502 3.94999 15.3334 8.00008 15.3334C12.0502 15.3334 15.3334 12.0502 15.3334 8.00008C15.3334 3.94999 12.0502 0.666748 8.00008 0.666748ZM2.00008 8.00008C2.00008 4.68637 4.68637 2.00008 8.00008 2.00008C11.3138 2.00008 14.0001 4.68637 14.0001 8.00008C14.0001 11.3138 11.3138 14.0001 8.00008 14.0001C4.68637 14.0001 2.00008 11.3138 2.00008 8.00008Z\"\n\t\t\t\t\tfill=\"currentColor\"\n\t\t\t\t/>\n\t\t\t</g>\n\t\t\t<defs>\n\t\t\t\t<clipPath id=\"clip0_6886_8860\">\n\t\t\t\t\t<rect width={16} height={16} fill=\"white\" />\n\t\t\t\t</clipPath>\n\t\t\t</defs>\n\t\t</svg>\n\t);\n};\nexport default SvgIconTrailing;\n"],"names":["SvgIconTrailing","size","color","rest","props","jsxs","jsx"],"mappings":";AAMA,MAAMA,IAAkB,CAAC;AAAA,EACxB,MAAAC,IAAO;AAAA,EACP,OAAAC,IAAQ;AAAA,EACR,GAAGC;AACJ,MAAa;AACZ,QAAMC,IAAQ;AAAA,IACb,OAAOH;AAAA,IACP,QAAQA;AAAA,IACR,OAAAC;AAAA,IACA,GAAGC;AAAA,EAAA;AAEJ,SACC,gBAAAE;AAAA,IAAC;AAAA,IAAA;AAAA,MACA,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACL,GAAGD;AAAA,MAEJ,UAAA;AAAA,QAAA,gBAAAC,EAAC,KAAA,EAAE,UAAS,yBACX,UAAA;AAAA,UAAA,gBAAAC;AAAA,YAAC;AAAA,YAAA;AAAA,cACA,GAAE;AAAA,cACF,MAAK;AAAA,YAAA;AAAA,UAAA;AAAA,UAEN,gBAAAA;AAAA,YAAC;AAAA,YAAA;AAAA,cACA,GAAE;AAAA,cACF,MAAK;AAAA,YAAA;AAAA,UAAA;AAAA,UAEN,gBAAAA;AAAA,YAAC;AAAA,YAAA;AAAA,cACA,GAAE;AAAA,cACF,MAAK;AAAA,YAAA;AAAA,UAAA;AAAA,UAEN,gBAAAA;AAAA,YAAC;AAAA,YAAA;AAAA,cACA,UAAS;AAAA,cACT,UAAS;AAAA,cACT,GAAE;AAAA,cACF,MAAK;AAAA,YAAA;AAAA,UAAA;AAAA,QACN,GACD;AAAA,QACA,gBAAAA,EAAC,QAAA,EACA,UAAA,gBAAAA,EAAC,YAAA,EAAS,IAAG,mBACZ,UAAA,gBAAAA,EAAC,QAAA,EAAK,OAAO,IAAI,QAAQ,IAAI,MAAK,SAAQ,GAC3C,EAAA,CACD;AAAA,MAAA;AAAA,IAAA;AAAA,EAAA;AAGH;"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { default as
|
|
1
|
+
export { default as Frame26086263 } from './Frame26086263';
|
|
2
2
|
export { default as Camera } from './Camera';
|
|
3
3
|
export { default as CameraAdd } from './CameraAdd';
|
|
4
4
|
export { default as Crop } from './Crop';
|
|
5
5
|
export { default as FlashOff } from './FlashOff';
|
|
6
6
|
export { default as FlashOn } from './FlashOn';
|
|
7
7
|
export { default as FormkitHappy } from './FormkitHappy';
|
|
8
|
-
export { default as
|
|
8
|
+
export { default as IconTrailing } from './IconTrailing';
|
|
9
9
|
export { default as Image } from './Image';
|
|
10
10
|
export { default as ImageAdd } from './ImageAdd';
|
|
11
11
|
export { default as Images } from './Images';
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
export { Activate, Code, Cross, Deactivate, Delete, Edit, Forward, Fullscreen, LinkSimpleHorizontal, Minus, Plus, ProductTour, RestApi, Save, SendAirplane, ShareAndroid, Shortcut
|
|
2
|
-
export { CheckboxIcon, Copy, DecreaseIndent, Dropdown, IncreaseIndent, MultiLine, MultiSelect, Number, NumberList, Quotes, Subscript, Superscript, TextBold, Text, TextAlignCenter, TextAlignLeft, TextAlignRight, TextItalics, TextJustify, TextStrikethrough, TextUnderline, Textbox
|
|
3
|
-
export { ArrowRedo, ArrowUndo, LogIn, LogOut, OpenNewWindow, Refresh, Rewind, Sync, Whatsapp
|
|
1
|
+
export { Activate, Code, Cross, Deactivate, Delete, Edit, Forward, Fullscreen, LinkSimpleHorizontal, Minus, Plus, ProductTour, RestApi, Save, SendAirplane, ShareAndroid, Shortcut } from './Actions/Common actions';
|
|
2
|
+
export { CheckboxIcon, Copy, DecreaseIndent, Dropdown, IncreaseIndent, MultiLine, MultiSelect, Number, NumberList, Quotes, Subscript, Superscript, TextBold, Text, TextAlignCenter, TextAlignLeft, TextAlignRight, TextItalics, TextJustify, TextStrikethrough, TextUnderline, Textbox } from './Actions/Formatting';
|
|
3
|
+
export { ArrowRedo, ArrowUndo, LogIn, LogOut, OpenNewWindow, Refresh, Rewind, Sync, Whatsapp } from './Actions/Navigation';
|
|
4
4
|
export { HandleDrag, SingleChoice } from './Actions/Selection';
|
|
5
5
|
export { CaratDown, CaratLeft, CaratRight, CaratUp } from './Arrows/Carat';
|
|
6
|
-
export { ChevronDown, ChevronLeft, ChevronRight, ChevronUp
|
|
7
|
-
export { ChevronDoubleDown, ChevronDoubleLeft, ChevronDoubleRight, ChevronDoubleUp
|
|
8
|
-
export { ArrowDown, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowRight, ArrowUp, ArrowUpLeft, ArrowUpRight
|
|
6
|
+
export { ChevronDown, ChevronLeft, ChevronRight, ChevronUp } from './Arrows/Chevron';
|
|
7
|
+
export { ChevronDoubleDown, ChevronDoubleLeft, ChevronDoubleRight, ChevronDoubleUp } from './Arrows/Double chevron';
|
|
8
|
+
export { ArrowDown, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowRight, ArrowUp, ArrowUpLeft, ArrowUpRight } from './Arrows/Normal arrows';
|
|
9
9
|
export { ArrowSwitch } from './Arrows/Special';
|
|
10
|
-
export { AiIcon, Webhook, AiEmoji, AiRobot, Expand, Frame27389, Frame27597, Frame27598, Frame27599, GeminiSparkle, ManifestSparkle, PricePlease, Shape, Shorter, Sparkling2Line, WandSparkles, Write
|
|
11
|
-
export { Bell, BellSync, Bulb, Forms, MenuHamburger, MessageSearch, MoreHorizontal, MoreVertical, Placeholder, Search, Settings, Training
|
|
12
|
-
export { Chat, ChatCheck, ChatQuestion, ChatStar, Email, LiveChat, Phone
|
|
13
|
-
export { ClipboardCheck, Experimental, Help, Percent, Purchase, Services, ShoppingCart, Unsatisfactory, UserSound
|
|
10
|
+
export { AiIcon, Webhook, AiEmoji, AiRobot, Expand, Frame27389, Frame27597, Frame27598, Frame27599, GeminiSparkle, ManifestSparkle, PricePlease, Shape, Shorter, Sparkling2Line, WandSparkles, Write } from './BIK AI specific';
|
|
11
|
+
export { Bell, BellSync, Bulb, Forms, MenuHamburger, MessageSearch, MoreHorizontal, MoreVertical, Placeholder, Search, Settings, Training } from './Informational/Common UI';
|
|
12
|
+
export { Chat, ChatCheck, ChatQuestion, ChatStar, Email, LiveChat, Phone } from './Informational/Communication';
|
|
13
|
+
export { ClipboardCheck, Experimental, Help, Percent, Purchase, Services, ShoppingCart, Unsatisfactory, UserSound } from './Informational/Customer intent';
|
|
14
14
|
export { SingleChoice as SingleChoice2 } from './Informational/Customer intent';
|
|
15
|
-
export { Calendar, CalendarAdd, Clock, HourGlass, WorkingHours
|
|
16
|
-
export { AddLabel, Click, Filter, Gift1, GiftMinus, GiftPlus, Promocode, Receipt, ShieldCheck, ShoppingBag, ShoppingBasket
|
|
15
|
+
export { Calendar, CalendarAdd, Clock, HourGlass, WorkingHours } from './Informational/Date and time';
|
|
16
|
+
export { AddLabel, Click, Filter, Gift1, GiftMinus, GiftPlus, Promocode, Receipt, ShieldCheck, ShoppingBag, ShoppingBasket } from './Informational/eCommerce';
|
|
17
17
|
export { ShoppingCart as ShoppingCart2 } from './Informational/eCommerce';
|
|
18
|
-
export { Archive1, Excel, File, FileCsv, FilePage, FilePdf, Folder, MediaMessage, Move, OrderHistory, PrivateNote, TextMessage, Unarchive
|
|
19
|
-
export { Bank, CashOnDelivery, ChartLine, CreditCard, Growth, Money1, NoCredits, Rupee, TablerTicket, Wallet
|
|
18
|
+
export { Archive1, Excel, File, FileCsv, FilePage, FilePdf, Folder, MediaMessage, Move, OrderHistory, PrivateNote, TextMessage, Unarchive } from './Informational/Files and folders';
|
|
19
|
+
export { Bank, CashOnDelivery, ChartLine, CreditCard, Growth, Money1, NoCredits, Rupee, TablerTicket, Wallet } from './Informational/Finance';
|
|
20
20
|
export { Percent as Percent2 } from './Informational/Finance';
|
|
21
|
-
export { BookOpenText, AlertTriangle, Check, CheckDouble, CloseTicket1, Error, FailDoc, IcList, Info, NewTicket, RoundCheck, Slash
|
|
21
|
+
export { BookOpenText, AlertTriangle, Check, CheckDouble, CloseTicket1, Error, FailDoc, IcList, Info, NewTicket, RoundCheck, Slash } from './Informational/General';
|
|
22
22
|
export { Help as Help2 } from './Informational/General';
|
|
23
|
-
export { Chatbot, Contacts, Group, IdCard, Person, Robot, Union, Union1, UserMinus1, UserPlus
|
|
24
|
-
export { Address, LanguageChange, MapPin, Truck
|
|
25
|
-
export { AllProduct, Clipboard, CustomerReport, Head112, InventoryReport, LegalBalance, OrderReport, PaymentReport, Store, StoreSync, TicketForm
|
|
23
|
+
export { Chatbot, Contacts, Group, IdCard, Person, Robot, Union, Union1, UserMinus1, UserPlus } from './Informational/Identity';
|
|
24
|
+
export { Address, LanguageChange, MapPin, Truck } from './Informational/Location';
|
|
25
|
+
export { AllProduct, Clipboard, CustomerReport, Head112, InventoryReport, LegalBalance, OrderReport, PaymentReport, Store, StoreSync, TicketForm } from './Informational/Store related';
|
|
26
26
|
export { ClipboardCheck as ClipboardCheck2 } from './Informational/Store related';
|
|
27
27
|
export { Box, Box2 } from './Legacy - Bikayi specific/Categories';
|
|
28
28
|
export { Journeys } from './Legacy - Bikayi specific/Navigation';
|
|
29
29
|
export { Services as Services2 } from './Legacy - Bikayi specific/Navigation';
|
|
30
30
|
export { PlanUltimate } from './Legacy - Bikayi specific/Plans';
|
|
31
|
-
export { Businesscard, Customdomain, LoudSpeaker, Marketing, PaymentLink, Theme
|
|
32
|
-
export { Microphone, Pause, Play, Sleep, VolumeMute, VolumeOneline, VolumeTwoline
|
|
31
|
+
export { Businesscard, Customdomain, LoudSpeaker, Marketing, PaymentLink, Theme } from './Legacy - Bikayi specific/Services';
|
|
32
|
+
export { Microphone, Pause, Play, Sleep, VolumeMute, VolumeOneline, VolumeTwoline } from './Media/Audio';
|
|
33
33
|
export { Desktop, Smartphone } from './Media/Devices';
|
|
34
|
-
export { BarcodeScan, Download, EmojiSmile, Paperclip, Upload
|
|
35
|
-
export {
|
|
36
|
-
export { Bigcommerce, EmailMarketing, Facebook, FacebookComment, Instagram, InstagramIcon, Messenger, Tasks, WebPush, WhatsApp
|
|
34
|
+
export { BarcodeScan, Download, EmojiSmile, Paperclip, Upload } from './Media/Others';
|
|
35
|
+
export { Frame26086263, Camera, CameraAdd, Crop, FlashOff, FlashOn, FormkitHappy, IconTrailing, Image, ImageAdd, Images, Maximize, RotateAnticlockwise, RotateClockwise, VideoCamcorder, VideoFilm } from './Media/Visual';
|
|
36
|
+
export { Bigcommerce, EmailMarketing, Facebook, FacebookComment, Instagram, InstagramIcon, Messenger, Tasks, WebPush, WhatsApp } from './Social/Channels';
|
|
37
37
|
export { Email as Email2 } from './Social/Channels';
|
|
38
38
|
export { Google, Rcs, Twitter, Website, Youtube } from './Social/Social';
|
|
39
39
|
export { EmailMarketing as EmailMarketing2 } from './Social/Social';
|
|
@@ -41,4 +41,4 @@ export { Facebook as Facebook2 } from './Social/Social';
|
|
|
41
41
|
export { Instagram as Instagram2 } from './Social/Social';
|
|
42
42
|
export { Messenger as Messenger2 } from './Social/Social';
|
|
43
43
|
export { Whatsapp as Whatsapp2 } from './Social/Social';
|
|
44
|
-
export { Eye, EyeClosed, EyeOff, HeartEmpty, HeartFilled, Lock, StarEmpty, StarFilled, StarHalf, Unlock
|
|
44
|
+
export { Eye, EyeClosed, EyeOff, HeartEmpty, HeartFilled, Lock, StarEmpty, StarFilled, StarHalf, Unlock } from './Toggles/General';
|
package/dist/esm/icons/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as o } from "./Actions/Common actions/Activate.js";
|
|
2
|
-
import { default as
|
|
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
5
|
import { default as u } from "./BIK AI specific/AiIcon.js";
|
|
@@ -9,8 +9,8 @@ import { default as h } from "./Informational/Store related/AllProduct.js";
|
|
|
9
9
|
import { default as g } from "./Informational/Files and folders/Archive1.js";
|
|
10
10
|
import { default as k } from "./Arrows/Normal arrows/ArrowDown.js";
|
|
11
11
|
import { default as w } from "./Arrows/Normal arrows/ArrowDownLeft.js";
|
|
12
|
-
import { default as
|
|
13
|
-
import { default as
|
|
12
|
+
import { default as T } from "./Arrows/Normal arrows/ArrowDownRight.js";
|
|
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";
|
|
16
16
|
import { default as D } from "./Arrows/Special/ArrowSwitch.js";
|
|
@@ -26,7 +26,7 @@ import { default as X } from "./Social/Channels/Bigcommerce.js";
|
|
|
26
26
|
import { default as _ } from "./Informational/General/BookOpenText.js";
|
|
27
27
|
import { default as ee } from "./Legacy - Bikayi specific/Categories/Box.js";
|
|
28
28
|
import { default as oe } from "./Legacy - Bikayi specific/Categories/Box2.js";
|
|
29
|
-
import { default as
|
|
29
|
+
import { default as te } from "./Informational/Common UI/Bulb.js";
|
|
30
30
|
import { default as le } from "./Legacy - Bikayi specific/Services/Businesscard.js";
|
|
31
31
|
import { default as de } from "./Informational/Date and time/Calendar.js";
|
|
32
32
|
import { default as ue } from "./Informational/Date and time/CalendarAdd.js";
|
|
@@ -36,8 +36,8 @@ import { default as he } from "./Arrows/Carat/CaratDown.js";
|
|
|
36
36
|
import { default as ge } from "./Arrows/Carat/CaratLeft.js";
|
|
37
37
|
import { default as ke } from "./Arrows/Carat/CaratRight.js";
|
|
38
38
|
import { default as we } from "./Arrows/Carat/CaratUp.js";
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as
|
|
39
|
+
import { default as Te } from "./Informational/Finance/CashOnDelivery.js";
|
|
40
|
+
import { default as Pe } from "./Informational/Finance/ChartLine.js";
|
|
41
41
|
import { default as Re } from "./Informational/Communication/Chat.js";
|
|
42
42
|
import { default as ve } from "./Informational/Communication/ChatCheck.js";
|
|
43
43
|
import { default as De } from "./Informational/Communication/ChatQuestion.js";
|
|
@@ -53,7 +53,7 @@ import { default as Xe } from "./Arrows/Double chevron/ChevronDoubleUp.js";
|
|
|
53
53
|
import { default as _e } from "./Arrows/Chevron/ChevronDown.js";
|
|
54
54
|
import { default as er } from "./Arrows/Chevron/ChevronLeft.js";
|
|
55
55
|
import { default as or } from "./Arrows/Chevron/ChevronRight.js";
|
|
56
|
-
import { default as
|
|
56
|
+
import { default as tr } from "./Arrows/Chevron/ChevronUp.js";
|
|
57
57
|
import { default as lr } from "./Informational/eCommerce/Click.js";
|
|
58
58
|
import { default as dr } from "./Informational/Store related/Clipboard.js";
|
|
59
59
|
import { default as ur } from "./Informational/Customer intent/ClipboardCheck.js";
|
|
@@ -63,8 +63,8 @@ import { default as hr } from "./Informational/General/CloseTicket1.js";
|
|
|
63
63
|
import { default as gr } from "./Actions/Common actions/Code.js";
|
|
64
64
|
import { default as kr } from "./Informational/Identity/Contacts.js";
|
|
65
65
|
import { default as wr } from "./Actions/Formatting/Copy.js";
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
66
|
+
import { default as Tr } from "./Informational/Finance/CreditCard.js";
|
|
67
|
+
import { default as Pr } from "./Media/Visual/Crop.js";
|
|
68
68
|
import { default as Rr } from "./Actions/Common actions/Cross.js";
|
|
69
69
|
import { default as vr } from "./Legacy - Bikayi specific/Services/Customdomain.js";
|
|
70
70
|
import { default as Dr } from "./Informational/Store related/CustomerReport.js";
|
|
@@ -80,7 +80,7 @@ import { default as Xr } from "./Social/Channels/Email.js";
|
|
|
80
80
|
import { default as _r } from "./Social/Channels/EmailMarketing.js";
|
|
81
81
|
import { default as eo } from "./Social/Social/EmailMarketing.js";
|
|
82
82
|
import { default as oo } from "./Media/Others/EmojiSmile.js";
|
|
83
|
-
import { default as
|
|
83
|
+
import { default as to } from "./Informational/General/Error.js";
|
|
84
84
|
import { default as lo } from "./Informational/Files and folders/Excel.js";
|
|
85
85
|
import { default as po } from "./BIK AI specific/Expand.js";
|
|
86
86
|
import { default as mo } from "./Informational/Customer intent/Experimental.js";
|
|
@@ -90,7 +90,7 @@ import { default as Co } from "./Toggles/General/EyeOff.js";
|
|
|
90
90
|
import { default as So } from "./Social/Channels/Facebook.js";
|
|
91
91
|
import { default as Ao } from "./Social/Social/Facebook.js";
|
|
92
92
|
import { default as bo } from "./Social/Channels/FacebookComment.js";
|
|
93
|
-
import { default as
|
|
93
|
+
import { default as Fo } from "./Informational/General/FailDoc.js";
|
|
94
94
|
import { default as Mo } from "./Informational/Files and folders/File.js";
|
|
95
95
|
import { default as Lo } from "./Informational/Files and folders/FileCsv.js";
|
|
96
96
|
import { default as yo } from "./Informational/Files and folders/FilePage.js";
|
|
@@ -100,67 +100,67 @@ import { default as Ho } from "./Media/Visual/FlashOff.js";
|
|
|
100
100
|
import { default as Oo } from "./Media/Visual/FlashOn.js";
|
|
101
101
|
import { default as No } from "./Informational/Files and folders/Folder.js";
|
|
102
102
|
import { default as zo } from "./Media/Visual/FormkitHappy.js";
|
|
103
|
-
import { default as Jo } from "./
|
|
104
|
-
import { default as Yo } from "./
|
|
105
|
-
import { default as Ko } from "./
|
|
106
|
-
import { default as Zo } from "./
|
|
107
|
-
import { default as $o } from "./BIK AI specific/
|
|
108
|
-
import { default as
|
|
109
|
-
import { default as
|
|
110
|
-
import { default as
|
|
111
|
-
import { default as
|
|
112
|
-
import { default as
|
|
113
|
-
import { default as
|
|
114
|
-
import { default as
|
|
115
|
-
import { default as
|
|
116
|
-
import { default as
|
|
117
|
-
import { default as
|
|
118
|
-
import { default as
|
|
119
|
-
import { default as
|
|
120
|
-
import { default as
|
|
121
|
-
import { default as
|
|
122
|
-
import { default as
|
|
123
|
-
import { default as
|
|
124
|
-
import { default as
|
|
125
|
-
import { default as
|
|
126
|
-
import { default as
|
|
127
|
-
import { default as
|
|
128
|
-
import { default as
|
|
129
|
-
import { default as
|
|
130
|
-
import { default as
|
|
131
|
-
import { default as
|
|
132
|
-
import { default as
|
|
133
|
-
import { default as
|
|
134
|
-
import { default as $
|
|
135
|
-
import { default as
|
|
136
|
-
import { default as
|
|
137
|
-
import { default as
|
|
138
|
-
import { default as
|
|
139
|
-
import { default as
|
|
140
|
-
import { default as
|
|
141
|
-
import { default as
|
|
142
|
-
import { default as
|
|
143
|
-
import { default as
|
|
144
|
-
import { default as
|
|
145
|
-
import { default as
|
|
146
|
-
import { default as
|
|
147
|
-
import { default as
|
|
148
|
-
import { default as
|
|
149
|
-
import { default as
|
|
150
|
-
import { default as
|
|
151
|
-
import { default as
|
|
152
|
-
import { default as
|
|
153
|
-
import { default as
|
|
154
|
-
import { default as
|
|
155
|
-
import { default as
|
|
156
|
-
import { default as
|
|
157
|
-
import { default as
|
|
158
|
-
import { default as
|
|
159
|
-
import { default as
|
|
160
|
-
import { default as
|
|
161
|
-
import { default as $
|
|
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
162
|
import { default as rf } from "./Actions/Formatting/MultiSelect.js";
|
|
163
|
-
import { default as
|
|
163
|
+
import { default as af } from "./Informational/General/NewTicket.js";
|
|
164
164
|
import { default as ff } from "./Informational/Finance/NoCredits.js";
|
|
165
165
|
import { default as sf } from "./Actions/Formatting/Number.js";
|
|
166
166
|
import { default as pf } from "./Actions/Formatting/NumberList.js";
|
|
@@ -170,8 +170,8 @@ import { default as hf } from "./Informational/Store related/OrderReport.js";
|
|
|
170
170
|
import { default as gf } from "./Media/Others/Paperclip.js";
|
|
171
171
|
import { default as kf } from "./Media/Audio/Pause.js";
|
|
172
172
|
import { default as wf } from "./Legacy - Bikayi specific/Services/PaymentLink.js";
|
|
173
|
-
import { default as
|
|
174
|
-
import { default as
|
|
173
|
+
import { default as Tf } from "./Informational/Store related/PaymentReport.js";
|
|
174
|
+
import { default as Pf } from "./Informational/Customer intent/Percent.js";
|
|
175
175
|
import { default as Rf } from "./Informational/Finance/Percent.js";
|
|
176
176
|
import { default as vf } from "./Informational/Identity/Person.js";
|
|
177
177
|
import { default as Df } from "./Informational/Communication/Phone.js";
|
|
@@ -187,7 +187,7 @@ import { default as Xf } from "./Informational/Customer intent/Purchase.js";
|
|
|
187
187
|
import { default as _f } from "./Actions/Formatting/Quotes.js";
|
|
188
188
|
import { default as el } from "./Social/Social/Rcs.js";
|
|
189
189
|
import { default as ol } from "./Informational/eCommerce/Receipt.js";
|
|
190
|
-
import { default as
|
|
190
|
+
import { default as tl } from "./Actions/Navigation/Refresh.js";
|
|
191
191
|
import { default as ll } from "./Actions/Common actions/RestApi.js";
|
|
192
192
|
import { default as dl } from "./Actions/Navigation/Rewind.js";
|
|
193
193
|
import { default as ul } from "./Informational/Identity/Robot.js";
|
|
@@ -197,8 +197,8 @@ import { default as hl } from "./Informational/General/RoundCheck.js";
|
|
|
197
197
|
import { default as gl } from "./Informational/Finance/Rupee.js";
|
|
198
198
|
import { default as kl } from "./Actions/Common actions/Save.js";
|
|
199
199
|
import { default as wl } from "./Informational/Common UI/Search.js";
|
|
200
|
-
import { default as
|
|
201
|
-
import { default as
|
|
200
|
+
import { default as Tl } from "./Actions/Common actions/SendAirplane.js";
|
|
201
|
+
import { default as Pl } from "./Informational/Customer intent/Services.js";
|
|
202
202
|
import { default as Rl } from "./Legacy - Bikayi specific/Navigation/Services.js";
|
|
203
203
|
import { default as vl } from "./Informational/Common UI/Settings.js";
|
|
204
204
|
import { default as Dl } from "./BIK AI specific/Shape.js";
|
|
@@ -214,7 +214,7 @@ import { default as Xl } from "./Actions/Selection/SingleChoice.js";
|
|
|
214
214
|
import { default as _l } from "./Informational/Customer intent/SingleChoice.js";
|
|
215
215
|
import { default as es } from "./Informational/General/Slash.js";
|
|
216
216
|
import { default as os } from "./Media/Audio/Sleep.js";
|
|
217
|
-
import { default as
|
|
217
|
+
import { default as ts } from "./Media/Devices/Smartphone.js";
|
|
218
218
|
import { default as ls } from "./BIK AI specific/Sparkling2Line.js";
|
|
219
219
|
import { default as ds } from "./Toggles/General/StarEmpty.js";
|
|
220
220
|
import { default as us } from "./Toggles/General/StarFilled.js";
|
|
@@ -224,8 +224,8 @@ import { default as hs } from "./Informational/Store related/StoreSync.js";
|
|
|
224
224
|
import { default as gs } from "./Actions/Formatting/Subscript.js";
|
|
225
225
|
import { default as ks } from "./Actions/Formatting/Superscript.js";
|
|
226
226
|
import { default as ws } from "./Actions/Navigation/Sync.js";
|
|
227
|
-
import { default as
|
|
228
|
-
import { default as
|
|
227
|
+
import { default as Ts } from "./Informational/Finance/TablerTicket.js";
|
|
228
|
+
import { default as Ps } from "./Social/Channels/Tasks.js";
|
|
229
229
|
import { default as Rs } from "./Actions/Formatting/Text.js";
|
|
230
230
|
import { default as vs } from "./Actions/Formatting/TextAlignCenter.js";
|
|
231
231
|
import { default as Ds } from "./Actions/Formatting/TextAlignLeft.js";
|
|
@@ -241,7 +241,7 @@ import { default as Xs } from "./Legacy - Bikayi specific/Services/Theme.js";
|
|
|
241
241
|
import { default as _s } from "./Informational/Store related/TicketForm.js";
|
|
242
242
|
import { default as ed } from "./Informational/Common UI/Training.js";
|
|
243
243
|
import { default as od } from "./Informational/Location/Truck.js";
|
|
244
|
-
import { default as
|
|
244
|
+
import { default as td } from "./Social/Social/Twitter.js";
|
|
245
245
|
import { default as ld } from "./Informational/Files and folders/Unarchive.js";
|
|
246
246
|
import { default as dd } from "./Informational/Identity/Union.js";
|
|
247
247
|
import { default as ud } from "./Informational/Identity/Union1.js";
|
|
@@ -251,8 +251,8 @@ import { default as hd } from "./Media/Others/Upload.js";
|
|
|
251
251
|
import { default as gd } from "./Informational/Identity/UserMinus1.js";
|
|
252
252
|
import { default as kd } from "./Informational/Identity/UserPlus.js";
|
|
253
253
|
import { default as wd } from "./Informational/Customer intent/UserSound.js";
|
|
254
|
-
import { default as
|
|
255
|
-
import { default as
|
|
254
|
+
import { default as Td } from "./Media/Visual/VideoCamcorder.js";
|
|
255
|
+
import { default as Pd } from "./Media/Visual/VideoFilm.js";
|
|
256
256
|
import { default as Rd } from "./Media/Audio/VolumeMute.js";
|
|
257
257
|
import { default as vd } from "./Media/Audio/VolumeOneline.js";
|
|
258
258
|
import { default as Dd } from "./Media/Audio/VolumeTwoline.js";
|
|
@@ -269,7 +269,7 @@ import { default as _d } from "./BIK AI specific/Write.js";
|
|
|
269
269
|
import { default as ep } from "./Social/Social/Youtube.js";
|
|
270
270
|
export {
|
|
271
271
|
o as Activate,
|
|
272
|
-
|
|
272
|
+
t as AddLabel,
|
|
273
273
|
l as Address,
|
|
274
274
|
d as AiEmoji,
|
|
275
275
|
u as AiIcon,
|
|
@@ -279,8 +279,8 @@ export {
|
|
|
279
279
|
g as Archive1,
|
|
280
280
|
k as ArrowDown,
|
|
281
281
|
w as ArrowDownLeft,
|
|
282
|
-
|
|
283
|
-
|
|
282
|
+
T as ArrowDownRight,
|
|
283
|
+
P as ArrowLeft,
|
|
284
284
|
R as ArrowRedo,
|
|
285
285
|
v as ArrowRight,
|
|
286
286
|
D as ArrowSwitch,
|
|
@@ -296,7 +296,7 @@ export {
|
|
|
296
296
|
_ as BookOpenText,
|
|
297
297
|
ee as Box,
|
|
298
298
|
oe as Box2,
|
|
299
|
-
|
|
299
|
+
te as Bulb,
|
|
300
300
|
le as Businesscard,
|
|
301
301
|
de as Calendar,
|
|
302
302
|
ue as CalendarAdd,
|
|
@@ -306,8 +306,8 @@ export {
|
|
|
306
306
|
ge as CaratLeft,
|
|
307
307
|
ke as CaratRight,
|
|
308
308
|
we as CaratUp,
|
|
309
|
-
|
|
310
|
-
|
|
309
|
+
Te as CashOnDelivery,
|
|
310
|
+
Pe as ChartLine,
|
|
311
311
|
Re as Chat,
|
|
312
312
|
ve as ChatCheck,
|
|
313
313
|
De as ChatQuestion,
|
|
@@ -323,7 +323,7 @@ export {
|
|
|
323
323
|
_e as ChevronDown,
|
|
324
324
|
er as ChevronLeft,
|
|
325
325
|
or as ChevronRight,
|
|
326
|
-
|
|
326
|
+
tr as ChevronUp,
|
|
327
327
|
lr as Click,
|
|
328
328
|
dr as Clipboard,
|
|
329
329
|
ur as ClipboardCheck,
|
|
@@ -333,8 +333,8 @@ export {
|
|
|
333
333
|
gr as Code,
|
|
334
334
|
kr as Contacts,
|
|
335
335
|
wr as Copy,
|
|
336
|
-
|
|
337
|
-
|
|
336
|
+
Tr as CreditCard,
|
|
337
|
+
Pr as Crop,
|
|
338
338
|
Rr as Cross,
|
|
339
339
|
vr as Customdomain,
|
|
340
340
|
Dr as CustomerReport,
|
|
@@ -350,7 +350,7 @@ export {
|
|
|
350
350
|
_r as EmailMarketing,
|
|
351
351
|
eo as EmailMarketing2,
|
|
352
352
|
oo as EmojiSmile,
|
|
353
|
-
|
|
353
|
+
to as Error,
|
|
354
354
|
lo as Excel,
|
|
355
355
|
po as Expand,
|
|
356
356
|
mo as Experimental,
|
|
@@ -360,7 +360,7 @@ export {
|
|
|
360
360
|
So as Facebook,
|
|
361
361
|
Ao as Facebook2,
|
|
362
362
|
bo as FacebookComment,
|
|
363
|
-
|
|
363
|
+
Fo as FailDoc,
|
|
364
364
|
Mo as File,
|
|
365
365
|
Lo as FileCsv,
|
|
366
366
|
yo as FilePage,
|
|
@@ -370,67 +370,67 @@ export {
|
|
|
370
370
|
Oo as FlashOn,
|
|
371
371
|
No as Folder,
|
|
372
372
|
zo as FormkitHappy,
|
|
373
|
-
Jo as
|
|
374
|
-
Yo as
|
|
375
|
-
Ko as
|
|
376
|
-
Zo as
|
|
377
|
-
$o as
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
$
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
$
|
|
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
432
|
rf as MultiSelect,
|
|
433
|
-
|
|
433
|
+
af as NewTicket,
|
|
434
434
|
ff as NoCredits,
|
|
435
435
|
sf as Number,
|
|
436
436
|
pf as NumberList,
|
|
@@ -440,8 +440,8 @@ export {
|
|
|
440
440
|
gf as Paperclip,
|
|
441
441
|
kf as Pause,
|
|
442
442
|
wf as PaymentLink,
|
|
443
|
-
|
|
444
|
-
|
|
443
|
+
Tf as PaymentReport,
|
|
444
|
+
Pf as Percent,
|
|
445
445
|
Rf as Percent2,
|
|
446
446
|
vf as Person,
|
|
447
447
|
Df as Phone,
|
|
@@ -457,7 +457,7 @@ export {
|
|
|
457
457
|
_f as Quotes,
|
|
458
458
|
el as Rcs,
|
|
459
459
|
ol as Receipt,
|
|
460
|
-
|
|
460
|
+
tl as Refresh,
|
|
461
461
|
ll as RestApi,
|
|
462
462
|
dl as Rewind,
|
|
463
463
|
ul as Robot,
|
|
@@ -467,8 +467,8 @@ export {
|
|
|
467
467
|
gl as Rupee,
|
|
468
468
|
kl as Save,
|
|
469
469
|
wl as Search,
|
|
470
|
-
|
|
471
|
-
|
|
470
|
+
Tl as SendAirplane,
|
|
471
|
+
Pl as Services,
|
|
472
472
|
Rl as Services2,
|
|
473
473
|
vl as Settings,
|
|
474
474
|
Dl as Shape,
|
|
@@ -484,7 +484,7 @@ export {
|
|
|
484
484
|
_l as SingleChoice2,
|
|
485
485
|
es as Slash,
|
|
486
486
|
os as Sleep,
|
|
487
|
-
|
|
487
|
+
ts as Smartphone,
|
|
488
488
|
ls as Sparkling2Line,
|
|
489
489
|
ds as StarEmpty,
|
|
490
490
|
us as StarFilled,
|
|
@@ -494,8 +494,8 @@ export {
|
|
|
494
494
|
gs as Subscript,
|
|
495
495
|
ks as Superscript,
|
|
496
496
|
ws as Sync,
|
|
497
|
-
|
|
498
|
-
|
|
497
|
+
Ts as TablerTicket,
|
|
498
|
+
Ps as Tasks,
|
|
499
499
|
Rs as Text,
|
|
500
500
|
vs as TextAlignCenter,
|
|
501
501
|
Ds as TextAlignLeft,
|
|
@@ -511,7 +511,7 @@ export {
|
|
|
511
511
|
_s as TicketForm,
|
|
512
512
|
ed as Training,
|
|
513
513
|
od as Truck,
|
|
514
|
-
|
|
514
|
+
td as Twitter,
|
|
515
515
|
ld as Unarchive,
|
|
516
516
|
dd as Union,
|
|
517
517
|
ud as Union1,
|
|
@@ -521,8 +521,8 @@ export {
|
|
|
521
521
|
gd as UserMinus1,
|
|
522
522
|
kd as UserPlus,
|
|
523
523
|
wd as UserSound,
|
|
524
|
-
|
|
525
|
-
|
|
524
|
+
Td as VideoCamcorder,
|
|
525
|
+
Pd as VideoFilm,
|
|
526
526
|
Rd as VolumeMute,
|
|
527
527
|
vd as VolumeOneline,
|
|
528
528
|
Dd as VolumeTwoline,
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FormkitNeutral.js","sources":["../../../../../src/icons/Media/Visual/FormkitNeutral.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgFrame26086263 = ({\n\tsize = 24,\n\tcolor = 'currentColor',\n\t...rest\n}: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\tcolor,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 15 15\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\td=\"M5.23976 6.28567C5.81834 6.28567 6.28738 5.81663 6.28738 5.23805C6.28738 4.65946 5.81834 4.19043 5.23976 4.19043C4.66117 4.19043 4.19214 4.65946 4.19214 5.23805C4.19214 5.81663 4.66117 6.28567 5.23976 6.28567Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M9.43043 6.28567C10.009 6.28567 10.4781 5.81663 10.4781 5.23805C10.4781 4.65946 10.009 4.19043 9.43043 4.19043C8.85185 4.19043 8.38281 4.65946 8.38281 5.23805C8.38281 5.81663 8.85185 6.28567 9.43043 6.28567Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M7.3348 14.6667C3.29099 14.6667 0.00146484 11.3771 0.00146484 7.33333C0.00146484 3.28952 3.29099 0 7.3348 0C11.3786 0 14.6681 3.28952 14.6681 7.33333C14.6681 11.3771 11.3786 14.6667 7.3348 14.6667ZM7.3348 1.33333C3.86718 1.33333 1.3348 3.86571 1.3348 7.33333C1.3348 10.801 3.86718 13.3333 7.3348 13.3333C10.8024 13.3333 13.3348 10.801 13.3348 7.33333C13.3348 3.86571 10.8024 1.33333 7.3348 1.33333Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M4.00146 9H10.6681\"\n\t\t\t\tstroke=\"#616161\"\n\t\t\t\tstrokeWidth={1.33333}\n\t\t\t\tstrokeLinecap=\"round\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgFrame26086263;\n"],"names":["SvgFrame26086263","size","color","rest","props","jsxs","jsx"],"mappings":"iJAMMA,EAAmB,CAAC,CACzB,KAAAC,EAAO,GACP,MAAAC,EAAQ,eACR,GAAGC,CACJ,IAAa,CACZ,MAAMC,EAAQ,CACb,MAAOH,EACP,OAAQA,EACR,MAAAC,EACA,GAAGC,CAAA,EAEJ,OACCE,EAAAA,KAAC,MAAA,CACA,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGD,EAEJ,SAAA,CAAAE,EAAAA,IAAC,OAAA,CACA,EAAE,oNACF,KAAK,cAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,EAAE,kNACF,KAAK,cAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,EAAE,iZACF,KAAK,cAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,EAAE,qBACF,OAAO,UACP,YAAa,QACb,cAAc,OAAA,CAAA,CACf,CAAA,CAAA,CAGH"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FormkitSad.js","sources":["../../../../../src/icons/Media/Visual/FormkitSad.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgIconTrailing = ({\n\tsize = 24,\n\tcolor = 'currentColor',\n\t...rest\n}: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\tcolor,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 16 16\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<g clipPath=\"url(#clip0_6886_8860)\">\n\t\t\t\t<path\n\t\t\t\t\td=\"M4.93345 9.46679C5.22708 9.24657 5.64324 9.3052 5.86469 9.59734L5.86779 9.60129C5.87176 9.60631 5.8793 9.61569 5.89033 9.62883C5.91243 9.65517 5.94825 9.69624 5.99707 9.74718C6.09527 9.84965 6.24283 9.98867 6.4339 10.1276C6.81861 10.4074 7.35047 10.6668 8.00012 10.6668C8.64977 10.6668 9.18163 10.4074 9.56634 10.1276C9.75741 9.98867 9.90497 9.84965 10.0032 9.74718C10.052 9.69624 10.0878 9.65517 10.1099 9.62883C10.1209 9.61569 10.1285 9.60631 10.1325 9.60129L10.1355 9.59734C10.357 9.3052 10.7732 9.24657 11.0668 9.46679C11.3613 9.6877 11.421 10.1056 11.2001 10.4001L11.1994 10.401L11.1987 10.402L11.1969 10.4044L11.192 10.4107L11.1778 10.4289C11.1664 10.4434 11.1508 10.4627 11.1312 10.486C11.0921 10.5326 11.0368 10.5957 10.9658 10.6697C10.8244 10.8173 10.6178 11.0116 10.3506 11.2059C9.81861 11.5928 9.01714 12.0001 8.00012 12.0001C6.9831 12.0001 6.18163 11.5928 5.64967 11.2059C5.38241 11.0116 5.1758 10.8173 5.03442 10.6697C4.96345 10.5957 4.90812 10.5326 4.86903 10.486C4.84946 10.4627 4.83389 10.4434 4.82239 10.4289L4.8082 10.4107L4.80339 10.4044L4.80156 10.402L4.80079 10.401L4.80012 10.4001C4.57921 10.1056 4.6389 9.6877 4.93345 9.46679Z\"\n\t\t\t\t\tfill=\"currentColor\"\n\t\t\t\t/>\n\t\t\t\t<path\n\t\t\t\t\td=\"M9.33342 6.66675C9.33342 5.93037 9.93037 5.33342 10.6667 5.33342C11.4031 5.33342 12.0001 5.93037 12.0001 6.66675C12.0001 7.40313 11.4031 8.00008 10.6667 8.00008C9.93037 8.00008 9.33342 7.40313 9.33342 6.66675Z\"\n\t\t\t\t\tfill=\"currentColor\"\n\t\t\t\t/>\n\t\t\t\t<path\n\t\t\t\t\td=\"M5.33342 5.33342C4.59704 5.33342 4.00008 5.93037 4.00008 6.66675C4.00008 7.40313 4.59704 8.00008 5.33342 8.00008C6.06979 8.00008 6.66675 7.40313 6.66675 6.66675C6.66675 5.93037 6.06979 5.33342 5.33342 5.33342Z\"\n\t\t\t\t\tfill=\"currentColor\"\n\t\t\t\t/>\n\t\t\t\t<path\n\t\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\t\td=\"M8.00008 0.666748C3.94999 0.666748 0.666748 3.94999 0.666748 8.00008C0.666748 12.0502 3.94999 15.3334 8.00008 15.3334C12.0502 15.3334 15.3334 12.0502 15.3334 8.00008C15.3334 3.94999 12.0502 0.666748 8.00008 0.666748ZM2.00008 8.00008C2.00008 4.68637 4.68637 2.00008 8.00008 2.00008C11.3138 2.00008 14.0001 4.68637 14.0001 8.00008C14.0001 11.3138 11.3138 14.0001 8.00008 14.0001C4.68637 14.0001 2.00008 11.3138 2.00008 8.00008Z\"\n\t\t\t\t\tfill=\"currentColor\"\n\t\t\t\t/>\n\t\t\t</g>\n\t\t\t<defs>\n\t\t\t\t<clipPath id=\"clip0_6886_8860\">\n\t\t\t\t\t<rect width={16} height={16} fill=\"white\" />\n\t\t\t\t</clipPath>\n\t\t\t</defs>\n\t\t</svg>\n\t);\n};\nexport default SvgIconTrailing;\n"],"names":["SvgIconTrailing","size","color","rest","props","jsxs","jsx"],"mappings":"iJAMMA,EAAkB,CAAC,CACxB,KAAAC,EAAO,GACP,MAAAC,EAAQ,eACR,GAAGC,CACJ,IAAa,CACZ,MAAMC,EAAQ,CACb,MAAOH,EACP,OAAQA,EACR,MAAAC,EACA,GAAGC,CAAA,EAEJ,OACCE,EAAAA,KAAC,MAAA,CACA,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGD,EAEJ,SAAA,CAAAC,EAAAA,KAAC,IAAA,CAAE,SAAS,wBACX,SAAA,CAAAC,EAAAA,IAAC,OAAA,CACA,EAAE,goCACF,KAAK,cAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,EAAE,oNACF,KAAK,cAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,EAAE,oNACF,KAAK,cAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,SAAS,UACT,SAAS,UACT,EAAE,4aACF,KAAK,cAAA,CAAA,CACN,EACD,EACAA,MAAC,OAAA,CACA,SAAAA,EAAAA,IAAC,WAAA,CAAS,GAAG,kBACZ,SAAAA,EAAAA,IAAC,OAAA,CAAK,MAAO,GAAI,OAAQ,GAAI,KAAK,QAAQ,EAC3C,CAAA,CACD,CAAA,CAAA,CAAA,CAGH"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FormkitNeutral.js","sources":["../../../../../src/icons/Media/Visual/FormkitNeutral.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgFrame26086263 = ({\n\tsize = 24,\n\tcolor = 'currentColor',\n\t...rest\n}: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\tcolor,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 15 15\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\td=\"M5.23976 6.28567C5.81834 6.28567 6.28738 5.81663 6.28738 5.23805C6.28738 4.65946 5.81834 4.19043 5.23976 4.19043C4.66117 4.19043 4.19214 4.65946 4.19214 5.23805C4.19214 5.81663 4.66117 6.28567 5.23976 6.28567Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M9.43043 6.28567C10.009 6.28567 10.4781 5.81663 10.4781 5.23805C10.4781 4.65946 10.009 4.19043 9.43043 4.19043C8.85185 4.19043 8.38281 4.65946 8.38281 5.23805C8.38281 5.81663 8.85185 6.28567 9.43043 6.28567Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M7.3348 14.6667C3.29099 14.6667 0.00146484 11.3771 0.00146484 7.33333C0.00146484 3.28952 3.29099 0 7.3348 0C11.3786 0 14.6681 3.28952 14.6681 7.33333C14.6681 11.3771 11.3786 14.6667 7.3348 14.6667ZM7.3348 1.33333C3.86718 1.33333 1.3348 3.86571 1.3348 7.33333C1.3348 10.801 3.86718 13.3333 7.3348 13.3333C10.8024 13.3333 13.3348 10.801 13.3348 7.33333C13.3348 3.86571 10.8024 1.33333 7.3348 1.33333Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M4.00146 9H10.6681\"\n\t\t\t\tstroke=\"#616161\"\n\t\t\t\tstrokeWidth={1.33333}\n\t\t\t\tstrokeLinecap=\"round\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgFrame26086263;\n"],"names":["SvgFrame26086263","size","color","rest","props","jsxs","jsx"],"mappings":";AAMA,MAAMA,IAAmB,CAAC;AAAA,EACzB,MAAAC,IAAO;AAAA,EACP,OAAAC,IAAQ;AAAA,EACR,GAAGC;AACJ,MAAa;AACZ,QAAMC,IAAQ;AAAA,IACb,OAAOH;AAAA,IACP,QAAQA;AAAA,IACR,OAAAC;AAAA,IACA,GAAGC;AAAA,EAAA;AAEJ,SACC,gBAAAE;AAAA,IAAC;AAAA,IAAA;AAAA,MACA,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACL,GAAGD;AAAA,MAEJ,UAAA;AAAA,QAAA,gBAAAE;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,QAAO;AAAA,YACP,aAAa;AAAA,YACb,eAAc;AAAA,UAAA;AAAA,QAAA;AAAA,MACf;AAAA,IAAA;AAAA,EAAA;AAGH;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FormkitSad.js","sources":["../../../../../src/icons/Media/Visual/FormkitSad.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgIconTrailing = ({\n\tsize = 24,\n\tcolor = 'currentColor',\n\t...rest\n}: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\tcolor,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 16 16\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<g clipPath=\"url(#clip0_6886_8860)\">\n\t\t\t\t<path\n\t\t\t\t\td=\"M4.93345 9.46679C5.22708 9.24657 5.64324 9.3052 5.86469 9.59734L5.86779 9.60129C5.87176 9.60631 5.8793 9.61569 5.89033 9.62883C5.91243 9.65517 5.94825 9.69624 5.99707 9.74718C6.09527 9.84965 6.24283 9.98867 6.4339 10.1276C6.81861 10.4074 7.35047 10.6668 8.00012 10.6668C8.64977 10.6668 9.18163 10.4074 9.56634 10.1276C9.75741 9.98867 9.90497 9.84965 10.0032 9.74718C10.052 9.69624 10.0878 9.65517 10.1099 9.62883C10.1209 9.61569 10.1285 9.60631 10.1325 9.60129L10.1355 9.59734C10.357 9.3052 10.7732 9.24657 11.0668 9.46679C11.3613 9.6877 11.421 10.1056 11.2001 10.4001L11.1994 10.401L11.1987 10.402L11.1969 10.4044L11.192 10.4107L11.1778 10.4289C11.1664 10.4434 11.1508 10.4627 11.1312 10.486C11.0921 10.5326 11.0368 10.5957 10.9658 10.6697C10.8244 10.8173 10.6178 11.0116 10.3506 11.2059C9.81861 11.5928 9.01714 12.0001 8.00012 12.0001C6.9831 12.0001 6.18163 11.5928 5.64967 11.2059C5.38241 11.0116 5.1758 10.8173 5.03442 10.6697C4.96345 10.5957 4.90812 10.5326 4.86903 10.486C4.84946 10.4627 4.83389 10.4434 4.82239 10.4289L4.8082 10.4107L4.80339 10.4044L4.80156 10.402L4.80079 10.401L4.80012 10.4001C4.57921 10.1056 4.6389 9.6877 4.93345 9.46679Z\"\n\t\t\t\t\tfill=\"currentColor\"\n\t\t\t\t/>\n\t\t\t\t<path\n\t\t\t\t\td=\"M9.33342 6.66675C9.33342 5.93037 9.93037 5.33342 10.6667 5.33342C11.4031 5.33342 12.0001 5.93037 12.0001 6.66675C12.0001 7.40313 11.4031 8.00008 10.6667 8.00008C9.93037 8.00008 9.33342 7.40313 9.33342 6.66675Z\"\n\t\t\t\t\tfill=\"currentColor\"\n\t\t\t\t/>\n\t\t\t\t<path\n\t\t\t\t\td=\"M5.33342 5.33342C4.59704 5.33342 4.00008 5.93037 4.00008 6.66675C4.00008 7.40313 4.59704 8.00008 5.33342 8.00008C6.06979 8.00008 6.66675 7.40313 6.66675 6.66675C6.66675 5.93037 6.06979 5.33342 5.33342 5.33342Z\"\n\t\t\t\t\tfill=\"currentColor\"\n\t\t\t\t/>\n\t\t\t\t<path\n\t\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\t\td=\"M8.00008 0.666748C3.94999 0.666748 0.666748 3.94999 0.666748 8.00008C0.666748 12.0502 3.94999 15.3334 8.00008 15.3334C12.0502 15.3334 15.3334 12.0502 15.3334 8.00008C15.3334 3.94999 12.0502 0.666748 8.00008 0.666748ZM2.00008 8.00008C2.00008 4.68637 4.68637 2.00008 8.00008 2.00008C11.3138 2.00008 14.0001 4.68637 14.0001 8.00008C14.0001 11.3138 11.3138 14.0001 8.00008 14.0001C4.68637 14.0001 2.00008 11.3138 2.00008 8.00008Z\"\n\t\t\t\t\tfill=\"currentColor\"\n\t\t\t\t/>\n\t\t\t</g>\n\t\t\t<defs>\n\t\t\t\t<clipPath id=\"clip0_6886_8860\">\n\t\t\t\t\t<rect width={16} height={16} fill=\"white\" />\n\t\t\t\t</clipPath>\n\t\t\t</defs>\n\t\t</svg>\n\t);\n};\nexport default SvgIconTrailing;\n"],"names":["SvgIconTrailing","size","color","rest","props","jsxs","jsx"],"mappings":";AAMA,MAAMA,IAAkB,CAAC;AAAA,EACxB,MAAAC,IAAO;AAAA,EACP,OAAAC,IAAQ;AAAA,EACR,GAAGC;AACJ,MAAa;AACZ,QAAMC,IAAQ;AAAA,IACb,OAAOH;AAAA,IACP,QAAQA;AAAA,IACR,OAAAC;AAAA,IACA,GAAGC;AAAA,EAAA;AAEJ,SACC,gBAAAE;AAAA,IAAC;AAAA,IAAA;AAAA,MACA,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACL,GAAGD;AAAA,MAEJ,UAAA;AAAA,QAAA,gBAAAC,EAAC,KAAA,EAAE,UAAS,yBACX,UAAA;AAAA,UAAA,gBAAAC;AAAA,YAAC;AAAA,YAAA;AAAA,cACA,GAAE;AAAA,cACF,MAAK;AAAA,YAAA;AAAA,UAAA;AAAA,UAEN,gBAAAA;AAAA,YAAC;AAAA,YAAA;AAAA,cACA,GAAE;AAAA,cACF,MAAK;AAAA,YAAA;AAAA,UAAA;AAAA,UAEN,gBAAAA;AAAA,YAAC;AAAA,YAAA;AAAA,cACA,GAAE;AAAA,cACF,MAAK;AAAA,YAAA;AAAA,UAAA;AAAA,UAEN,gBAAAA;AAAA,YAAC;AAAA,YAAA;AAAA,cACA,UAAS;AAAA,cACT,UAAS;AAAA,cACT,GAAE;AAAA,cACF,MAAK;AAAA,YAAA;AAAA,UAAA;AAAA,QACN,GACD;AAAA,QACA,gBAAAA,EAAC,QAAA,EACA,UAAA,gBAAAA,EAAC,YAAA,EAAS,IAAG,mBACZ,UAAA,gBAAAA,EAAC,QAAA,EAAK,OAAO,IAAI,QAAQ,IAAI,MAAK,SAAQ,GAC3C,EAAA,CACD;AAAA,MAAA;AAAA,IAAA;AAAA,EAAA;AAGH;"}
|
|
File without changes
|
|
File without changes
|