@bikdotai/bik-component-library 0.0.842 → 0.0.843
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/code-block/languageSpecificFormatting/html_file.js +2 -2
- package/dist/cjs/components/code-block/languageSpecificFormatting/html_file.js.map +1 -1
- package/dist/cjs/icons/Informational/Common UI/Shield.js +1 -1
- package/dist/cjs/icons/Informational/Common UI/Shield.js.map +1 -1
- package/dist/cjs/icons/Media/Visual/FormkitHappy.js +1 -1
- package/dist/cjs/icons/Media/Visual/FormkitHappy.js.map +1 -1
- package/dist/cjs/icons/Media/Visual/FormkitNeutral.js +1 -1
- package/dist/cjs/icons/Media/Visual/FormkitNeutral.js.map +1 -1
- package/dist/cjs/icons/Media/Visual/FormkitSad.js +1 -1
- package/dist/cjs/icons/Media/Visual/FormkitSad.js.map +1 -1
- package/dist/esm/components/code-block/languageSpecificFormatting/html_file.js +4 -4
- package/dist/esm/components/code-block/languageSpecificFormatting/html_file.js.map +1 -1
- package/dist/esm/icons/Informational/Common UI/Shield.d.ts +2 -1
- package/dist/esm/icons/Informational/Common UI/Shield.js +11 -10
- package/dist/esm/icons/Informational/Common UI/Shield.js.map +1 -1
- package/dist/esm/icons/Media/Visual/FormkitHappy.js +64 -43
- package/dist/esm/icons/Media/Visual/FormkitHappy.js.map +1 -1
- package/dist/esm/icons/Media/Visual/FormkitNeutral.js +10 -9
- package/dist/esm/icons/Media/Visual/FormkitNeutral.js.map +1 -1
- package/dist/esm/icons/Media/Visual/FormkitSad.js +64 -43
- package/dist/esm/icons/Media/Visual/FormkitSad.js.map +1 -1
- package/dist/esm/icons/index.d.ts +25 -25
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function n(
|
|
2
|
-
`).filter((
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function n(t){return t.split(`
|
|
2
|
+
`).filter((r,e,i)=>!(r.trim()===""&&i[e-1]?.trim()==="")).join(`
|
|
3
3
|
`)}exports.format=n;
|
|
4
4
|
//# sourceMappingURL=html_file.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"html_file.js","sources":["../../../../../src/components/code-block/languageSpecificFormatting/html_file.ts"],"sourcesContent":["// src/components/code-block/languageSpecificFormatting/html.ts\n\nexport function format(code: string): string {\n\t//
|
|
1
|
+
{"version":3,"file":"html_file.js","sources":["../../../../../src/components/code-block/languageSpecificFormatting/html_file.ts"],"sourcesContent":["// src/components/code-block/languageSpecificFormatting/html.ts\n\nexport function format(code: string): string {\n\t// Remove consecutive empty lines\n\treturn code\n\t\t.split('\\n')\n\t\t.filter((line, idx, arr) => {\n\t\t\tif (line.trim() === '' && arr[idx - 1]?.trim() === '') return false;\n\t\t\treturn true;\n\t\t})\n\t\t.join('\\n');\n}\n"],"names":["format","code","line","idx","arr"],"mappings":"gFAEO,SAASA,EAAOC,EAAsB,CAE5C,OAAOA,EACL,MAAM;AAAA,CAAI,EACV,OAAO,CAACC,EAAMC,EAAKC,IACf,EAAAF,EAAK,SAAW,IAAME,EAAID,EAAM,CAAC,GAAG,SAAW,GAEnD,EACA,KAAK;AAAA,CAAI,CACZ"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),o=({size:C=24,color:t="currentColor",...l})=>{const r={width:C,height:C,color:t,...l};return e.jsxs("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:[e.jsx("rect",{width:20,height:20,rx:4,fill:"currentColor"}),e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.2048 3.62015C10.0728 3.57063 9.92724 3.57063 9.79518 3.62015L5.12851 5.37015C4.90083 5.45553 4.75 5.67318 4.75 5.91634V9.99967C4.75 12.0101 6.08102 13.6165 7.28254 14.6678C7.89555 15.2042 8.50582 15.6235 8.96167 15.9084C9.1902 16.0512 9.38148 16.1613 9.51696 16.2363C9.58474 16.2738 9.63867 16.3026 9.67644 16.3224C9.69533 16.3323 9.71018 16.34 9.72073 16.3454L9.73327 16.3518L9.73704 16.3537L9.73877 16.3546C9.90299 16.4367 10.0966 16.4369 10.2609 16.3548L10 15.833C10.2609 16.3548 10.2609 16.3548 10.2609 16.3548L10.263 16.3537L10.2667 16.3518L10.2793 16.3454C10.2898 16.34 10.3047 16.3323 10.3236 16.3224C10.3613 16.3026 10.4153 16.2738 10.483 16.2363C10.6185 16.1613 10.8098 16.0512 11.0383 15.9084C11.4942 15.6235 12.1044 15.2042 12.7175 14.6678C13.919 13.6165 15.25 12.0101 15.25 9.99967V5.91634C15.25 5.67318 15.0992 5.45553 14.8715 5.37015L10.2048 3.62015ZM10 15.833L9.73877 16.3546C9.73877 16.3546 9.73913 16.3548 10 15.833ZM10.42 14.9191C10.2547 15.0224 10.1118 15.1063 10 15.1696C9.88821 15.1063 9.74526 15.0224 9.58 14.9191C9.16085 14.6571 8.60445 14.2743 8.05079 13.7898C6.91898 12.7995 5.91667 11.4893 5.91667 9.99967V6.32059L10 4.78934L14.0833 6.32059V9.99967C14.0833 11.4893 13.081 12.7995 11.9492 13.7898C11.3956 14.2743 10.8391 14.6571 10.42 14.9191Z",fill:"currentColor"})]})};exports.default=o;
|
|
2
2
|
//# sourceMappingURL=Shield.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Shield.js","sources":["../../../../../src/icons/Informational/Common UI/Shield.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgShield = ({ size =
|
|
1
|
+
{"version":3,"file":"Shield.js","sources":["../../../../../src/icons/Informational/Common UI/Shield.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgShield = ({ size = 24, color = 'currentColor', ...rest }: 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 20 20\"\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<rect width={20} height={20} rx={4} fill=\"currentColor\" />\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M10.2048 3.62015C10.0728 3.57063 9.92724 3.57063 9.79518 3.62015L5.12851 5.37015C4.90083 5.45553 4.75 5.67318 4.75 5.91634V9.99967C4.75 12.0101 6.08102 13.6165 7.28254 14.6678C7.89555 15.2042 8.50582 15.6235 8.96167 15.9084C9.1902 16.0512 9.38148 16.1613 9.51696 16.2363C9.58474 16.2738 9.63867 16.3026 9.67644 16.3224C9.69533 16.3323 9.71018 16.34 9.72073 16.3454L9.73327 16.3518L9.73704 16.3537L9.73877 16.3546C9.90299 16.4367 10.0966 16.4369 10.2609 16.3548L10 15.833C10.2609 16.3548 10.2609 16.3548 10.2609 16.3548L10.263 16.3537L10.2667 16.3518L10.2793 16.3454C10.2898 16.34 10.3047 16.3323 10.3236 16.3224C10.3613 16.3026 10.4153 16.2738 10.483 16.2363C10.6185 16.1613 10.8098 16.0512 11.0383 15.9084C11.4942 15.6235 12.1044 15.2042 12.7175 14.6678C13.919 13.6165 15.25 12.0101 15.25 9.99967V5.91634C15.25 5.67318 15.0992 5.45553 14.8715 5.37015L10.2048 3.62015ZM10 15.833L9.73877 16.3546C9.73877 16.3546 9.73913 16.3548 10 15.833ZM10.42 14.9191C10.2547 15.0224 10.1118 15.1063 10 15.1696C9.88821 15.1063 9.74526 15.0224 9.58 14.9191C9.16085 14.6571 8.60445 14.2743 8.05079 13.7898C6.91898 12.7995 5.91667 11.4893 5.91667 9.99967V6.32059L10 4.78934L14.0833 6.32059V9.99967C14.0833 11.4893 13.081 12.7995 11.9492 13.7898C11.3956 14.2743 10.8391 14.6571 10.42 14.9191Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgShield;\n"],"names":["SvgShield","size","color","rest","props","jsxs","jsx"],"mappings":"iJAMMA,EAAY,CAAC,CAAE,KAAAC,EAAO,GAAI,MAAAC,EAAQ,eAAgB,GAAGC,KAAkB,CAC5E,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,CAAK,MAAO,GAAI,OAAQ,GAAI,GAAI,EAAG,KAAK,cAAA,CAAe,EACxDA,EAAAA,IAAC,OAAA,CACA,SAAS,UACT,SAAS,UACT,EAAE,2vCACF,KAAK,cAAA,CAAA,CACN,CAAA,CAAA,CAGH"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=require("react/jsx-runtime"),s=({size:t=24,color:e="currentColor",...r})=>{const l={width:t,height:t,color:e,...r};return C.jsxs("svg",{viewBox:"0 0 25 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l,children:[C.jsx("circle",{cx:12.834,cy:12.5,r:11,fill:"currentColor"}),C.jsx("path",{d:"M9.69057 10.928C10.5584 10.928 11.262 10.2245 11.262 9.35658C11.262 8.48871 10.5584 7.78516 9.69057 7.78516C8.82269 7.78516 8.11914 8.48871 8.11914 9.35658C8.11914 10.2245 8.82269 10.928 9.69057 10.928Z",fill:"currentColor"}),C.jsx("path",{d:"M15.9767 10.928C16.8446 10.928 17.5481 10.2245 17.5481 9.35658C17.5481 8.48871 16.8446 7.78516 15.9767 7.78516C15.1088 7.78516 14.4053 8.48871 14.4053 9.35658C14.4053 10.2245 15.1088 10.928 15.9767 10.928Z",fill:"currentColor"}),C.jsx("path",{d:"M12.834 23.5C6.76827 23.5 1.83398 18.5657 1.83398 12.5C1.83398 6.43429 6.76827 1.5 12.834 1.5C18.8997 1.5 23.834 6.43429 23.834 12.5C23.834 18.5657 18.8997 23.5 12.834 23.5ZM12.834 3.5C7.63256 3.5 3.83398 7.29857 3.83398 12.5C3.83398 17.7014 7.63256 21.5 12.834 21.5C18.0354 21.5 21.834 17.7014 21.834 12.5C21.834 7.29857 18.0354 3.5 12.834 3.5Z",fill:"currentColor"}),C.jsxs("mask",{id:"path-5-outside-1_238_184265",maskUnits:"userSpaceOnUse",x:6.61816,y:12.2822,width:12,height:6,fill:"black",children:[C.jsx("rect",{fill:"white",x:6.61816,y:12.2822,width:12,height:6}),C.jsx("path",{d:"M12.8341 18.0003C10.5084 18.0003 8.41836 16.5232 7.64836 14.3389C7.59367 14.1472 7.61377 13.9418 7.70459 13.7644C7.7954 13.5869 7.95018 13.4504 8.13767 13.3826C8.32515 13.3148 8.53139 13.3207 8.71473 13.399C8.89808 13.4773 9.04488 13.6223 9.1255 13.8046C9.3958 14.5724 9.89772 15.2373 10.562 15.7077C11.2263 16.178 12.0201 16.4306 12.8341 16.4306C13.648 16.4306 14.4419 16.178 15.1062 15.7077C15.7704 15.2373 16.2723 14.5724 16.5426 13.8046C16.6841 13.396 17.1398 13.176 17.5484 13.3332C17.9569 13.4746 18.1769 13.9303 18.0198 14.3389C17.641 15.4111 16.9386 16.3391 16.0097 16.995C15.0808 17.6509 13.9712 18.0022 12.8341 18.0003Z"})]}),C.jsx("path",{d:"M12.8341 18.0003C10.5084 18.0003 8.41836 16.5232 7.64836 14.3389C7.59367 14.1472 7.61377 13.9418 7.70459 13.7644C7.7954 13.5869 7.95018 13.4504 8.13767 13.3826C8.32515 13.3148 8.53139 13.3207 8.71473 13.399C8.89808 13.4773 9.04488 13.6223 9.1255 13.8046C9.3958 14.5724 9.89772 15.2373 10.562 15.7077C11.2263 16.178 12.0201 16.4306 12.8341 16.4306C13.648 16.4306 14.4419 16.178 15.1062 15.7077C15.7704 15.2373 16.2723 14.5724 16.5426 13.8046C16.6841 13.396 17.1398 13.176 17.5484 13.3332C17.9569 13.4746 18.1769 13.9303 18.0198 14.3389C17.641 15.4111 16.9386 16.3391 16.0097 16.995C15.0808 17.6509 13.9712 18.0022 12.8341 18.0003Z",fill:"currentColor"}),C.jsx("path",{d:"M12.8341 18.0003C10.5084 18.0003 8.41836 16.5232 7.64836 14.3389C7.59367 14.1472 7.61377 13.9418 7.70459 13.7644C7.7954 13.5869 7.95018 13.4504 8.13767 13.3826C8.32515 13.3148 8.53139 13.3207 8.71473 13.399C8.89808 13.4773 9.04488 13.6223 9.1255 13.8046C9.3958 14.5724 9.89772 15.2373 10.562 15.7077C11.2263 16.178 12.0201 16.4306 12.8341 16.4306C13.648 16.4306 14.4419 16.178 15.1062 15.7077C15.7704 15.2373 16.2723 14.5724 16.5426 13.8046C16.6841 13.396 17.1398 13.176 17.5484 13.3332C17.9569 13.4746 18.1769 13.9303 18.0198 14.3389C17.641 15.4111 16.9386 16.3391 16.0097 16.995C15.0808 17.6509 13.9712 18.0022 12.8341 18.0003Z",stroke:"#1A872C",strokeWidth:.5,mask:"url(#path-5-outside-1_238_184265)"})]})};exports.default=s;
|
|
2
2
|
//# sourceMappingURL=FormkitHappy.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormkitHappy.js","sources":["../../../../../src/icons/Media/Visual/FormkitHappy.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgFormkitHappy = ({\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
|
|
1
|
+
{"version":3,"file":"FormkitHappy.js","sources":["../../../../../src/icons/Media/Visual/FormkitHappy.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgFormkitHappy = ({\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 25 25\"\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<circle cx={12.834} cy={12.5} r={11} fill=\"currentColor\" />\n\t\t\t<path\n\t\t\t\td=\"M9.69057 10.928C10.5584 10.928 11.262 10.2245 11.262 9.35658C11.262 8.48871 10.5584 7.78516 9.69057 7.78516C8.82269 7.78516 8.11914 8.48871 8.11914 9.35658C8.11914 10.2245 8.82269 10.928 9.69057 10.928Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M15.9767 10.928C16.8446 10.928 17.5481 10.2245 17.5481 9.35658C17.5481 8.48871 16.8446 7.78516 15.9767 7.78516C15.1088 7.78516 14.4053 8.48871 14.4053 9.35658C14.4053 10.2245 15.1088 10.928 15.9767 10.928Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M12.834 23.5C6.76827 23.5 1.83398 18.5657 1.83398 12.5C1.83398 6.43429 6.76827 1.5 12.834 1.5C18.8997 1.5 23.834 6.43429 23.834 12.5C23.834 18.5657 18.8997 23.5 12.834 23.5ZM12.834 3.5C7.63256 3.5 3.83398 7.29857 3.83398 12.5C3.83398 17.7014 7.63256 21.5 12.834 21.5C18.0354 21.5 21.834 17.7014 21.834 12.5C21.834 7.29857 18.0354 3.5 12.834 3.5Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<mask\n\t\t\t\tid=\"path-5-outside-1_238_184265\"\n\t\t\t\tmaskUnits=\"userSpaceOnUse\"\n\t\t\t\tx={6.61816}\n\t\t\t\ty={12.2822}\n\t\t\t\twidth={12}\n\t\t\t\theight={6}\n\t\t\t\tfill=\"black\"\n\t\t\t>\n\t\t\t\t<rect fill=\"white\" x={6.61816} y={12.2822} width={12} height={6} />\n\t\t\t\t<path d=\"M12.8341 18.0003C10.5084 18.0003 8.41836 16.5232 7.64836 14.3389C7.59367 14.1472 7.61377 13.9418 7.70459 13.7644C7.7954 13.5869 7.95018 13.4504 8.13767 13.3826C8.32515 13.3148 8.53139 13.3207 8.71473 13.399C8.89808 13.4773 9.04488 13.6223 9.1255 13.8046C9.3958 14.5724 9.89772 15.2373 10.562 15.7077C11.2263 16.178 12.0201 16.4306 12.8341 16.4306C13.648 16.4306 14.4419 16.178 15.1062 15.7077C15.7704 15.2373 16.2723 14.5724 16.5426 13.8046C16.6841 13.396 17.1398 13.176 17.5484 13.3332C17.9569 13.4746 18.1769 13.9303 18.0198 14.3389C17.641 15.4111 16.9386 16.3391 16.0097 16.995C15.0808 17.6509 13.9712 18.0022 12.8341 18.0003Z\" />\n\t\t\t</mask>\n\t\t\t<path\n\t\t\t\td=\"M12.8341 18.0003C10.5084 18.0003 8.41836 16.5232 7.64836 14.3389C7.59367 14.1472 7.61377 13.9418 7.70459 13.7644C7.7954 13.5869 7.95018 13.4504 8.13767 13.3826C8.32515 13.3148 8.53139 13.3207 8.71473 13.399C8.89808 13.4773 9.04488 13.6223 9.1255 13.8046C9.3958 14.5724 9.89772 15.2373 10.562 15.7077C11.2263 16.178 12.0201 16.4306 12.8341 16.4306C13.648 16.4306 14.4419 16.178 15.1062 15.7077C15.7704 15.2373 16.2723 14.5724 16.5426 13.8046C16.6841 13.396 17.1398 13.176 17.5484 13.3332C17.9569 13.4746 18.1769 13.9303 18.0198 14.3389C17.641 15.4111 16.9386 16.3391 16.0097 16.995C15.0808 17.6509 13.9712 18.0022 12.8341 18.0003Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M12.8341 18.0003C10.5084 18.0003 8.41836 16.5232 7.64836 14.3389C7.59367 14.1472 7.61377 13.9418 7.70459 13.7644C7.7954 13.5869 7.95018 13.4504 8.13767 13.3826C8.32515 13.3148 8.53139 13.3207 8.71473 13.399C8.89808 13.4773 9.04488 13.6223 9.1255 13.8046C9.3958 14.5724 9.89772 15.2373 10.562 15.7077C11.2263 16.178 12.0201 16.4306 12.8341 16.4306C13.648 16.4306 14.4419 16.178 15.1062 15.7077C15.7704 15.2373 16.2723 14.5724 16.5426 13.8046C16.6841 13.396 17.1398 13.176 17.5484 13.3332C17.9569 13.4746 18.1769 13.9303 18.0198 14.3389C17.641 15.4111 16.9386 16.3391 16.0097 16.995C15.0808 17.6509 13.9712 18.0022 12.8341 18.0003Z\"\n\t\t\t\tstroke=\"#1A872C\"\n\t\t\t\tstrokeWidth={0.5}\n\t\t\t\tmask=\"url(#path-5-outside-1_238_184265)\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgFormkitHappy;\n"],"names":["SvgFormkitHappy","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,CAAAE,EAAAA,IAAC,SAAA,CAAO,GAAI,OAAQ,GAAI,KAAM,EAAG,GAAI,KAAK,cAAA,CAAe,EACzDA,EAAAA,IAAC,OAAA,CACA,EAAE,6MACF,KAAK,cAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,EAAE,gNACF,KAAK,cAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,EAAE,4VACF,KAAK,cAAA,CAAA,EAEND,EAAAA,KAAC,OAAA,CACA,GAAG,8BACH,UAAU,iBACV,EAAG,QACH,EAAG,QACH,MAAO,GACP,OAAQ,EACR,KAAK,QAEL,SAAA,CAAAC,EAAAA,IAAC,OAAA,CAAK,KAAK,QAAQ,EAAG,QAAS,EAAG,QAAS,MAAO,GAAI,OAAQ,CAAA,CAAG,EACjEA,EAAAA,IAAC,OAAA,CAAK,EAAE,unBAAA,CAAwnB,CAAA,CAAA,CAAA,EAEjoBA,EAAAA,IAAC,OAAA,CACA,EAAE,wnBACF,KAAK,cAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,EAAE,wnBACF,OAAO,UACP,YAAa,GACb,KAAK,mCAAA,CAAA,CACN,CAAA,CAAA,CAGH"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=require("react/jsx-runtime"),C=({size:t=24,color:e="currentColor",...o})=>{const l={width:t,height:t,color:e,...o};return r.jsxs("svg",{viewBox:"0 0 25 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l,children:[r.jsx("circle",{cx:12.5,cy:12.5,r:11,fill:"currentColor"}),r.jsx("path",{d:"M9.35658 10.9285C10.2245 10.9285 10.928 10.2249 10.928 9.35707C10.928 8.4892 10.2245 7.78564 9.35658 7.78564C8.48871 7.78564 7.78516 8.4892 7.78516 9.35707C7.78516 10.2249 8.48871 10.9285 9.35658 10.9285Z",fill:"currentColor"}),r.jsx("path",{d:"M15.6427 10.9285C16.5106 10.9285 17.2141 10.2249 17.2141 9.35707C17.2141 8.4892 16.5106 7.78564 15.6427 7.78564C14.7748 7.78564 14.0713 8.4892 14.0713 9.35707C14.0713 10.2249 14.7748 10.9285 15.6427 10.9285Z",fill:"currentColor"}),r.jsx("path",{d:"M12.5 23.5C6.43429 23.5 1.5 18.5657 1.5 12.5C1.5 6.43429 6.43429 1.5 12.5 1.5C18.5657 1.5 23.5 6.43429 23.5 12.5C23.5 18.5657 18.5657 23.5 12.5 23.5ZM12.5 3.5C7.29857 3.5 3.5 7.29857 3.5 12.5C3.5 17.7014 7.29857 21.5 12.5 21.5C17.7014 21.5 21.5 17.7014 21.5 12.5C21.5 7.29857 17.7014 3.5 12.5 3.5Z",fill:"currentColor"}),r.jsx("path",{d:"M7.5 15H17.5",stroke:"#FEC02D",strokeWidth:2,strokeLinecap:"round"})]})};exports.default=C;
|
|
2
2
|
//# sourceMappingURL=FormkitNeutral.js.map
|
|
@@ -1 +1 @@
|
|
|
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 SvgFormkitNeutral = ({\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
|
|
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 SvgFormkitNeutral = ({\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 25 25\"\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<circle cx={12.5} cy={12.5} r={11} fill=\"currentColor\" />\n\t\t\t<path\n\t\t\t\td=\"M9.35658 10.9285C10.2245 10.9285 10.928 10.2249 10.928 9.35707C10.928 8.4892 10.2245 7.78564 9.35658 7.78564C8.48871 7.78564 7.78516 8.4892 7.78516 9.35707C7.78516 10.2249 8.48871 10.9285 9.35658 10.9285Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M15.6427 10.9285C16.5106 10.9285 17.2141 10.2249 17.2141 9.35707C17.2141 8.4892 16.5106 7.78564 15.6427 7.78564C14.7748 7.78564 14.0713 8.4892 14.0713 9.35707C14.0713 10.2249 14.7748 10.9285 15.6427 10.9285Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M12.5 23.5C6.43429 23.5 1.5 18.5657 1.5 12.5C1.5 6.43429 6.43429 1.5 12.5 1.5C18.5657 1.5 23.5 6.43429 23.5 12.5C23.5 18.5657 18.5657 23.5 12.5 23.5ZM12.5 3.5C7.29857 3.5 3.5 7.29857 3.5 12.5C3.5 17.7014 7.29857 21.5 12.5 21.5C17.7014 21.5 21.5 17.7014 21.5 12.5C21.5 7.29857 17.7014 3.5 12.5 3.5Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M7.5 15H17.5\"\n\t\t\t\tstroke=\"#FEC02D\"\n\t\t\t\tstrokeWidth={2}\n\t\t\t\tstrokeLinecap=\"round\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgFormkitNeutral;\n"],"names":["SvgFormkitNeutral","size","color","rest","props","jsxs","jsx"],"mappings":"iJAMMA,EAAoB,CAAC,CAC1B,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,SAAA,CAAO,GAAI,KAAM,GAAI,KAAM,EAAG,GAAI,KAAK,cAAA,CAAe,EACvDA,EAAAA,IAAC,OAAA,CACA,EAAE,+MACF,KAAK,cAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,EAAE,kNACF,KAAK,cAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,EAAE,4SACF,KAAK,cAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,EAAE,eACF,OAAO,UACP,YAAa,EACb,cAAc,OAAA,CAAA,CACf,CAAA,CAAA,CAGH"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=require("react/jsx-runtime"),s=({size:t=24,color:e="currentColor",...r})=>{const l={width:t,height:t,color:e,...r};return C.jsxs("svg",{viewBox:"0 0 25 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l,children:[C.jsx("circle",{cx:12.166,cy:12.5,r:11,fill:"currentColor"}),C.jsx("path",{d:"M9.0226 10.928C9.89048 10.928 10.594 10.2245 10.594 9.35658C10.594 8.48871 9.89048 7.78516 9.0226 7.78516C8.15472 7.78516 7.45117 8.48871 7.45117 9.35658C7.45117 10.2245 8.15472 10.928 9.0226 10.928Z",fill:"currentColor"}),C.jsx("path",{d:"M15.3087 10.928C16.1766 10.928 16.8802 10.2245 16.8802 9.35658C16.8802 8.48871 16.1766 7.78516 15.3087 7.78516C14.4409 7.78516 13.7373 8.48871 13.7373 9.35658C13.7373 10.2245 14.4409 10.928 15.3087 10.928Z",fill:"currentColor"}),C.jsx("path",{d:"M12.166 23.5C6.1003 23.5 1.16602 18.5657 1.16602 12.5C1.16602 6.43429 6.1003 1.5 12.166 1.5C18.2317 1.5 23.166 6.43429 23.166 12.5C23.166 18.5657 18.2317 23.5 12.166 23.5ZM12.166 3.5C6.96459 3.5 3.16602 7.29857 3.16602 12.5C3.16602 17.7014 6.96459 21.5 12.166 21.5C17.3674 21.5 21.166 17.7014 21.166 12.5C21.166 7.29857 17.3674 3.5 12.166 3.5Z",fill:"currentColor"}),C.jsxs("mask",{id:"path-5-outside-1_238_184291",maskUnits:"userSpaceOnUse",x:6.40234,y:13.0004,width:12,height:6,fill:"black",children:[C.jsx("rect",{fill:"white",x:6.40234,y:13.0004,width:12,height:6}),C.jsx("path",{d:"M12.1864 13.2823C14.5122 13.2823 16.6022 14.7594 17.3722 16.9437C17.4268 17.1354 17.4067 17.3408 17.3159 17.5182C17.2251 17.6957 17.0703 17.8322 16.8828 17.9C16.6954 17.9678 16.4891 17.9619 16.3058 17.8836C16.1224 17.8053 15.9756 17.6603 15.895 17.478C15.6247 16.7102 15.1228 16.0453 14.4585 15.5749C13.7943 15.1046 13.0004 14.852 12.1864 14.852C11.3725 14.852 10.5786 15.1046 9.91436 15.5749C9.25009 16.0453 8.74817 16.7102 8.47787 17.478C8.33644 17.8865 7.88072 18.1065 7.47215 17.9494C7.06358 17.808 6.84358 17.3523 7.00072 16.9437C7.37954 15.8715 8.0819 14.9434 9.0108 14.2876C9.93971 13.6317 11.0493 13.2804 12.1864 13.2823Z"})]}),C.jsx("path",{d:"M12.1864 13.2823C14.5122 13.2823 16.6022 14.7594 17.3722 16.9437C17.4268 17.1354 17.4067 17.3408 17.3159 17.5182C17.2251 17.6957 17.0703 17.8322 16.8828 17.9C16.6954 17.9678 16.4891 17.9619 16.3058 17.8836C16.1224 17.8053 15.9756 17.6603 15.895 17.478C15.6247 16.7102 15.1228 16.0453 14.4585 15.5749C13.7943 15.1046 13.0004 14.852 12.1864 14.852C11.3725 14.852 10.5786 15.1046 9.91436 15.5749C9.25009 16.0453 8.74817 16.7102 8.47787 17.478C8.33644 17.8865 7.88072 18.1065 7.47215 17.9494C7.06358 17.808 6.84358 17.3523 7.00072 16.9437C7.37954 15.8715 8.0819 14.9434 9.0108 14.2876C9.93971 13.6317 11.0493 13.2804 12.1864 13.2823Z",fill:"currentColor"}),C.jsx("path",{d:"M12.1864 13.2823C14.5122 13.2823 16.6022 14.7594 17.3722 16.9437C17.4268 17.1354 17.4067 17.3408 17.3159 17.5182C17.2251 17.6957 17.0703 17.8322 16.8828 17.9C16.6954 17.9678 16.4891 17.9619 16.3058 17.8836C16.1224 17.8053 15.9756 17.6603 15.895 17.478C15.6247 16.7102 15.1228 16.0453 14.4585 15.5749C13.7943 15.1046 13.0004 14.852 12.1864 14.852C11.3725 14.852 10.5786 15.1046 9.91436 15.5749C9.25009 16.0453 8.74817 16.7102 8.47787 17.478C8.33644 17.8865 7.88072 18.1065 7.47215 17.9494C7.06358 17.808 6.84358 17.3523 7.00072 16.9437C7.37954 15.8715 8.0819 14.9434 9.0108 14.2876C9.93971 13.6317 11.0493 13.2804 12.1864 13.2823Z",stroke:"#D53434",strokeWidth:.5,mask:"url(#path-5-outside-1_238_184291)"})]})};exports.default=s;
|
|
2
2
|
//# sourceMappingURL=FormkitSad.js.map
|
|
@@ -1 +1 @@
|
|
|
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 SvgFormkitSad = ({\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
|
|
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 SvgFormkitSad = ({\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 25 25\"\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<circle cx={12.166} cy={12.5} r={11} fill=\"currentColor\" />\n\t\t\t<path\n\t\t\t\td=\"M9.0226 10.928C9.89048 10.928 10.594 10.2245 10.594 9.35658C10.594 8.48871 9.89048 7.78516 9.0226 7.78516C8.15472 7.78516 7.45117 8.48871 7.45117 9.35658C7.45117 10.2245 8.15472 10.928 9.0226 10.928Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M15.3087 10.928C16.1766 10.928 16.8802 10.2245 16.8802 9.35658C16.8802 8.48871 16.1766 7.78516 15.3087 7.78516C14.4409 7.78516 13.7373 8.48871 13.7373 9.35658C13.7373 10.2245 14.4409 10.928 15.3087 10.928Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M12.166 23.5C6.1003 23.5 1.16602 18.5657 1.16602 12.5C1.16602 6.43429 6.1003 1.5 12.166 1.5C18.2317 1.5 23.166 6.43429 23.166 12.5C23.166 18.5657 18.2317 23.5 12.166 23.5ZM12.166 3.5C6.96459 3.5 3.16602 7.29857 3.16602 12.5C3.16602 17.7014 6.96459 21.5 12.166 21.5C17.3674 21.5 21.166 17.7014 21.166 12.5C21.166 7.29857 17.3674 3.5 12.166 3.5Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<mask\n\t\t\t\tid=\"path-5-outside-1_238_184291\"\n\t\t\t\tmaskUnits=\"userSpaceOnUse\"\n\t\t\t\tx={6.40234}\n\t\t\t\ty={13.0004}\n\t\t\t\twidth={12}\n\t\t\t\theight={6}\n\t\t\t\tfill=\"black\"\n\t\t\t>\n\t\t\t\t<rect fill=\"white\" x={6.40234} y={13.0004} width={12} height={6} />\n\t\t\t\t<path d=\"M12.1864 13.2823C14.5122 13.2823 16.6022 14.7594 17.3722 16.9437C17.4268 17.1354 17.4067 17.3408 17.3159 17.5182C17.2251 17.6957 17.0703 17.8322 16.8828 17.9C16.6954 17.9678 16.4891 17.9619 16.3058 17.8836C16.1224 17.8053 15.9756 17.6603 15.895 17.478C15.6247 16.7102 15.1228 16.0453 14.4585 15.5749C13.7943 15.1046 13.0004 14.852 12.1864 14.852C11.3725 14.852 10.5786 15.1046 9.91436 15.5749C9.25009 16.0453 8.74817 16.7102 8.47787 17.478C8.33644 17.8865 7.88072 18.1065 7.47215 17.9494C7.06358 17.808 6.84358 17.3523 7.00072 16.9437C7.37954 15.8715 8.0819 14.9434 9.0108 14.2876C9.93971 13.6317 11.0493 13.2804 12.1864 13.2823Z\" />\n\t\t\t</mask>\n\t\t\t<path\n\t\t\t\td=\"M12.1864 13.2823C14.5122 13.2823 16.6022 14.7594 17.3722 16.9437C17.4268 17.1354 17.4067 17.3408 17.3159 17.5182C17.2251 17.6957 17.0703 17.8322 16.8828 17.9C16.6954 17.9678 16.4891 17.9619 16.3058 17.8836C16.1224 17.8053 15.9756 17.6603 15.895 17.478C15.6247 16.7102 15.1228 16.0453 14.4585 15.5749C13.7943 15.1046 13.0004 14.852 12.1864 14.852C11.3725 14.852 10.5786 15.1046 9.91436 15.5749C9.25009 16.0453 8.74817 16.7102 8.47787 17.478C8.33644 17.8865 7.88072 18.1065 7.47215 17.9494C7.06358 17.808 6.84358 17.3523 7.00072 16.9437C7.37954 15.8715 8.0819 14.9434 9.0108 14.2876C9.93971 13.6317 11.0493 13.2804 12.1864 13.2823Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M12.1864 13.2823C14.5122 13.2823 16.6022 14.7594 17.3722 16.9437C17.4268 17.1354 17.4067 17.3408 17.3159 17.5182C17.2251 17.6957 17.0703 17.8322 16.8828 17.9C16.6954 17.9678 16.4891 17.9619 16.3058 17.8836C16.1224 17.8053 15.9756 17.6603 15.895 17.478C15.6247 16.7102 15.1228 16.0453 14.4585 15.5749C13.7943 15.1046 13.0004 14.852 12.1864 14.852C11.3725 14.852 10.5786 15.1046 9.91436 15.5749C9.25009 16.0453 8.74817 16.7102 8.47787 17.478C8.33644 17.8865 7.88072 18.1065 7.47215 17.9494C7.06358 17.808 6.84358 17.3523 7.00072 16.9437C7.37954 15.8715 8.0819 14.9434 9.0108 14.2876C9.93971 13.6317 11.0493 13.2804 12.1864 13.2823Z\"\n\t\t\t\tstroke=\"#D53434\"\n\t\t\t\tstrokeWidth={0.5}\n\t\t\t\tmask=\"url(#path-5-outside-1_238_184291)\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgFormkitSad;\n"],"names":["SvgFormkitSad","size","color","rest","props","jsxs","jsx"],"mappings":"iJAMMA,EAAgB,CAAC,CACtB,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,SAAA,CAAO,GAAI,OAAQ,GAAI,KAAM,EAAG,GAAI,KAAK,cAAA,CAAe,EACzDA,EAAAA,IAAC,OAAA,CACA,EAAE,0MACF,KAAK,cAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,EAAE,gNACF,KAAK,cAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,EAAE,0VACF,KAAK,cAAA,CAAA,EAEND,EAAAA,KAAC,OAAA,CACA,GAAG,8BACH,UAAU,iBACV,EAAG,QACH,EAAG,QACH,MAAO,GACP,OAAQ,EACR,KAAK,QAEL,SAAA,CAAAC,EAAAA,IAAC,OAAA,CAAK,KAAK,QAAQ,EAAG,QAAS,EAAG,QAAS,MAAO,GAAI,OAAQ,CAAA,CAAG,EACjEA,EAAAA,IAAC,OAAA,CAAK,EAAE,unBAAA,CAAwnB,CAAA,CAAA,CAAA,EAEjoBA,EAAAA,IAAC,OAAA,CACA,EAAE,wnBACF,KAAK,cAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,EAAE,wnBACF,OAAO,UACP,YAAa,GACb,KAAK,mCAAA,CAAA,CACN,CAAA,CAAA,CAGH"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
function
|
|
2
|
-
return
|
|
3
|
-
`).filter((
|
|
1
|
+
function i(r) {
|
|
2
|
+
return r.split(`
|
|
3
|
+
`).filter((t, n, e) => !(t.trim() === "" && e[n - 1]?.trim() === "")).join(`
|
|
4
4
|
`);
|
|
5
5
|
}
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
i as format
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=html_file.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"html_file.js","sources":["../../../../../src/components/code-block/languageSpecificFormatting/html_file.ts"],"sourcesContent":["// src/components/code-block/languageSpecificFormatting/html.ts\n\nexport function format(code: string): string {\n\t//
|
|
1
|
+
{"version":3,"file":"html_file.js","sources":["../../../../../src/components/code-block/languageSpecificFormatting/html_file.ts"],"sourcesContent":["// src/components/code-block/languageSpecificFormatting/html.ts\n\nexport function format(code: string): string {\n\t// Remove consecutive empty lines\n\treturn code\n\t\t.split('\\n')\n\t\t.filter((line, idx, arr) => {\n\t\t\tif (line.trim() === '' && arr[idx - 1]?.trim() === '') return false;\n\t\t\treturn true;\n\t\t})\n\t\t.join('\\n');\n}\n"],"names":["format","code","line","idx","arr"],"mappings":"AAEO,SAASA,EAAOC,GAAsB;AAE5C,SAAOA,EACL,MAAM;AAAA,CAAI,EACV,OAAO,CAACC,GAAMC,GAAKC,MACf,EAAAF,EAAK,WAAW,MAAME,EAAID,IAAM,CAAC,GAAG,WAAW,GAEnD,EACA,KAAK;AAAA,CAAI;AACZ;"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
2
|
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
3
|
size?: number | string;
|
|
4
|
+
color?: string;
|
|
4
5
|
}
|
|
5
|
-
declare const SvgShield: ({ size, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare const SvgShield: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
6
7
|
export default SvgShield;
|
|
@@ -1,26 +1,27 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
const
|
|
3
|
-
const
|
|
1
|
+
import { jsxs as t, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
const n = ({ size: C = 24, color: e = "currentColor", ...l }) => {
|
|
3
|
+
const o = {
|
|
4
4
|
width: C,
|
|
5
5
|
height: C,
|
|
6
|
-
|
|
6
|
+
color: e,
|
|
7
|
+
...l
|
|
7
8
|
};
|
|
8
|
-
return /* @__PURE__ */
|
|
9
|
+
return /* @__PURE__ */ t(
|
|
9
10
|
"svg",
|
|
10
11
|
{
|
|
11
12
|
viewBox: "0 0 20 20",
|
|
12
13
|
fill: "none",
|
|
13
14
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
-
...
|
|
15
|
+
...o,
|
|
15
16
|
children: [
|
|
16
|
-
/* @__PURE__ */
|
|
17
|
-
/* @__PURE__ */
|
|
17
|
+
/* @__PURE__ */ r("rect", { width: 20, height: 20, rx: 4, fill: "currentColor" }),
|
|
18
|
+
/* @__PURE__ */ r(
|
|
18
19
|
"path",
|
|
19
20
|
{
|
|
20
21
|
fillRule: "evenodd",
|
|
21
22
|
clipRule: "evenodd",
|
|
22
23
|
d: "M10.2048 3.62015C10.0728 3.57063 9.92724 3.57063 9.79518 3.62015L5.12851 5.37015C4.90083 5.45553 4.75 5.67318 4.75 5.91634V9.99967C4.75 12.0101 6.08102 13.6165 7.28254 14.6678C7.89555 15.2042 8.50582 15.6235 8.96167 15.9084C9.1902 16.0512 9.38148 16.1613 9.51696 16.2363C9.58474 16.2738 9.63867 16.3026 9.67644 16.3224C9.69533 16.3323 9.71018 16.34 9.72073 16.3454L9.73327 16.3518L9.73704 16.3537L9.73877 16.3546C9.90299 16.4367 10.0966 16.4369 10.2609 16.3548L10 15.833C10.2609 16.3548 10.2609 16.3548 10.2609 16.3548L10.263 16.3537L10.2667 16.3518L10.2793 16.3454C10.2898 16.34 10.3047 16.3323 10.3236 16.3224C10.3613 16.3026 10.4153 16.2738 10.483 16.2363C10.6185 16.1613 10.8098 16.0512 11.0383 15.9084C11.4942 15.6235 12.1044 15.2042 12.7175 14.6678C13.919 13.6165 15.25 12.0101 15.25 9.99967V5.91634C15.25 5.67318 15.0992 5.45553 14.8715 5.37015L10.2048 3.62015ZM10 15.833L9.73877 16.3546C9.73877 16.3546 9.73913 16.3548 10 15.833ZM10.42 14.9191C10.2547 15.0224 10.1118 15.1063 10 15.1696C9.88821 15.1063 9.74526 15.0224 9.58 14.9191C9.16085 14.6571 8.60445 14.2743 8.05079 13.7898C6.91898 12.7995 5.91667 11.4893 5.91667 9.99967V6.32059L10 4.78934L14.0833 6.32059V9.99967C14.0833 11.4893 13.081 12.7995 11.9492 13.7898C11.3956 14.2743 10.8391 14.6571 10.42 14.9191Z",
|
|
23
|
-
fill: "
|
|
24
|
+
fill: "currentColor"
|
|
24
25
|
}
|
|
25
26
|
)
|
|
26
27
|
]
|
|
@@ -28,6 +29,6 @@ const d = ({ size: C = 20, ...t }) => {
|
|
|
28
29
|
);
|
|
29
30
|
};
|
|
30
31
|
export {
|
|
31
|
-
|
|
32
|
+
n as default
|
|
32
33
|
};
|
|
33
34
|
//# sourceMappingURL=Shield.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Shield.js","sources":["../../../../../src/icons/Informational/Common UI/Shield.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgShield = ({ size =
|
|
1
|
+
{"version":3,"file":"Shield.js","sources":["../../../../../src/icons/Informational/Common UI/Shield.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgShield = ({ size = 24, color = 'currentColor', ...rest }: 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 20 20\"\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<rect width={20} height={20} rx={4} fill=\"currentColor\" />\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M10.2048 3.62015C10.0728 3.57063 9.92724 3.57063 9.79518 3.62015L5.12851 5.37015C4.90083 5.45553 4.75 5.67318 4.75 5.91634V9.99967C4.75 12.0101 6.08102 13.6165 7.28254 14.6678C7.89555 15.2042 8.50582 15.6235 8.96167 15.9084C9.1902 16.0512 9.38148 16.1613 9.51696 16.2363C9.58474 16.2738 9.63867 16.3026 9.67644 16.3224C9.69533 16.3323 9.71018 16.34 9.72073 16.3454L9.73327 16.3518L9.73704 16.3537L9.73877 16.3546C9.90299 16.4367 10.0966 16.4369 10.2609 16.3548L10 15.833C10.2609 16.3548 10.2609 16.3548 10.2609 16.3548L10.263 16.3537L10.2667 16.3518L10.2793 16.3454C10.2898 16.34 10.3047 16.3323 10.3236 16.3224C10.3613 16.3026 10.4153 16.2738 10.483 16.2363C10.6185 16.1613 10.8098 16.0512 11.0383 15.9084C11.4942 15.6235 12.1044 15.2042 12.7175 14.6678C13.919 13.6165 15.25 12.0101 15.25 9.99967V5.91634C15.25 5.67318 15.0992 5.45553 14.8715 5.37015L10.2048 3.62015ZM10 15.833L9.73877 16.3546C9.73877 16.3546 9.73913 16.3548 10 15.833ZM10.42 14.9191C10.2547 15.0224 10.1118 15.1063 10 15.1696C9.88821 15.1063 9.74526 15.0224 9.58 14.9191C9.16085 14.6571 8.60445 14.2743 8.05079 13.7898C6.91898 12.7995 5.91667 11.4893 5.91667 9.99967V6.32059L10 4.78934L14.0833 6.32059V9.99967C14.0833 11.4893 13.081 12.7995 11.9492 13.7898C11.3956 14.2743 10.8391 14.6571 10.42 14.9191Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgShield;\n"],"names":["SvgShield","size","color","rest","props","jsxs","jsx"],"mappings":";AAMA,MAAMA,IAAY,CAAC,EAAE,MAAAC,IAAO,IAAI,OAAAC,IAAQ,gBAAgB,GAAGC,QAAkB;AAC5E,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,EAAC,QAAA,EAAK,OAAO,IAAI,QAAQ,IAAI,IAAI,GAAG,MAAK,eAAA,CAAe;AAAA,QACxD,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,UAAS;AAAA,YACT,UAAS;AAAA,YACT,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,MACN;AAAA,IAAA;AAAA,EAAA;AAGH;"}
|
|
@@ -1,56 +1,77 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as r, jsx as C } from "react/jsx-runtime";
|
|
2
2
|
const h = ({
|
|
3
|
-
size:
|
|
3
|
+
size: t = 24,
|
|
4
4
|
color: l = "currentColor",
|
|
5
|
-
...
|
|
5
|
+
...o
|
|
6
6
|
}) => {
|
|
7
|
-
const
|
|
8
|
-
width:
|
|
9
|
-
height:
|
|
7
|
+
const e = {
|
|
8
|
+
width: t,
|
|
9
|
+
height: t,
|
|
10
10
|
color: l,
|
|
11
|
-
...
|
|
11
|
+
...o
|
|
12
12
|
};
|
|
13
|
-
return /* @__PURE__ */
|
|
13
|
+
return /* @__PURE__ */ r(
|
|
14
14
|
"svg",
|
|
15
15
|
{
|
|
16
|
-
viewBox: "0 0
|
|
16
|
+
viewBox: "0 0 25 25",
|
|
17
17
|
fill: "none",
|
|
18
18
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19
|
-
...
|
|
19
|
+
...e,
|
|
20
20
|
children: [
|
|
21
|
-
/* @__PURE__ */
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
21
|
+
/* @__PURE__ */ C("circle", { cx: 12.834, cy: 12.5, r: 11, fill: "currentColor" }),
|
|
22
|
+
/* @__PURE__ */ C(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "M9.69057 10.928C10.5584 10.928 11.262 10.2245 11.262 9.35658C11.262 8.48871 10.5584 7.78516 9.69057 7.78516C8.82269 7.78516 8.11914 8.48871 8.11914 9.35658C8.11914 10.2245 8.82269 10.928 9.69057 10.928Z",
|
|
26
|
+
fill: "currentColor"
|
|
27
|
+
}
|
|
28
|
+
),
|
|
29
|
+
/* @__PURE__ */ C(
|
|
30
|
+
"path",
|
|
31
|
+
{
|
|
32
|
+
d: "M15.9767 10.928C16.8446 10.928 17.5481 10.2245 17.5481 9.35658C17.5481 8.48871 16.8446 7.78516 15.9767 7.78516C15.1088 7.78516 14.4053 8.48871 14.4053 9.35658C14.4053 10.2245 15.1088 10.928 15.9767 10.928Z",
|
|
33
|
+
fill: "currentColor"
|
|
34
|
+
}
|
|
35
|
+
),
|
|
36
|
+
/* @__PURE__ */ C(
|
|
37
|
+
"path",
|
|
38
|
+
{
|
|
39
|
+
d: "M12.834 23.5C6.76827 23.5 1.83398 18.5657 1.83398 12.5C1.83398 6.43429 6.76827 1.5 12.834 1.5C18.8997 1.5 23.834 6.43429 23.834 12.5C23.834 18.5657 18.8997 23.5 12.834 23.5ZM12.834 3.5C7.63256 3.5 3.83398 7.29857 3.83398 12.5C3.83398 17.7014 7.63256 21.5 12.834 21.5C18.0354 21.5 21.834 17.7014 21.834 12.5C21.834 7.29857 18.0354 3.5 12.834 3.5Z",
|
|
40
|
+
fill: "currentColor"
|
|
41
|
+
}
|
|
42
|
+
),
|
|
43
|
+
/* @__PURE__ */ r(
|
|
44
|
+
"mask",
|
|
45
|
+
{
|
|
46
|
+
id: "path-5-outside-1_238_184265",
|
|
47
|
+
maskUnits: "userSpaceOnUse",
|
|
48
|
+
x: 6.61816,
|
|
49
|
+
y: 12.2822,
|
|
50
|
+
width: 12,
|
|
51
|
+
height: 6,
|
|
52
|
+
fill: "black",
|
|
53
|
+
children: [
|
|
54
|
+
/* @__PURE__ */ C("rect", { fill: "white", x: 6.61816, y: 12.2822, width: 12, height: 6 }),
|
|
55
|
+
/* @__PURE__ */ C("path", { d: "M12.8341 18.0003C10.5084 18.0003 8.41836 16.5232 7.64836 14.3389C7.59367 14.1472 7.61377 13.9418 7.70459 13.7644C7.7954 13.5869 7.95018 13.4504 8.13767 13.3826C8.32515 13.3148 8.53139 13.3207 8.71473 13.399C8.89808 13.4773 9.04488 13.6223 9.1255 13.8046C9.3958 14.5724 9.89772 15.2373 10.562 15.7077C11.2263 16.178 12.0201 16.4306 12.8341 16.4306C13.648 16.4306 14.4419 16.178 15.1062 15.7077C15.7704 15.2373 16.2723 14.5724 16.5426 13.8046C16.6841 13.396 17.1398 13.176 17.5484 13.3332C17.9569 13.4746 18.1769 13.9303 18.0198 14.3389C17.641 15.4111 16.9386 16.3391 16.0097 16.995C15.0808 17.6509 13.9712 18.0022 12.8341 18.0003Z" })
|
|
56
|
+
]
|
|
57
|
+
}
|
|
58
|
+
),
|
|
59
|
+
/* @__PURE__ */ C(
|
|
60
|
+
"path",
|
|
61
|
+
{
|
|
62
|
+
d: "M12.8341 18.0003C10.5084 18.0003 8.41836 16.5232 7.64836 14.3389C7.59367 14.1472 7.61377 13.9418 7.70459 13.7644C7.7954 13.5869 7.95018 13.4504 8.13767 13.3826C8.32515 13.3148 8.53139 13.3207 8.71473 13.399C8.89808 13.4773 9.04488 13.6223 9.1255 13.8046C9.3958 14.5724 9.89772 15.2373 10.562 15.7077C11.2263 16.178 12.0201 16.4306 12.8341 16.4306C13.648 16.4306 14.4419 16.178 15.1062 15.7077C15.7704 15.2373 16.2723 14.5724 16.5426 13.8046C16.6841 13.396 17.1398 13.176 17.5484 13.3332C17.9569 13.4746 18.1769 13.9303 18.0198 14.3389C17.641 15.4111 16.9386 16.3391 16.0097 16.995C15.0808 17.6509 13.9712 18.0022 12.8341 18.0003Z",
|
|
63
|
+
fill: "currentColor"
|
|
64
|
+
}
|
|
65
|
+
),
|
|
66
|
+
/* @__PURE__ */ C(
|
|
67
|
+
"path",
|
|
68
|
+
{
|
|
69
|
+
d: "M12.8341 18.0003C10.5084 18.0003 8.41836 16.5232 7.64836 14.3389C7.59367 14.1472 7.61377 13.9418 7.70459 13.7644C7.7954 13.5869 7.95018 13.4504 8.13767 13.3826C8.32515 13.3148 8.53139 13.3207 8.71473 13.399C8.89808 13.4773 9.04488 13.6223 9.1255 13.8046C9.3958 14.5724 9.89772 15.2373 10.562 15.7077C11.2263 16.178 12.0201 16.4306 12.8341 16.4306C13.648 16.4306 14.4419 16.178 15.1062 15.7077C15.7704 15.2373 16.2723 14.5724 16.5426 13.8046C16.6841 13.396 17.1398 13.176 17.5484 13.3332C17.9569 13.4746 18.1769 13.9303 18.0198 14.3389C17.641 15.4111 16.9386 16.3391 16.0097 16.995C15.0808 17.6509 13.9712 18.0022 12.8341 18.0003Z",
|
|
70
|
+
stroke: "#1A872C",
|
|
71
|
+
strokeWidth: 0.5,
|
|
72
|
+
mask: "url(#path-5-outside-1_238_184265)"
|
|
73
|
+
}
|
|
74
|
+
)
|
|
54
75
|
]
|
|
55
76
|
}
|
|
56
77
|
);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormkitHappy.js","sources":["../../../../../src/icons/Media/Visual/FormkitHappy.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgFormkitHappy = ({\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
|
|
1
|
+
{"version":3,"file":"FormkitHappy.js","sources":["../../../../../src/icons/Media/Visual/FormkitHappy.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgFormkitHappy = ({\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 25 25\"\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<circle cx={12.834} cy={12.5} r={11} fill=\"currentColor\" />\n\t\t\t<path\n\t\t\t\td=\"M9.69057 10.928C10.5584 10.928 11.262 10.2245 11.262 9.35658C11.262 8.48871 10.5584 7.78516 9.69057 7.78516C8.82269 7.78516 8.11914 8.48871 8.11914 9.35658C8.11914 10.2245 8.82269 10.928 9.69057 10.928Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M15.9767 10.928C16.8446 10.928 17.5481 10.2245 17.5481 9.35658C17.5481 8.48871 16.8446 7.78516 15.9767 7.78516C15.1088 7.78516 14.4053 8.48871 14.4053 9.35658C14.4053 10.2245 15.1088 10.928 15.9767 10.928Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M12.834 23.5C6.76827 23.5 1.83398 18.5657 1.83398 12.5C1.83398 6.43429 6.76827 1.5 12.834 1.5C18.8997 1.5 23.834 6.43429 23.834 12.5C23.834 18.5657 18.8997 23.5 12.834 23.5ZM12.834 3.5C7.63256 3.5 3.83398 7.29857 3.83398 12.5C3.83398 17.7014 7.63256 21.5 12.834 21.5C18.0354 21.5 21.834 17.7014 21.834 12.5C21.834 7.29857 18.0354 3.5 12.834 3.5Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<mask\n\t\t\t\tid=\"path-5-outside-1_238_184265\"\n\t\t\t\tmaskUnits=\"userSpaceOnUse\"\n\t\t\t\tx={6.61816}\n\t\t\t\ty={12.2822}\n\t\t\t\twidth={12}\n\t\t\t\theight={6}\n\t\t\t\tfill=\"black\"\n\t\t\t>\n\t\t\t\t<rect fill=\"white\" x={6.61816} y={12.2822} width={12} height={6} />\n\t\t\t\t<path d=\"M12.8341 18.0003C10.5084 18.0003 8.41836 16.5232 7.64836 14.3389C7.59367 14.1472 7.61377 13.9418 7.70459 13.7644C7.7954 13.5869 7.95018 13.4504 8.13767 13.3826C8.32515 13.3148 8.53139 13.3207 8.71473 13.399C8.89808 13.4773 9.04488 13.6223 9.1255 13.8046C9.3958 14.5724 9.89772 15.2373 10.562 15.7077C11.2263 16.178 12.0201 16.4306 12.8341 16.4306C13.648 16.4306 14.4419 16.178 15.1062 15.7077C15.7704 15.2373 16.2723 14.5724 16.5426 13.8046C16.6841 13.396 17.1398 13.176 17.5484 13.3332C17.9569 13.4746 18.1769 13.9303 18.0198 14.3389C17.641 15.4111 16.9386 16.3391 16.0097 16.995C15.0808 17.6509 13.9712 18.0022 12.8341 18.0003Z\" />\n\t\t\t</mask>\n\t\t\t<path\n\t\t\t\td=\"M12.8341 18.0003C10.5084 18.0003 8.41836 16.5232 7.64836 14.3389C7.59367 14.1472 7.61377 13.9418 7.70459 13.7644C7.7954 13.5869 7.95018 13.4504 8.13767 13.3826C8.32515 13.3148 8.53139 13.3207 8.71473 13.399C8.89808 13.4773 9.04488 13.6223 9.1255 13.8046C9.3958 14.5724 9.89772 15.2373 10.562 15.7077C11.2263 16.178 12.0201 16.4306 12.8341 16.4306C13.648 16.4306 14.4419 16.178 15.1062 15.7077C15.7704 15.2373 16.2723 14.5724 16.5426 13.8046C16.6841 13.396 17.1398 13.176 17.5484 13.3332C17.9569 13.4746 18.1769 13.9303 18.0198 14.3389C17.641 15.4111 16.9386 16.3391 16.0097 16.995C15.0808 17.6509 13.9712 18.0022 12.8341 18.0003Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M12.8341 18.0003C10.5084 18.0003 8.41836 16.5232 7.64836 14.3389C7.59367 14.1472 7.61377 13.9418 7.70459 13.7644C7.7954 13.5869 7.95018 13.4504 8.13767 13.3826C8.32515 13.3148 8.53139 13.3207 8.71473 13.399C8.89808 13.4773 9.04488 13.6223 9.1255 13.8046C9.3958 14.5724 9.89772 15.2373 10.562 15.7077C11.2263 16.178 12.0201 16.4306 12.8341 16.4306C13.648 16.4306 14.4419 16.178 15.1062 15.7077C15.7704 15.2373 16.2723 14.5724 16.5426 13.8046C16.6841 13.396 17.1398 13.176 17.5484 13.3332C17.9569 13.4746 18.1769 13.9303 18.0198 14.3389C17.641 15.4111 16.9386 16.3391 16.0097 16.995C15.0808 17.6509 13.9712 18.0022 12.8341 18.0003Z\"\n\t\t\t\tstroke=\"#1A872C\"\n\t\t\t\tstrokeWidth={0.5}\n\t\t\t\tmask=\"url(#path-5-outside-1_238_184265)\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgFormkitHappy;\n"],"names":["SvgFormkitHappy","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,gBAAAE,EAAC,UAAA,EAAO,IAAI,QAAQ,IAAI,MAAM,GAAG,IAAI,MAAK,eAAA,CAAe;AAAA,QACzD,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,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAD;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,IAAG;AAAA,YACH,WAAU;AAAA,YACV,GAAG;AAAA,YACH,GAAG;AAAA,YACH,OAAO;AAAA,YACP,QAAQ;AAAA,YACR,MAAK;AAAA,YAEL,UAAA;AAAA,cAAA,gBAAAC,EAAC,QAAA,EAAK,MAAK,SAAQ,GAAG,SAAS,GAAG,SAAS,OAAO,IAAI,QAAQ,EAAA,CAAG;AAAA,cACjE,gBAAAA,EAAC,QAAA,EAAK,GAAE,wnBAAA,CAAwnB;AAAA,YAAA;AAAA,UAAA;AAAA,QAAA;AAAA,QAEjoB,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,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,MACN;AAAA,IAAA;AAAA,EAAA;AAGH;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as e, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
const
|
|
2
|
+
const c = ({
|
|
3
3
|
size: t = 24,
|
|
4
4
|
color: o = "currentColor",
|
|
5
5
|
...C
|
|
@@ -13,38 +13,39 @@ const s = ({
|
|
|
13
13
|
return /* @__PURE__ */ e(
|
|
14
14
|
"svg",
|
|
15
15
|
{
|
|
16
|
-
viewBox: "0 0
|
|
16
|
+
viewBox: "0 0 25 25",
|
|
17
17
|
fill: "none",
|
|
18
18
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19
19
|
...l,
|
|
20
20
|
children: [
|
|
21
|
+
/* @__PURE__ */ r("circle", { cx: 12.5, cy: 12.5, r: 11, fill: "currentColor" }),
|
|
21
22
|
/* @__PURE__ */ r(
|
|
22
23
|
"path",
|
|
23
24
|
{
|
|
24
|
-
d: "
|
|
25
|
+
d: "M9.35658 10.9285C10.2245 10.9285 10.928 10.2249 10.928 9.35707C10.928 8.4892 10.2245 7.78564 9.35658 7.78564C8.48871 7.78564 7.78516 8.4892 7.78516 9.35707C7.78516 10.2249 8.48871 10.9285 9.35658 10.9285Z",
|
|
25
26
|
fill: "currentColor"
|
|
26
27
|
}
|
|
27
28
|
),
|
|
28
29
|
/* @__PURE__ */ r(
|
|
29
30
|
"path",
|
|
30
31
|
{
|
|
31
|
-
d: "
|
|
32
|
+
d: "M15.6427 10.9285C16.5106 10.9285 17.2141 10.2249 17.2141 9.35707C17.2141 8.4892 16.5106 7.78564 15.6427 7.78564C14.7748 7.78564 14.0713 8.4892 14.0713 9.35707C14.0713 10.2249 14.7748 10.9285 15.6427 10.9285Z",
|
|
32
33
|
fill: "currentColor"
|
|
33
34
|
}
|
|
34
35
|
),
|
|
35
36
|
/* @__PURE__ */ r(
|
|
36
37
|
"path",
|
|
37
38
|
{
|
|
38
|
-
d: "
|
|
39
|
+
d: "M12.5 23.5C6.43429 23.5 1.5 18.5657 1.5 12.5C1.5 6.43429 6.43429 1.5 12.5 1.5C18.5657 1.5 23.5 6.43429 23.5 12.5C23.5 18.5657 18.5657 23.5 12.5 23.5ZM12.5 3.5C7.29857 3.5 3.5 7.29857 3.5 12.5C3.5 17.7014 7.29857 21.5 12.5 21.5C17.7014 21.5 21.5 17.7014 21.5 12.5C21.5 7.29857 17.7014 3.5 12.5 3.5Z",
|
|
39
40
|
fill: "currentColor"
|
|
40
41
|
}
|
|
41
42
|
),
|
|
42
43
|
/* @__PURE__ */ r(
|
|
43
44
|
"path",
|
|
44
45
|
{
|
|
45
|
-
d: "
|
|
46
|
-
stroke: "#
|
|
47
|
-
strokeWidth:
|
|
46
|
+
d: "M7.5 15H17.5",
|
|
47
|
+
stroke: "#FEC02D",
|
|
48
|
+
strokeWidth: 2,
|
|
48
49
|
strokeLinecap: "round"
|
|
49
50
|
}
|
|
50
51
|
)
|
|
@@ -53,6 +54,6 @@ const s = ({
|
|
|
53
54
|
);
|
|
54
55
|
};
|
|
55
56
|
export {
|
|
56
|
-
|
|
57
|
+
c as default
|
|
57
58
|
};
|
|
58
59
|
//# sourceMappingURL=FormkitNeutral.js.map
|
|
@@ -1 +1 @@
|
|
|
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 SvgFormkitNeutral = ({\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
|
|
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 SvgFormkitNeutral = ({\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 25 25\"\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<circle cx={12.5} cy={12.5} r={11} fill=\"currentColor\" />\n\t\t\t<path\n\t\t\t\td=\"M9.35658 10.9285C10.2245 10.9285 10.928 10.2249 10.928 9.35707C10.928 8.4892 10.2245 7.78564 9.35658 7.78564C8.48871 7.78564 7.78516 8.4892 7.78516 9.35707C7.78516 10.2249 8.48871 10.9285 9.35658 10.9285Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M15.6427 10.9285C16.5106 10.9285 17.2141 10.2249 17.2141 9.35707C17.2141 8.4892 16.5106 7.78564 15.6427 7.78564C14.7748 7.78564 14.0713 8.4892 14.0713 9.35707C14.0713 10.2249 14.7748 10.9285 15.6427 10.9285Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M12.5 23.5C6.43429 23.5 1.5 18.5657 1.5 12.5C1.5 6.43429 6.43429 1.5 12.5 1.5C18.5657 1.5 23.5 6.43429 23.5 12.5C23.5 18.5657 18.5657 23.5 12.5 23.5ZM12.5 3.5C7.29857 3.5 3.5 7.29857 3.5 12.5C3.5 17.7014 7.29857 21.5 12.5 21.5C17.7014 21.5 21.5 17.7014 21.5 12.5C21.5 7.29857 17.7014 3.5 12.5 3.5Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M7.5 15H17.5\"\n\t\t\t\tstroke=\"#FEC02D\"\n\t\t\t\tstrokeWidth={2}\n\t\t\t\tstrokeLinecap=\"round\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgFormkitNeutral;\n"],"names":["SvgFormkitNeutral","size","color","rest","props","jsxs","jsx"],"mappings":";AAMA,MAAMA,IAAoB,CAAC;AAAA,EAC1B,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,EAAC,UAAA,EAAO,IAAI,MAAM,IAAI,MAAM,GAAG,IAAI,MAAK,eAAA,CAAe;AAAA,QACvD,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,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,56 +1,77 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as r, jsx as C } from "react/jsx-runtime";
|
|
2
2
|
const h = ({
|
|
3
|
-
size:
|
|
3
|
+
size: t = 24,
|
|
4
4
|
color: l = "currentColor",
|
|
5
|
-
...
|
|
5
|
+
...o
|
|
6
6
|
}) => {
|
|
7
|
-
const
|
|
8
|
-
width:
|
|
9
|
-
height:
|
|
7
|
+
const e = {
|
|
8
|
+
width: t,
|
|
9
|
+
height: t,
|
|
10
10
|
color: l,
|
|
11
|
-
...
|
|
11
|
+
...o
|
|
12
12
|
};
|
|
13
|
-
return /* @__PURE__ */
|
|
13
|
+
return /* @__PURE__ */ r(
|
|
14
14
|
"svg",
|
|
15
15
|
{
|
|
16
|
-
viewBox: "0 0
|
|
16
|
+
viewBox: "0 0 25 25",
|
|
17
17
|
fill: "none",
|
|
18
18
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19
|
-
...
|
|
19
|
+
...e,
|
|
20
20
|
children: [
|
|
21
|
-
/* @__PURE__ */
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
21
|
+
/* @__PURE__ */ C("circle", { cx: 12.166, cy: 12.5, r: 11, fill: "currentColor" }),
|
|
22
|
+
/* @__PURE__ */ C(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "M9.0226 10.928C9.89048 10.928 10.594 10.2245 10.594 9.35658C10.594 8.48871 9.89048 7.78516 9.0226 7.78516C8.15472 7.78516 7.45117 8.48871 7.45117 9.35658C7.45117 10.2245 8.15472 10.928 9.0226 10.928Z",
|
|
26
|
+
fill: "currentColor"
|
|
27
|
+
}
|
|
28
|
+
),
|
|
29
|
+
/* @__PURE__ */ C(
|
|
30
|
+
"path",
|
|
31
|
+
{
|
|
32
|
+
d: "M15.3087 10.928C16.1766 10.928 16.8802 10.2245 16.8802 9.35658C16.8802 8.48871 16.1766 7.78516 15.3087 7.78516C14.4409 7.78516 13.7373 8.48871 13.7373 9.35658C13.7373 10.2245 14.4409 10.928 15.3087 10.928Z",
|
|
33
|
+
fill: "currentColor"
|
|
34
|
+
}
|
|
35
|
+
),
|
|
36
|
+
/* @__PURE__ */ C(
|
|
37
|
+
"path",
|
|
38
|
+
{
|
|
39
|
+
d: "M12.166 23.5C6.1003 23.5 1.16602 18.5657 1.16602 12.5C1.16602 6.43429 6.1003 1.5 12.166 1.5C18.2317 1.5 23.166 6.43429 23.166 12.5C23.166 18.5657 18.2317 23.5 12.166 23.5ZM12.166 3.5C6.96459 3.5 3.16602 7.29857 3.16602 12.5C3.16602 17.7014 6.96459 21.5 12.166 21.5C17.3674 21.5 21.166 17.7014 21.166 12.5C21.166 7.29857 17.3674 3.5 12.166 3.5Z",
|
|
40
|
+
fill: "currentColor"
|
|
41
|
+
}
|
|
42
|
+
),
|
|
43
|
+
/* @__PURE__ */ r(
|
|
44
|
+
"mask",
|
|
45
|
+
{
|
|
46
|
+
id: "path-5-outside-1_238_184291",
|
|
47
|
+
maskUnits: "userSpaceOnUse",
|
|
48
|
+
x: 6.40234,
|
|
49
|
+
y: 13.0004,
|
|
50
|
+
width: 12,
|
|
51
|
+
height: 6,
|
|
52
|
+
fill: "black",
|
|
53
|
+
children: [
|
|
54
|
+
/* @__PURE__ */ C("rect", { fill: "white", x: 6.40234, y: 13.0004, width: 12, height: 6 }),
|
|
55
|
+
/* @__PURE__ */ C("path", { d: "M12.1864 13.2823C14.5122 13.2823 16.6022 14.7594 17.3722 16.9437C17.4268 17.1354 17.4067 17.3408 17.3159 17.5182C17.2251 17.6957 17.0703 17.8322 16.8828 17.9C16.6954 17.9678 16.4891 17.9619 16.3058 17.8836C16.1224 17.8053 15.9756 17.6603 15.895 17.478C15.6247 16.7102 15.1228 16.0453 14.4585 15.5749C13.7943 15.1046 13.0004 14.852 12.1864 14.852C11.3725 14.852 10.5786 15.1046 9.91436 15.5749C9.25009 16.0453 8.74817 16.7102 8.47787 17.478C8.33644 17.8865 7.88072 18.1065 7.47215 17.9494C7.06358 17.808 6.84358 17.3523 7.00072 16.9437C7.37954 15.8715 8.0819 14.9434 9.0108 14.2876C9.93971 13.6317 11.0493 13.2804 12.1864 13.2823Z" })
|
|
56
|
+
]
|
|
57
|
+
}
|
|
58
|
+
),
|
|
59
|
+
/* @__PURE__ */ C(
|
|
60
|
+
"path",
|
|
61
|
+
{
|
|
62
|
+
d: "M12.1864 13.2823C14.5122 13.2823 16.6022 14.7594 17.3722 16.9437C17.4268 17.1354 17.4067 17.3408 17.3159 17.5182C17.2251 17.6957 17.0703 17.8322 16.8828 17.9C16.6954 17.9678 16.4891 17.9619 16.3058 17.8836C16.1224 17.8053 15.9756 17.6603 15.895 17.478C15.6247 16.7102 15.1228 16.0453 14.4585 15.5749C13.7943 15.1046 13.0004 14.852 12.1864 14.852C11.3725 14.852 10.5786 15.1046 9.91436 15.5749C9.25009 16.0453 8.74817 16.7102 8.47787 17.478C8.33644 17.8865 7.88072 18.1065 7.47215 17.9494C7.06358 17.808 6.84358 17.3523 7.00072 16.9437C7.37954 15.8715 8.0819 14.9434 9.0108 14.2876C9.93971 13.6317 11.0493 13.2804 12.1864 13.2823Z",
|
|
63
|
+
fill: "currentColor"
|
|
64
|
+
}
|
|
65
|
+
),
|
|
66
|
+
/* @__PURE__ */ C(
|
|
67
|
+
"path",
|
|
68
|
+
{
|
|
69
|
+
d: "M12.1864 13.2823C14.5122 13.2823 16.6022 14.7594 17.3722 16.9437C17.4268 17.1354 17.4067 17.3408 17.3159 17.5182C17.2251 17.6957 17.0703 17.8322 16.8828 17.9C16.6954 17.9678 16.4891 17.9619 16.3058 17.8836C16.1224 17.8053 15.9756 17.6603 15.895 17.478C15.6247 16.7102 15.1228 16.0453 14.4585 15.5749C13.7943 15.1046 13.0004 14.852 12.1864 14.852C11.3725 14.852 10.5786 15.1046 9.91436 15.5749C9.25009 16.0453 8.74817 16.7102 8.47787 17.478C8.33644 17.8865 7.88072 18.1065 7.47215 17.9494C7.06358 17.808 6.84358 17.3523 7.00072 16.9437C7.37954 15.8715 8.0819 14.9434 9.0108 14.2876C9.93971 13.6317 11.0493 13.2804 12.1864 13.2823Z",
|
|
70
|
+
stroke: "#D53434",
|
|
71
|
+
strokeWidth: 0.5,
|
|
72
|
+
mask: "url(#path-5-outside-1_238_184291)"
|
|
73
|
+
}
|
|
74
|
+
)
|
|
54
75
|
]
|
|
55
76
|
}
|
|
56
77
|
);
|
|
@@ -1 +1 @@
|
|
|
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 SvgFormkitSad = ({\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
|
|
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 SvgFormkitSad = ({\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 25 25\"\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<circle cx={12.166} cy={12.5} r={11} fill=\"currentColor\" />\n\t\t\t<path\n\t\t\t\td=\"M9.0226 10.928C9.89048 10.928 10.594 10.2245 10.594 9.35658C10.594 8.48871 9.89048 7.78516 9.0226 7.78516C8.15472 7.78516 7.45117 8.48871 7.45117 9.35658C7.45117 10.2245 8.15472 10.928 9.0226 10.928Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M15.3087 10.928C16.1766 10.928 16.8802 10.2245 16.8802 9.35658C16.8802 8.48871 16.1766 7.78516 15.3087 7.78516C14.4409 7.78516 13.7373 8.48871 13.7373 9.35658C13.7373 10.2245 14.4409 10.928 15.3087 10.928Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M12.166 23.5C6.1003 23.5 1.16602 18.5657 1.16602 12.5C1.16602 6.43429 6.1003 1.5 12.166 1.5C18.2317 1.5 23.166 6.43429 23.166 12.5C23.166 18.5657 18.2317 23.5 12.166 23.5ZM12.166 3.5C6.96459 3.5 3.16602 7.29857 3.16602 12.5C3.16602 17.7014 6.96459 21.5 12.166 21.5C17.3674 21.5 21.166 17.7014 21.166 12.5C21.166 7.29857 17.3674 3.5 12.166 3.5Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<mask\n\t\t\t\tid=\"path-5-outside-1_238_184291\"\n\t\t\t\tmaskUnits=\"userSpaceOnUse\"\n\t\t\t\tx={6.40234}\n\t\t\t\ty={13.0004}\n\t\t\t\twidth={12}\n\t\t\t\theight={6}\n\t\t\t\tfill=\"black\"\n\t\t\t>\n\t\t\t\t<rect fill=\"white\" x={6.40234} y={13.0004} width={12} height={6} />\n\t\t\t\t<path d=\"M12.1864 13.2823C14.5122 13.2823 16.6022 14.7594 17.3722 16.9437C17.4268 17.1354 17.4067 17.3408 17.3159 17.5182C17.2251 17.6957 17.0703 17.8322 16.8828 17.9C16.6954 17.9678 16.4891 17.9619 16.3058 17.8836C16.1224 17.8053 15.9756 17.6603 15.895 17.478C15.6247 16.7102 15.1228 16.0453 14.4585 15.5749C13.7943 15.1046 13.0004 14.852 12.1864 14.852C11.3725 14.852 10.5786 15.1046 9.91436 15.5749C9.25009 16.0453 8.74817 16.7102 8.47787 17.478C8.33644 17.8865 7.88072 18.1065 7.47215 17.9494C7.06358 17.808 6.84358 17.3523 7.00072 16.9437C7.37954 15.8715 8.0819 14.9434 9.0108 14.2876C9.93971 13.6317 11.0493 13.2804 12.1864 13.2823Z\" />\n\t\t\t</mask>\n\t\t\t<path\n\t\t\t\td=\"M12.1864 13.2823C14.5122 13.2823 16.6022 14.7594 17.3722 16.9437C17.4268 17.1354 17.4067 17.3408 17.3159 17.5182C17.2251 17.6957 17.0703 17.8322 16.8828 17.9C16.6954 17.9678 16.4891 17.9619 16.3058 17.8836C16.1224 17.8053 15.9756 17.6603 15.895 17.478C15.6247 16.7102 15.1228 16.0453 14.4585 15.5749C13.7943 15.1046 13.0004 14.852 12.1864 14.852C11.3725 14.852 10.5786 15.1046 9.91436 15.5749C9.25009 16.0453 8.74817 16.7102 8.47787 17.478C8.33644 17.8865 7.88072 18.1065 7.47215 17.9494C7.06358 17.808 6.84358 17.3523 7.00072 16.9437C7.37954 15.8715 8.0819 14.9434 9.0108 14.2876C9.93971 13.6317 11.0493 13.2804 12.1864 13.2823Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M12.1864 13.2823C14.5122 13.2823 16.6022 14.7594 17.3722 16.9437C17.4268 17.1354 17.4067 17.3408 17.3159 17.5182C17.2251 17.6957 17.0703 17.8322 16.8828 17.9C16.6954 17.9678 16.4891 17.9619 16.3058 17.8836C16.1224 17.8053 15.9756 17.6603 15.895 17.478C15.6247 16.7102 15.1228 16.0453 14.4585 15.5749C13.7943 15.1046 13.0004 14.852 12.1864 14.852C11.3725 14.852 10.5786 15.1046 9.91436 15.5749C9.25009 16.0453 8.74817 16.7102 8.47787 17.478C8.33644 17.8865 7.88072 18.1065 7.47215 17.9494C7.06358 17.808 6.84358 17.3523 7.00072 16.9437C7.37954 15.8715 8.0819 14.9434 9.0108 14.2876C9.93971 13.6317 11.0493 13.2804 12.1864 13.2823Z\"\n\t\t\t\tstroke=\"#D53434\"\n\t\t\t\tstrokeWidth={0.5}\n\t\t\t\tmask=\"url(#path-5-outside-1_238_184291)\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgFormkitSad;\n"],"names":["SvgFormkitSad","size","color","rest","props","jsxs","jsx"],"mappings":";AAMA,MAAMA,IAAgB,CAAC;AAAA,EACtB,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,EAAC,UAAA,EAAO,IAAI,QAAQ,IAAI,MAAM,GAAG,IAAI,MAAK,eAAA,CAAe;AAAA,QACzD,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,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAD;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,IAAG;AAAA,YACH,WAAU;AAAA,YACV,GAAG;AAAA,YACH,GAAG;AAAA,YACH,OAAO;AAAA,YACP,QAAQ;AAAA,YACR,MAAK;AAAA,YAEL,UAAA;AAAA,cAAA,gBAAAC,EAAC,QAAA,EAAK,MAAK,SAAQ,GAAG,SAAS,GAAG,SAAS,OAAO,IAAI,QAAQ,EAAA,CAAG;AAAA,cACjE,gBAAAA,EAAC,QAAA,EAAK,GAAE,wnBAAA,CAAwnB;AAAA,YAAA;AAAA,UAAA;AAAA,QAAA;AAAA,QAEjoB,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,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,MACN;AAAA,IAAA;AAAA,EAAA;AAGH;"}
|
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
export { Send, Activate, Code, Cross, Deactivate, Delete, Edit, Forward, Fullscreen, LinkSimpleHorizontal, Minus, Plus, ProductTour, RestApi, Save, SendAirplane, ShareAndroid, Shortcut, Task
|
|
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 { Send, Activate, Code, Cross, Deactivate, Delete, Edit, Forward, Fullscreen, LinkSimpleHorizontal, Minus, Plus, ProductTour, RestApi, Save, SendAirplane, ShareAndroid, Shortcut, Task } 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 { Shield, 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 { Shield, 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 { CalendarCheck, Calendar, CalendarAdd, Clock, HourGlass, WorkingHours
|
|
16
|
-
export { AddLabel, Click, Filter, Gift1, GiftMinus, GiftPlus, Promocode, Receipt, ShieldCheck, ShoppingBag, ShoppingBasket
|
|
15
|
+
export { CalendarCheck, 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, TicketV2, AlertTriangle, Check, CheckDouble, CloseTicket1, Error, FailDoc, HourglassFilled, IcList, Info, Merge, NewTicket, RoundCheck, Slash
|
|
21
|
+
export { BookOpenText, TicketV2, AlertTriangle, Check, CheckDouble, CloseTicket1, Error, FailDoc, HourglassFilled, IcList, Info, Merge, NewTicket, RoundCheck, Slash } from './Informational/General';
|
|
22
22
|
export { Help as Help2 } from './Informational/General';
|
|
23
|
-
export { User, 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 { User, 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 { Frame26086263, Camera, CameraAdd, Crop, FlashOff, FlashOn, FormkitHappy, FormkitNeutral, FormkitSad, IconTrailing, Image, ImageAdd, Images, Maximize, RotateAnticlockwise, RotateClockwise, VideoCamcorder, VideoFilm
|
|
36
|
-
export { EmailMarketingV2, EmailV2, FacebookCommentV2, FacebookV2, GmailV2, InstagramCommentV2, InstagramV2, MessengerV2, PhoneV2, RcsV2, SmsV2, TaskV2, WebpushV2, WhatsAppCallV2, WhatsAppV2, Bigcommerce, EmailMarketing, Facebook, FacebookComment, Instagram, InstagramIcon, Messenger, MonoFacebookComment, MonoFacebook, MonoInstagram, MonoInstagramComment, MonoMail, MonoMessenger, MonoPhone, MonoTasks, MonoWhatsapp, ShopifyBrand, Tasks, WebPush, WhatsApp
|
|
34
|
+
export { BarcodeScan, Download, EmojiSmile, Paperclip, Upload } from './Media/Others';
|
|
35
|
+
export { Frame26086263, Camera, CameraAdd, Crop, FlashOff, FlashOn, FormkitHappy, FormkitNeutral, FormkitSad, IconTrailing, Image, ImageAdd, Images, Maximize, RotateAnticlockwise, RotateClockwise, VideoCamcorder, VideoFilm } from './Media/Visual';
|
|
36
|
+
export { EmailMarketingV2, EmailV2, FacebookCommentV2, FacebookV2, GmailV2, InstagramCommentV2, InstagramV2, MessengerV2, PhoneV2, RcsV2, SmsV2, TaskV2, WebpushV2, WhatsAppCallV2, WhatsAppV2, Bigcommerce, EmailMarketing, Facebook, FacebookComment, Instagram, InstagramIcon, Messenger, MonoFacebookComment, MonoFacebook, MonoInstagram, MonoInstagramComment, MonoMail, MonoMessenger, MonoPhone, MonoTasks, MonoWhatsapp, ShopifyBrand, Tasks, WebPush, WhatsApp } from './Social/Channels';
|
|
37
37
|
export { Email as Email2 } from './Social/Channels';
|
|
38
|
-
export { SlackIcon, BigCommerce, Google, Gorgias, Kustomer, Rcs, ShopifyDefault, Twitter, Website, WooCommerce, Youtube, Zendesk
|
|
38
|
+
export { SlackIcon, BigCommerce, Google, Gorgias, Kustomer, Rcs, ShopifyDefault, Twitter, Website, WooCommerce, Youtube, Zendesk } from './Social/Social';
|
|
39
39
|
export { EmailMarketing as EmailMarketing2 } from './Social/Social';
|
|
40
40
|
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';
|