@pzh-ui/icons 0.0.36 → 0.0.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/dist/components/AngleRight.cjs.js +1 -1
  2. package/dist/components/AngleRight.cjs.js.map +1 -1
  3. package/dist/components/AngleRight.es.js +2 -2
  4. package/dist/components/AngleRight.es.js.map +1 -1
  5. package/dist/components/ArrowTrendUp.cjs.js +1 -1
  6. package/dist/components/ArrowTrendUp.cjs.js.map +1 -1
  7. package/dist/components/ArrowTrendUp.es.js +1 -1
  8. package/dist/components/ArrowTrendUp.es.js.map +1 -1
  9. package/dist/components/BookBookmark.cjs.js +1 -1
  10. package/dist/components/BookBookmark.cjs.js.map +1 -1
  11. package/dist/components/BookBookmark.es.js +1 -1
  12. package/dist/components/BookBookmark.es.js.map +1 -1
  13. package/dist/components/BullseyeArrow.cjs.js +1 -1
  14. package/dist/components/BullseyeArrow.cjs.js.map +1 -1
  15. package/dist/components/BullseyeArrow.es.js +1 -1
  16. package/dist/components/BullseyeArrow.es.js.map +1 -1
  17. package/dist/components/CalendarCheck.cjs.js +1 -1
  18. package/dist/components/CalendarCheck.cjs.js.map +1 -1
  19. package/dist/components/CalendarCheck.es.js +2 -2
  20. package/dist/components/CalendarCheck.es.js.map +1 -1
  21. package/dist/components/CircleExclamation.cjs.js +1 -1
  22. package/dist/components/CircleExclamation.cjs.js.map +1 -1
  23. package/dist/components/CircleExclamation.es.js +2 -2
  24. package/dist/components/CircleExclamation.es.js.map +1 -1
  25. package/dist/components/FileLines.cjs.js +1 -1
  26. package/dist/components/FileLines.cjs.js.map +1 -1
  27. package/dist/components/FileLines.es.js +1 -1
  28. package/dist/components/FileLines.es.js.map +1 -1
  29. package/dist/components/Flag.cjs.js +1 -1
  30. package/dist/components/Flag.cjs.js.map +1 -1
  31. package/dist/components/Flag.es.js +1 -1
  32. package/dist/components/Flag.es.js.map +1 -1
  33. package/dist/components/House.cjs.js +1 -1
  34. package/dist/components/House.cjs.js.map +1 -1
  35. package/dist/components/House.es.js +1 -1
  36. package/dist/components/House.es.js.map +1 -1
  37. package/dist/components/LocationDot.cjs.js +1 -1
  38. package/dist/components/LocationDot.cjs.js.map +1 -1
  39. package/dist/components/LocationDot.es.js +1 -1
  40. package/dist/components/LocationDot.es.js.map +1 -1
  41. package/dist/components/Split.cjs.js +1 -1
  42. package/dist/components/Split.cjs.js.map +1 -1
  43. package/dist/components/Split.es.js +1 -1
  44. package/dist/components/Split.es.js.map +1 -1
  45. package/dist/components/Users.cjs.js +1 -1
  46. package/dist/components/Users.cjs.js.map +1 -1
  47. package/dist/components/Users.es.js +1 -1
  48. package/dist/components/Users.es.js.map +1 -1
  49. package/package.json +2 -2
@@ -1,2 +1,2 @@
1
- "use strict";var s=require("react/jsx-runtime"),c=require("react");const l=c.forwardRef(({size:e=14,...r},i)=>(e&&(r.width=e,r.height=e),s.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 512",ref:i,...r,children:s.jsx("path",{d:"M64 448c-8.188 0-16.38-3.125-22.62-9.375-12.5-12.5-12.5-32.75 0-45.25L178.8 256 41.38 118.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25l-160 160C80.38 444.9 72.19 448 64 448z"})}))),t=l;t.displayName="AngleRight";module.exports=t;
1
+ "use strict";var s=require("react/jsx-runtime"),c=require("react");const a=c.forwardRef(({size:e=14,...r},i)=>(e&&(r.width=e,r.height=e),s.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 320 512",ref:i,...r,children:s.jsx("path",{d:"M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z"})}))),t=a;t.displayName="AngleRight";module.exports=t;
2
2
  //# sourceMappingURL=AngleRight.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"AngleRight.cjs.js","sources":["../../src/components/AngleRight.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 256 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M64 448c-8.188 0-16.38-3.125-22.62-9.375-12.5-12.5-12.5-32.75 0-45.25L178.8 256 41.38 118.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25l-160 160C80.38 444.9 72.19 448 64 448z\" />\n </svg>\n )\n }\n)\nconst AngleRightIcon = SVGIcon\nAngleRightIcon.displayName = 'AngleRight'\nexport default AngleRightIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","AngleRightIcon","displayName"],"mappings":"mEAKMA,KAAUC,GAAAA,EAAAA,WACZ,CAAC,CAAEC,KAAAA,EAAO,MAAOC,GAASC,QAEZC,GAAAA,MAAQH,EACdC,EAAMG,OAASJ,GAGfK,EAAAA,IACI,MAAA,CAAAC,MAAM,6BACNC,KAAK,eACLC,QAAQ,cACRC,IAAKP,KACDD,EACJS,SAAAL,EAAAA,IAAA,OAAA,CAAMM,EAAE,0NAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAiBd,EACvBc,EAAeC,YAAc"}
1
+ {"version":3,"file":"AngleRight.cjs.js","sources":["../../src/components/AngleRight.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 320 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z\" />\n </svg>\n )\n }\n)\nconst AngleRightIcon = SVGIcon\nAngleRightIcon.displayName = 'AngleRight'\nexport default AngleRightIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","AngleRightIcon","displayName"],"mappings":"mEAKMA,KAAUC,GAAAA,EAAAA,WACZ,CAAC,CAAEC,KAAAA,EAAO,MAAOC,GAASC,QAEZC,GAAAA,MAAQH,EACdC,EAAMG,OAASJ,GAGfK,EAAAA,IACI,MAAA,CAAAC,MAAM,6BACNC,KAAK,eACLC,QAAQ,cACRC,IAAKP,KACDD,EACJS,SAAAL,EAAAA,IAAA,OAAA,CAAMM,EAAE,qJAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAiBd,EACvBc,EAAeC,YAAc"}
@@ -1,7 +1,7 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
3
 
4
- const c=forwardRef(({size:t=14,...r},e)=>(t&&(r.width=t,r.height=t),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 512",ref:e,...r,children:jsx("path",{d:"M64 448c-8.188 0-16.38-3.125-22.62-9.375-12.5-12.5-12.5-32.75 0-45.25L178.8 256 41.38 118.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25l-160 160C80.38 444.9 72.19 448 64 448z"})}))),l=c;l.displayName="AngleRight";
4
+ const c=forwardRef(({size:t=14,...r},l)=>(t&&(r.width=t,r.height=t),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 320 512",ref:l,...r,children:jsx("path",{d:"M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z"})}))),e=c;e.displayName="AngleRight";
5
5
 
6
- export { l as default };
6
+ export { e as default };
7
7
  //# sourceMappingURL=AngleRight.es.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"AngleRight.es.js","sources":["../../src/components/AngleRight.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 256 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M64 448c-8.188 0-16.38-3.125-22.62-9.375-12.5-12.5-12.5-32.75 0-45.25L178.8 256 41.38 118.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25l-160 160C80.38 444.9 72.19 448 64 448z\" />\n </svg>\n )\n }\n)\nconst AngleRightIcon = SVGIcon\nAngleRightIcon.displayName = 'AngleRight'\nexport default AngleRightIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","AngleRightIcon","displayName"],"mappings":";;;AAKMA,MAAUC,CAAAA,CAAAA,UAAAA,CACZ,CAAC,CAAEC,IAAAA,CAAAA,CAAAA,CAAO,MAAOC,CAASC,CAAAA,CAAAA,CAAAA,QAEZC,CAAAA,CAAAA,KAAAA,CAAQH,EACdC,CAAMG,CAAAA,MAAAA,CAASJ,GAGfK,GACI,CAAA,KAAA,CAAA,CAAAC,KAAM,CAAA,4BAAA,CACNC,KAAK,cACLC,CAAAA,OAAAA,CAAQ,cACRC,GAAKP,CAAAA,CAAAA,CAAAA,GACDD,EACJS,QAAAL,CAAAA,GAAAA,CAAA,OAAA,CAAMM,CAAAA,CAAE,0NAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAiBd,EACvBc,CAAAA,CAAeC,WAAc,CAAA,YAAA;;;;"}
1
+ {"version":3,"file":"AngleRight.es.js","sources":["../../src/components/AngleRight.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 320 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z\" />\n </svg>\n )\n }\n)\nconst AngleRightIcon = SVGIcon\nAngleRightIcon.displayName = 'AngleRight'\nexport default AngleRightIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","AngleRightIcon","displayName"],"mappings":";;;AAKMA,MAAUC,CAAAA,CAAAA,UAAAA,CACZ,CAAC,CAAEC,IAAAA,CAAAA,CAAAA,CAAO,MAAOC,CAASC,CAAAA,CAAAA,CAAAA,QAEZC,CAAAA,CAAAA,KAAAA,CAAQH,EACdC,CAAMG,CAAAA,MAAAA,CAASJ,GAGfK,GACI,CAAA,KAAA,CAAA,CAAAC,KAAM,CAAA,4BAAA,CACNC,KAAK,cACLC,CAAAA,OAAAA,CAAQ,cACRC,GAAKP,CAAAA,CAAAA,CAAAA,GACDD,EACJS,QAAAL,CAAAA,GAAAA,CAAA,OAAA,CAAMM,CAAAA,CAAE,qJAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAiBd,EACvBc,CAAAA,CAAeC,WAAc,CAAA,YAAA;;;;"}
@@ -1,2 +1,2 @@
1
- "use strict";var t=require("react/jsx-runtime"),i=require("react");const a=i.forwardRef(({size:r=14,...e},c)=>(r&&(e.width=r,e.height=r),t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 576 512",ref:c,...e,children:t.jsx("path",{d:"M352 120c0-13.3 10.7-24 24-24h176c13.3 0 24 10.7 24 24v176c0 13.3-10.7 24-24 24s-24-10.7-24-24V177.9L337 369c-9.4 9.4-24.6 9.4-33.9 0l-111-111L41 409c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L175 207c9.4-9.4 24.6-9.4 33.9 0l111 111 174.2-174H376c-13.3 0-24-10.7-24-24z"})}))),s=a;s.displayName="ArrowTrendUp";module.exports=s;
1
+ "use strict";var t=require("react/jsx-runtime"),i=require("react");const a=i.forwardRef(({size:r=14,...e},s)=>(r&&(e.width=r,e.height=r),t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 576 512",ref:s,...e,children:t.jsx("path",{d:"M368 112c0-8.8 7.2-16 16-16h176c8.8 0 16 7.2 16 16v176c0 8.8-7.2 16-16 16s-16-7.2-16-16V150.6L331.3 363.3c-6.2 6.3-16.4 6.3-22.6 0L192 246.6 27.31 411.3c-6.24 6.3-16.37 6.3-22.624 0-6.248-6.2-6.248-16.4 0-22.6l176.014-176c6.2-6.3 16.4-6.3 22.6 0L320 329.4 521.4 128H384c-8.8 0-16-7.2-16-16z"})}))),c=a;c.displayName="ArrowTrendUp";module.exports=c;
2
2
  //# sourceMappingURL=ArrowTrendUp.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowTrendUp.cjs.js","sources":["../../src/components/ArrowTrendUp.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 576 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M352 120c0-13.3 10.7-24 24-24h176c13.3 0 24 10.7 24 24v176c0 13.3-10.7 24-24 24s-24-10.7-24-24V177.9L337 369c-9.4 9.4-24.6 9.4-33.9 0l-111-111L41 409c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L175 207c9.4-9.4 24.6-9.4 33.9 0l111 111 174.2-174H376c-13.3 0-24-10.7-24-24z\" />\n </svg>\n )\n }\n)\nconst ArrowTrendUpIcon = SVGIcon\nArrowTrendUpIcon.displayName = 'ArrowTrendUp'\nexport default ArrowTrendUpIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","ArrowTrendUpIcon","displayName"],"mappings":"mEAKMA,KAAUC,GAAAA,EAAAA,WACZ,CAAC,CAAEC,KAAAA,EAAO,MAAOC,GAASC,QAEZC,GAAAA,MAAQH,EACdC,EAAMG,OAASJ,GAGfK,EAAAA,IACI,MAAA,CAAAC,MAAM,6BACNC,KAAK,eACLC,QAAQ,cACRC,IAAKP,KACDD,EACJS,SAAAL,EAAAA,IAAA,OAAA,CAAMM,EAAE,8QAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAmBd,EACzBc,EAAiBC,YAAc"}
1
+ {"version":3,"file":"ArrowTrendUp.cjs.js","sources":["../../src/components/ArrowTrendUp.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 576 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M368 112c0-8.8 7.2-16 16-16h176c8.8 0 16 7.2 16 16v176c0 8.8-7.2 16-16 16s-16-7.2-16-16V150.6L331.3 363.3c-6.2 6.3-16.4 6.3-22.6 0L192 246.6 27.31 411.3c-6.24 6.3-16.37 6.3-22.624 0-6.248-6.2-6.248-16.4 0-22.6l176.014-176c6.2-6.3 16.4-6.3 22.6 0L320 329.4 521.4 128H384c-8.8 0-16-7.2-16-16z\" />\n </svg>\n )\n }\n)\nconst ArrowTrendUpIcon = SVGIcon\nArrowTrendUpIcon.displayName = 'ArrowTrendUp'\nexport default ArrowTrendUpIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","ArrowTrendUpIcon","displayName"],"mappings":"mEAKMA,KAAUC,GAAAA,EAAAA,WACZ,CAAC,CAAEC,KAAAA,EAAO,MAAOC,GAASC,QAEZC,GAAAA,MAAQH,EACdC,EAAMG,OAASJ,GAGfK,EAAAA,IACI,MAAA,CAAAC,MAAM,6BACNC,KAAK,eACLC,QAAQ,cACRC,IAAKP,KACDD,EACJS,SAAAL,EAAAA,IAAA,OAAA,CAAMM,EAAE,oSAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAmBd,EACzBc,EAAiBC,YAAc"}
@@ -1,7 +1,7 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
3
 
4
- const l=forwardRef(({size:r=14,...o},e)=>(r&&(o.width=r,o.height=r),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 576 512",ref:e,...o,children:jsx("path",{d:"M352 120c0-13.3 10.7-24 24-24h176c13.3 0 24 10.7 24 24v176c0 13.3-10.7 24-24 24s-24-10.7-24-24V177.9L337 369c-9.4 9.4-24.6 9.4-33.9 0l-111-111L41 409c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L175 207c9.4-9.4 24.6-9.4 33.9 0l111 111 174.2-174H376c-13.3 0-24-10.7-24-24z"})}))),t=l;t.displayName="ArrowTrendUp";
4
+ const w=forwardRef(({size:r=14,...o},e)=>(r&&(o.width=r,o.height=r),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 576 512",ref:e,...o,children:jsx("path",{d:"M368 112c0-8.8 7.2-16 16-16h176c8.8 0 16 7.2 16 16v176c0 8.8-7.2 16-16 16s-16-7.2-16-16V150.6L331.3 363.3c-6.2 6.3-16.4 6.3-22.6 0L192 246.6 27.31 411.3c-6.24 6.3-16.37 6.3-22.624 0-6.248-6.2-6.248-16.4 0-22.6l176.014-176c6.2-6.3 16.4-6.3 22.6 0L320 329.4 521.4 128H384c-8.8 0-16-7.2-16-16z"})}))),t=w;t.displayName="ArrowTrendUp";
5
5
 
6
6
  export { t as default };
7
7
  //# sourceMappingURL=ArrowTrendUp.es.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowTrendUp.es.js","sources":["../../src/components/ArrowTrendUp.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 576 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M352 120c0-13.3 10.7-24 24-24h176c13.3 0 24 10.7 24 24v176c0 13.3-10.7 24-24 24s-24-10.7-24-24V177.9L337 369c-9.4 9.4-24.6 9.4-33.9 0l-111-111L41 409c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L175 207c9.4-9.4 24.6-9.4 33.9 0l111 111 174.2-174H376c-13.3 0-24-10.7-24-24z\" />\n </svg>\n )\n }\n)\nconst ArrowTrendUpIcon = SVGIcon\nArrowTrendUpIcon.displayName = 'ArrowTrendUp'\nexport default ArrowTrendUpIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","ArrowTrendUpIcon","displayName"],"mappings":";;;AAKMA,MAAUC,CAAAA,CAAAA,UAAAA,CACZ,CAAC,CAAEC,IAAAA,CAAAA,CAAAA,CAAO,MAAOC,CAASC,CAAAA,CAAAA,CAAAA,QAEZC,CAAAA,CAAAA,KAAAA,CAAQH,EACdC,CAAMG,CAAAA,MAAAA,CAASJ,GAGfK,GACI,CAAA,KAAA,CAAA,CAAAC,KAAM,CAAA,4BAAA,CACNC,KAAK,cACLC,CAAAA,OAAAA,CAAQ,cACRC,GAAKP,CAAAA,CAAAA,CAAAA,GACDD,EACJS,QAAAL,CAAAA,GAAAA,CAAA,OAAA,CAAMM,CAAAA,CAAE,8QAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAmBd,EACzBc,CAAAA,CAAiBC,WAAc,CAAA,cAAA;;;;"}
1
+ {"version":3,"file":"ArrowTrendUp.es.js","sources":["../../src/components/ArrowTrendUp.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 576 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M368 112c0-8.8 7.2-16 16-16h176c8.8 0 16 7.2 16 16v176c0 8.8-7.2 16-16 16s-16-7.2-16-16V150.6L331.3 363.3c-6.2 6.3-16.4 6.3-22.6 0L192 246.6 27.31 411.3c-6.24 6.3-16.37 6.3-22.624 0-6.248-6.2-6.248-16.4 0-22.6l176.014-176c6.2-6.3 16.4-6.3 22.6 0L320 329.4 521.4 128H384c-8.8 0-16-7.2-16-16z\" />\n </svg>\n )\n }\n)\nconst ArrowTrendUpIcon = SVGIcon\nArrowTrendUpIcon.displayName = 'ArrowTrendUp'\nexport default ArrowTrendUpIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","ArrowTrendUpIcon","displayName"],"mappings":";;;AAKMA,MAAUC,CAAAA,CAAAA,UAAAA,CACZ,CAAC,CAAEC,IAAAA,CAAAA,CAAAA,CAAO,MAAOC,CAASC,CAAAA,CAAAA,CAAAA,QAEZC,CAAAA,CAAAA,KAAAA,CAAQH,EACdC,CAAMG,CAAAA,MAAAA,CAASJ,GAGfK,GACI,CAAA,KAAA,CAAA,CAAAC,KAAM,CAAA,4BAAA,CACNC,KAAK,cACLC,CAAAA,OAAAA,CAAQ,cACRC,GAAKP,CAAAA,CAAAA,CAAAA,GACDD,EACJS,QAAAL,CAAAA,GAAAA,CAAA,OAAA,CAAMM,CAAAA,CAAE,oSAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAmBd,EACzBc,CAAAA,CAAiBC,WAAc,CAAA,cAAA;;;;"}
@@ -1,2 +1,2 @@
1
- "use strict";var c=require("react/jsx-runtime"),i=require("react");const a=i.forwardRef(({size:r=14,...e},s)=>(r&&(e.width=r,e.height=r),c.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 448 512",ref:s,...e,children:c.jsx("path",{d:"M0 88C0 39.4 39.4 0 88 0h304c30.9 0 56 25.1 56 56v288c0 22.3-13.1 41.6-32 50.6V464h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H80c-44.2 0-80-35.8-80-80 0-2.7.1-5.4.4-8H0V88zm80 312c-17.7 0-32 14.3-32 32s14.3 32 32 32h288v-64H80zm-32-41.3c9.8-4.3 20.6-6.7 32-6.7h312c4.4 0 8-3.6 8-8V56c0-4.4-3.6-8-8-8h-40v158.7c0 13.4-15.5 20.9-26 12.5L272 176l-54 43.2c-10.5 8.4-26 .9-26-12.5V48H88c-22.1 0-40 17.9-40 40v270.7z"})}))),t=a;t.displayName="BookBookmark";module.exports=t;
1
+ "use strict";var c=require("react/jsx-runtime"),h=require("react");const i=h.forwardRef(({size:r=14,...e},t)=>(r&&(e.width=r,e.height=r),c.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 448 512",ref:t,...e,children:c.jsx("path",{d:"M448 368V48c0-26.51-21.5-48-48-48H80C35.82 0 0 35.82 0 80v368c0 35.35 28.66 64 64 64h368c8.844 0 16-7.156 16-16s-7.2-16-16-16h-16v-66.95c18.6-6.65 32-24.25 32-45.05zM320 32v174.7l-54.9-43.2c-2-2.3-5.6-3.5-9.1-3.5s-7.062 1.172-10 3.5l-54 43.2V32h128zm64 448H64c-17.64 0-32-14.36-32-32s14.36-32 32-32h320v64zm16-96H64c-11.71 0-22.55 3.389-32 8.9V80c0-26.51 21.49-48 48-48h80v208c0 6.156 3.531 11.75 9.062 14.42 5.562 2.672 12.09 1.891 16.94-1.922L256 196.5l69.1 56.02c3.8 2.28 7.3 3.48 10.9 3.48 2.344 0 4.719-.516 6.938-1.578C348.5 251.8 352 246.2 352 240V32h48c8.8 0 16 7.16 16 16v320c0 8.8-7.2 16-16 16z"})}))),s=i;s.displayName="BookBookmark";module.exports=s;
2
2
  //# sourceMappingURL=BookBookmark.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"BookBookmark.cjs.js","sources":["../../src/components/BookBookmark.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 448 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M0 88C0 39.4 39.4 0 88 0h304c30.9 0 56 25.1 56 56v288c0 22.3-13.1 41.6-32 50.6V464h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H80c-44.2 0-80-35.8-80-80 0-2.7.1-5.4.4-8H0V88zm80 312c-17.7 0-32 14.3-32 32s14.3 32 32 32h288v-64H80zm-32-41.3c9.8-4.3 20.6-6.7 32-6.7h312c4.4 0 8-3.6 8-8V56c0-4.4-3.6-8-8-8h-40v158.7c0 13.4-15.5 20.9-26 12.5L272 176l-54 43.2c-10.5 8.4-26 .9-26-12.5V48H88c-22.1 0-40 17.9-40 40v270.7z\" />\n </svg>\n )\n }\n)\nconst BookBookmarkIcon = SVGIcon\nBookBookmarkIcon.displayName = 'BookBookmark'\nexport default BookBookmarkIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","BookBookmarkIcon","displayName"],"mappings":"mEAKMA,KAAUC,GAAAA,EAAAA,WACZ,CAAC,CAAEC,KAAAA,EAAO,MAAOC,GAASC,QAEZC,GAAAA,MAAQH,EACdC,EAAMG,OAASJ,GAGfK,EAAAA,IACI,MAAA,CAAAC,MAAM,6BACNC,KAAK,eACLC,QAAQ,cACRC,IAAKP,KACDD,EACJS,SAAAL,EAAAA,IAAA,OAAA,CAAMM,EAAE,uZAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAmBd,EACzBc,EAAiBC,YAAc"}
1
+ {"version":3,"file":"BookBookmark.cjs.js","sources":["../../src/components/BookBookmark.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 448 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M448 368V48c0-26.51-21.5-48-48-48H80C35.82 0 0 35.82 0 80v368c0 35.35 28.66 64 64 64h368c8.844 0 16-7.156 16-16s-7.2-16-16-16h-16v-66.95c18.6-6.65 32-24.25 32-45.05zM320 32v174.7l-54.9-43.2c-2-2.3-5.6-3.5-9.1-3.5s-7.062 1.172-10 3.5l-54 43.2V32h128zm64 448H64c-17.64 0-32-14.36-32-32s14.36-32 32-32h320v64zm16-96H64c-11.71 0-22.55 3.389-32 8.9V80c0-26.51 21.49-48 48-48h80v208c0 6.156 3.531 11.75 9.062 14.42 5.562 2.672 12.09 1.891 16.94-1.922L256 196.5l69.1 56.02c3.8 2.28 7.3 3.48 10.9 3.48 2.344 0 4.719-.516 6.938-1.578C348.5 251.8 352 246.2 352 240V32h48c8.8 0 16 7.16 16 16v320c0 8.8-7.2 16-16 16z\" />\n </svg>\n )\n }\n)\nconst BookBookmarkIcon = SVGIcon\nBookBookmarkIcon.displayName = 'BookBookmark'\nexport default BookBookmarkIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","BookBookmarkIcon","displayName"],"mappings":"mEAKMA,KAAUC,GAAAA,EAAAA,WACZ,CAAC,CAAEC,KAAAA,EAAO,MAAOC,GAASC,QAEZC,GAAAA,MAAQH,EACdC,EAAMG,OAASJ,GAGfK,EAAAA,IACI,MAAA,CAAAC,MAAM,6BACNC,KAAK,eACLC,QAAQ,cACRC,IAAKP,KACDD,EACJS,SAAAL,EAAAA,IAAA,OAAA,CAAMM,EAAE,8lBAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAmBd,EACzBc,EAAiBC,YAAc"}
@@ -1,7 +1,7 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
3
 
4
- const a=forwardRef(({size:o=14,...c},h)=>(o&&(c.width=o,c.height=o),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 448 512",ref:h,...c,children:jsx("path",{d:"M0 88C0 39.4 39.4 0 88 0h304c30.9 0 56 25.1 56 56v288c0 22.3-13.1 41.6-32 50.6V464h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H80c-44.2 0-80-35.8-80-80 0-2.7.1-5.4.4-8H0V88zm80 312c-17.7 0-32 14.3-32 32s14.3 32 32 32h288v-64H80zm-32-41.3c9.8-4.3 20.6-6.7 32-6.7h312c4.4 0 8-3.6 8-8V56c0-4.4-3.6-8-8-8h-40v158.7c0 13.4-15.5 20.9-26 12.5L272 176l-54 43.2c-10.5 8.4-26 .9-26-12.5V48H88c-22.1 0-40 17.9-40 40v270.7z"})}))),t=a;t.displayName="BookBookmark";
4
+ const m=forwardRef(({size:o=14,...c},h)=>(o&&(c.width=o,c.height=o),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 448 512",ref:h,...c,children:jsx("path",{d:"M448 368V48c0-26.51-21.5-48-48-48H80C35.82 0 0 35.82 0 80v368c0 35.35 28.66 64 64 64h368c8.844 0 16-7.156 16-16s-7.2-16-16-16h-16v-66.95c18.6-6.65 32-24.25 32-45.05zM320 32v174.7l-54.9-43.2c-2-2.3-5.6-3.5-9.1-3.5s-7.062 1.172-10 3.5l-54 43.2V32h128zm64 448H64c-17.64 0-32-14.36-32-32s14.36-32 32-32h320v64zm16-96H64c-11.71 0-22.55 3.389-32 8.9V80c0-26.51 21.49-48 48-48h80v208c0 6.156 3.531 11.75 9.062 14.42 5.562 2.672 12.09 1.891 16.94-1.922L256 196.5l69.1 56.02c3.8 2.28 7.3 3.48 10.9 3.48 2.344 0 4.719-.516 6.938-1.578C348.5 251.8 352 246.2 352 240V32h48c8.8 0 16 7.16 16 16v320c0 8.8-7.2 16-16 16z"})}))),t=m;t.displayName="BookBookmark";
5
5
 
6
6
  export { t as default };
7
7
  //# sourceMappingURL=BookBookmark.es.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"BookBookmark.es.js","sources":["../../src/components/BookBookmark.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 448 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M0 88C0 39.4 39.4 0 88 0h304c30.9 0 56 25.1 56 56v288c0 22.3-13.1 41.6-32 50.6V464h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H80c-44.2 0-80-35.8-80-80 0-2.7.1-5.4.4-8H0V88zm80 312c-17.7 0-32 14.3-32 32s14.3 32 32 32h288v-64H80zm-32-41.3c9.8-4.3 20.6-6.7 32-6.7h312c4.4 0 8-3.6 8-8V56c0-4.4-3.6-8-8-8h-40v158.7c0 13.4-15.5 20.9-26 12.5L272 176l-54 43.2c-10.5 8.4-26 .9-26-12.5V48H88c-22.1 0-40 17.9-40 40v270.7z\" />\n </svg>\n )\n }\n)\nconst BookBookmarkIcon = SVGIcon\nBookBookmarkIcon.displayName = 'BookBookmark'\nexport default BookBookmarkIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","BookBookmarkIcon","displayName"],"mappings":";;;AAKMA,MAAUC,CAAAA,CAAAA,UAAAA,CACZ,CAAC,CAAEC,IAAAA,CAAAA,CAAAA,CAAO,MAAOC,CAASC,CAAAA,CAAAA,CAAAA,QAEZC,CAAAA,CAAAA,KAAAA,CAAQH,EACdC,CAAMG,CAAAA,MAAAA,CAASJ,GAGfK,GACI,CAAA,KAAA,CAAA,CAAAC,KAAM,CAAA,4BAAA,CACNC,KAAK,cACLC,CAAAA,OAAAA,CAAQ,cACRC,GAAKP,CAAAA,CAAAA,CAAAA,GACDD,EACJS,QAAAL,CAAAA,GAAAA,CAAA,OAAA,CAAMM,CAAAA,CAAE,uZAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAmBd,EACzBc,CAAAA,CAAiBC,WAAc,CAAA,cAAA;;;;"}
1
+ {"version":3,"file":"BookBookmark.es.js","sources":["../../src/components/BookBookmark.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 448 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M448 368V48c0-26.51-21.5-48-48-48H80C35.82 0 0 35.82 0 80v368c0 35.35 28.66 64 64 64h368c8.844 0 16-7.156 16-16s-7.2-16-16-16h-16v-66.95c18.6-6.65 32-24.25 32-45.05zM320 32v174.7l-54.9-43.2c-2-2.3-5.6-3.5-9.1-3.5s-7.062 1.172-10 3.5l-54 43.2V32h128zm64 448H64c-17.64 0-32-14.36-32-32s14.36-32 32-32h320v64zm16-96H64c-11.71 0-22.55 3.389-32 8.9V80c0-26.51 21.49-48 48-48h80v208c0 6.156 3.531 11.75 9.062 14.42 5.562 2.672 12.09 1.891 16.94-1.922L256 196.5l69.1 56.02c3.8 2.28 7.3 3.48 10.9 3.48 2.344 0 4.719-.516 6.938-1.578C348.5 251.8 352 246.2 352 240V32h48c8.8 0 16 7.16 16 16v320c0 8.8-7.2 16-16 16z\" />\n </svg>\n )\n }\n)\nconst BookBookmarkIcon = SVGIcon\nBookBookmarkIcon.displayName = 'BookBookmark'\nexport default BookBookmarkIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","BookBookmarkIcon","displayName"],"mappings":";;;AAKMA,MAAUC,CAAAA,CAAAA,UAAAA,CACZ,CAAC,CAAEC,IAAAA,CAAAA,CAAAA,CAAO,MAAOC,CAASC,CAAAA,CAAAA,CAAAA,QAEZC,CAAAA,CAAAA,KAAAA,CAAQH,EACdC,CAAMG,CAAAA,MAAAA,CAASJ,GAGfK,GACI,CAAA,KAAA,CAAA,CAAAC,KAAM,CAAA,4BAAA,CACNC,KAAK,cACLC,CAAAA,OAAAA,CAAQ,cACRC,GAAKP,CAAAA,CAAAA,CAAAA,GACDD,EACJS,QAAAL,CAAAA,GAAAA,CAAA,OAAA,CAAMM,CAAAA,CAAE,8lBAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAmBd,EACzBc,CAAAA,CAAiBC,WAAc,CAAA,cAAA;;;;"}
@@ -1,2 +1,2 @@
1
- "use strict";var s=require("react/jsx-runtime"),t=require("react");const i=t.forwardRef(({size:r=14,...e},l)=>(r&&(e.width=r,e.height=r),s.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 512 512",ref:l,...e,children:s.jsx("path",{d:"M361.5 218.4c4.2 11.8 6.5 24.4 6.5 37.6 0 61.9-50.1 112-112 112s-112-50.1-112-112 50.1-112 112-112c13.2 0 25.9 2.3 37.6 6.5l4.9-4.9-7.6-45.8C279.6 97.3 268 96 256 96c-88.4 0-160 71.6-160 160s71.6 160 160 160 160-71.6 160-160c0-12-1.3-23.6-3.8-34.9l-45.8-7.6-4.9 4.9zm97.4-8.1c3.3 14.7 5 30 5 45.7 0 114.9-93.1 208-208 208S48 370.9 48 256 141.1 48 256 48c15.7 0 31 1.7 45.7 5l38.8-38.8C314 5 285.6 0 256 0 114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256c0-29.6-5-58-14.3-84.5L459 210.3zM365 180.9l50.7 8.4c10.2 1.7 20.6-1.6 27.9-8.9l51.2-51.2c8.1-8.1 5.3-21.9-5.4-26.2L432 80l-23-57.5c-4.3-10.7-18-13.5-26.2-5.4l-51.2 51.3c-7.3 7.3-10.6 17.7-8.9 27.9l8.4 50.7-92.1 92c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l92.1-92.1z"})}))),c=i;c.displayName="BullseyeArrow";module.exports=c;
1
+ "use strict";var c=require("react/jsx-runtime"),t=require("react");const i=t.forwardRef(({size:r=14,...e},s)=>(r&&(e.width=r,e.height=r),c.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 512 512",ref:s,...e,children:c.jsx("path",{d:"M300.9 32.58c-1.1 1.06-2.3 2.15-3.4 3.26C284.1 33.32 270.2 32 256 32 132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224c0-14.2-1.3-28.1-3.8-41.5 1.1-1.1 2.2-2.3 3.2-3.4l22.8-25.4c6.4 22.3 9.8 45.9 9.8 70.3 0 141.4-114.6 256-256 256S0 397.4 0 256 114.6 0 256 0c24.4 0 47.1 3.406 70.3 9.768L300.9 32.58zm-25.4 72.62l4.2 25c-7.7-1.4-15.6-3.1-24.6-3.1-69.8 0-128 58.2-128 128 0 71.6 58.2 128.9 128 128.9 71.6 0 128.9-57.3 128.9-128.9 0-7.2-.8-16-2.2-22.8l25 4.2c2.7.4 5.4.7 8.1.9.7 6.1 1.1 12.3 1.1 17.7 0 89.3-71.6 160.9-160 160.9S96 344.4 96 255.1c0-87.5 71.6-160 160-160 6.3 0 12.5 1.26 18.6 1.97.2 2.71.5 5.43.9 8.13zm66 87.9l-74.2 74.2c-6.2 6.3-16.4 6.3-22.6 0-6.3-6.2-6.3-16.4 0-22.6l74.2-74.2-11.8-70.4c-2.7-16.31 3.1-32.84 15.5-43.8l48.5-43.93c14-11.652 34.8-5.759 39.8 11.05l17.9 59.73 59.8 17.95c16.8 5 22.7 25.8 11 38.9l-43.9 49.4c-11 12.4-27.5 18.2-43.8 15.5l-70.4-11.8zm27.8-27.8l47.9 8c5.4.9 10.9-1 14.6-5.1l35.6-40.1-46.8-14-51.3 51.2zm28.6-73.86l-14-46.82-40.1 35.6c-4.1 3.65-6 9.16-5.1 14.58l8 47.9 51.2-51.26z"})}))),l=i;l.displayName="BullseyeArrow";module.exports=l;
2
2
  //# sourceMappingURL=BullseyeArrow.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"BullseyeArrow.cjs.js","sources":["../../src/components/BullseyeArrow.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 512 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M361.5 218.4c4.2 11.8 6.5 24.4 6.5 37.6 0 61.9-50.1 112-112 112s-112-50.1-112-112 50.1-112 112-112c13.2 0 25.9 2.3 37.6 6.5l4.9-4.9-7.6-45.8C279.6 97.3 268 96 256 96c-88.4 0-160 71.6-160 160s71.6 160 160 160 160-71.6 160-160c0-12-1.3-23.6-3.8-34.9l-45.8-7.6-4.9 4.9zm97.4-8.1c3.3 14.7 5 30 5 45.7 0 114.9-93.1 208-208 208S48 370.9 48 256 141.1 48 256 48c15.7 0 31 1.7 45.7 5l38.8-38.8C314 5 285.6 0 256 0 114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256c0-29.6-5-58-14.3-84.5L459 210.3zM365 180.9l50.7 8.4c10.2 1.7 20.6-1.6 27.9-8.9l51.2-51.2c8.1-8.1 5.3-21.9-5.4-26.2L432 80l-23-57.5c-4.3-10.7-18-13.5-26.2-5.4l-51.2 51.3c-7.3 7.3-10.6 17.7-8.9 27.9l8.4 50.7-92.1 92c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l92.1-92.1z\" />\n </svg>\n )\n }\n)\nconst BullseyeArrowIcon = SVGIcon\nBullseyeArrowIcon.displayName = 'BullseyeArrow'\nexport default BullseyeArrowIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","BullseyeArrowIcon","displayName"],"mappings":"mEAKMA,KAAUC,GAAAA,EAAAA,WACZ,CAAC,CAAEC,KAAAA,EAAO,MAAOC,GAASC,QAEZC,GAAAA,MAAQH,EACdC,EAAMG,OAASJ,GAGfK,EAAAA,IACI,MAAA,CAAAC,MAAM,6BACNC,KAAK,eACLC,QAAQ,cACRC,IAAKP,KACDD,EACJS,SAAAL,EAAAA,IAAA,OAAA,CAAMM,EAAE,0tBAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAoBd,EAC1Bc,EAAkBC,YAAc"}
1
+ {"version":3,"file":"BullseyeArrow.cjs.js","sources":["../../src/components/BullseyeArrow.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 512 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M300.9 32.58c-1.1 1.06-2.3 2.15-3.4 3.26C284.1 33.32 270.2 32 256 32 132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224c0-14.2-1.3-28.1-3.8-41.5 1.1-1.1 2.2-2.3 3.2-3.4l22.8-25.4c6.4 22.3 9.8 45.9 9.8 70.3 0 141.4-114.6 256-256 256S0 397.4 0 256 114.6 0 256 0c24.4 0 47.1 3.406 70.3 9.768L300.9 32.58zm-25.4 72.62l4.2 25c-7.7-1.4-15.6-3.1-24.6-3.1-69.8 0-128 58.2-128 128 0 71.6 58.2 128.9 128 128.9 71.6 0 128.9-57.3 128.9-128.9 0-7.2-.8-16-2.2-22.8l25 4.2c2.7.4 5.4.7 8.1.9.7 6.1 1.1 12.3 1.1 17.7 0 89.3-71.6 160.9-160 160.9S96 344.4 96 255.1c0-87.5 71.6-160 160-160 6.3 0 12.5 1.26 18.6 1.97.2 2.71.5 5.43.9 8.13zm66 87.9l-74.2 74.2c-6.2 6.3-16.4 6.3-22.6 0-6.3-6.2-6.3-16.4 0-22.6l74.2-74.2-11.8-70.4c-2.7-16.31 3.1-32.84 15.5-43.8l48.5-43.93c14-11.652 34.8-5.759 39.8 11.05l17.9 59.73 59.8 17.95c16.8 5 22.7 25.8 11 38.9l-43.9 49.4c-11 12.4-27.5 18.2-43.8 15.5l-70.4-11.8zm27.8-27.8l47.9 8c5.4.9 10.9-1 14.6-5.1l35.6-40.1-46.8-14-51.3 51.2zm28.6-73.86l-14-46.82-40.1 35.6c-4.1 3.65-6 9.16-5.1 14.58l8 47.9 51.2-51.26z\" />\n </svg>\n )\n }\n)\nconst BullseyeArrowIcon = SVGIcon\nBullseyeArrowIcon.displayName = 'BullseyeArrow'\nexport default BullseyeArrowIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","BullseyeArrowIcon","displayName"],"mappings":"mEAKMA,KAAUC,GAAAA,EAAAA,WACZ,CAAC,CAAEC,KAAAA,EAAO,MAAOC,GAASC,QAEZC,GAAAA,MAAQH,EACdC,EAAMG,OAASJ,GAGfK,EAAAA,IACI,MAAA,CAAAC,MAAM,6BACNC,KAAK,eACLC,QAAQ,cACRC,IAAKP,KACDD,EACJS,SAAAL,EAAAA,IAAA,OAAA,CAAMM,EAAE,2gCAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAoBd,EAC1Bc,EAAkBC,YAAc"}
@@ -1,7 +1,7 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
3
 
4
- const s=forwardRef(({size:l=14,...c},t)=>(l&&(c.width=l,c.height=l),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 512 512",ref:t,...c,children:jsx("path",{d:"M361.5 218.4c4.2 11.8 6.5 24.4 6.5 37.6 0 61.9-50.1 112-112 112s-112-50.1-112-112 50.1-112 112-112c13.2 0 25.9 2.3 37.6 6.5l4.9-4.9-7.6-45.8C279.6 97.3 268 96 256 96c-88.4 0-160 71.6-160 160s71.6 160 160 160 160-71.6 160-160c0-12-1.3-23.6-3.8-34.9l-45.8-7.6-4.9 4.9zm97.4-8.1c3.3 14.7 5 30 5 45.7 0 114.9-93.1 208-208 208S48 370.9 48 256 141.1 48 256 48c15.7 0 31 1.7 45.7 5l38.8-38.8C314 5 285.6 0 256 0 114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256c0-29.6-5-58-14.3-84.5L459 210.3zM365 180.9l50.7 8.4c10.2 1.7 20.6-1.6 27.9-8.9l51.2-51.2c8.1-8.1 5.3-21.9-5.4-26.2L432 80l-23-57.5c-4.3-10.7-18-13.5-26.2-5.4l-51.2 51.3c-7.3 7.3-10.6 17.7-8.9 27.9l8.4 50.7-92.1 92c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l92.1-92.1z"})}))),o=s;o.displayName="BullseyeArrow";
4
+ const m=forwardRef(({size:l=14,...c},t)=>(l&&(c.width=l,c.height=l),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 512 512",ref:t,...c,children:jsx("path",{d:"M300.9 32.58c-1.1 1.06-2.3 2.15-3.4 3.26C284.1 33.32 270.2 32 256 32 132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224c0-14.2-1.3-28.1-3.8-41.5 1.1-1.1 2.2-2.3 3.2-3.4l22.8-25.4c6.4 22.3 9.8 45.9 9.8 70.3 0 141.4-114.6 256-256 256S0 397.4 0 256 114.6 0 256 0c24.4 0 47.1 3.406 70.3 9.768L300.9 32.58zm-25.4 72.62l4.2 25c-7.7-1.4-15.6-3.1-24.6-3.1-69.8 0-128 58.2-128 128 0 71.6 58.2 128.9 128 128.9 71.6 0 128.9-57.3 128.9-128.9 0-7.2-.8-16-2.2-22.8l25 4.2c2.7.4 5.4.7 8.1.9.7 6.1 1.1 12.3 1.1 17.7 0 89.3-71.6 160.9-160 160.9S96 344.4 96 255.1c0-87.5 71.6-160 160-160 6.3 0 12.5 1.26 18.6 1.97.2 2.71.5 5.43.9 8.13zm66 87.9l-74.2 74.2c-6.2 6.3-16.4 6.3-22.6 0-6.3-6.2-6.3-16.4 0-22.6l74.2-74.2-11.8-70.4c-2.7-16.31 3.1-32.84 15.5-43.8l48.5-43.93c14-11.652 34.8-5.759 39.8 11.05l17.9 59.73 59.8 17.95c16.8 5 22.7 25.8 11 38.9l-43.9 49.4c-11 12.4-27.5 18.2-43.8 15.5l-70.4-11.8zm27.8-27.8l47.9 8c5.4.9 10.9-1 14.6-5.1l35.6-40.1-46.8-14-51.3 51.2zm28.6-73.86l-14-46.82-40.1 35.6c-4.1 3.65-6 9.16-5.1 14.58l8 47.9 51.2-51.26z"})}))),o=m;o.displayName="BullseyeArrow";
5
5
 
6
6
  export { o as default };
7
7
  //# sourceMappingURL=BullseyeArrow.es.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"BullseyeArrow.es.js","sources":["../../src/components/BullseyeArrow.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 512 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M361.5 218.4c4.2 11.8 6.5 24.4 6.5 37.6 0 61.9-50.1 112-112 112s-112-50.1-112-112 50.1-112 112-112c13.2 0 25.9 2.3 37.6 6.5l4.9-4.9-7.6-45.8C279.6 97.3 268 96 256 96c-88.4 0-160 71.6-160 160s71.6 160 160 160 160-71.6 160-160c0-12-1.3-23.6-3.8-34.9l-45.8-7.6-4.9 4.9zm97.4-8.1c3.3 14.7 5 30 5 45.7 0 114.9-93.1 208-208 208S48 370.9 48 256 141.1 48 256 48c15.7 0 31 1.7 45.7 5l38.8-38.8C314 5 285.6 0 256 0 114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256c0-29.6-5-58-14.3-84.5L459 210.3zM365 180.9l50.7 8.4c10.2 1.7 20.6-1.6 27.9-8.9l51.2-51.2c8.1-8.1 5.3-21.9-5.4-26.2L432 80l-23-57.5c-4.3-10.7-18-13.5-26.2-5.4l-51.2 51.3c-7.3 7.3-10.6 17.7-8.9 27.9l8.4 50.7-92.1 92c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l92.1-92.1z\" />\n </svg>\n )\n }\n)\nconst BullseyeArrowIcon = SVGIcon\nBullseyeArrowIcon.displayName = 'BullseyeArrow'\nexport default BullseyeArrowIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","BullseyeArrowIcon","displayName"],"mappings":";;;AAKMA,MAAUC,CAAAA,CAAAA,UAAAA,CACZ,CAAC,CAAEC,IAAAA,CAAAA,CAAAA,CAAO,MAAOC,CAASC,CAAAA,CAAAA,CAAAA,QAEZC,CAAAA,CAAAA,KAAAA,CAAQH,EACdC,CAAMG,CAAAA,MAAAA,CAASJ,GAGfK,GACI,CAAA,KAAA,CAAA,CAAAC,KAAM,CAAA,4BAAA,CACNC,KAAK,cACLC,CAAAA,OAAAA,CAAQ,cACRC,GAAKP,CAAAA,CAAAA,CAAAA,GACDD,EACJS,QAAAL,CAAAA,GAAAA,CAAA,OAAA,CAAMM,CAAAA,CAAE,0tBAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAoBd,EAC1Bc,CAAAA,CAAkBC,WAAc,CAAA,eAAA;;;;"}
1
+ {"version":3,"file":"BullseyeArrow.es.js","sources":["../../src/components/BullseyeArrow.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 512 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M300.9 32.58c-1.1 1.06-2.3 2.15-3.4 3.26C284.1 33.32 270.2 32 256 32 132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224c0-14.2-1.3-28.1-3.8-41.5 1.1-1.1 2.2-2.3 3.2-3.4l22.8-25.4c6.4 22.3 9.8 45.9 9.8 70.3 0 141.4-114.6 256-256 256S0 397.4 0 256 114.6 0 256 0c24.4 0 47.1 3.406 70.3 9.768L300.9 32.58zm-25.4 72.62l4.2 25c-7.7-1.4-15.6-3.1-24.6-3.1-69.8 0-128 58.2-128 128 0 71.6 58.2 128.9 128 128.9 71.6 0 128.9-57.3 128.9-128.9 0-7.2-.8-16-2.2-22.8l25 4.2c2.7.4 5.4.7 8.1.9.7 6.1 1.1 12.3 1.1 17.7 0 89.3-71.6 160.9-160 160.9S96 344.4 96 255.1c0-87.5 71.6-160 160-160 6.3 0 12.5 1.26 18.6 1.97.2 2.71.5 5.43.9 8.13zm66 87.9l-74.2 74.2c-6.2 6.3-16.4 6.3-22.6 0-6.3-6.2-6.3-16.4 0-22.6l74.2-74.2-11.8-70.4c-2.7-16.31 3.1-32.84 15.5-43.8l48.5-43.93c14-11.652 34.8-5.759 39.8 11.05l17.9 59.73 59.8 17.95c16.8 5 22.7 25.8 11 38.9l-43.9 49.4c-11 12.4-27.5 18.2-43.8 15.5l-70.4-11.8zm27.8-27.8l47.9 8c5.4.9 10.9-1 14.6-5.1l35.6-40.1-46.8-14-51.3 51.2zm28.6-73.86l-14-46.82-40.1 35.6c-4.1 3.65-6 9.16-5.1 14.58l8 47.9 51.2-51.26z\" />\n </svg>\n )\n }\n)\nconst BullseyeArrowIcon = SVGIcon\nBullseyeArrowIcon.displayName = 'BullseyeArrow'\nexport default BullseyeArrowIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","BullseyeArrowIcon","displayName"],"mappings":";;;AAKMA,MAAUC,CAAAA,CAAAA,UAAAA,CACZ,CAAC,CAAEC,IAAAA,CAAAA,CAAAA,CAAO,MAAOC,CAASC,CAAAA,CAAAA,CAAAA,QAEZC,CAAAA,CAAAA,KAAAA,CAAQH,EACdC,CAAMG,CAAAA,MAAAA,CAASJ,GAGfK,GACI,CAAA,KAAA,CAAA,CAAAC,KAAM,CAAA,4BAAA,CACNC,KAAK,cACLC,CAAAA,OAAAA,CAAQ,cACRC,GAAKP,CAAAA,CAAAA,CAAAA,GACDD,EACJS,QAAAL,CAAAA,GAAAA,CAAA,OAAA,CAAMM,CAAAA,CAAE,2gCAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAoBd,EAC1Bc,CAAAA,CAAkBC,WAAc,CAAA,eAAA;;;;"}
@@ -1,2 +1,2 @@
1
- "use strict";var c=require("react/jsx-runtime"),i=require("react");const a=i.forwardRef(({size:e=14,...r},t)=>(e&&(r.width=e,r.height=e),c.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 448 512",ref:t,...r,children:c.jsx("path",{d:"M128 0c13.3 0 24 10.7 24 24v40h144V24c0-13.3 10.7-24 24-24s24 10.7 24 24v40h40c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128c0-35.3 28.7-64 64-64h40V24c0-13.3 10.7-24 24-24zm272 192H48v256c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16V192zm-71 105L217 409c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 95-95c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"})}))),s=a;s.displayName="CalendarCheck";module.exports=s;
1
+ "use strict";var r=require("react/jsx-runtime"),h=require("react");const i=h.forwardRef(({size:e=14,...c},s)=>(e&&(c.width=e,c.height=e),r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 448 512",ref:s,...c,children:r.jsx("path",{d:"M219.3 395.3c-6.2 6.3-16.4 6.3-22.6 0l-64-64c-6.3-6.2-6.3-16.4 0-22.6 6.2-6.3 16.4-6.3 22.6 0l52.7 52.7 100.7-100.7c6.2-6.3 16.4-6.3 22.6 0 6.3 6.2 6.3 16.4 0 22.6l-112 112zM128 64h192V16c0-8.836 7.2-16 16-16s16 7.164 16 16v48h32c35.3 0 64 28.65 64 64v320c0 35.3-28.7 64-64 64H64c-35.35 0-64-28.7-64-64V128c0-35.35 28.65-64 64-64h32V16c0-8.836 7.2-16 16-16s16 7.164 16 16v48zM32 448c0 17.7 14.33 32 32 32h320c17.7 0 32-14.3 32-32V192H32v256zm0-320v32h384v-32c0-17.7-14.3-32-32-32H64c-17.67 0-32 14.3-32 32z"})}))),t=i;t.displayName="CalendarCheck";module.exports=t;
2
2
  //# sourceMappingURL=CalendarCheck.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CalendarCheck.cjs.js","sources":["../../src/components/CalendarCheck.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 448 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M128 0c13.3 0 24 10.7 24 24v40h144V24c0-13.3 10.7-24 24-24s24 10.7 24 24v40h40c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128c0-35.3 28.7-64 64-64h40V24c0-13.3 10.7-24 24-24zm272 192H48v256c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16V192zm-71 105L217 409c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 95-95c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z\" />\n </svg>\n )\n }\n)\nconst CalendarCheckIcon = SVGIcon\nCalendarCheckIcon.displayName = 'CalendarCheck'\nexport default CalendarCheckIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","CalendarCheckIcon","displayName"],"mappings":"mEAKMA,KAAUC,GAAAA,EAAAA,WACZ,CAAC,CAAEC,KAAAA,EAAO,MAAOC,GAASC,QAEZC,GAAAA,MAAQH,EACdC,EAAMG,OAASJ,GAGfK,EAAAA,IACI,MAAA,CAAAC,MAAM,6BACNC,KAAK,eACLC,QAAQ,cACRC,IAAKP,KACDD,EACJS,SAAAL,EAAAA,IAAA,OAAA,CAAMM,EAAE,wZAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAoBd,EAC1Bc,EAAkBC,YAAc"}
1
+ {"version":3,"file":"CalendarCheck.cjs.js","sources":["../../src/components/CalendarCheck.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 448 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M219.3 395.3c-6.2 6.3-16.4 6.3-22.6 0l-64-64c-6.3-6.2-6.3-16.4 0-22.6 6.2-6.3 16.4-6.3 22.6 0l52.7 52.7 100.7-100.7c6.2-6.3 16.4-6.3 22.6 0 6.3 6.2 6.3 16.4 0 22.6l-112 112zM128 64h192V16c0-8.836 7.2-16 16-16s16 7.164 16 16v48h32c35.3 0 64 28.65 64 64v320c0 35.3-28.7 64-64 64H64c-35.35 0-64-28.7-64-64V128c0-35.35 28.65-64 64-64h32V16c0-8.836 7.2-16 16-16s16 7.164 16 16v48zM32 448c0 17.7 14.33 32 32 32h320c17.7 0 32-14.3 32-32V192H32v256zm0-320v32h384v-32c0-17.7-14.3-32-32-32H64c-17.67 0-32 14.3-32 32z\" />\n </svg>\n )\n }\n)\nconst CalendarCheckIcon = SVGIcon\nCalendarCheckIcon.displayName = 'CalendarCheck'\nexport default CalendarCheckIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","CalendarCheckIcon","displayName"],"mappings":"mEAKMA,KAAUC,GAAAA,EAAAA,WACZ,CAAC,CAAEC,KAAAA,EAAO,MAAOC,GAASC,QAEZC,GAAAA,MAAQH,EACdC,EAAMG,OAASJ,GAGfK,EAAAA,IACI,MAAA,CAAAC,MAAM,6BACNC,KAAK,eACLC,QAAQ,cACRC,IAAKP,KACDD,EACJS,SAAAL,EAAAA,IAAA,OAAA,CAAMM,EAAE,4fAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAoBd,EAC1Bc,EAAkBC,YAAc"}
@@ -1,7 +1,7 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
3
 
4
- const l=forwardRef(({size:c=14,...r},h)=>(c&&(r.width=c,r.height=c),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 448 512",ref:h,...r,children:jsx("path",{d:"M128 0c13.3 0 24 10.7 24 24v40h144V24c0-13.3 10.7-24 24-24s24 10.7 24 24v40h40c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128c0-35.3 28.7-64 64-64h40V24c0-13.3 10.7-24 24-24zm272 192H48v256c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16V192zm-71 105L217 409c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 95-95c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"})}))),e=l;e.displayName="CalendarCheck";
4
+ const o=forwardRef(({size:c=14,...r},e)=>(c&&(r.width=c,r.height=c),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 448 512",ref:e,...r,children:jsx("path",{d:"M219.3 395.3c-6.2 6.3-16.4 6.3-22.6 0l-64-64c-6.3-6.2-6.3-16.4 0-22.6 6.2-6.3 16.4-6.3 22.6 0l52.7 52.7 100.7-100.7c6.2-6.3 16.4-6.3 22.6 0 6.3 6.2 6.3 16.4 0 22.6l-112 112zM128 64h192V16c0-8.836 7.2-16 16-16s16 7.164 16 16v48h32c35.3 0 64 28.65 64 64v320c0 35.3-28.7 64-64 64H64c-35.35 0-64-28.7-64-64V128c0-35.35 28.65-64 64-64h32V16c0-8.836 7.2-16 16-16s16 7.164 16 16v48zM32 448c0 17.7 14.33 32 32 32h320c17.7 0 32-14.3 32-32V192H32v256zm0-320v32h384v-32c0-17.7-14.3-32-32-32H64c-17.67 0-32 14.3-32 32z"})}))),t=o;t.displayName="CalendarCheck";
5
5
 
6
- export { e as default };
6
+ export { t as default };
7
7
  //# sourceMappingURL=CalendarCheck.es.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CalendarCheck.es.js","sources":["../../src/components/CalendarCheck.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 448 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M128 0c13.3 0 24 10.7 24 24v40h144V24c0-13.3 10.7-24 24-24s24 10.7 24 24v40h40c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128c0-35.3 28.7-64 64-64h40V24c0-13.3 10.7-24 24-24zm272 192H48v256c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16V192zm-71 105L217 409c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 95-95c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z\" />\n </svg>\n )\n }\n)\nconst CalendarCheckIcon = SVGIcon\nCalendarCheckIcon.displayName = 'CalendarCheck'\nexport default CalendarCheckIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","CalendarCheckIcon","displayName"],"mappings":";;;AAKMA,MAAUC,CAAAA,CAAAA,UAAAA,CACZ,CAAC,CAAEC,IAAAA,CAAAA,CAAAA,CAAO,MAAOC,CAASC,CAAAA,CAAAA,CAAAA,QAEZC,CAAAA,CAAAA,KAAAA,CAAQH,EACdC,CAAMG,CAAAA,MAAAA,CAASJ,GAGfK,GACI,CAAA,KAAA,CAAA,CAAAC,KAAM,CAAA,4BAAA,CACNC,KAAK,cACLC,CAAAA,OAAAA,CAAQ,cACRC,GAAKP,CAAAA,CAAAA,CAAAA,GACDD,EACJS,QAAAL,CAAAA,GAAAA,CAAA,OAAA,CAAMM,CAAAA,CAAE,wZAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAoBd,EAC1Bc,CAAAA,CAAkBC,WAAc,CAAA,eAAA;;;;"}
1
+ {"version":3,"file":"CalendarCheck.es.js","sources":["../../src/components/CalendarCheck.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 448 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M219.3 395.3c-6.2 6.3-16.4 6.3-22.6 0l-64-64c-6.3-6.2-6.3-16.4 0-22.6 6.2-6.3 16.4-6.3 22.6 0l52.7 52.7 100.7-100.7c6.2-6.3 16.4-6.3 22.6 0 6.3 6.2 6.3 16.4 0 22.6l-112 112zM128 64h192V16c0-8.836 7.2-16 16-16s16 7.164 16 16v48h32c35.3 0 64 28.65 64 64v320c0 35.3-28.7 64-64 64H64c-35.35 0-64-28.7-64-64V128c0-35.35 28.65-64 64-64h32V16c0-8.836 7.2-16 16-16s16 7.164 16 16v48zM32 448c0 17.7 14.33 32 32 32h320c17.7 0 32-14.3 32-32V192H32v256zm0-320v32h384v-32c0-17.7-14.3-32-32-32H64c-17.67 0-32 14.3-32 32z\" />\n </svg>\n )\n }\n)\nconst CalendarCheckIcon = SVGIcon\nCalendarCheckIcon.displayName = 'CalendarCheck'\nexport default CalendarCheckIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","CalendarCheckIcon","displayName"],"mappings":";;;AAKMA,MAAUC,CAAAA,CAAAA,UAAAA,CACZ,CAAC,CAAEC,IAAAA,CAAAA,CAAAA,CAAO,MAAOC,CAASC,CAAAA,CAAAA,CAAAA,QAEZC,CAAAA,CAAAA,KAAAA,CAAQH,EACdC,CAAMG,CAAAA,MAAAA,CAASJ,GAGfK,GACI,CAAA,KAAA,CAAA,CAAAC,KAAM,CAAA,4BAAA,CACNC,KAAK,cACLC,CAAAA,OAAAA,CAAQ,cACRC,GAAKP,CAAAA,CAAAA,CAAAA,GACDD,EACJS,QAAAL,CAAAA,GAAAA,CAAA,OAAA,CAAMM,CAAAA,CAAE,4fAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAoBd,EAC1Bc,CAAAA,CAAkBC,WAAc,CAAA,eAAA;;;;"}
@@ -1,2 +1,2 @@
1
- "use strict";var a=require("react/jsx-runtime"),t=require("react");const c=t.forwardRef(({size:e=14,...r},s)=>(e&&(r.width=e,r.height=e),a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 512 512",ref:s,...r,children:a.jsx("path",{d:"M256 48a208 208 0 110 416 208 208 0 110-416zm0 464a256 256 0 100-512 256 256 0 100 512zm0-384c-13.3 0-24 10.7-24 24v112c0 13.3 10.7 24 24 24s24-10.7 24-24V152c0-13.3-10.7-24-24-24zm32 224a32 32 0 10-64 0 32 32 0 1064 0z"})}))),i=c;i.displayName="CircleExclamation";module.exports=i;
1
+ "use strict";var s=require("react/jsx-runtime"),c=require("react");const a=c.forwardRef(({size:e=14,...r},t)=>(e&&(r.width=e,r.height=e),s.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 512 512",ref:t,...r,children:s.jsx("path",{d:"M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm0 480C132.5 480 32 379.5 32 256S132.5 32 256 32s224 100.5 224 224-100.5 224-224 224zm0-176c8.844 0 16-7.156 16-16V128c0-8.844-7.156-16-16-16s-16 7.2-16 16v160c0 8.8 7.2 16 16 16zm0 40c-13.25 0-24 10.75-24 24s10.75 24 24 24 24-10.75 24-24-10.7-24-24-24z"})}))),i=a;i.displayName="CircleExclamation";module.exports=i;
2
2
  //# sourceMappingURL=CircleExclamation.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CircleExclamation.cjs.js","sources":["../../src/components/CircleExclamation.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 512 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M256 48a208 208 0 110 416 208 208 0 110-416zm0 464a256 256 0 100-512 256 256 0 100 512zm0-384c-13.3 0-24 10.7-24 24v112c0 13.3 10.7 24 24 24s24-10.7 24-24V152c0-13.3-10.7-24-24-24zm32 224a32 32 0 10-64 0 32 32 0 1064 0z\" />\n </svg>\n )\n }\n)\nconst CircleExclamationIcon = SVGIcon\nCircleExclamationIcon.displayName = 'CircleExclamation'\nexport default CircleExclamationIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","CircleExclamationIcon","displayName"],"mappings":"mEAKMA,KAAUC,GAAAA,EAAAA,WACZ,CAAC,CAAEC,KAAAA,EAAO,MAAOC,GAASC,QAEZC,GAAAA,MAAQH,EACdC,EAAMG,OAASJ,GAGfK,EAAAA,IACI,MAAA,CAAAC,MAAM,6BACNC,KAAK,eACLC,QAAQ,cACRC,IAAKP,KACDD,EACJS,SAAAL,EAAAA,IAAA,OAAA,CAAMM,EAAE,6NAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAwBd,EAC9Bc,EAAsBC,YAAc"}
1
+ {"version":3,"file":"CircleExclamation.cjs.js","sources":["../../src/components/CircleExclamation.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 512 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm0 480C132.5 480 32 379.5 32 256S132.5 32 256 32s224 100.5 224 224-100.5 224-224 224zm0-176c8.844 0 16-7.156 16-16V128c0-8.844-7.156-16-16-16s-16 7.2-16 16v160c0 8.8 7.2 16 16 16zm0 40c-13.25 0-24 10.75-24 24s10.75 24 24 24 24-10.75 24-24-10.7-24-24-24z\" />\n </svg>\n )\n }\n)\nconst CircleExclamationIcon = SVGIcon\nCircleExclamationIcon.displayName = 'CircleExclamation'\nexport default CircleExclamationIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","CircleExclamationIcon","displayName"],"mappings":"mEAKMA,KAAUC,GAAAA,EAAAA,WACZ,CAAC,CAAEC,KAAAA,EAAO,MAAOC,GAASC,QAEZC,GAAAA,MAAQH,EACdC,EAAMG,OAASJ,GAGfK,EAAAA,IACI,MAAA,CAAAC,MAAM,6BACNC,KAAK,eACLC,QAAQ,cACRC,IAAKP,KACDD,EACJS,SAAAL,EAAAA,IAAA,OAAA,CAAMM,EAAE,8UAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAwBd,EAC9Bc,EAAsBC,YAAc"}
@@ -1,7 +1,7 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
3
 
4
- const l=forwardRef(({size:r=14,...t},c)=>(r&&(t.width=r,t.height=r),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 512 512",ref:c,...t,children:jsx("path",{d:"M256 48a208 208 0 110 416 208 208 0 110-416zm0 464a256 256 0 100-512 256 256 0 100 512zm0-384c-13.3 0-24 10.7-24 24v112c0 13.3 10.7 24 24 24s24-10.7 24-24V152c0-13.3-10.7-24-24-24zm32 224a32 32 0 10-64 0 32 32 0 1064 0z"})}))),a=l;a.displayName="CircleExclamation";
4
+ const m=forwardRef(({size:r=14,...t},i)=>(r&&(t.width=r,t.height=r),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 512 512",ref:i,...t,children:jsx("path",{d:"M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm0 480C132.5 480 32 379.5 32 256S132.5 32 256 32s224 100.5 224 224-100.5 224-224 224zm0-176c8.844 0 16-7.156 16-16V128c0-8.844-7.156-16-16-16s-16 7.2-16 16v160c0 8.8 7.2 16 16 16zm0 40c-13.25 0-24 10.75-24 24s10.75 24 24 24 24-10.75 24-24-10.7-24-24-24z"})}))),o=m;o.displayName="CircleExclamation";
5
5
 
6
- export { a as default };
6
+ export { o as default };
7
7
  //# sourceMappingURL=CircleExclamation.es.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CircleExclamation.es.js","sources":["../../src/components/CircleExclamation.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 512 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M256 48a208 208 0 110 416 208 208 0 110-416zm0 464a256 256 0 100-512 256 256 0 100 512zm0-384c-13.3 0-24 10.7-24 24v112c0 13.3 10.7 24 24 24s24-10.7 24-24V152c0-13.3-10.7-24-24-24zm32 224a32 32 0 10-64 0 32 32 0 1064 0z\" />\n </svg>\n )\n }\n)\nconst CircleExclamationIcon = SVGIcon\nCircleExclamationIcon.displayName = 'CircleExclamation'\nexport default CircleExclamationIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","CircleExclamationIcon","displayName"],"mappings":";;;AAKMA,MAAUC,CAAAA,CAAAA,UAAAA,CACZ,CAAC,CAAEC,IAAAA,CAAAA,CAAAA,CAAO,MAAOC,CAASC,CAAAA,CAAAA,CAAAA,QAEZC,CAAAA,CAAAA,KAAAA,CAAQH,EACdC,CAAMG,CAAAA,MAAAA,CAASJ,GAGfK,GACI,CAAA,KAAA,CAAA,CAAAC,KAAM,CAAA,4BAAA,CACNC,KAAK,cACLC,CAAAA,OAAAA,CAAQ,cACRC,GAAKP,CAAAA,CAAAA,CAAAA,GACDD,EACJS,QAAAL,CAAAA,GAAAA,CAAA,OAAA,CAAMM,CAAAA,CAAE,6NAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAwBd,EAC9Bc,CAAAA,CAAsBC,WAAc,CAAA,mBAAA;;;;"}
1
+ {"version":3,"file":"CircleExclamation.es.js","sources":["../../src/components/CircleExclamation.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 512 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm0 480C132.5 480 32 379.5 32 256S132.5 32 256 32s224 100.5 224 224-100.5 224-224 224zm0-176c8.844 0 16-7.156 16-16V128c0-8.844-7.156-16-16-16s-16 7.2-16 16v160c0 8.8 7.2 16 16 16zm0 40c-13.25 0-24 10.75-24 24s10.75 24 24 24 24-10.75 24-24-10.7-24-24-24z\" />\n </svg>\n )\n }\n)\nconst CircleExclamationIcon = SVGIcon\nCircleExclamationIcon.displayName = 'CircleExclamation'\nexport default CircleExclamationIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","CircleExclamationIcon","displayName"],"mappings":";;;AAKMA,MAAUC,CAAAA,CAAAA,UAAAA,CACZ,CAAC,CAAEC,IAAAA,CAAAA,CAAAA,CAAO,MAAOC,CAASC,CAAAA,CAAAA,CAAAA,QAEZC,CAAAA,CAAAA,KAAAA,CAAQH,EACdC,CAAMG,CAAAA,MAAAA,CAASJ,GAGfK,GACI,CAAA,KAAA,CAAA,CAAAC,KAAM,CAAA,4BAAA,CACNC,KAAK,cACLC,CAAAA,OAAAA,CAAQ,cACRC,GAAKP,CAAAA,CAAAA,CAAAA,GACDD,EACJS,QAAAL,CAAAA,GAAAA,CAAA,OAAA,CAAMM,CAAAA,CAAE,8UAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAwBd,EAC9Bc,CAAAA,CAAsBC,WAAc,CAAA,mBAAA;;;;"}
@@ -1,2 +1,2 @@
1
- "use strict";var s=require("react/jsx-runtime"),t=require("react");const h=t.forwardRef(({size:e=14,...r},i)=>(e&&(r.width=e,r.height=e),s.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 384 512",ref:i,...r,children:s.jsx("path",{d:"M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h160v80c0 17.7 14.3 32 32 32h80v288c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3l-90.6-90.5C262.7 6.7 246.5 0 229.5 0H64zm56 256c-13.3 0-24 10.7-24 24s10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24H120zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24H120z"})}))),c=h;c.displayName="FileLines";module.exports=c;
1
+ "use strict";var s=require("react/jsx-runtime"),i=require("react");const h=i.forwardRef(({size:c=14,...e},t)=>(c&&(e.width=c,e.height=c),s.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 384 512",ref:t,...e,children:s.jsx("path",{d:"M365.3 125.3L258.8 18.8C246.7 6.742 230.5 0 213.5 0H64C28.65 0 0 28.65 0 64l.006 384c0 35.35 28.65 64 64 64H320c35.35 0 64-28.65 64-64V170.5c0-17-6.7-33.2-18.7-45.2zM224 34.08c4.477 1.566 8.666 3.846 12.12 7.299l106.5 106.5c3.48 3.421 5.78 7.621 7.28 12.121H240c-8.8 0-16-7.2-16-16V34.08zM352 448c0 17.64-14.36 32-32 32H64c-17.64 0-32-14.36-32-32V64c0-17.64 14.36-32 32-32h128v112c0 26.5 21.5 48 48 48h112v256zM96 272c0 8.8 7.2 16 16 16h160c8.8 0 16-7.2 16-16s-7.2-16-16-16H112c-8.8 0-16 7.2-16 16zm176 48H112c-8.8 0-16 7.2-16 16s7.2 16 16 16h160c8.838 0 16-7.164 16-16s-7.2-16-16-16zm0 64H112c-8.8 0-16 7.2-16 16s7.2 16 16 16h160c8.838 0 16-7.164 16-16s-7.2-16-16-16z"})}))),r=h;r.displayName="FileLines";module.exports=r;
2
2
  //# sourceMappingURL=FileLines.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"FileLines.cjs.js","sources":["../../src/components/FileLines.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 384 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h160v80c0 17.7 14.3 32 32 32h80v288c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3l-90.6-90.5C262.7 6.7 246.5 0 229.5 0H64zm56 256c-13.3 0-24 10.7-24 24s10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24H120zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24H120z\" />\n </svg>\n )\n }\n)\nconst FileLinesIcon = SVGIcon\nFileLinesIcon.displayName = 'FileLines'\nexport default FileLinesIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","FileLinesIcon","displayName"],"mappings":"mEAKMA,KAAUC,GAAAA,EAAAA,WACZ,CAAC,CAAEC,KAAAA,EAAO,MAAOC,GAASC,QAEZC,GAAAA,MAAQH,EACdC,EAAMG,OAASJ,GAGfK,EAAAA,IACI,MAAA,CAAAC,MAAM,6BACNC,KAAK,eACLC,QAAQ,cACRC,IAAKP,KACDD,EACJS,SAAAL,EAAAA,IAAA,OAAA,CAAMM,EAAE,4aAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAgBd,EACtBc,EAAcC,YAAc"}
1
+ {"version":3,"file":"FileLines.cjs.js","sources":["../../src/components/FileLines.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 384 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M365.3 125.3L258.8 18.8C246.7 6.742 230.5 0 213.5 0H64C28.65 0 0 28.65 0 64l.006 384c0 35.35 28.65 64 64 64H320c35.35 0 64-28.65 64-64V170.5c0-17-6.7-33.2-18.7-45.2zM224 34.08c4.477 1.566 8.666 3.846 12.12 7.299l106.5 106.5c3.48 3.421 5.78 7.621 7.28 12.121H240c-8.8 0-16-7.2-16-16V34.08zM352 448c0 17.64-14.36 32-32 32H64c-17.64 0-32-14.36-32-32V64c0-17.64 14.36-32 32-32h128v112c0 26.5 21.5 48 48 48h112v256zM96 272c0 8.8 7.2 16 16 16h160c8.8 0 16-7.2 16-16s-7.2-16-16-16H112c-8.8 0-16 7.2-16 16zm176 48H112c-8.8 0-16 7.2-16 16s7.2 16 16 16h160c8.838 0 16-7.164 16-16s-7.2-16-16-16zm0 64H112c-8.8 0-16 7.2-16 16s7.2 16 16 16h160c8.838 0 16-7.164 16-16s-7.2-16-16-16z\" />\n </svg>\n )\n }\n)\nconst FileLinesIcon = SVGIcon\nFileLinesIcon.displayName = 'FileLines'\nexport default FileLinesIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","FileLinesIcon","displayName"],"mappings":"mEAKMA,KAAUC,GAAAA,EAAAA,WACZ,CAAC,CAAEC,KAAAA,EAAO,MAAOC,GAASC,QAEZC,GAAAA,MAAQH,EACdC,EAAMG,OAASJ,GAGfK,EAAAA,IACI,MAAA,CAAAC,MAAM,6BACNC,KAAK,eACLC,QAAQ,cACRC,IAAKP,KACDD,EACJS,SAAAL,EAAAA,IAAA,OAAA,CAAMM,EAAE,8pBAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAgBd,EACtBc,EAAcC,YAAc"}
@@ -1,7 +1,7 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
3
 
4
- const i=forwardRef(({size:c=14,...r},o)=>(c&&(r.width=c,r.height=c),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 384 512",ref:o,...r,children:jsx("path",{d:"M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h160v80c0 17.7 14.3 32 32 32h80v288c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3l-90.6-90.5C262.7 6.7 246.5 0 229.5 0H64zm56 256c-13.3 0-24 10.7-24 24s10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24H120zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24H120z"})}))),e=i;e.displayName="FileLines";
4
+ const h=forwardRef(({size:c=14,...r},o)=>(c&&(r.width=c,r.height=c),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 384 512",ref:o,...r,children:jsx("path",{d:"M365.3 125.3L258.8 18.8C246.7 6.742 230.5 0 213.5 0H64C28.65 0 0 28.65 0 64l.006 384c0 35.35 28.65 64 64 64H320c35.35 0 64-28.65 64-64V170.5c0-17-6.7-33.2-18.7-45.2zM224 34.08c4.477 1.566 8.666 3.846 12.12 7.299l106.5 106.5c3.48 3.421 5.78 7.621 7.28 12.121H240c-8.8 0-16-7.2-16-16V34.08zM352 448c0 17.64-14.36 32-32 32H64c-17.64 0-32-14.36-32-32V64c0-17.64 14.36-32 32-32h128v112c0 26.5 21.5 48 48 48h112v256zM96 272c0 8.8 7.2 16 16 16h160c8.8 0 16-7.2 16-16s-7.2-16-16-16H112c-8.8 0-16 7.2-16 16zm176 48H112c-8.8 0-16 7.2-16 16s7.2 16 16 16h160c8.838 0 16-7.164 16-16s-7.2-16-16-16zm0 64H112c-8.8 0-16 7.2-16 16s7.2 16 16 16h160c8.838 0 16-7.164 16-16s-7.2-16-16-16z"})}))),e=h;e.displayName="FileLines";
5
5
 
6
6
  export { e as default };
7
7
  //# sourceMappingURL=FileLines.es.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"FileLines.es.js","sources":["../../src/components/FileLines.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 384 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h160v80c0 17.7 14.3 32 32 32h80v288c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3l-90.6-90.5C262.7 6.7 246.5 0 229.5 0H64zm56 256c-13.3 0-24 10.7-24 24s10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24H120zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24H120z\" />\n </svg>\n )\n }\n)\nconst FileLinesIcon = SVGIcon\nFileLinesIcon.displayName = 'FileLines'\nexport default FileLinesIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","FileLinesIcon","displayName"],"mappings":";;;AAKMA,MAAUC,CAAAA,CAAAA,UAAAA,CACZ,CAAC,CAAEC,IAAAA,CAAAA,CAAAA,CAAO,MAAOC,CAASC,CAAAA,CAAAA,CAAAA,QAEZC,CAAAA,CAAAA,KAAAA,CAAQH,EACdC,CAAMG,CAAAA,MAAAA,CAASJ,GAGfK,GACI,CAAA,KAAA,CAAA,CAAAC,KAAM,CAAA,4BAAA,CACNC,KAAK,cACLC,CAAAA,OAAAA,CAAQ,cACRC,GAAKP,CAAAA,CAAAA,CAAAA,GACDD,EACJS,QAAAL,CAAAA,GAAAA,CAAA,OAAA,CAAMM,CAAAA,CAAE,4aAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAgBd,EACtBc,CAAAA,CAAcC,WAAc,CAAA,WAAA;;;;"}
1
+ {"version":3,"file":"FileLines.es.js","sources":["../../src/components/FileLines.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 384 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M365.3 125.3L258.8 18.8C246.7 6.742 230.5 0 213.5 0H64C28.65 0 0 28.65 0 64l.006 384c0 35.35 28.65 64 64 64H320c35.35 0 64-28.65 64-64V170.5c0-17-6.7-33.2-18.7-45.2zM224 34.08c4.477 1.566 8.666 3.846 12.12 7.299l106.5 106.5c3.48 3.421 5.78 7.621 7.28 12.121H240c-8.8 0-16-7.2-16-16V34.08zM352 448c0 17.64-14.36 32-32 32H64c-17.64 0-32-14.36-32-32V64c0-17.64 14.36-32 32-32h128v112c0 26.5 21.5 48 48 48h112v256zM96 272c0 8.8 7.2 16 16 16h160c8.8 0 16-7.2 16-16s-7.2-16-16-16H112c-8.8 0-16 7.2-16 16zm176 48H112c-8.8 0-16 7.2-16 16s7.2 16 16 16h160c8.838 0 16-7.164 16-16s-7.2-16-16-16zm0 64H112c-8.8 0-16 7.2-16 16s7.2 16 16 16h160c8.838 0 16-7.164 16-16s-7.2-16-16-16z\" />\n </svg>\n )\n }\n)\nconst FileLinesIcon = SVGIcon\nFileLinesIcon.displayName = 'FileLines'\nexport default FileLinesIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","FileLinesIcon","displayName"],"mappings":";;;AAKMA,MAAUC,CAAAA,CAAAA,UAAAA,CACZ,CAAC,CAAEC,IAAAA,CAAAA,CAAAA,CAAO,MAAOC,CAASC,CAAAA,CAAAA,CAAAA,QAEZC,CAAAA,CAAAA,KAAAA,CAAQH,EACdC,CAAMG,CAAAA,MAAAA,CAASJ,GAGfK,GACI,CAAA,KAAA,CAAA,CAAAC,KAAM,CAAA,4BAAA,CACNC,KAAK,cACLC,CAAAA,OAAAA,CAAQ,cACRC,GAAKP,CAAAA,CAAAA,CAAAA,GACDD,EACJS,QAAAL,CAAAA,GAAAA,CAAA,OAAA,CAAMM,CAAAA,CAAE,8pBAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAgBd,EACtBc,CAAAA,CAAcC,WAAc,CAAA,WAAA;;;;"}
@@ -1,2 +1,2 @@
1
- "use strict";var t=require("react/jsx-runtime"),i=require("react");const a=i.forwardRef(({size:e=14,...r},c)=>(e&&(r.width=e,r.height=e),t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 448 512",ref:c,...r,children:t.jsx("path",{d:"M48 24C48 10.7 37.3 0 24 0S0 10.7 0 24v464c0 13.3 10.7 24 24 24s24-10.7 24-24V388l80.3-20.1c41.1-10.3 84.6-5.5 122.5 13.4 44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30V66.1c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0-35.1-17.6-75.4-22-113.5-12.5L48 52V24zm0 77.5l96.6-24.2c27-6.7 55.5-3.6 80.4 8.8 54.9 27.4 118.7 29.7 175 6.8v241.8l-24.4 9.1c-33.7 12.6-71.2 10.7-103.4-5.4-48.2-24.1-103.3-30.1-155.6-17.1L48 338.5v-237z"})}))),s=a;s.displayName="Flag";module.exports=s;
1
+ "use strict";var t=require("react/jsx-runtime"),i=require("react");const l=i.forwardRef(({size:e=14,...r},c)=>(e&&(r.width=e,r.height=e),t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 448 512",ref:c,...r,children:t.jsx("path",{d:"M32 16c0-8.8-7.2-16-16-16S0 7.2 0 16v480c0 8.8 7.2 16 16 16s16-7.2 16-16V392l96.3-24.1c41.1-10.3 84.6-5.5 122.5 13.4 44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30V66.1c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0-35.1-17.6-75.4-22-113.5-12.5L32 56V16zm0 73l108.7-27.2c30.7-7.7 63.1-4.1 91.4 10 55.3 27.7 120.4 27.7 175.8 0l8.1-4.1v278l-34.7 13c-37.9 14.2-80 12-116.2-6.1-44.7-22.4-96-28-144.5-15.9L32 359V89z"})}))),s=l;s.displayName="Flag";module.exports=s;
2
2
  //# sourceMappingURL=Flag.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Flag.cjs.js","sources":["../../src/components/Flag.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 448 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M48 24C48 10.7 37.3 0 24 0S0 10.7 0 24v464c0 13.3 10.7 24 24 24s24-10.7 24-24V388l80.3-20.1c41.1-10.3 84.6-5.5 122.5 13.4 44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30V66.1c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0-35.1-17.6-75.4-22-113.5-12.5L48 52V24zm0 77.5l96.6-24.2c27-6.7 55.5-3.6 80.4 8.8 54.9 27.4 118.7 29.7 175 6.8v241.8l-24.4 9.1c-33.7 12.6-71.2 10.7-103.4-5.4-48.2-24.1-103.3-30.1-155.6-17.1L48 338.5v-237z\" />\n </svg>\n )\n }\n)\nconst FlagIcon = SVGIcon\nFlagIcon.displayName = 'Flag'\nexport default FlagIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","FlagIcon","displayName"],"mappings":"mEAKMA,KAAUC,GAAAA,EAAAA,WACZ,CAAC,CAAEC,KAAAA,EAAO,MAAOC,GAASC,QAEZC,GAAAA,MAAQH,EACdC,EAAMG,OAASJ,GAGfK,EAAAA,IACI,MAAA,CAAAC,MAAM,6BACNC,KAAK,eACLC,QAAQ,cACRC,IAAKP,KACDD,EACJS,SAAAL,EAAAA,IAAA,OAAA,CAAMM,EAAE,2cAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAWd,EACjBc,EAASC,YAAc"}
1
+ {"version":3,"file":"Flag.cjs.js","sources":["../../src/components/Flag.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 448 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M32 16c0-8.8-7.2-16-16-16S0 7.2 0 16v480c0 8.8 7.2 16 16 16s16-7.2 16-16V392l96.3-24.1c41.1-10.3 84.6-5.5 122.5 13.4 44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30V66.1c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0-35.1-17.6-75.4-22-113.5-12.5L32 56V16zm0 73l108.7-27.2c30.7-7.7 63.1-4.1 91.4 10 55.3 27.7 120.4 27.7 175.8 0l8.1-4.1v278l-34.7 13c-37.9 14.2-80 12-116.2-6.1-44.7-22.4-96-28-144.5-15.9L32 359V89z\" />\n </svg>\n )\n }\n)\nconst FlagIcon = SVGIcon\nFlagIcon.displayName = 'Flag'\nexport default FlagIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","FlagIcon","displayName"],"mappings":"mEAKMA,KAAUC,GAAAA,EAAAA,WACZ,CAAC,CAAEC,KAAAA,EAAO,MAAOC,GAASC,QAEZC,GAAAA,MAAQH,EACdC,EAAMG,OAASJ,GAGfK,EAAAA,IACI,MAAA,CAAAC,MAAM,6BACNC,KAAK,eACLC,QAAQ,cACRC,IAAKP,KACDD,EACJS,SAAAL,EAAAA,IAAA,OAAA,CAAMM,EAAE,8bAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAWd,EACjBc,EAASC,YAAc"}
@@ -1,7 +1,7 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
3
 
4
- const e=forwardRef(({size:l=14,...c},o)=>(l&&(c.width=l,c.height=l),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 448 512",ref:o,...c,children:jsx("path",{d:"M48 24C48 10.7 37.3 0 24 0S0 10.7 0 24v464c0 13.3 10.7 24 24 24s24-10.7 24-24V388l80.3-20.1c41.1-10.3 84.6-5.5 122.5 13.4 44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30V66.1c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0-35.1-17.6-75.4-22-113.5-12.5L48 52V24zm0 77.5l96.6-24.2c27-6.7 55.5-3.6 80.4 8.8 54.9 27.4 118.7 29.7 175 6.8v241.8l-24.4 9.1c-33.7 12.6-71.2 10.7-103.4-5.4-48.2-24.1-103.3-30.1-155.6-17.1L48 338.5v-237z"})}))),t=e;t.displayName="Flag";
4
+ const e=forwardRef(({size:l=14,...c},o)=>(l&&(c.width=l,c.height=l),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 448 512",ref:o,...c,children:jsx("path",{d:"M32 16c0-8.8-7.2-16-16-16S0 7.2 0 16v480c0 8.8 7.2 16 16 16s16-7.2 16-16V392l96.3-24.1c41.1-10.3 84.6-5.5 122.5 13.4 44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30V66.1c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0-35.1-17.6-75.4-22-113.5-12.5L32 56V16zm0 73l108.7-27.2c30.7-7.7 63.1-4.1 91.4 10 55.3 27.7 120.4 27.7 175.8 0l8.1-4.1v278l-34.7 13c-37.9 14.2-80 12-116.2-6.1-44.7-22.4-96-28-144.5-15.9L32 359V89z"})}))),t=e;t.displayName="Flag";
5
5
 
6
6
  export { t as default };
7
7
  //# sourceMappingURL=Flag.es.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Flag.es.js","sources":["../../src/components/Flag.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 448 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M48 24C48 10.7 37.3 0 24 0S0 10.7 0 24v464c0 13.3 10.7 24 24 24s24-10.7 24-24V388l80.3-20.1c41.1-10.3 84.6-5.5 122.5 13.4 44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30V66.1c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0-35.1-17.6-75.4-22-113.5-12.5L48 52V24zm0 77.5l96.6-24.2c27-6.7 55.5-3.6 80.4 8.8 54.9 27.4 118.7 29.7 175 6.8v241.8l-24.4 9.1c-33.7 12.6-71.2 10.7-103.4-5.4-48.2-24.1-103.3-30.1-155.6-17.1L48 338.5v-237z\" />\n </svg>\n )\n }\n)\nconst FlagIcon = SVGIcon\nFlagIcon.displayName = 'Flag'\nexport default FlagIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","FlagIcon","displayName"],"mappings":";;;AAKMA,MAAUC,CAAAA,CAAAA,UAAAA,CACZ,CAAC,CAAEC,IAAAA,CAAAA,CAAAA,CAAO,MAAOC,CAASC,CAAAA,CAAAA,CAAAA,QAEZC,CAAAA,CAAAA,KAAAA,CAAQH,EACdC,CAAMG,CAAAA,MAAAA,CAASJ,GAGfK,GACI,CAAA,KAAA,CAAA,CAAAC,KAAM,CAAA,4BAAA,CACNC,KAAK,cACLC,CAAAA,OAAAA,CAAQ,cACRC,GAAKP,CAAAA,CAAAA,CAAAA,GACDD,EACJS,QAAAL,CAAAA,GAAAA,CAAA,OAAA,CAAMM,CAAAA,CAAE,2cAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAWd,EACjBc,CAAAA,CAASC,WAAc,CAAA,MAAA;;;;"}
1
+ {"version":3,"file":"Flag.es.js","sources":["../../src/components/Flag.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 448 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M32 16c0-8.8-7.2-16-16-16S0 7.2 0 16v480c0 8.8 7.2 16 16 16s16-7.2 16-16V392l96.3-24.1c41.1-10.3 84.6-5.5 122.5 13.4 44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30V66.1c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0-35.1-17.6-75.4-22-113.5-12.5L32 56V16zm0 73l108.7-27.2c30.7-7.7 63.1-4.1 91.4 10 55.3 27.7 120.4 27.7 175.8 0l8.1-4.1v278l-34.7 13c-37.9 14.2-80 12-116.2-6.1-44.7-22.4-96-28-144.5-15.9L32 359V89z\" />\n </svg>\n )\n }\n)\nconst FlagIcon = SVGIcon\nFlagIcon.displayName = 'Flag'\nexport default FlagIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","FlagIcon","displayName"],"mappings":";;;AAKMA,MAAUC,CAAAA,CAAAA,UAAAA,CACZ,CAAC,CAAEC,IAAAA,CAAAA,CAAAA,CAAO,MAAOC,CAASC,CAAAA,CAAAA,CAAAA,QAEZC,CAAAA,CAAAA,KAAAA,CAAQH,EACdC,CAAMG,CAAAA,MAAAA,CAASJ,GAGfK,GACI,CAAA,KAAA,CAAA,CAAAC,KAAM,CAAA,4BAAA,CACNC,KAAK,cACLC,CAAAA,OAAAA,CAAQ,cACRC,GAAKP,CAAAA,CAAAA,CAAAA,GACDD,EACJS,QAAAL,CAAAA,GAAAA,CAAA,OAAA,CAAMM,CAAAA,CAAE,8bAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAWd,EACjBc,CAAAA,CAASC,WAAc,CAAA,MAAA;;;;"}
@@ -1,2 +1,2 @@
1
- "use strict";var t=require("react/jsx-runtime"),i=require("react");const h=i.forwardRef(({size:e=14,...r},s)=>(e&&(r.width=e,r.height=e),t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 576 512",ref:s,...r,children:t.jsx("path",{d:"M567.5 229.7c10.1 8.6 11.4 23.7 2.8 33.8-8.6 10.1-23.7 11.4-33.8 2.8L512 245.5V432c0 44.2-35.8 80-80 80H144c-44.18 0-80-35.8-80-80V245.5l-24.47 20.8c-10.11 8.6-25.25 7.3-33.83-2.8-8.575-10.1-7.334-25.2 2.773-33.8L272.5 5.7c8.9-7.6 22.1-7.6 31 0l264 224zM144 464h48V312c0-22.1 17.9-40 40-40h112c22.1 0 40 17.9 40 40v152h48c17.7 0 32-14.3 32-32V204.8L288 55.47 112 204.8V432c0 17.7 14.3 32 32 32zm96 0h96V320h-96v144z"})}))),c=h;c.displayName="House";module.exports=c;
1
+ "use strict";var t=require("react/jsx-runtime"),i=require("react");const h=i.forwardRef(({size:e=14,...r},c)=>(e&&(r.width=e,r.height=e),t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 576 512",ref:c,...r,children:t.jsx("path",{d:"M570.6 244c6.6 5.8 7.2 15.1.5 22.6-4.9 6.6-15.1 7.2-21.7.5l-37.4-33V432c0 44.2-35.8 80-80 80H144c-44.18 0-80-35.8-80-80V234.1l-37.41 33c-6.63 6.7-16.741 6.1-22.587-.5-5.847-7.5-5.215-16.8 1.411-22.6L277.4 4.002a16.039 16.039 0 0121.2 0L570.6 244zM144 480h64V320c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32v160h64c26.5 0 48-21.5 48-48V206.7L288 37.34 96 206.7V432c0 26.5 21.5 48 48 48zm96 0h96V320h-96v160z"})}))),s=h;s.displayName="House";module.exports=s;
2
2
  //# sourceMappingURL=House.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"House.cjs.js","sources":["../../src/components/House.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 576 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M567.5 229.7c10.1 8.6 11.4 23.7 2.8 33.8-8.6 10.1-23.7 11.4-33.8 2.8L512 245.5V432c0 44.2-35.8 80-80 80H144c-44.18 0-80-35.8-80-80V245.5l-24.47 20.8c-10.11 8.6-25.25 7.3-33.83-2.8-8.575-10.1-7.334-25.2 2.773-33.8L272.5 5.7c8.9-7.6 22.1-7.6 31 0l264 224zM144 464h48V312c0-22.1 17.9-40 40-40h112c22.1 0 40 17.9 40 40v152h48c17.7 0 32-14.3 32-32V204.8L288 55.47 112 204.8V432c0 17.7 14.3 32 32 32zm96 0h96V320h-96v144z\" />\n </svg>\n )\n }\n)\nconst HouseIcon = SVGIcon\nHouseIcon.displayName = 'House'\nexport default HouseIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","HouseIcon","displayName"],"mappings":"mEAKMA,KAAUC,GAAAA,EAAAA,WACZ,CAAC,CAAEC,KAAAA,EAAO,MAAOC,GAASC,QAEZC,GAAAA,MAAQH,EACdC,EAAMG,OAASJ,GAGfK,EAAAA,IACI,MAAA,CAAAC,MAAM,6BACNC,KAAK,eACLC,QAAQ,cACRC,IAAKP,KACDD,EACJS,SAAAL,EAAAA,IAAA,OAAA,CAAMM,EAAE,iaAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAYd,EAClBc,EAAUC,YAAc"}
1
+ {"version":3,"file":"House.cjs.js","sources":["../../src/components/House.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 576 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M570.6 244c6.6 5.8 7.2 15.1.5 22.6-4.9 6.6-15.1 7.2-21.7.5l-37.4-33V432c0 44.2-35.8 80-80 80H144c-44.18 0-80-35.8-80-80V234.1l-37.41 33c-6.63 6.7-16.741 6.1-22.587-.5-5.847-7.5-5.215-16.8 1.411-22.6L277.4 4.002a16.039 16.039 0 0121.2 0L570.6 244zM144 480h64V320c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32v160h64c26.5 0 48-21.5 48-48V206.7L288 37.34 96 206.7V432c0 26.5 21.5 48 48 48zm96 0h96V320h-96v160z\" />\n </svg>\n )\n }\n)\nconst HouseIcon = SVGIcon\nHouseIcon.displayName = 'House'\nexport default HouseIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","HouseIcon","displayName"],"mappings":"mEAKMA,KAAUC,GAAAA,EAAAA,WACZ,CAAC,CAAEC,KAAAA,EAAO,MAAOC,GAASC,QAEZC,GAAAA,MAAQH,EACdC,EAAMG,OAASJ,GAGfK,EAAAA,IACI,MAAA,CAAAC,MAAM,6BACNC,KAAK,eACLC,QAAQ,cACRC,IAAKP,KACDD,EACJS,SAAAL,EAAAA,IAAA,OAAA,CAAMM,EAAE,wZAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAYd,EAClBc,EAAUC,YAAc"}
@@ -1,7 +1,7 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
3
 
4
- const l=forwardRef(({size:c=14,...o},h)=>(c&&(o.width=c,o.height=c),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 576 512",ref:h,...o,children:jsx("path",{d:"M567.5 229.7c10.1 8.6 11.4 23.7 2.8 33.8-8.6 10.1-23.7 11.4-33.8 2.8L512 245.5V432c0 44.2-35.8 80-80 80H144c-44.18 0-80-35.8-80-80V245.5l-24.47 20.8c-10.11 8.6-25.25 7.3-33.83-2.8-8.575-10.1-7.334-25.2 2.773-33.8L272.5 5.7c8.9-7.6 22.1-7.6 31 0l264 224zM144 464h48V312c0-22.1 17.9-40 40-40h112c22.1 0 40 17.9 40 40v152h48c17.7 0 32-14.3 32-32V204.8L288 55.47 112 204.8V432c0 17.7 14.3 32 32 32zm96 0h96V320h-96v144z"})}))),t=l;t.displayName="House";
4
+ const l=forwardRef(({size:c=14,...o},h)=>(c&&(o.width=c,o.height=c),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 576 512",ref:h,...o,children:jsx("path",{d:"M570.6 244c6.6 5.8 7.2 15.1.5 22.6-4.9 6.6-15.1 7.2-21.7.5l-37.4-33V432c0 44.2-35.8 80-80 80H144c-44.18 0-80-35.8-80-80V234.1l-37.41 33c-6.63 6.7-16.741 6.1-22.587-.5-5.847-7.5-5.215-16.8 1.411-22.6L277.4 4.002a16.039 16.039 0 0121.2 0L570.6 244zM144 480h64V320c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32v160h64c26.5 0 48-21.5 48-48V206.7L288 37.34 96 206.7V432c0 26.5 21.5 48 48 48zm96 0h96V320h-96v160z"})}))),t=l;t.displayName="House";
5
5
 
6
6
  export { t as default };
7
7
  //# sourceMappingURL=House.es.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"House.es.js","sources":["../../src/components/House.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 576 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M567.5 229.7c10.1 8.6 11.4 23.7 2.8 33.8-8.6 10.1-23.7 11.4-33.8 2.8L512 245.5V432c0 44.2-35.8 80-80 80H144c-44.18 0-80-35.8-80-80V245.5l-24.47 20.8c-10.11 8.6-25.25 7.3-33.83-2.8-8.575-10.1-7.334-25.2 2.773-33.8L272.5 5.7c8.9-7.6 22.1-7.6 31 0l264 224zM144 464h48V312c0-22.1 17.9-40 40-40h112c22.1 0 40 17.9 40 40v152h48c17.7 0 32-14.3 32-32V204.8L288 55.47 112 204.8V432c0 17.7 14.3 32 32 32zm96 0h96V320h-96v144z\" />\n </svg>\n )\n }\n)\nconst HouseIcon = SVGIcon\nHouseIcon.displayName = 'House'\nexport default HouseIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","HouseIcon","displayName"],"mappings":";;;AAKMA,MAAUC,CAAAA,CAAAA,UAAAA,CACZ,CAAC,CAAEC,IAAAA,CAAAA,CAAAA,CAAO,MAAOC,CAASC,CAAAA,CAAAA,CAAAA,QAEZC,CAAAA,CAAAA,KAAAA,CAAQH,EACdC,CAAMG,CAAAA,MAAAA,CAASJ,GAGfK,GACI,CAAA,KAAA,CAAA,CAAAC,KAAM,CAAA,4BAAA,CACNC,KAAK,cACLC,CAAAA,OAAAA,CAAQ,cACRC,GAAKP,CAAAA,CAAAA,CAAAA,GACDD,EACJS,QAAAL,CAAAA,GAAAA,CAAA,OAAA,CAAMM,CAAAA,CAAE,iaAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAYd,EAClBc,CAAAA,CAAUC,WAAc,CAAA,OAAA;;;;"}
1
+ {"version":3,"file":"House.es.js","sources":["../../src/components/House.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 576 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M570.6 244c6.6 5.8 7.2 15.1.5 22.6-4.9 6.6-15.1 7.2-21.7.5l-37.4-33V432c0 44.2-35.8 80-80 80H144c-44.18 0-80-35.8-80-80V234.1l-37.41 33c-6.63 6.7-16.741 6.1-22.587-.5-5.847-7.5-5.215-16.8 1.411-22.6L277.4 4.002a16.039 16.039 0 0121.2 0L570.6 244zM144 480h64V320c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32v160h64c26.5 0 48-21.5 48-48V206.7L288 37.34 96 206.7V432c0 26.5 21.5 48 48 48zm96 0h96V320h-96v160z\" />\n </svg>\n )\n }\n)\nconst HouseIcon = SVGIcon\nHouseIcon.displayName = 'House'\nexport default HouseIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","HouseIcon","displayName"],"mappings":";;;AAKMA,MAAUC,CAAAA,CAAAA,UAAAA,CACZ,CAAC,CAAEC,IAAAA,CAAAA,CAAAA,CAAO,MAAOC,CAASC,CAAAA,CAAAA,CAAAA,QAEZC,CAAAA,CAAAA,KAAAA,CAAQH,EACdC,CAAMG,CAAAA,MAAAA,CAASJ,GAGfK,GACI,CAAA,KAAA,CAAA,CAAAC,KAAM,CAAA,4BAAA,CACNC,KAAK,cACLC,CAAAA,OAAAA,CAAQ,cACRC,GAAKP,CAAAA,CAAAA,CAAAA,GACDD,EACJS,QAAAL,CAAAA,GAAAA,CAAA,OAAA,CAAMM,CAAAA,CAAE,wZAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAYd,EAClBc,CAAAA,CAAUC,WAAc,CAAA,OAAA;;;;"}
@@ -1,2 +1,2 @@
1
- "use strict";var s=require("react/jsx-runtime"),i=require("react");const a=i.forwardRef(({size:r=14,...e},c)=>(r&&(e.width=r,e.height=r),s.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 384 512",ref:c,...e,children:s.jsx("path",{d:"M272 192c0 44.2-35.8 80-80 80s-80-35.8-80-80 35.8-80 80-80 80 35.8 80 80zm-80-32c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm192 32c0 87.4-117 243-168.3 307.2-12.3 15.3-35.1 15.3-47.4 0C116.1 435 0 279.4 0 192 0 85.96 85.96 0 192 0c106 0 192 85.96 192 192zM192 48c-79.5 0-144 64.5-144 144 0 12.4 4.49 31.6 15.3 57.2 10.48 24.8 25.36 52.2 42.5 79.9 28.4 46.2 61.4 90 86.2 122.6 24.8-32.6 57.8-76.4 86.2-122.6 17.1-27.7 32-55.1 42.5-79.9 10.8-25.6 15.3-44.8 15.3-57.2 0-79.5-64.5-144-144-144z"})}))),t=a;t.displayName="LocationDot";module.exports=t;
1
+ "use strict";var c=require("react/jsx-runtime"),i=require("react");const a=i.forwardRef(({size:r=14,...e},t)=>(r&&(e.width=r,e.height=r),c.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 384 512",ref:t,...e,children:c.jsx("path",{d:"M272 192c0 44.2-35.8 80-80 80s-80-35.8-80-80 35.8-80 80-80 80 35.8 80 80zm-80 48c26.5 0 48-21.5 48-48s-21.5-48-48-48-48 21.5-48 48 21.5 48 48 48zm192-48c0 87.4-117 243-168.3 307.2-12.3 15.3-35.1 15.3-47.4 0C116.1 435 0 279.4 0 192 0 85.96 85.96 0 192 0c106 0 192 85.96 192 192zM192 32c-88.4 0-160 71.6-160 160 0 15.6 5.43 37 16.56 63.4 10.91 25.9 26.24 54 43.58 82.1C126.2 392.8 166.6 445.7 192 477.6c25.4-31.9 65.8-84.8 99.9-140.1 17.3-28.1 32.6-56.2 43.5-82.1C346.6 229 352 207.6 352 192c0-88.4-71.6-160-160-160z"})}))),s=a;s.displayName="LocationDot";module.exports=s;
2
2
  //# sourceMappingURL=LocationDot.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"LocationDot.cjs.js","sources":["../../src/components/LocationDot.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 384 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M272 192c0 44.2-35.8 80-80 80s-80-35.8-80-80 35.8-80 80-80 80 35.8 80 80zm-80-32c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm192 32c0 87.4-117 243-168.3 307.2-12.3 15.3-35.1 15.3-47.4 0C116.1 435 0 279.4 0 192 0 85.96 85.96 0 192 0c106 0 192 85.96 192 192zM192 48c-79.5 0-144 64.5-144 144 0 12.4 4.49 31.6 15.3 57.2 10.48 24.8 25.36 52.2 42.5 79.9 28.4 46.2 61.4 90 86.2 122.6 24.8-32.6 57.8-76.4 86.2-122.6 17.1-27.7 32-55.1 42.5-79.9 10.8-25.6 15.3-44.8 15.3-57.2 0-79.5-64.5-144-144-144z\" />\n </svg>\n )\n }\n)\nconst LocationDotIcon = SVGIcon\nLocationDotIcon.displayName = 'LocationDot'\nexport default LocationDotIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","LocationDotIcon","displayName"],"mappings":"mEAKMA,KAAUC,GAAAA,EAAAA,WACZ,CAAC,CAAEC,KAAAA,EAAO,MAAOC,GAASC,QAEZC,GAAAA,MAAQH,EACdC,EAAMG,OAASJ,GAGfK,EAAAA,IACI,MAAA,CAAAC,MAAM,6BACNC,KAAK,eACLC,QAAQ,cACRC,IAAKP,KACDD,EACJS,SAAAL,EAAAA,IAAA,OAAA,CAAMM,EAAE,igBAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAkBd,EACxBc,EAAgBC,YAAc"}
1
+ {"version":3,"file":"LocationDot.cjs.js","sources":["../../src/components/LocationDot.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 384 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M272 192c0 44.2-35.8 80-80 80s-80-35.8-80-80 35.8-80 80-80 80 35.8 80 80zm-80 48c26.5 0 48-21.5 48-48s-21.5-48-48-48-48 21.5-48 48 21.5 48 48 48zm192-48c0 87.4-117 243-168.3 307.2-12.3 15.3-35.1 15.3-47.4 0C116.1 435 0 279.4 0 192 0 85.96 85.96 0 192 0c106 0 192 85.96 192 192zM192 32c-88.4 0-160 71.6-160 160 0 15.6 5.43 37 16.56 63.4 10.91 25.9 26.24 54 43.58 82.1C126.2 392.8 166.6 445.7 192 477.6c25.4-31.9 65.8-84.8 99.9-140.1 17.3-28.1 32.6-56.2 43.5-82.1C346.6 229 352 207.6 352 192c0-88.4-71.6-160-160-160z\" />\n </svg>\n )\n }\n)\nconst LocationDotIcon = SVGIcon\nLocationDotIcon.displayName = 'LocationDot'\nexport default LocationDotIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","LocationDotIcon","displayName"],"mappings":"mEAKMA,KAAUC,GAAAA,EAAAA,WACZ,CAAC,CAAEC,KAAAA,EAAO,MAAOC,GAASC,QAEZC,GAAAA,MAAQH,EACdC,EAAMG,OAASJ,GAGfK,EAAAA,IACI,MAAA,CAAAC,MAAM,6BACNC,KAAK,eACLC,QAAQ,cACRC,IAAKP,KACDD,EACJS,SAAAL,EAAAA,IAAA,OAAA,CAAMM,EAAE,ogBAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAkBd,EACxBc,EAAgBC,YAAc"}
@@ -1,7 +1,7 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
3
 
4
- const a=forwardRef(({size:o=14,...t},n)=>(o&&(t.width=o,t.height=o),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 384 512",ref:n,...t,children:jsx("path",{d:"M272 192c0 44.2-35.8 80-80 80s-80-35.8-80-80 35.8-80 80-80 80 35.8 80 80zm-80-32c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm192 32c0 87.4-117 243-168.3 307.2-12.3 15.3-35.1 15.3-47.4 0C116.1 435 0 279.4 0 192 0 85.96 85.96 0 192 0c106 0 192 85.96 192 192zM192 48c-79.5 0-144 64.5-144 144 0 12.4 4.49 31.6 15.3 57.2 10.48 24.8 25.36 52.2 42.5 79.9 28.4 46.2 61.4 90 86.2 122.6 24.8-32.6 57.8-76.4 86.2-122.6 17.1-27.7 32-55.1 42.5-79.9 10.8-25.6 15.3-44.8 15.3-57.2 0-79.5-64.5-144-144-144z"})}))),r=a;r.displayName="LocationDot";
4
+ const a=forwardRef(({size:o=14,...t},n)=>(o&&(t.width=o,t.height=o),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 384 512",ref:n,...t,children:jsx("path",{d:"M272 192c0 44.2-35.8 80-80 80s-80-35.8-80-80 35.8-80 80-80 80 35.8 80 80zm-80 48c26.5 0 48-21.5 48-48s-21.5-48-48-48-48 21.5-48 48 21.5 48 48 48zm192-48c0 87.4-117 243-168.3 307.2-12.3 15.3-35.1 15.3-47.4 0C116.1 435 0 279.4 0 192 0 85.96 85.96 0 192 0c106 0 192 85.96 192 192zM192 32c-88.4 0-160 71.6-160 160 0 15.6 5.43 37 16.56 63.4 10.91 25.9 26.24 54 43.58 82.1C126.2 392.8 166.6 445.7 192 477.6c25.4-31.9 65.8-84.8 99.9-140.1 17.3-28.1 32.6-56.2 43.5-82.1C346.6 229 352 207.6 352 192c0-88.4-71.6-160-160-160z"})}))),r=a;r.displayName="LocationDot";
5
5
 
6
6
  export { r as default };
7
7
  //# sourceMappingURL=LocationDot.es.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"LocationDot.es.js","sources":["../../src/components/LocationDot.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 384 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M272 192c0 44.2-35.8 80-80 80s-80-35.8-80-80 35.8-80 80-80 80 35.8 80 80zm-80-32c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm192 32c0 87.4-117 243-168.3 307.2-12.3 15.3-35.1 15.3-47.4 0C116.1 435 0 279.4 0 192 0 85.96 85.96 0 192 0c106 0 192 85.96 192 192zM192 48c-79.5 0-144 64.5-144 144 0 12.4 4.49 31.6 15.3 57.2 10.48 24.8 25.36 52.2 42.5 79.9 28.4 46.2 61.4 90 86.2 122.6 24.8-32.6 57.8-76.4 86.2-122.6 17.1-27.7 32-55.1 42.5-79.9 10.8-25.6 15.3-44.8 15.3-57.2 0-79.5-64.5-144-144-144z\" />\n </svg>\n )\n }\n)\nconst LocationDotIcon = SVGIcon\nLocationDotIcon.displayName = 'LocationDot'\nexport default LocationDotIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","LocationDotIcon","displayName"],"mappings":";;;AAKMA,MAAUC,CAAAA,CAAAA,UAAAA,CACZ,CAAC,CAAEC,IAAAA,CAAAA,CAAAA,CAAO,MAAOC,CAASC,CAAAA,CAAAA,CAAAA,QAEZC,CAAAA,CAAAA,KAAAA,CAAQH,EACdC,CAAMG,CAAAA,MAAAA,CAASJ,GAGfK,GACI,CAAA,KAAA,CAAA,CAAAC,KAAM,CAAA,4BAAA,CACNC,KAAK,cACLC,CAAAA,OAAAA,CAAQ,cACRC,GAAKP,CAAAA,CAAAA,CAAAA,GACDD,EACJS,QAAAL,CAAAA,GAAAA,CAAA,OAAA,CAAMM,CAAAA,CAAE,igBAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAkBd,EACxBc,CAAAA,CAAgBC,WAAc,CAAA,aAAA;;;;"}
1
+ {"version":3,"file":"LocationDot.es.js","sources":["../../src/components/LocationDot.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 384 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M272 192c0 44.2-35.8 80-80 80s-80-35.8-80-80 35.8-80 80-80 80 35.8 80 80zm-80 48c26.5 0 48-21.5 48-48s-21.5-48-48-48-48 21.5-48 48 21.5 48 48 48zm192-48c0 87.4-117 243-168.3 307.2-12.3 15.3-35.1 15.3-47.4 0C116.1 435 0 279.4 0 192 0 85.96 85.96 0 192 0c106 0 192 85.96 192 192zM192 32c-88.4 0-160 71.6-160 160 0 15.6 5.43 37 16.56 63.4 10.91 25.9 26.24 54 43.58 82.1C126.2 392.8 166.6 445.7 192 477.6c25.4-31.9 65.8-84.8 99.9-140.1 17.3-28.1 32.6-56.2 43.5-82.1C346.6 229 352 207.6 352 192c0-88.4-71.6-160-160-160z\" />\n </svg>\n )\n }\n)\nconst LocationDotIcon = SVGIcon\nLocationDotIcon.displayName = 'LocationDot'\nexport default LocationDotIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","LocationDotIcon","displayName"],"mappings":";;;AAKMA,MAAUC,CAAAA,CAAAA,UAAAA,CACZ,CAAC,CAAEC,IAAAA,CAAAA,CAAAA,CAAO,MAAOC,CAASC,CAAAA,CAAAA,CAAAA,QAEZC,CAAAA,CAAAA,KAAAA,CAAQH,EACdC,CAAMG,CAAAA,MAAAA,CAASJ,GAGfK,GACI,CAAA,KAAA,CAAA,CAAAC,KAAM,CAAA,4BAAA,CACNC,KAAK,cACLC,CAAAA,OAAAA,CAAQ,cACRC,GAAKP,CAAAA,CAAAA,CAAAA,GACDD,EACJS,QAAAL,CAAAA,GAAAA,CAAA,OAAA,CAAMM,CAAAA,CAAE,ogBAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAkBd,EACxBc,CAAAA,CAAgBC,WAAc,CAAA,aAAA;;;;"}
@@ -1,2 +1,2 @@
1
- "use strict";var c=require("react/jsx-runtime"),l=require("react");const i=l.forwardRef(({size:r=14,...e},t)=>(r&&(e.width=r,e.height=r),c.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 512 512",ref:t,...e,children:c.jsx("path",{d:"M391 31c9.4-9.4 24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l39-39h-83.5c-10.6 0-20.8 4.2-28.3 11.7L225.9 256l92.3 92.3c7.5 7.5 17.7 11.7 28.3 11.7H430l-39-39c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l39-39h-83.5c-23.3 0-45.7-9.3-62.2-25.8L182.1 280H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h158.1l102.2-102.2c16.5-16.5 38.9-25.8 62.2-25.8H430l-39-39c-9.4-9.4-9.4-24.6 0-33.9z"})}))),s=i;s.displayName="Split";module.exports=s;
1
+ "use strict";var s=require("react/jsx-runtime"),i=require("react");const l=i.forwardRef(({size:r=14,...e},t)=>(r&&(e.width=r,e.height=r),s.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 512 512",ref:t,...e,children:s.jsx("path",{d:"M507.3 372.7c6.25 6.25 6.25 16.38 0 22.62l-80 80c-3.1 3.08-7.2 4.68-11.3 4.68s-8.188-1.562-11.31-4.688c-6.25-6.25-6.25-16.38 0-22.62L457.4 400H333.3c-12.62 0-25-5.125-33.94-14.06L185.4 272H24c-8.844 0-16-7.156-16-16s7.156-16 16-16h161.4l113.9-113.9c9-9 21.3-14.1 34-14.1h124.1l-52.69-52.69c-6.25-6.25-6.25-16.38 0-22.62s16.38-6.25 22.62 0l80 80c6.25 6.25 6.25 16.38 0 22.62l-80 80C424.2 222.4 420.1 224 416 224s-8.188-1.562-11.31-4.688c-6.25-6.25-6.25-16.38 0-22.62L457.4 144H333.3a16.11 16.11 0 00-11.31 4.688L214.6 256l107.3 107.3c3 3 7.1 4.7 11.4 4.7h124.1l-52.69-52.69c-6.25-6.25-6.25-16.38 0-22.62s16.38-6.25 22.62 0l79.97 80.01z"})}))),c=l;c.displayName="Split";module.exports=c;
2
2
  //# sourceMappingURL=Split.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Split.cjs.js","sources":["../../src/components/Split.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 512 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M391 31c9.4-9.4 24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l39-39h-83.5c-10.6 0-20.8 4.2-28.3 11.7L225.9 256l92.3 92.3c7.5 7.5 17.7 11.7 28.3 11.7H430l-39-39c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l39-39h-83.5c-23.3 0-45.7-9.3-62.2-25.8L182.1 280H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h158.1l102.2-102.2c16.5-16.5 38.9-25.8 62.2-25.8H430l-39-39c-9.4-9.4-9.4-24.6 0-33.9z\" />\n </svg>\n )\n }\n)\nconst SplitIcon = SVGIcon\nSplitIcon.displayName = 'Split'\nexport default SplitIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","SplitIcon","displayName"],"mappings":"mEAKMA,KAAUC,GAAAA,EAAAA,WACZ,CAAC,CAAEC,KAAAA,EAAO,MAAOC,GAASC,QAEZC,GAAAA,MAAQH,EACdC,EAAMG,OAASJ,GAGfK,EAAAA,IACI,MAAA,CAAAC,MAAM,6BACNC,KAAK,eACLC,QAAQ,cACRC,IAAKP,KACDD,EACJS,SAAAL,EAAAA,IAAA,OAAA,CAAMM,EAAE,ufAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAYd,EAClBc,EAAUC,YAAc"}
1
+ {"version":3,"file":"Split.cjs.js","sources":["../../src/components/Split.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 512 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M507.3 372.7c6.25 6.25 6.25 16.38 0 22.62l-80 80c-3.1 3.08-7.2 4.68-11.3 4.68s-8.188-1.562-11.31-4.688c-6.25-6.25-6.25-16.38 0-22.62L457.4 400H333.3c-12.62 0-25-5.125-33.94-14.06L185.4 272H24c-8.844 0-16-7.156-16-16s7.156-16 16-16h161.4l113.9-113.9c9-9 21.3-14.1 34-14.1h124.1l-52.69-52.69c-6.25-6.25-6.25-16.38 0-22.62s16.38-6.25 22.62 0l80 80c6.25 6.25 6.25 16.38 0 22.62l-80 80C424.2 222.4 420.1 224 416 224s-8.188-1.562-11.31-4.688c-6.25-6.25-6.25-16.38 0-22.62L457.4 144H333.3a16.11 16.11 0 00-11.31 4.688L214.6 256l107.3 107.3c3 3 7.1 4.7 11.4 4.7h124.1l-52.69-52.69c-6.25-6.25-6.25-16.38 0-22.62s16.38-6.25 22.62 0l79.97 80.01z\" />\n </svg>\n )\n }\n)\nconst SplitIcon = SVGIcon\nSplitIcon.displayName = 'Split'\nexport default SplitIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","SplitIcon","displayName"],"mappings":"mEAKMA,KAAUC,GAAAA,EAAAA,WACZ,CAAC,CAAEC,KAAAA,EAAO,MAAOC,GAASC,QAEZC,GAAAA,MAAQH,EACdC,EAAMG,OAASJ,GAGfK,EAAAA,IACI,MAAA,CAAAC,MAAM,6BACNC,KAAK,eACLC,QAAQ,cACRC,IAAKP,KACDD,EACJS,SAAAL,EAAAA,IAAA,OAAA,CAAMM,EAAE,4nBAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAYd,EAClBc,EAAUC,YAAc"}
@@ -1,7 +1,7 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
3
 
4
- const i=forwardRef(({size:l=14,...c},o)=>(l&&(c.width=l,c.height=l),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 512 512",ref:o,...c,children:jsx("path",{d:"M391 31c9.4-9.4 24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l39-39h-83.5c-10.6 0-20.8 4.2-28.3 11.7L225.9 256l92.3 92.3c7.5 7.5 17.7 11.7 28.3 11.7H430l-39-39c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l39-39h-83.5c-23.3 0-45.7-9.3-62.2-25.8L182.1 280H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h158.1l102.2-102.2c16.5-16.5 38.9-25.8 62.2-25.8H430l-39-39c-9.4-9.4-9.4-24.6 0-33.9z"})}))),r=i;r.displayName="Split";
4
+ const h=forwardRef(({size:c=14,...l},o)=>(c&&(l.width=c,l.height=c),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 512 512",ref:o,...l,children:jsx("path",{d:"M507.3 372.7c6.25 6.25 6.25 16.38 0 22.62l-80 80c-3.1 3.08-7.2 4.68-11.3 4.68s-8.188-1.562-11.31-4.688c-6.25-6.25-6.25-16.38 0-22.62L457.4 400H333.3c-12.62 0-25-5.125-33.94-14.06L185.4 272H24c-8.844 0-16-7.156-16-16s7.156-16 16-16h161.4l113.9-113.9c9-9 21.3-14.1 34-14.1h124.1l-52.69-52.69c-6.25-6.25-6.25-16.38 0-22.62s16.38-6.25 22.62 0l80 80c6.25 6.25 6.25 16.38 0 22.62l-80 80C424.2 222.4 420.1 224 416 224s-8.188-1.562-11.31-4.688c-6.25-6.25-6.25-16.38 0-22.62L457.4 144H333.3a16.11 16.11 0 00-11.31 4.688L214.6 256l107.3 107.3c3 3 7.1 4.7 11.4 4.7h124.1l-52.69-52.69c-6.25-6.25-6.25-16.38 0-22.62s16.38-6.25 22.62 0l79.97 80.01z"})}))),r=h;r.displayName="Split";
5
5
 
6
6
  export { r as default };
7
7
  //# sourceMappingURL=Split.es.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Split.es.js","sources":["../../src/components/Split.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 512 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M391 31c9.4-9.4 24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l39-39h-83.5c-10.6 0-20.8 4.2-28.3 11.7L225.9 256l92.3 92.3c7.5 7.5 17.7 11.7 28.3 11.7H430l-39-39c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l39-39h-83.5c-23.3 0-45.7-9.3-62.2-25.8L182.1 280H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h158.1l102.2-102.2c16.5-16.5 38.9-25.8 62.2-25.8H430l-39-39c-9.4-9.4-9.4-24.6 0-33.9z\" />\n </svg>\n )\n }\n)\nconst SplitIcon = SVGIcon\nSplitIcon.displayName = 'Split'\nexport default SplitIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","SplitIcon","displayName"],"mappings":";;;AAKMA,MAAUC,CAAAA,CAAAA,UAAAA,CACZ,CAAC,CAAEC,IAAAA,CAAAA,CAAAA,CAAO,MAAOC,CAASC,CAAAA,CAAAA,CAAAA,QAEZC,CAAAA,CAAAA,KAAAA,CAAQH,EACdC,CAAMG,CAAAA,MAAAA,CAASJ,GAGfK,GACI,CAAA,KAAA,CAAA,CAAAC,KAAM,CAAA,4BAAA,CACNC,KAAK,cACLC,CAAAA,OAAAA,CAAQ,cACRC,GAAKP,CAAAA,CAAAA,CAAAA,GACDD,EACJS,QAAAL,CAAAA,GAAAA,CAAA,OAAA,CAAMM,CAAAA,CAAE,ufAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAYd,EAClBc,CAAAA,CAAUC,WAAc,CAAA,OAAA;;;;"}
1
+ {"version":3,"file":"Split.es.js","sources":["../../src/components/Split.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 512 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M507.3 372.7c6.25 6.25 6.25 16.38 0 22.62l-80 80c-3.1 3.08-7.2 4.68-11.3 4.68s-8.188-1.562-11.31-4.688c-6.25-6.25-6.25-16.38 0-22.62L457.4 400H333.3c-12.62 0-25-5.125-33.94-14.06L185.4 272H24c-8.844 0-16-7.156-16-16s7.156-16 16-16h161.4l113.9-113.9c9-9 21.3-14.1 34-14.1h124.1l-52.69-52.69c-6.25-6.25-6.25-16.38 0-22.62s16.38-6.25 22.62 0l80 80c6.25 6.25 6.25 16.38 0 22.62l-80 80C424.2 222.4 420.1 224 416 224s-8.188-1.562-11.31-4.688c-6.25-6.25-6.25-16.38 0-22.62L457.4 144H333.3a16.11 16.11 0 00-11.31 4.688L214.6 256l107.3 107.3c3 3 7.1 4.7 11.4 4.7h124.1l-52.69-52.69c-6.25-6.25-6.25-16.38 0-22.62s16.38-6.25 22.62 0l79.97 80.01z\" />\n </svg>\n )\n }\n)\nconst SplitIcon = SVGIcon\nSplitIcon.displayName = 'Split'\nexport default SplitIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","SplitIcon","displayName"],"mappings":";;;AAKMA,MAAUC,CAAAA,CAAAA,UAAAA,CACZ,CAAC,CAAEC,IAAAA,CAAAA,CAAAA,CAAO,MAAOC,CAASC,CAAAA,CAAAA,CAAAA,QAEZC,CAAAA,CAAAA,KAAAA,CAAQH,EACdC,CAAMG,CAAAA,MAAAA,CAASJ,GAGfK,GACI,CAAA,KAAA,CAAA,CAAAC,KAAM,CAAA,4BAAA,CACNC,KAAK,cACLC,CAAAA,OAAAA,CAAQ,cACRC,GAAKP,CAAAA,CAAAA,CAAAA,GACDD,EACJS,QAAAL,CAAAA,GAAAA,CAAA,OAAA,CAAMM,CAAAA,CAAE,4nBAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAYd,EAClBc,CAAAA,CAAUC,WAAc,CAAA,OAAA;;;;"}
@@ -1,2 +1,2 @@
1
- "use strict";var s=require("react/jsx-runtime"),c=require("react");const h=c.forwardRef(({size:e=14,...r},a)=>(e&&(r.width=e,r.height=e),s.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 640 512",ref:a,...r,children:s.jsx("path",{d:"M96 80a48 48 0 1196 0 48 48 0 11-96 0zm128 0a80 80 0 10-160 0 80 80 0 10160 0zm96 80a64 64 0 110 128 64 64 0 110-128zm0 160a96 96 0 100-192 96 96 0 100 192zm-58.7 64h117.4c54.2 0 98.4 42.5 101.2 96H160.1c2.8-53.5 47-96 101.2-96zm0-32C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7h330.6c14.7 0 26.7-11.9 26.7-26.7 0-73.6-59.7-133.3-133.3-133.3H261.3zM512 32a48 48 0 110 96 48 48 0 110-96zm0 128a80 80 0 100-160 80 80 0 100 160zm16 64c44.2 0 80 35.8 80 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-61.9-50.1-112-112-112h-84c2.6 10.2 4 21 4 32h80zm-336 0c0-11 1.4-21.8 4-32h-84C50.1 192 0 242.1 0 304c0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.2 35.8-80 80-80h80z"})}))),t=h;t.displayName="Users";module.exports=t;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react");const z=i.forwardRef(({size:c=14,...s},t)=>(c&&(s.width=c,s.height=c),e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 640 512",ref:t,...s,children:e.jsx("path",{d:"M319.9 320c57.41 0 103.1-46.56 103.1-104s-46.54-104-103.1-104c-57.41 0-103.1 46.56-103.1 104-.9 57.4 45.7 104 103.1 104zm0-176c39.68 0 71.96 32.3 71.96 72s-32.36 72-71.96 72-72-32.3-72-72 32.3-72 72-72zm50 208h-99.8C191.6 352 128 411.7 128 485.3c0 14.8 12.7 26.7 28.4 26.7h327.2c15.7 0 28.4-11.9 28.4-26.7 0-73.6-63.6-133.3-142.1-133.3zM160.2 480c3.021-53.41 51.19-96 109.1-96h100.6c58.78 0 106.9 42.59 109.1 96H160.2zM512 160c44.18 0 80-35.82 80-80S556.2 0 512 0c-44.18 0-80 35.82-80 80s35.8 80 80 80zm0-128c26.47 0 48 21.53 48 48s-21.5 48-48 48-48-21.53-48-48 21.5-48 48-48zM128 160c44.18 0 80-35.82 80-80S172.2 0 128 0C83.82 0 48 35.82 48 80s35.82 80 80 80zm0-128c26.47 0 48 21.53 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm433.1 160H496c-11.16 0-22.08 2.5-32.47 7.438-7.984 3.797-11.39 13.34-7.594 21.31s13.38 11.39 21.31 7.594C483.3 225.5 489.6 224 496 224h65.08c25.02 0 46.92 22.7 46.92 50.7V288c0 8.844 7.156 16 16 16s16-7.2 16-16v-13.3c0-45.6-35.4-82.7-78.9-82.7zm-398.3 36.3c7.938 3.797 17.53.375 21.31-7.594 3.797-7.969.39-17.52-7.594-21.31C166.1 194.5 155.2 192 144 192H78.92C35.41 192 0 229.1 0 274.7V288c0 8.844 7.156 16 16 16s16-7.2 16-16v-13.3c0-28 21.05-50.7 46.92-50.7H144c6.4 0 12.7 1.5 18.8 4.3z"})}))),r=z;r.displayName="Users";module.exports=r;
2
2
  //# sourceMappingURL=Users.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Users.cjs.js","sources":["../../src/components/Users.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 640 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M96 80a48 48 0 1196 0 48 48 0 11-96 0zm128 0a80 80 0 10-160 0 80 80 0 10160 0zm96 80a64 64 0 110 128 64 64 0 110-128zm0 160a96 96 0 100-192 96 96 0 100 192zm-58.7 64h117.4c54.2 0 98.4 42.5 101.2 96H160.1c2.8-53.5 47-96 101.2-96zm0-32C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7h330.6c14.7 0 26.7-11.9 26.7-26.7 0-73.6-59.7-133.3-133.3-133.3H261.3zM512 32a48 48 0 110 96 48 48 0 110-96zm0 128a80 80 0 100-160 80 80 0 100 160zm16 64c44.2 0 80 35.8 80 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-61.9-50.1-112-112-112h-84c2.6 10.2 4 21 4 32h80zm-336 0c0-11 1.4-21.8 4-32h-84C50.1 192 0 242.1 0 304c0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.2 35.8-80 80-80h80z\" />\n </svg>\n )\n }\n)\nconst UsersIcon = SVGIcon\nUsersIcon.displayName = 'Users'\nexport default UsersIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","UsersIcon","displayName"],"mappings":"mEAKMA,KAAUC,GAAAA,EAAAA,WACZ,CAAC,CAAEC,KAAAA,EAAO,MAAOC,GAASC,QAEZC,GAAAA,MAAQH,EACdC,EAAMG,OAASJ,GAGfK,EAAAA,IACI,MAAA,CAAAC,MAAM,6BACNC,KAAK,eACLC,QAAQ,cACRC,IAAKP,KACDD,EACJS,SAAAL,EAAAA,IAAA,OAAA,CAAMM,EAAE,mpBAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAYd,EAClBc,EAAUC,YAAc"}
1
+ {"version":3,"file":"Users.cjs.js","sources":["../../src/components/Users.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 640 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M319.9 320c57.41 0 103.1-46.56 103.1-104s-46.54-104-103.1-104c-57.41 0-103.1 46.56-103.1 104-.9 57.4 45.7 104 103.1 104zm0-176c39.68 0 71.96 32.3 71.96 72s-32.36 72-71.96 72-72-32.3-72-72 32.3-72 72-72zm50 208h-99.8C191.6 352 128 411.7 128 485.3c0 14.8 12.7 26.7 28.4 26.7h327.2c15.7 0 28.4-11.9 28.4-26.7 0-73.6-63.6-133.3-142.1-133.3zM160.2 480c3.021-53.41 51.19-96 109.1-96h100.6c58.78 0 106.9 42.59 109.1 96H160.2zM512 160c44.18 0 80-35.82 80-80S556.2 0 512 0c-44.18 0-80 35.82-80 80s35.8 80 80 80zm0-128c26.47 0 48 21.53 48 48s-21.5 48-48 48-48-21.53-48-48 21.5-48 48-48zM128 160c44.18 0 80-35.82 80-80S172.2 0 128 0C83.82 0 48 35.82 48 80s35.82 80 80 80zm0-128c26.47 0 48 21.53 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm433.1 160H496c-11.16 0-22.08 2.5-32.47 7.438-7.984 3.797-11.39 13.34-7.594 21.31s13.38 11.39 21.31 7.594C483.3 225.5 489.6 224 496 224h65.08c25.02 0 46.92 22.7 46.92 50.7V288c0 8.844 7.156 16 16 16s16-7.2 16-16v-13.3c0-45.6-35.4-82.7-78.9-82.7zm-398.3 36.3c7.938 3.797 17.53.375 21.31-7.594 3.797-7.969.39-17.52-7.594-21.31C166.1 194.5 155.2 192 144 192H78.92C35.41 192 0 229.1 0 274.7V288c0 8.844 7.156 16 16 16s16-7.2 16-16v-13.3c0-28 21.05-50.7 46.92-50.7H144c6.4 0 12.7 1.5 18.8 4.3z\" />\n </svg>\n )\n }\n)\nconst UsersIcon = SVGIcon\nUsersIcon.displayName = 'Users'\nexport default UsersIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","UsersIcon","displayName"],"mappings":"mEAKMA,KAAUC,GAAAA,EAAAA,WACZ,CAAC,CAAEC,KAAAA,EAAO,MAAOC,GAASC,QAEZC,GAAAA,MAAQH,EACdC,EAAMG,OAASJ,GAGfK,EAAAA,IACI,MAAA,CAAAC,MAAM,6BACNC,KAAK,eACLC,QAAQ,cACRC,IAAKP,KACDD,EACJS,SAAAL,EAAAA,IAAA,OAAA,CAAMM,EAAE,usCAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAYd,EAClBc,EAAUC,YAAc"}
@@ -1,7 +1,7 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
3
 
4
- const o=forwardRef(({size:c=14,...r},a)=>(c&&(r.width=c,r.height=c),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 640 512",ref:a,...r,children:jsx("path",{d:"M96 80a48 48 0 1196 0 48 48 0 11-96 0zm128 0a80 80 0 10-160 0 80 80 0 10160 0zm96 80a64 64 0 110 128 64 64 0 110-128zm0 160a96 96 0 100-192 96 96 0 100 192zm-58.7 64h117.4c54.2 0 98.4 42.5 101.2 96H160.1c2.8-53.5 47-96 101.2-96zm0-32C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7h330.6c14.7 0 26.7-11.9 26.7-26.7 0-73.6-59.7-133.3-133.3-133.3H261.3zM512 32a48 48 0 110 96 48 48 0 110-96zm0 128a80 80 0 100-160 80 80 0 100 160zm16 64c44.2 0 80 35.8 80 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-61.9-50.1-112-112-112h-84c2.6 10.2 4 21 4 32h80zm-336 0c0-11 1.4-21.8 4-32h-84C50.1 192 0 242.1 0 304c0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.2 35.8-80 80-80h80z"})}))),t=o;t.displayName="Users";
4
+ const e=forwardRef(({size:c=14,...s},m)=>(c&&(s.width=c,s.height=c),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 640 512",ref:m,...s,children:jsx("path",{d:"M319.9 320c57.41 0 103.1-46.56 103.1-104s-46.54-104-103.1-104c-57.41 0-103.1 46.56-103.1 104-.9 57.4 45.7 104 103.1 104zm0-176c39.68 0 71.96 32.3 71.96 72s-32.36 72-71.96 72-72-32.3-72-72 32.3-72 72-72zm50 208h-99.8C191.6 352 128 411.7 128 485.3c0 14.8 12.7 26.7 28.4 26.7h327.2c15.7 0 28.4-11.9 28.4-26.7 0-73.6-63.6-133.3-142.1-133.3zM160.2 480c3.021-53.41 51.19-96 109.1-96h100.6c58.78 0 106.9 42.59 109.1 96H160.2zM512 160c44.18 0 80-35.82 80-80S556.2 0 512 0c-44.18 0-80 35.82-80 80s35.8 80 80 80zm0-128c26.47 0 48 21.53 48 48s-21.5 48-48 48-48-21.53-48-48 21.5-48 48-48zM128 160c44.18 0 80-35.82 80-80S172.2 0 128 0C83.82 0 48 35.82 48 80s35.82 80 80 80zm0-128c26.47 0 48 21.53 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm433.1 160H496c-11.16 0-22.08 2.5-32.47 7.438-7.984 3.797-11.39 13.34-7.594 21.31s13.38 11.39 21.31 7.594C483.3 225.5 489.6 224 496 224h65.08c25.02 0 46.92 22.7 46.92 50.7V288c0 8.844 7.156 16 16 16s16-7.2 16-16v-13.3c0-45.6-35.4-82.7-78.9-82.7zm-398.3 36.3c7.938 3.797 17.53.375 21.31-7.594 3.797-7.969.39-17.52-7.594-21.31C166.1 194.5 155.2 192 144 192H78.92C35.41 192 0 229.1 0 274.7V288c0 8.844 7.156 16 16 16s16-7.2 16-16v-13.3c0-28 21.05-50.7 46.92-50.7H144c6.4 0 12.7 1.5 18.8 4.3z"})}))),t=e;t.displayName="Users";
5
5
 
6
6
  export { t as default };
7
7
  //# sourceMappingURL=Users.es.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Users.es.js","sources":["../../src/components/Users.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 640 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M96 80a48 48 0 1196 0 48 48 0 11-96 0zm128 0a80 80 0 10-160 0 80 80 0 10160 0zm96 80a64 64 0 110 128 64 64 0 110-128zm0 160a96 96 0 100-192 96 96 0 100 192zm-58.7 64h117.4c54.2 0 98.4 42.5 101.2 96H160.1c2.8-53.5 47-96 101.2-96zm0-32C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7h330.6c14.7 0 26.7-11.9 26.7-26.7 0-73.6-59.7-133.3-133.3-133.3H261.3zM512 32a48 48 0 110 96 48 48 0 110-96zm0 128a80 80 0 100-160 80 80 0 100 160zm16 64c44.2 0 80 35.8 80 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-61.9-50.1-112-112-112h-84c2.6 10.2 4 21 4 32h80zm-336 0c0-11 1.4-21.8 4-32h-84C50.1 192 0 242.1 0 304c0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.2 35.8-80 80-80h80z\" />\n </svg>\n )\n }\n)\nconst UsersIcon = SVGIcon\nUsersIcon.displayName = 'Users'\nexport default UsersIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","UsersIcon","displayName"],"mappings":";;;AAKMA,MAAUC,CAAAA,CAAAA,UAAAA,CACZ,CAAC,CAAEC,IAAAA,CAAAA,CAAAA,CAAO,MAAOC,CAASC,CAAAA,CAAAA,CAAAA,QAEZC,CAAAA,CAAAA,KAAAA,CAAQH,EACdC,CAAMG,CAAAA,MAAAA,CAASJ,GAGfK,GACI,CAAA,KAAA,CAAA,CAAAC,KAAM,CAAA,4BAAA,CACNC,KAAK,cACLC,CAAAA,OAAAA,CAAQ,cACRC,GAAKP,CAAAA,CAAAA,CAAAA,GACDD,EACJS,QAAAL,CAAAA,GAAAA,CAAA,OAAA,CAAMM,CAAAA,CAAE,mpBAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAYd,EAClBc,CAAAA,CAAUC,WAAc,CAAA,OAAA;;;;"}
1
+ {"version":3,"file":"Users.es.js","sources":["../../src/components/Users.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 640 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M319.9 320c57.41 0 103.1-46.56 103.1-104s-46.54-104-103.1-104c-57.41 0-103.1 46.56-103.1 104-.9 57.4 45.7 104 103.1 104zm0-176c39.68 0 71.96 32.3 71.96 72s-32.36 72-71.96 72-72-32.3-72-72 32.3-72 72-72zm50 208h-99.8C191.6 352 128 411.7 128 485.3c0 14.8 12.7 26.7 28.4 26.7h327.2c15.7 0 28.4-11.9 28.4-26.7 0-73.6-63.6-133.3-142.1-133.3zM160.2 480c3.021-53.41 51.19-96 109.1-96h100.6c58.78 0 106.9 42.59 109.1 96H160.2zM512 160c44.18 0 80-35.82 80-80S556.2 0 512 0c-44.18 0-80 35.82-80 80s35.8 80 80 80zm0-128c26.47 0 48 21.53 48 48s-21.5 48-48 48-48-21.53-48-48 21.5-48 48-48zM128 160c44.18 0 80-35.82 80-80S172.2 0 128 0C83.82 0 48 35.82 48 80s35.82 80 80 80zm0-128c26.47 0 48 21.53 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm433.1 160H496c-11.16 0-22.08 2.5-32.47 7.438-7.984 3.797-11.39 13.34-7.594 21.31s13.38 11.39 21.31 7.594C483.3 225.5 489.6 224 496 224h65.08c25.02 0 46.92 22.7 46.92 50.7V288c0 8.844 7.156 16 16 16s16-7.2 16-16v-13.3c0-45.6-35.4-82.7-78.9-82.7zm-398.3 36.3c7.938 3.797 17.53.375 21.31-7.594 3.797-7.969.39-17.52-7.594-21.31C166.1 194.5 155.2 192 144 192H78.92C35.41 192 0 229.1 0 274.7V288c0 8.844 7.156 16 16 16s16-7.2 16-16v-13.3c0-28 21.05-50.7 46.92-50.7H144c6.4 0 12.7 1.5 18.8 4.3z\" />\n </svg>\n )\n }\n)\nconst UsersIcon = SVGIcon\nUsersIcon.displayName = 'Users'\nexport default UsersIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","UsersIcon","displayName"],"mappings":";;;AAKMA,MAAUC,CAAAA,CAAAA,UAAAA,CACZ,CAAC,CAAEC,IAAAA,CAAAA,CAAAA,CAAO,MAAOC,CAASC,CAAAA,CAAAA,CAAAA,QAEZC,CAAAA,CAAAA,KAAAA,CAAQH,EACdC,CAAMG,CAAAA,MAAAA,CAASJ,GAGfK,GACI,CAAA,KAAA,CAAA,CAAAC,KAAM,CAAA,4BAAA,CACNC,KAAK,cACLC,CAAAA,OAAAA,CAAQ,cACRC,GAAKP,CAAAA,CAAAA,CAAAA,GACDD,EACJS,QAAAL,CAAAA,GAAAA,CAAA,OAAA,CAAMM,CAAAA,CAAE,usCAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAYd,EAClBc,CAAAA,CAAUC,WAAc,CAAA,OAAA;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pzh-ui/icons",
3
- "version": "0.0.36",
3
+ "version": "0.0.38",
4
4
  "description": "Contains icons to use in Provincie Zuid-Holland projects.",
5
5
  "homepage": "https://github.com/Provincie-Zuid-Holland/pzh-ui#readme",
6
6
  "license": "ISC",
@@ -49,5 +49,5 @@
49
49
  "typescript": "^4.6.2",
50
50
  "vite": "^2.8.6"
51
51
  },
52
- "gitHead": "1561ac5f0d6ad693eb8d7c1a89ca758eb7ee1fdb"
52
+ "gitHead": "d9d1f1800e8047ec3889a4ac97a2e574a0eedbb5"
53
53
  }