@pzh-ui/icons 0.0.39 → 0.0.40

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.
@@ -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 384 512",ref:i,...r,children:s.jsx("path",{d:"M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z"})}))),t=l;t.displayName="AngleDown";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 448 512",ref:i,...r,children:s.jsx("path",{d:"M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z"})}))),t=a;t.displayName="AngleDown";module.exports=t;
2
2
  //# sourceMappingURL=AngleDown.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"AngleDown.cjs.js","sources":["../../src/components/AngleDown.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=\"M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z\" />\n </svg>\n )\n }\n)\nconst AngleDownIcon = SVGIcon\nAngleDownIcon.displayName = 'AngleDown'\nexport default AngleDownIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","AngleDownIcon","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,mNAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAgBd,EACtBc,EAAcC,YAAc"}
1
+ {"version":3,"file":"AngleDown.cjs.js","sources":["../../src/components/AngleDown.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=\"M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z\" />\n </svg>\n )\n }\n)\nconst AngleDownIcon = SVGIcon\nAngleDownIcon.displayName = 'AngleDown'\nexport default AngleDownIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","AngleDownIcon","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,oJAAR,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 c=forwardRef(({size:o=14,...r},n)=>(o&&(r.width=o,r.height=o),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 384 512",ref:n,...r,children:jsx("path",{d:"M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z"})}))),l=c;l.displayName="AngleDown";
4
+ const c=forwardRef(({size:o=14,...r},e)=>(o&&(r.width=o,r.height=o),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 448 512",ref:e,...r,children:jsx("path",{d:"M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z"})}))),n=c;n.displayName="AngleDown";
5
5
 
6
- export { l as default };
6
+ export { n as default };
7
7
  //# sourceMappingURL=AngleDown.es.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"AngleDown.es.js","sources":["../../src/components/AngleDown.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=\"M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z\" />\n </svg>\n )\n }\n)\nconst AngleDownIcon = SVGIcon\nAngleDownIcon.displayName = 'AngleDown'\nexport default AngleDownIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","AngleDownIcon","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,mNAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAgBd,EACtBc,CAAAA,CAAcC,WAAc,CAAA,WAAA;;;;"}
1
+ {"version":3,"file":"AngleDown.es.js","sources":["../../src/components/AngleDown.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=\"M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z\" />\n </svg>\n )\n }\n)\nconst AngleDownIcon = SVGIcon\nAngleDownIcon.displayName = 'AngleDown'\nexport default AngleDownIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","AngleDownIcon","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,oJAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAgBd,EACtBc,CAAAA,CAAcC,WAAc,CAAA,WAAA;;;;"}
@@ -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:"M192 448c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25L77.25 256l137.4 137.4c12.5 12.5 12.5 32.75 0 45.25C208.4 444.9 200.2 448 192 448z"})}))),t=l;t.displayName="AngleLeft";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:"M47 239c-9.4 9.4-9.4 24.6 0 33.9L207 433c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97.9 256 241 113c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L47 239z"})}))),t=a;t.displayName="AngleLeft";module.exports=t;
2
2
  //# sourceMappingURL=AngleLeft.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"AngleLeft.cjs.js","sources":["../../src/components/AngleLeft.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=\"M192 448c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25L77.25 256l137.4 137.4c12.5 12.5 12.5 32.75 0 45.25C208.4 444.9 200.2 448 192 448z\" />\n </svg>\n )\n }\n)\nconst AngleLeftIcon = SVGIcon\nAngleLeftIcon.displayName = 'AngleLeft'\nexport default AngleLeftIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","AngleLeftIcon","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,4NAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAgBd,EACtBc,EAAcC,YAAc"}
1
+ {"version":3,"file":"AngleLeft.cjs.js","sources":["../../src/components/AngleLeft.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=\"M47 239c-9.4 9.4-9.4 24.6 0 33.9L207 433c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97.9 256 241 113c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L47 239z\" />\n </svg>\n )\n }\n)\nconst AngleLeftIcon = SVGIcon\nAngleLeftIcon.displayName = 'AngleLeft'\nexport default AngleLeftIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","AngleLeftIcon","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,oJAAR,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 f=forwardRef(({size:t=14,...r},o)=>(t&&(r.width=t,r.height=t),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 512",ref:o,...r,children:jsx("path",{d:"M192 448c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25L77.25 256l137.4 137.4c12.5 12.5 12.5 32.75 0 45.25C208.4 444.9 200.2 448 192 448z"})}))),l=f;l.displayName="AngleLeft";
4
+ const c=forwardRef(({size:t=14,...r},f)=>(t&&(r.width=t,r.height=t),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 320 512",ref:f,...r,children:jsx("path",{d:"M47 239c-9.4 9.4-9.4 24.6 0 33.9L207 433c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97.9 256 241 113c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L47 239z"})}))),o=c;o.displayName="AngleLeft";
5
5
 
6
- export { l as default };
6
+ export { o as default };
7
7
  //# sourceMappingURL=AngleLeft.es.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"AngleLeft.es.js","sources":["../../src/components/AngleLeft.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=\"M192 448c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25L77.25 256l137.4 137.4c12.5 12.5 12.5 32.75 0 45.25C208.4 444.9 200.2 448 192 448z\" />\n </svg>\n )\n }\n)\nconst AngleLeftIcon = SVGIcon\nAngleLeftIcon.displayName = 'AngleLeft'\nexport default AngleLeftIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","AngleLeftIcon","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,4NAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAgBd,EACtBc,CAAAA,CAAcC,WAAc,CAAA,WAAA;;;;"}
1
+ {"version":3,"file":"AngleLeft.es.js","sources":["../../src/components/AngleLeft.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=\"M47 239c-9.4 9.4-9.4 24.6 0 33.9L207 433c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97.9 256 241 113c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L47 239z\" />\n </svg>\n )\n }\n)\nconst AngleLeftIcon = SVGIcon\nAngleLeftIcon.displayName = 'AngleLeft'\nexport default AngleLeftIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","AngleLeftIcon","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,oJAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAgBd,EACtBc,CAAAA,CAAcC,WAAc,CAAA,WAAA;;;;"}
@@ -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 384 512",ref:i,...r,children:s.jsx("path",{d:"M352 352c-8.188 0-16.38-3.125-22.62-9.375L192 205.3 54.6 342.7c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25-6.2 6.2-14.4 9.3-22.6 9.3z"})}))),t=l;t.displayName="AngleUp";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 448 512",ref:i,...r,children:s.jsx("path",{d:"M207 143c9.4-9.4 24.6-9.4 33.9 0L401 303c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-143-143L81 337c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L207 143z"})}))),t=a;t.displayName="AngleUp";module.exports=t;
2
2
  //# sourceMappingURL=AngleUp.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"AngleUp.cjs.js","sources":["../../src/components/AngleUp.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=\"M352 352c-8.188 0-16.38-3.125-22.62-9.375L192 205.3 54.6 342.7c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25-6.2 6.2-14.4 9.3-22.6 9.3z\" />\n </svg>\n )\n }\n)\nconst AngleUpIcon = SVGIcon\nAngleUpIcon.displayName = 'AngleUp'\nexport default AngleUpIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","AngleUpIcon","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,uNAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAcd,EACpBc,EAAYC,YAAc"}
1
+ {"version":3,"file":"AngleUp.cjs.js","sources":["../../src/components/AngleUp.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=\"M207 143c9.4-9.4 24.6-9.4 33.9 0L401 303c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-143-143L81 337c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L207 143z\" />\n </svg>\n )\n }\n)\nconst AngleUpIcon = SVGIcon\nAngleUpIcon.displayName = 'AngleUp'\nexport default AngleUpIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","AngleUpIcon","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,sJAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAcd,EACpBc,EAAYC,YAAc"}
@@ -1,7 +1,7 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
3
 
4
- const n=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 384 512",ref:c,...t,children:jsx("path",{d:"M352 352c-8.188 0-16.38-3.125-22.62-9.375L192 205.3 54.6 342.7c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25-6.2 6.2-14.4 9.3-22.6 9.3z"})}))),l=n;l.displayName="AngleUp";
4
+ const c=forwardRef(({size:r=14,...t},l)=>(r&&(t.width=r,t.height=r),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 448 512",ref:l,...t,children:jsx("path",{d:"M207 143c9.4-9.4 24.6-9.4 33.9 0L401 303c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-143-143L81 337c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L207 143z"})}))),e=c;e.displayName="AngleUp";
5
5
 
6
- export { l as default };
6
+ export { e as default };
7
7
  //# sourceMappingURL=AngleUp.es.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"AngleUp.es.js","sources":["../../src/components/AngleUp.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=\"M352 352c-8.188 0-16.38-3.125-22.62-9.375L192 205.3 54.6 342.7c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25-6.2 6.2-14.4 9.3-22.6 9.3z\" />\n </svg>\n )\n }\n)\nconst AngleUpIcon = SVGIcon\nAngleUpIcon.displayName = 'AngleUp'\nexport default AngleUpIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","AngleUpIcon","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,uNAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAcd,EACpBc,CAAAA,CAAYC,WAAc,CAAA,SAAA;;;;"}
1
+ {"version":3,"file":"AngleUp.es.js","sources":["../../src/components/AngleUp.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=\"M207 143c9.4-9.4 24.6-9.4 33.9 0L401 303c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-143-143L81 337c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L207 143z\" />\n </svg>\n )\n }\n)\nconst AngleUpIcon = SVGIcon\nAngleUpIcon.displayName = 'AngleUp'\nexport default AngleUpIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","AngleUpIcon","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,sJAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAcd,EACpBc,CAAAA,CAAYC,WAAc,CAAA,SAAA;;;;"}
@@ -1,2 +1,2 @@
1
- "use strict";var c=require("react/jsx-runtime"),i=require("react");const l=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 448 512",ref:t,...e,children:c.jsx("path",{d:"M384.3 352c35.2.2 63.7 28.7 63.7 64s-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H119.4c-11 19.1-31.71 32-55.4 32-35.35 0-64-28.7-64-64 0-23.7 12.87-44.4 32-55.4V151.4C12.87 140.4 0 119.7 0 96c0-35.35 28.65-64 64-64 23.69 0 44.4 12.87 55.4 32h209.2c11-19.13 31.7-32 55.4-32 35.3 0 64 28.65 64 64 0 35.3-28.5 63.8-63.7 63.1l-38.8 68.8c4.2 8.5 6.5 18 6.5 28.1 0 10.1-2.3 19.6-6.5 28.1l38.8 67.9zM96 360.6c9.7 5.6 17.8 13.7 23.4 23.4h209.2c0-.1.1-.2.1-.3l-36.5-63.8c-1.4-.8-2.8.1-4.2.1-35.3 0-64-28.7-64-64s28.7-64 64-64c1.4 0 2.8 0 4.2.1l36.5-63.8-.1-.3H119.4c-5.6 9.7-13.7 17.8-23.4 23.4v209.2z"})}))),s=l;s.displayName="DrawPolygon";module.exports=s;
1
+ "use strict";var c=require("react/jsx-runtime"),t=require("react");const i=t.forwardRef(({size:r=14,...e},a)=>(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:a,...e,children:c.jsx("path",{d:"M96 96a32 32 0 10-64 0 32 32 0 1064 0zm-16 62v196c22.5 5.8 40.2 23.5 46 46h196c2.9-11.1 8.6-21 16.4-28.9l-32.2-53.7c-5.8 1.7-11.9 2.6-18.2 2.6-35.3 0-64-28.7-64-64s28.7-64 64-64c6.3 0 12.4.9 18.2 2.6l32.2-53.7c-7.8-7.9-13.5-17.8-16.4-28.9H126c-5.8 22.5-23.5 40.2-46 46zm285.8 196.6c5.8-1.7 11.9-2.6 18.2-2.6 35.3 0 64 28.7 64 64s-28.7 64-64 64c-29.8 0-54.9-20.4-62-48H126c-7.1 27.6-32.2 48-62 48-35.3 0-64-28.7-64-64 0-29.8 20.4-54.9 48-62V158c-27.6-7.1-48-32.2-48-62 0-35.3 28.7-64 64-64 29.8 0 54.9 20.4 62 48h196c7.1-27.6 32.2-48 62-48 35.3 0 64 28.7 64 64s-28.7 64-64 64c-6.3 0-12.4-.9-18.2-2.6l-32.2 53.7C345 222.6 352 238.5 352 256s-7 33.4-18.4 44.9l32.2 53.7zM64 384a32 32 0 100 64 32 32 0 100-64zM352 96a32 32 0 1064 0 32 32 0 10-64 0zm32 352a32 32 0 100-64 32 32 0 100 64zm-96-160a32 32 0 100-64 32 32 0 100 64z"})}))),s=i;s.displayName="DrawPolygon";module.exports=s;
2
2
  //# sourceMappingURL=DrawPolygon.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"DrawPolygon.cjs.js","sources":["../../src/components/DrawPolygon.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=\"M384.3 352c35.2.2 63.7 28.7 63.7 64s-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H119.4c-11 19.1-31.71 32-55.4 32-35.35 0-64-28.7-64-64 0-23.7 12.87-44.4 32-55.4V151.4C12.87 140.4 0 119.7 0 96c0-35.35 28.65-64 64-64 23.69 0 44.4 12.87 55.4 32h209.2c11-19.13 31.7-32 55.4-32 35.3 0 64 28.65 64 64 0 35.3-28.5 63.8-63.7 63.1l-38.8 68.8c4.2 8.5 6.5 18 6.5 28.1 0 10.1-2.3 19.6-6.5 28.1l38.8 67.9zM96 360.6c9.7 5.6 17.8 13.7 23.4 23.4h209.2c0-.1.1-.2.1-.3l-36.5-63.8c-1.4-.8-2.8.1-4.2.1-35.3 0-64-28.7-64-64s28.7-64 64-64c1.4 0 2.8 0 4.2.1l36.5-63.8-.1-.3H119.4c-5.6 9.7-13.7 17.8-23.4 23.4v209.2z\" />\n </svg>\n )\n }\n)\nconst DrawPolygonIcon = SVGIcon\nDrawPolygonIcon.displayName = 'DrawPolygon'\nexport default DrawPolygonIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","DrawPolygonIcon","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,8kBAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAkBd,EACxBc,EAAgBC,YAAc"}
1
+ {"version":3,"file":"DrawPolygon.cjs.js","sources":["../../src/components/DrawPolygon.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=\"M96 96a32 32 0 10-64 0 32 32 0 1064 0zm-16 62v196c22.5 5.8 40.2 23.5 46 46h196c2.9-11.1 8.6-21 16.4-28.9l-32.2-53.7c-5.8 1.7-11.9 2.6-18.2 2.6-35.3 0-64-28.7-64-64s28.7-64 64-64c6.3 0 12.4.9 18.2 2.6l32.2-53.7c-7.8-7.9-13.5-17.8-16.4-28.9H126c-5.8 22.5-23.5 40.2-46 46zm285.8 196.6c5.8-1.7 11.9-2.6 18.2-2.6 35.3 0 64 28.7 64 64s-28.7 64-64 64c-29.8 0-54.9-20.4-62-48H126c-7.1 27.6-32.2 48-62 48-35.3 0-64-28.7-64-64 0-29.8 20.4-54.9 48-62V158c-27.6-7.1-48-32.2-48-62 0-35.3 28.7-64 64-64 29.8 0 54.9 20.4 62 48h196c7.1-27.6 32.2-48 62-48 35.3 0 64 28.7 64 64s-28.7 64-64 64c-6.3 0-12.4-.9-18.2-2.6l-32.2 53.7C345 222.6 352 238.5 352 256s-7 33.4-18.4 44.9l32.2 53.7zM64 384a32 32 0 100 64 32 32 0 100-64zM352 96a32 32 0 1064 0 32 32 0 10-64 0zm32 352a32 32 0 100-64 32 32 0 100 64zm-96-160a32 32 0 100-64 32 32 0 100 64z\" />\n </svg>\n )\n }\n)\nconst DrawPolygonIcon = SVGIcon\nDrawPolygonIcon.displayName = 'DrawPolygon'\nexport default DrawPolygonIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","DrawPolygonIcon","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,szBAAR,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 w=forwardRef(({size:c=14,...o},t)=>(c&&(o.width=c,o.height=c),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 448 512",ref:t,...o,children:jsx("path",{d:"M384.3 352c35.2.2 63.7 28.7 63.7 64s-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H119.4c-11 19.1-31.71 32-55.4 32-35.35 0-64-28.7-64-64 0-23.7 12.87-44.4 32-55.4V151.4C12.87 140.4 0 119.7 0 96c0-35.35 28.65-64 64-64 23.69 0 44.4 12.87 55.4 32h209.2c11-19.13 31.7-32 55.4-32 35.3 0 64 28.65 64 64 0 35.3-28.5 63.8-63.7 63.1l-38.8 68.8c4.2 8.5 6.5 18 6.5 28.1 0 10.1-2.3 19.6-6.5 28.1l38.8 67.9zM96 360.6c9.7 5.6 17.8 13.7 23.4 23.4h209.2c0-.1.1-.2.1-.3l-36.5-63.8c-1.4-.8-2.8.1-4.2.1-35.3 0-64-28.7-64-64s28.7-64 64-64c1.4 0 2.8 0 4.2.1l36.5-63.8-.1-.3H119.4c-5.6 9.7-13.7 17.8-23.4 23.4v209.2z"})}))),l=w;l.displayName="DrawPolygon";
4
+ const m=forwardRef(({size:c=14,...o},l)=>(c&&(o.width=c,o.height=c),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 448 512",ref:l,...o,children:jsx("path",{d:"M96 96a32 32 0 10-64 0 32 32 0 1064 0zm-16 62v196c22.5 5.8 40.2 23.5 46 46h196c2.9-11.1 8.6-21 16.4-28.9l-32.2-53.7c-5.8 1.7-11.9 2.6-18.2 2.6-35.3 0-64-28.7-64-64s28.7-64 64-64c6.3 0 12.4.9 18.2 2.6l32.2-53.7c-7.8-7.9-13.5-17.8-16.4-28.9H126c-5.8 22.5-23.5 40.2-46 46zm285.8 196.6c5.8-1.7 11.9-2.6 18.2-2.6 35.3 0 64 28.7 64 64s-28.7 64-64 64c-29.8 0-54.9-20.4-62-48H126c-7.1 27.6-32.2 48-62 48-35.3 0-64-28.7-64-64 0-29.8 20.4-54.9 48-62V158c-27.6-7.1-48-32.2-48-62 0-35.3 28.7-64 64-64 29.8 0 54.9 20.4 62 48h196c7.1-27.6 32.2-48 62-48 35.3 0 64 28.7 64 64s-28.7 64-64 64c-6.3 0-12.4-.9-18.2-2.6l-32.2 53.7C345 222.6 352 238.5 352 256s-7 33.4-18.4 44.9l32.2 53.7zM64 384a32 32 0 100 64 32 32 0 100-64zM352 96a32 32 0 1064 0 32 32 0 10-64 0zm32 352a32 32 0 100-64 32 32 0 100 64zm-96-160a32 32 0 100-64 32 32 0 100 64z"})}))),a=m;a.displayName="DrawPolygon";
5
5
 
6
- export { l as default };
6
+ export { a as default };
7
7
  //# sourceMappingURL=DrawPolygon.es.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"DrawPolygon.es.js","sources":["../../src/components/DrawPolygon.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=\"M384.3 352c35.2.2 63.7 28.7 63.7 64s-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H119.4c-11 19.1-31.71 32-55.4 32-35.35 0-64-28.7-64-64 0-23.7 12.87-44.4 32-55.4V151.4C12.87 140.4 0 119.7 0 96c0-35.35 28.65-64 64-64 23.69 0 44.4 12.87 55.4 32h209.2c11-19.13 31.7-32 55.4-32 35.3 0 64 28.65 64 64 0 35.3-28.5 63.8-63.7 63.1l-38.8 68.8c4.2 8.5 6.5 18 6.5 28.1 0 10.1-2.3 19.6-6.5 28.1l38.8 67.9zM96 360.6c9.7 5.6 17.8 13.7 23.4 23.4h209.2c0-.1.1-.2.1-.3l-36.5-63.8c-1.4-.8-2.8.1-4.2.1-35.3 0-64-28.7-64-64s28.7-64 64-64c1.4 0 2.8 0 4.2.1l36.5-63.8-.1-.3H119.4c-5.6 9.7-13.7 17.8-23.4 23.4v209.2z\" />\n </svg>\n )\n }\n)\nconst DrawPolygonIcon = SVGIcon\nDrawPolygonIcon.displayName = 'DrawPolygon'\nexport default DrawPolygonIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","DrawPolygonIcon","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,8kBAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAkBd,EACxBc,CAAAA,CAAgBC,WAAc,CAAA,aAAA;;;;"}
1
+ {"version":3,"file":"DrawPolygon.es.js","sources":["../../src/components/DrawPolygon.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=\"M96 96a32 32 0 10-64 0 32 32 0 1064 0zm-16 62v196c22.5 5.8 40.2 23.5 46 46h196c2.9-11.1 8.6-21 16.4-28.9l-32.2-53.7c-5.8 1.7-11.9 2.6-18.2 2.6-35.3 0-64-28.7-64-64s28.7-64 64-64c6.3 0 12.4.9 18.2 2.6l32.2-53.7c-7.8-7.9-13.5-17.8-16.4-28.9H126c-5.8 22.5-23.5 40.2-46 46zm285.8 196.6c5.8-1.7 11.9-2.6 18.2-2.6 35.3 0 64 28.7 64 64s-28.7 64-64 64c-29.8 0-54.9-20.4-62-48H126c-7.1 27.6-32.2 48-62 48-35.3 0-64-28.7-64-64 0-29.8 20.4-54.9 48-62V158c-27.6-7.1-48-32.2-48-62 0-35.3 28.7-64 64-64 29.8 0 54.9 20.4 62 48h196c7.1-27.6 32.2-48 62-48 35.3 0 64 28.7 64 64s-28.7 64-64 64c-6.3 0-12.4-.9-18.2-2.6l-32.2 53.7C345 222.6 352 238.5 352 256s-7 33.4-18.4 44.9l32.2 53.7zM64 384a32 32 0 100 64 32 32 0 100-64zM352 96a32 32 0 1064 0 32 32 0 10-64 0zm32 352a32 32 0 100-64 32 32 0 100 64zm-96-160a32 32 0 100-64 32 32 0 100 64z\" />\n </svg>\n )\n }\n)\nconst DrawPolygonIcon = SVGIcon\nDrawPolygonIcon.displayName = 'DrawPolygon'\nexport default DrawPolygonIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","DrawPolygonIcon","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,szBAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAkBd,EACxBc,CAAAA,CAAgBC,WAAc,CAAA,aAAA;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pzh-ui/icons",
3
- "version": "0.0.39",
3
+ "version": "0.0.40",
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": "76da0623ee7bb442228755d72b32833123bc92ed"
52
+ "gitHead": "d993325c9678efadb92caa84d7d54c3003454729"
53
53
  }