@central-icons-react/square-outlined-radius-0-stroke-1 1.1.100 → 1.1.102

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 (59) hide show
  1. package/IconFileArrowLeftIn/index.d.ts +4 -0
  2. package/IconFileArrowLeftIn/index.js +2 -0
  3. package/IconFileArrowLeftIn/index.js.map +1 -0
  4. package/IconFileArrowLeftIn/index.mjs +2 -0
  5. package/IconFileArrowLeftIn/index.mjs.map +1 -0
  6. package/IconFileArrowLeftOut/index.d.ts +4 -0
  7. package/IconFileArrowLeftOut/index.js +2 -0
  8. package/IconFileArrowLeftOut/index.js.map +1 -0
  9. package/IconFileArrowLeftOut/index.mjs +2 -0
  10. package/IconFileArrowLeftOut/index.mjs.map +1 -0
  11. package/IconFileArrowRightIn/index.d.ts +4 -0
  12. package/IconFileArrowRightIn/index.js +2 -0
  13. package/IconFileArrowRightIn/index.js.map +1 -0
  14. package/IconFileArrowRightIn/index.mjs +2 -0
  15. package/IconFileArrowRightIn/index.mjs.map +1 -0
  16. package/IconFileArrowRightOut/index.d.ts +4 -0
  17. package/IconFileArrowRightOut/index.js +2 -0
  18. package/IconFileArrowRightOut/index.js.map +1 -0
  19. package/IconFileArrowRightOut/index.mjs +2 -0
  20. package/IconFileArrowRightOut/index.mjs.map +1 -0
  21. package/IconGyroscopeSensor/index.d.ts +4 -0
  22. package/IconGyroscopeSensor/index.js +2 -0
  23. package/IconGyroscopeSensor/index.js.map +1 -0
  24. package/IconGyroscopeSensor/index.mjs +2 -0
  25. package/IconGyroscopeSensor/index.mjs.map +1 -0
  26. package/IconPhoneTopDynamicIsland/index.d.ts +4 -0
  27. package/IconPhoneTopDynamicIsland/index.js +2 -0
  28. package/IconPhoneTopDynamicIsland/index.js.map +1 -0
  29. package/IconPhoneTopDynamicIsland/index.mjs +2 -0
  30. package/IconPhoneTopDynamicIsland/index.mjs.map +1 -0
  31. package/IconPhoneTopPunchHoleCenter/index.d.ts +4 -0
  32. package/IconPhoneTopPunchHoleCenter/index.js +2 -0
  33. package/IconPhoneTopPunchHoleCenter/index.js.map +1 -0
  34. package/IconPhoneTopPunchHoleCenter/index.mjs +2 -0
  35. package/IconPhoneTopPunchHoleCenter/index.mjs.map +1 -0
  36. package/IconProgress100/index.d.ts +4 -0
  37. package/IconProgress100/index.js +2 -0
  38. package/IconProgress100/index.js.map +1 -0
  39. package/IconProgress100/index.mjs +2 -0
  40. package/IconProgress100/index.mjs.map +1 -0
  41. package/README.md +8 -1
  42. package/icons/index.d.ts +8 -1
  43. package/icons/index.js +1 -1
  44. package/icons/index.js.map +1 -1
  45. package/icons/index.mjs +1 -1
  46. package/icons/index.mjs.map +1 -1
  47. package/icons-index.json +22 -8
  48. package/index.d.ts +32 -1
  49. package/index.js +1 -1
  50. package/index.js.map +1 -1
  51. package/index.mjs +1 -1
  52. package/index.mjs.map +1 -1
  53. package/license-check.js +1 -1
  54. package/package.json +1 -1
  55. package/IconClawdbot/index.d.ts +0 -4
  56. package/IconClawdbot/index.js +0 -2
  57. package/IconClawdbot/index.js.map +0 -1
  58. package/IconClawdbot/index.mjs +0 -2
  59. package/IconClawdbot/index.mjs.map +0 -1
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFileArrowLeftIn: React.FC<CentralIconBaseProps>;
4
+ export default IconFileArrowLeftIn;
@@ -0,0 +1,2 @@
1
+ "use strict";var C=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,w=Object.prototype.hasOwnProperty;var I=(r,e)=>{for(var o in e)p(r,o,{get:e[o],enumerable:!0})},l=(r,e,o,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of g(e))!w.call(r,t)&&t!==o&&p(r,t,{get:()=>e[t],enumerable:!(a=d(e,t))||a.enumerable});return r};var i=(r,e,o)=>(o=r!=null?C(h(r)):{},l(e||!r||!r.__esModule?p(o,"default",{value:r,enumerable:!0}):o,r)),L=r=>l(p({},"__esModule",{value:!0}),r);var x={};I(x,{IconFileArrowLeftIn:()=>u,default:()=>k});module.exports=L(x);var n=i(require("react"));var s=i(require("react")),c=({children:r,size:e=24,ariaLabel:o,color:a,ariaHidden:t=!0,style:m,...f})=>s.default.createElement("svg",{...f,"aria-hidden":t,role:t?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...m}},o&&!t&&s.default.createElement("title",null,o),r);var u=r=>n.default.createElement(c,{...r,ariaLabel:"file-arrow-left-in, document-arrow-left-in, incoming"},n.default.createElement("path",{d:"M14.5 21.5H19.5V9L13 2.5H4.5V14.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("path",{d:"M13 3V9H19",stroke:"currentColor",strokeLinecap:"round"}),n.default.createElement("path",{d:"M3.5 19.5H10.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("path",{d:"M8.5 16.5L11.5 19.5L8.5 22.5",stroke:"currentColor",strokeLinecap:"square"})),k=u;0&&(module.exports={IconFileArrowLeftIn});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFileArrowLeftIn/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFileArrowLeftIn: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"file-arrow-left-in, document-arrow-left-in, incoming\"\n >\n <path\n d=\"M14.5 21.5H19.5V9L13 2.5H4.5V14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <path d=\"M13 3V9H19\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path d=\"M3.5 19.5H10.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path\n d=\"M8.5 16.5L11.5 19.5L8.5 22.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileArrowLeftIn;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,yBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAuDC,GAEhE,EAAAC,QAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,wDAEV,EAAAC,QAAA,cAAC,QACC,EAAE,oCACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,cAAc,QAAQ,EACjE,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtE,EAAAA,QAAA,cAAC,QACC,EAAE,+BACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconFileArrowLeftIn_exports","__export","IconFileArrowLeftIn","IconFileArrowLeftIn_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconFileArrowLeftIn","props","React","CentralIconBase","IconFileArrowLeftIn_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import a from"react";var p=({children:o,size:r=24,ariaLabel:n,color:s,ariaHidden:t=!0,style:l,...i})=>a.createElement("svg",{...i,"aria-hidden":t,role:t?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...l}},n&&!t&&a.createElement("title",null,n),o);var c=o=>e.createElement(p,{...o,ariaLabel:"file-arrow-left-in, document-arrow-left-in, incoming"},e.createElement("path",{d:"M14.5 21.5H19.5V9L13 2.5H4.5V14.5",stroke:"currentColor",strokeLinecap:"square"}),e.createElement("path",{d:"M13 3V9H19",stroke:"currentColor",strokeLinecap:"round"}),e.createElement("path",{d:"M3.5 19.5H10.5",stroke:"currentColor",strokeLinecap:"square"}),e.createElement("path",{d:"M8.5 16.5L11.5 19.5L8.5 22.5",stroke:"currentColor",strokeLinecap:"square"})),d=c;export{c as IconFileArrowLeftIn,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFileArrowLeftIn/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFileArrowLeftIn: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"file-arrow-left-in, document-arrow-left-in, incoming\"\n >\n <path\n d=\"M14.5 21.5H19.5V9L13 2.5H4.5V14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <path d=\"M13 3V9H19\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path d=\"M3.5 19.5H10.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path\n d=\"M8.5 16.5L11.5 19.5L8.5 22.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileArrowLeftIn;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAuDC,GAEhEC,EAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,wDAEVC,EAAA,cAAC,QACC,EAAE,oCACF,OAAO,eACP,cAAc,SAChB,EACAA,EAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,cAAc,QAAQ,EACjEA,EAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtEA,EAAA,cAAC,QACC,EAAE,+BACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconFileArrowLeftIn","props","React","CentralIconBase","IconFileArrowLeftIn_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFileArrowLeftOut: React.FC<CentralIconBaseProps>;
4
+ export default IconFileArrowLeftOut;
@@ -0,0 +1,2 @@
1
+ "use strict";var C=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,w=Object.prototype.hasOwnProperty;var L=(r,e)=>{for(var o in e)p(r,o,{get:e[o],enumerable:!0})},l=(r,e,o,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of g(e))!w.call(r,t)&&t!==o&&p(r,t,{get:()=>e[t],enumerable:!(a=d(e,t))||a.enumerable});return r};var u=(r,e,o)=>(o=r!=null?C(h(r)):{},l(e||!r||!r.__esModule?p(o,"default",{value:r,enumerable:!0}):o,r)),k=r=>l(p({},"__esModule",{value:!0}),r);var B={};L(B,{IconFileArrowLeftOut:()=>c,default:()=>x});module.exports=k(B);var n=u(require("react"));var s=u(require("react")),i=({children:r,size:e=24,ariaLabel:o,color:a,ariaHidden:t=!0,style:m,...f})=>s.default.createElement("svg",{...f,"aria-hidden":t,role:t?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...m}},o&&!t&&s.default.createElement("title",null,o),r);var c=r=>n.default.createElement(i,{...r,ariaLabel:"file-arrow-left-out, document-arrow-left-out, outgoing"},n.default.createElement("path",{d:"M14.5 21.5H19.5V9L13 2.5H4.5V13.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("path",{d:"M13 3V9H19",stroke:"currentColor",strokeLinecap:"round"}),n.default.createElement("path",{d:"M4.5 19.5H11.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("path",{d:"M6.5 16.5L3.5 19.5L6.5 22.5",stroke:"currentColor",strokeLinecap:"square"})),x=c;0&&(module.exports={IconFileArrowLeftOut});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFileArrowLeftOut/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFileArrowLeftOut: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"file-arrow-left-out, document-arrow-left-out, outgoing\"\n >\n <path\n d=\"M14.5 21.5H19.5V9L13 2.5H4.5V13.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <path d=\"M13 3V9H19\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path d=\"M4.5 19.5H11.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path\n d=\"M6.5 16.5L3.5 19.5L6.5 22.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileArrowLeftOut;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,0BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAwDC,GAEjE,EAAAC,QAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,0DAEV,EAAAC,QAAA,cAAC,QACC,EAAE,oCACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,cAAc,QAAQ,EACjE,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtE,EAAAA,QAAA,cAAC,QACC,EAAE,8BACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconFileArrowLeftOut_exports","__export","IconFileArrowLeftOut","IconFileArrowLeftOut_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconFileArrowLeftOut","props","React","CentralIconBase","IconFileArrowLeftOut_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import a from"react";var p=({children:o,size:r=24,ariaLabel:n,color:s,ariaHidden:t=!0,style:l,...u})=>a.createElement("svg",{...u,"aria-hidden":t,role:t?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...l}},n&&!t&&a.createElement("title",null,n),o);var i=o=>e.createElement(p,{...o,ariaLabel:"file-arrow-left-out, document-arrow-left-out, outgoing"},e.createElement("path",{d:"M14.5 21.5H19.5V9L13 2.5H4.5V13.5",stroke:"currentColor",strokeLinecap:"square"}),e.createElement("path",{d:"M13 3V9H19",stroke:"currentColor",strokeLinecap:"round"}),e.createElement("path",{d:"M4.5 19.5H11.5",stroke:"currentColor",strokeLinecap:"square"}),e.createElement("path",{d:"M6.5 16.5L3.5 19.5L6.5 22.5",stroke:"currentColor",strokeLinecap:"square"})),d=i;export{i as IconFileArrowLeftOut,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFileArrowLeftOut/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFileArrowLeftOut: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"file-arrow-left-out, document-arrow-left-out, outgoing\"\n >\n <path\n d=\"M14.5 21.5H19.5V9L13 2.5H4.5V13.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <path d=\"M13 3V9H19\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path d=\"M4.5 19.5H11.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path\n d=\"M6.5 16.5L3.5 19.5L6.5 22.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileArrowLeftOut;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAwDC,GAEjEC,EAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,0DAEVC,EAAA,cAAC,QACC,EAAE,oCACF,OAAO,eACP,cAAc,SAChB,EACAA,EAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,cAAc,QAAQ,EACjEA,EAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtEA,EAAA,cAAC,QACC,EAAE,8BACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconFileArrowLeftOut","props","React","CentralIconBase","IconFileArrowLeftOut_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFileArrowRightIn: React.FC<CentralIconBaseProps>;
4
+ export default IconFileArrowRightIn;
@@ -0,0 +1,2 @@
1
+ "use strict";var g=Object.create;var p=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,w=Object.prototype.hasOwnProperty;var I=(r,e)=>{for(var o in e)p(r,o,{get:e[o],enumerable:!0})},i=(r,e,o,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of d(e))!w.call(r,t)&&t!==o&&p(r,t,{get:()=>e[t],enumerable:!(a=h(e,t))||a.enumerable});return r};var l=(r,e,o)=>(o=r!=null?g(f(r)):{},i(e||!r||!r.__esModule?p(o,"default",{value:r,enumerable:!0}):o,r)),k=r=>i(p({},"__esModule",{value:!0}),r);var B={};I(B,{IconFileArrowRightIn:()=>u,default:()=>x});module.exports=k(B);var n=l(require("react"));var s=l(require("react")),c=({children:r,size:e=24,ariaLabel:o,color:a,ariaHidden:t=!0,style:m,...C})=>s.default.createElement("svg",{...C,"aria-hidden":t,role:t?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...m}},o&&!t&&s.default.createElement("title",null,o),r);var u=r=>n.default.createElement(c,{...r,ariaLabel:"file-arrow-right-in, document-arrow-right-in, incoming"},n.default.createElement("path",{d:"M19.5 13.5V9L13 2.5H4.5V21.5H9.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("path",{d:"M13 3V9H19",stroke:"currentColor",strokeLinecap:"round"}),n.default.createElement("path",{d:"M13.5 19.5H20.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("path",{d:"M15.5 16.5L12.5 19.5L15.5 22.5",stroke:"currentColor",strokeLinecap:"square"})),x=u;0&&(module.exports={IconFileArrowRightIn});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFileArrowRightIn/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFileArrowRightIn: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"file-arrow-right-in, document-arrow-right-in, incoming\"\n >\n <path\n d=\"M19.5 13.5V9L13 2.5H4.5V21.5H9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <path d=\"M13 3V9H19\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path d=\"M13.5 19.5H20.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path\n d=\"M15.5 16.5L12.5 19.5L15.5 22.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileArrowRightIn;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,0BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAwDC,GAEjE,EAAAC,QAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,0DAEV,EAAAC,QAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,cAAc,QAAQ,EACjE,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,cAAc,SAAS,EACvE,EAAAA,QAAA,cAAC,QACC,EAAE,iCACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconFileArrowRightIn_exports","__export","IconFileArrowRightIn","IconFileArrowRightIn_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconFileArrowRightIn","props","React","CentralIconBase","IconFileArrowRightIn_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import a from"react";var p=({children:o,size:r=24,ariaLabel:n,color:s,ariaHidden:t=!0,style:i,...l})=>a.createElement("svg",{...l,"aria-hidden":t,role:t?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...i}},n&&!t&&a.createElement("title",null,n),o);var c=o=>e.createElement(p,{...o,ariaLabel:"file-arrow-right-in, document-arrow-right-in, incoming"},e.createElement("path",{d:"M19.5 13.5V9L13 2.5H4.5V21.5H9.5",stroke:"currentColor",strokeLinecap:"square"}),e.createElement("path",{d:"M13 3V9H19",stroke:"currentColor",strokeLinecap:"round"}),e.createElement("path",{d:"M13.5 19.5H20.5",stroke:"currentColor",strokeLinecap:"square"}),e.createElement("path",{d:"M15.5 16.5L12.5 19.5L15.5 22.5",stroke:"currentColor",strokeLinecap:"square"})),h=c;export{c as IconFileArrowRightIn,h as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFileArrowRightIn/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFileArrowRightIn: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"file-arrow-right-in, document-arrow-right-in, incoming\"\n >\n <path\n d=\"M19.5 13.5V9L13 2.5H4.5V21.5H9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <path d=\"M13 3V9H19\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path d=\"M13.5 19.5H20.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path\n d=\"M15.5 16.5L12.5 19.5L15.5 22.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileArrowRightIn;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAwDC,GAEjEC,EAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,0DAEVC,EAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,cAAc,SAChB,EACAA,EAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,cAAc,QAAQ,EACjEA,EAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,cAAc,SAAS,EACvEA,EAAA,cAAC,QACC,EAAE,iCACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconFileArrowRightIn","props","React","CentralIconBase","IconFileArrowRightIn_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFileArrowRightOut: React.FC<CentralIconBaseProps>;
4
+ export default IconFileArrowRightOut;
@@ -0,0 +1,2 @@
1
+ "use strict";var C=Object.create;var p=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,w=Object.prototype.hasOwnProperty;var k=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!w.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(a=h(o,e))||a.enumerable});return r};var i=(r,o,t)=>(t=r!=null?C(f(r)):{},l(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>l(p({},"__esModule",{value:!0}),r);var I={};k(I,{IconFileArrowRightOut:()=>c,default:()=>B});module.exports=x(I);var n=i(require("react"));var s=i(require("react")),u=({children:r,size:o=24,ariaLabel:t,color:a,ariaHidden:e=!0,style:m,...g})=>s.default.createElement("svg",{...g,"aria-hidden":e,role:e?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...m}},t&&!e&&s.default.createElement("title",null,t),r);var c=r=>n.default.createElement(u,{...r,ariaLabel:"file-arrow-right-out, document-arrow-right-out, outgoing"},n.default.createElement("path",{d:"M19.5 13.5V9L13 2.5H4.5V21.5H9.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("path",{d:"M13 3V9H19",stroke:"currentColor",strokeLinecap:"round"}),n.default.createElement("path",{d:"M12.5 19.5H19.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("path",{d:"M17.5 16.5L20.5 19.5L17.5 22.5",stroke:"currentColor",strokeLinecap:"square"})),B=c;0&&(module.exports={IconFileArrowRightOut});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFileArrowRightOut/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFileArrowRightOut: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"file-arrow-right-out, document-arrow-right-out, outgoing\"\n >\n <path\n d=\"M19.5 13.5V9L13 2.5H4.5V21.5H9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <path d=\"M13 3V9H19\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path d=\"M12.5 19.5H19.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path\n d=\"M17.5 16.5L20.5 19.5L17.5 22.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileArrowRightOut;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,2BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,4DAEV,EAAAC,QAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,cAAc,QAAQ,EACjE,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,cAAc,SAAS,EACvE,EAAAA,QAAA,cAAC,QACC,EAAE,iCACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconFileArrowRightOut_exports","__export","IconFileArrowRightOut","IconFileArrowRightOut_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconFileArrowRightOut","props","React","CentralIconBase","IconFileArrowRightOut_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import a from"react";var p=({children:t,size:r=24,ariaLabel:n,color:s,ariaHidden:e=!0,style:l,...i})=>a.createElement("svg",{...i,"aria-hidden":e,role:e?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...l}},n&&!e&&a.createElement("title",null,n),t);var u=t=>o.createElement(p,{...t,ariaLabel:"file-arrow-right-out, document-arrow-right-out, outgoing"},o.createElement("path",{d:"M19.5 13.5V9L13 2.5H4.5V21.5H9.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement("path",{d:"M13 3V9H19",stroke:"currentColor",strokeLinecap:"round"}),o.createElement("path",{d:"M12.5 19.5H19.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement("path",{d:"M17.5 16.5L20.5 19.5L17.5 22.5",stroke:"currentColor",strokeLinecap:"square"})),h=u;export{u as IconFileArrowRightOut,h as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFileArrowRightOut/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFileArrowRightOut: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"file-arrow-right-out, document-arrow-right-out, outgoing\"\n >\n <path\n d=\"M19.5 13.5V9L13 2.5H4.5V21.5H9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <path d=\"M13 3V9H19\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path d=\"M12.5 19.5H19.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path\n d=\"M17.5 16.5L20.5 19.5L17.5 22.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileArrowRightOut;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EACXC,GAGEC,EAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,4DAEVC,EAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,cAAc,SAChB,EACAA,EAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,cAAc,QAAQ,EACjEA,EAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,cAAc,SAAS,EACvEA,EAAA,cAAC,QACC,EAAE,iCACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconFileArrowRightOut","props","React","CentralIconBase","IconFileArrowRightOut_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconGyroscopeSensor: React.FC<CentralIconBaseProps>;
4
+ export default IconGyroscopeSensor;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var p=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,y=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of h(o))!y.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(s=g(o,t))||s.enumerable});return r};var C=(r,o,e)=>(e=r!=null?f(x(r)):{},l(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>l(p({},"__esModule",{value:!0}),r);var k={};d(k,{IconGyroscopeSensor:()=>u,default:()=>I});module.exports=B(k);var n=C(require("react"));var a=C(require("react")),c=({children:r,size:o=24,ariaLabel:e,color:s,ariaHidden:t=!0,style:i,...m})=>a.default.createElement("svg",{...m,"aria-hidden":t,role:t?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...i}},e&&!t&&a.default.createElement("title",null,e),r);var u=r=>n.default.createElement(c,{...r,ariaLabel:"gyroscope-sensor"},n.default.createElement("circle",{cx:"12",cy:"12",r:"9",stroke:"currentColor"}),n.default.createElement("path",{d:"M13.7668 10.2322C17.0863 13.5517 18.9858 17.0341 18.0094 18.0104C17.0331 18.9867 13.5507 17.0872 10.2313 13.7678C6.91182 10.4483 5.01232 6.96592 5.98863 5.98961C6.96494 5.0133 10.4474 6.91279 13.7668 10.2322Z",stroke:"currentColor"}),n.default.createElement("path",{d:"M10.2313 10.2322C6.91182 13.5517 5.01232 17.0341 5.98863 18.0104C6.96494 18.9867 10.4474 17.0872 13.7668 13.7678C17.0863 10.4483 18.9858 6.96592 18.0094 5.98961C17.0331 5.0133 13.5507 6.91279 10.2313 10.2322Z",stroke:"currentColor"}),n.default.createElement("path",{d:"M18 6L20.5 3.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("path",{d:"M3.5 20.5L6 18",stroke:"currentColor",strokeLinecap:"square"})),I=u;0&&(module.exports={IconGyroscopeSensor});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGyroscopeSensor/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconGyroscopeSensor: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"gyroscope-sensor\">\n <circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" />\n <path\n d=\"M13.7668 10.2322C17.0863 13.5517 18.9858 17.0341 18.0094 18.0104C17.0331 18.9867 13.5507 17.0872 10.2313 13.7678C6.91182 10.4483 5.01232 6.96592 5.98863 5.98961C6.96494 5.0133 10.4474 6.91279 13.7668 10.2322Z\"\n stroke=\"currentColor\"\n />\n <path\n d=\"M10.2313 10.2322C6.91182 13.5517 5.01232 17.0341 5.98863 18.0104C6.96494 18.9867 10.4474 17.0872 13.7668 13.7678C17.0863 10.4483 18.9858 6.96592 18.0094 5.98961C17.0331 5.0133 13.5507 6.91279 10.2313 10.2322Z\"\n stroke=\"currentColor\"\n />\n <path d=\"M18 6L20.5 3.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path d=\"M3.5 20.5L6 18\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n </CentralIconBase>\n );\n};\n\nexport default IconGyroscopeSensor;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,yBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAuDC,GAEhE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,oBACpC,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,EACpD,EAAAA,QAAA,cAAC,QACC,EAAE,mNACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mNACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtE,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,CACxE,EAIGE,EAAQJ","names":["IconGyroscopeSensor_exports","__export","IconGyroscopeSensor","IconGyroscopeSensor_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconGyroscopeSensor","props","React","CentralIconBase","IconGyroscopeSensor_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import s from"react";var p=({children:e,size:r=24,ariaLabel:n,color:a,ariaHidden:t=!0,style:l,...C})=>s.createElement("svg",{...C,"aria-hidden":t,role:t?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...l}},n&&!t&&s.createElement("title",null,n),e);var c=e=>o.createElement(p,{...e,ariaLabel:"gyroscope-sensor"},o.createElement("circle",{cx:"12",cy:"12",r:"9",stroke:"currentColor"}),o.createElement("path",{d:"M13.7668 10.2322C17.0863 13.5517 18.9858 17.0341 18.0094 18.0104C17.0331 18.9867 13.5507 17.0872 10.2313 13.7678C6.91182 10.4483 5.01232 6.96592 5.98863 5.98961C6.96494 5.0133 10.4474 6.91279 13.7668 10.2322Z",stroke:"currentColor"}),o.createElement("path",{d:"M10.2313 10.2322C6.91182 13.5517 5.01232 17.0341 5.98863 18.0104C6.96494 18.9867 10.4474 17.0872 13.7668 13.7678C17.0863 10.4483 18.9858 6.96592 18.0094 5.98961C17.0331 5.0133 13.5507 6.91279 10.2313 10.2322Z",stroke:"currentColor"}),o.createElement("path",{d:"M18 6L20.5 3.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement("path",{d:"M3.5 20.5L6 18",stroke:"currentColor",strokeLinecap:"square"})),g=c;export{c as IconGyroscopeSensor,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGyroscopeSensor/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconGyroscopeSensor: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"gyroscope-sensor\">\n <circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" />\n <path\n d=\"M13.7668 10.2322C17.0863 13.5517 18.9858 17.0341 18.0094 18.0104C17.0331 18.9867 13.5507 17.0872 10.2313 13.7678C6.91182 10.4483 5.01232 6.96592 5.98863 5.98961C6.96494 5.0133 10.4474 6.91279 13.7668 10.2322Z\"\n stroke=\"currentColor\"\n />\n <path\n d=\"M10.2313 10.2322C6.91182 13.5517 5.01232 17.0341 5.98863 18.0104C6.96494 18.9867 10.4474 17.0872 13.7668 13.7678C17.0863 10.4483 18.9858 6.96592 18.0094 5.98961C17.0331 5.0133 13.5507 6.91279 10.2313 10.2322Z\"\n stroke=\"currentColor\"\n />\n <path d=\"M18 6L20.5 3.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path d=\"M3.5 20.5L6 18\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n </CentralIconBase>\n );\n};\n\nexport default IconGyroscopeSensor;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAuDC,GAEhEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,oBACpCC,EAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,EACpDA,EAAA,cAAC,QACC,EAAE,mNACF,OAAO,eACT,EACAA,EAAA,cAAC,QACC,EAAE,mNACF,OAAO,eACT,EACAA,EAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtEA,EAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,CACxE,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconGyroscopeSensor","props","React","CentralIconBase","IconGyroscopeSensor_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPhoneTopDynamicIsland: React.FC<CentralIconBaseProps>;
4
+ export default IconPhoneTopDynamicIsland;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var p=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,e)=>{for(var o in e)p(r,o,{get:e[o],enumerable:!0})},l=(r,e,o,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of f(e))!g.call(r,t)&&t!==o&&p(r,t,{get:()=>e[t],enumerable:!(n=h(e,t))||n.enumerable});return r};var i=(r,e,o)=>(o=r!=null?d(I(r)):{},l(e||!r||!r.__esModule?p(o,"default",{value:r,enumerable:!0}):o,r)),y=r=>l(p({},"__esModule",{value:!0}),r);var P={};x(P,{IconPhoneTopDynamicIsland:()=>m,default:()=>B});module.exports=y(P);var a=i(require("react"));var s=i(require("react")),c=({children:r,size:e=24,ariaLabel:o,color:n,ariaHidden:t=!0,style:C,...u})=>s.default.createElement("svg",{...u,"aria-hidden":t,role:t?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...C}},o&&!t&&s.default.createElement("title",null,o),r);var m=r=>a.default.createElement(c,{...r,ariaLabel:"phone-top-dynamic-island"},a.default.createElement("path",{d:"M3.5 20.5002V6.50024C3.5 4.84339 4.84315 3.50024 6.5 3.50024H17.5C19.1569 3.50024 20.5 4.84339 20.5 6.50024V20.5002",stroke:"currentColor",strokeLinecap:"square"}),a.default.createElement("path",{d:"M11 5.75H13",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),B=m;0&&(module.exports={IconPhoneTopDynamicIsland});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPhoneTopDynamicIsland/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPhoneTopDynamicIsland: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"phone-top-dynamic-island\">\n <path\n d=\"M3.5 20.5002V6.50024C3.5 4.84339 4.84315 3.50024 6.5 3.50024H17.5C19.1569 3.50024 20.5 4.84339 20.5 6.50024V20.5002\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <path\n d=\"M11 5.75H13\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPhoneTopDynamicIsland;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,+BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,4BACpC,EAAAC,QAAA,cAAC,QACC,EAAE,sHACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconPhoneTopDynamicIsland_exports","__export","IconPhoneTopDynamicIsland","IconPhoneTopDynamicIsland_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconPhoneTopDynamicIsland","props","React","CentralIconBase","IconPhoneTopDynamicIsland_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import p from"react";var a=({children:e,size:r=24,ariaLabel:n,color:s,ariaHidden:o=!0,style:l,...i})=>p.createElement("svg",{...i,"aria-hidden":o,role:o?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...l}},n&&!o&&p.createElement("title",null,n),e);var c=e=>t.createElement(a,{...e,ariaLabel:"phone-top-dynamic-island"},t.createElement("path",{d:"M3.5 20.5002V6.50024C3.5 4.84339 4.84315 3.50024 6.5 3.50024H17.5C19.1569 3.50024 20.5 4.84339 20.5 6.50024V20.5002",stroke:"currentColor",strokeLinecap:"square"}),t.createElement("path",{d:"M11 5.75H13",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),h=c;export{c as IconPhoneTopDynamicIsland,h as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPhoneTopDynamicIsland/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPhoneTopDynamicIsland: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"phone-top-dynamic-island\">\n <path\n d=\"M3.5 20.5002V6.50024C3.5 4.84339 4.84315 3.50024 6.5 3.50024H17.5C19.1569 3.50024 20.5 4.84339 20.5 6.50024V20.5002\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <path\n d=\"M11 5.75H13\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPhoneTopDynamicIsland;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,4BACpCC,EAAA,cAAC,QACC,EAAE,sHACF,OAAO,eACP,cAAc,SAChB,EACAA,EAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconPhoneTopDynamicIsland","props","React","CentralIconBase","IconPhoneTopDynamicIsland_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPhoneTopPunchHoleCenter: React.FC<CentralIconBaseProps>;
4
+ export default IconPhoneTopPunchHoleCenter;
@@ -0,0 +1,2 @@
1
+ "use strict";var h=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(e,r)=>{for(var o in r)p(e,o,{get:r[o],enumerable:!0})},s=(e,r,o,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of x(r))!B.call(e,t)&&t!==o&&p(e,t,{get:()=>r[t],enumerable:!(n=f(r,t))||n.enumerable});return e};var c=(e,r,o)=>(o=e!=null?h(g(e)):{},s(r||!e||!e.__esModule?p(o,"default",{value:e,enumerable:!0}):o,e)),P=e=>s(p({},"__esModule",{value:!0}),e);var w={};I(w,{IconPhoneTopPunchHoleCenter:()=>m,default:()=>y});module.exports=P(w);var l=c(require("react"));var a=c(require("react")),i=({children:e,size:r=24,ariaLabel:o,color:n,ariaHidden:t=!0,style:C,...u})=>a.default.createElement("svg",{...u,"aria-hidden":t,role:t?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...C}},o&&!t&&a.default.createElement("title",null,o),e);var m=e=>l.default.createElement(i,{...e,ariaLabel:"phone-top-punch-hole-center"},l.default.createElement("path",{d:"M3.5 20.5V6.5C3.5 4.84315 4.84315 3.5 6.5 3.5H17.5C19.1569 3.5 20.5 4.84315 20.5 6.5V20.5",stroke:"currentColor",strokeLinecap:"square"}),l.default.createElement("circle",{cx:"12",cy:"6",r:"1",fill:"currentColor"})),y=m;0&&(module.exports={IconPhoneTopPunchHoleCenter});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPhoneTopPunchHoleCenter/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPhoneTopPunchHoleCenter: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"phone-top-punch-hole-center\">\n <path\n d=\"M3.5 20.5V6.5C3.5 4.84315 4.84315 3.5 6.5 3.5H17.5C19.1569 3.5 20.5 4.84315 20.5 6.5V20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <circle cx=\"12\" cy=\"6\" r=\"1\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPhoneTopPunchHoleCenter;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iCAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,+BACpC,EAAAC,QAAA,cAAC,QACC,EAAE,4FACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,IAAI,EAAE,IAAI,KAAK,eAAe,CACnD,EAIGE,EAAQJ","names":["IconPhoneTopPunchHoleCenter_exports","__export","IconPhoneTopPunchHoleCenter","IconPhoneTopPunchHoleCenter_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconPhoneTopPunchHoleCenter","props","React","CentralIconBase","IconPhoneTopPunchHoleCenter_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import p from"react";var l=({children:r,size:e=24,ariaLabel:n,color:a,ariaHidden:o=!0,style:s,...c})=>p.createElement("svg",{...c,"aria-hidden":o,role:o?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...s}},n&&!o&&p.createElement("title",null,n),r);var i=r=>t.createElement(l,{...r,ariaLabel:"phone-top-punch-hole-center"},t.createElement("path",{d:"M3.5 20.5V6.5C3.5 4.84315 4.84315 3.5 6.5 3.5H17.5C19.1569 3.5 20.5 4.84315 20.5 6.5V20.5",stroke:"currentColor",strokeLinecap:"square"}),t.createElement("circle",{cx:"12",cy:"6",r:"1",fill:"currentColor"})),f=i;export{i as IconPhoneTopPunchHoleCenter,f as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPhoneTopPunchHoleCenter/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPhoneTopPunchHoleCenter: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"phone-top-punch-hole-center\">\n <path\n d=\"M3.5 20.5V6.5C3.5 4.84315 4.84315 3.5 6.5 3.5H17.5C19.1569 3.5 20.5 4.84315 20.5 6.5V20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <circle cx=\"12\" cy=\"6\" r=\"1\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPhoneTopPunchHoleCenter;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,+BACpCC,EAAA,cAAC,QACC,EAAE,4FACF,OAAO,eACP,cAAc,SAChB,EACAA,EAAA,cAAC,UAAO,GAAG,KAAK,GAAG,IAAI,EAAE,IAAI,KAAK,eAAe,CACnD,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconPhoneTopPunchHoleCenter","props","React","CentralIconBase","IconPhoneTopPunchHoleCenter_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconProgress100: React.FC<CentralIconBaseProps>;
4
+ export default IconProgress100;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var s=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,e)=>{for(var o in e)s(r,o,{get:e[o],enumerable:!0})},l=(r,e,o,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of d(e))!B.call(r,t)&&t!==o&&s(r,t,{get:()=>e[t],enumerable:!(n=g(e,t))||n.enumerable});return r};var C=(r,e,o)=>(o=r!=null?f(x(r)):{},l(e||!r||!r.__esModule?s(o,"default",{value:r,enumerable:!0}):o,r)),h=r=>l(s({},"__esModule",{value:!0}),r);var w={};I(w,{IconProgress100:()=>m,default:()=>P});module.exports=h(w);var p=C(require("react"));var a=C(require("react")),i=({children:r,size:e=24,ariaLabel:o,color:n,ariaHidden:t=!0,style:c,...u})=>a.default.createElement("svg",{...u,"aria-hidden":t,role:t?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...c}},o&&!t&&a.default.createElement("title",null,o),r);var m=r=>p.default.createElement(i,{...r,ariaLabel:"progress-100, ideas, open, status, task"},p.default.createElement("path",{d:"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z",stroke:"currentColor",strokeLinejoin:"round"}),p.default.createElement("path",{d:"M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",fill:"currentColor"})),P=m;0&&(module.exports={IconProgress100});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconProgress100/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconProgress100: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"progress-100, ideas, open, status, task\"\n >\n <path\n d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconProgress100;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,2CAEV,EAAAC,QAAA,cAAC,QACC,EAAE,8IACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oHACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconProgress100_exports","__export","IconProgress100","IconProgress100_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconProgress100","props","React","CentralIconBase","IconProgress100_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import s from"react";var p=({children:e,size:r=24,ariaLabel:n,color:a,ariaHidden:o=!0,style:l,...C})=>s.createElement("svg",{...C,"aria-hidden":o,role:o?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...l}},n&&!o&&s.createElement("title",null,n),e);var i=e=>t.createElement(p,{...e,ariaLabel:"progress-100, ideas, open, status, task"},t.createElement("path",{d:"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z",stroke:"currentColor",strokeLinejoin:"round"}),t.createElement("path",{d:"M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",fill:"currentColor"})),g=i;export{i as IconProgress100,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconProgress100/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconProgress100: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"progress-100, ideas, open, status, task\"\n >\n <path\n d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconProgress100;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,2CAEVC,EAAA,cAAC,QACC,EAAE,8IACF,OAAO,eACP,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,oHACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconProgress100","props","React","CentralIconBase","IconProgress100_default"]}
package/README.md CHANGED
@@ -596,6 +596,7 @@ Below is a complete list of available icons:
596
596
  - IconDevices
597
597
  - IconFullscreen1
598
598
  - IconFullscreen2
599
+ - IconGyroscopeSensor
599
600
  - IconHaptic
600
601
  - IconImac
601
602
  - IconKeyboardCable
@@ -620,6 +621,8 @@ Below is a complete list of available icons:
620
621
  - IconPhone
621
622
  - IconPhoneDynamicIsland
622
623
  - IconPhoneHaptic
624
+ - IconPhoneTopDynamicIsland
625
+ - IconPhoneTopPunchHoleCenter
623
626
  - IconPrinter
624
627
  - IconProcessor
625
628
  - IconRadar
@@ -785,6 +788,10 @@ Below is a complete list of available icons:
785
788
  - IconBlankPagePortrait
786
789
  - IconDossier
787
790
  - IconFaceIdFace
791
+ - IconFileArrowLeftIn
792
+ - IconFileArrowLeftOut
793
+ - IconFileArrowRightIn
794
+ - IconFileArrowRightOut
788
795
  - IconFileBend
789
796
  - IconFileChart
790
797
  - IconFileCloud
@@ -1096,6 +1103,7 @@ Below is a complete list of available icons:
1096
1103
  - IconPlusLarge
1097
1104
  - IconPlusSmall
1098
1105
  - IconPreview
1106
+ - IconProgress100
1099
1107
  - IconProgress25
1100
1108
  - IconProgress50
1101
1109
  - IconProgress75
@@ -1515,7 +1523,6 @@ Below is a complete list of available icons:
1515
1523
  - IconCentralIconSystem
1516
1524
  - IconChrome
1517
1525
  - IconClaudeai
1518
- - IconClawdbot
1519
1526
  - IconCodepen
1520
1527
  - IconCopilot
1521
1528
  - IconCosmos
package/icons/index.d.ts CHANGED
@@ -460,7 +460,6 @@ export type CentralIconName =
460
460
  | "IconClapboard"
461
461
  | "IconClapboardWide"
462
462
  | "IconClaudeai"
463
- | "IconClawdbot"
464
463
  | "IconClipboard"
465
464
  | "IconClipboard2"
466
465
  | "IconClipboard2Sparkle"
@@ -707,6 +706,10 @@ export type CentralIconName =
707
706
  | "IconFeature"
708
707
  | "IconFigma"
709
708
  | "IconFigmaSimple"
709
+ | "IconFileArrowLeftIn"
710
+ | "IconFileArrowLeftOut"
711
+ | "IconFileArrowRightIn"
712
+ | "IconFileArrowRightOut"
710
713
  | "IconFileBend"
711
714
  | "IconFileChart"
712
715
  | "IconFileCloud"
@@ -842,6 +845,7 @@ export type CentralIconName =
842
845
  | "IconGroup3"
843
846
  | "IconGrowth"
844
847
  | "IconGumroad"
848
+ | "IconGyroscopeSensor"
845
849
  | "IconH1"
846
850
  | "IconH2"
847
851
  | "IconH3"
@@ -1177,6 +1181,8 @@ export type CentralIconName =
1177
1181
  | "IconPhone"
1178
1182
  | "IconPhoneDynamicIsland"
1179
1183
  | "IconPhoneHaptic"
1184
+ | "IconPhoneTopDynamicIsland"
1185
+ | "IconPhoneTopPunchHoleCenter"
1180
1186
  | "IconPhp"
1181
1187
  | "IconPhpElephant"
1182
1188
  | "IconPhyton"
@@ -1225,6 +1231,7 @@ export type CentralIconName =
1225
1231
  | "IconPrinter"
1226
1232
  | "IconProcessor"
1227
1233
  | "IconProducthunt"
1234
+ | "IconProgress100"
1228
1235
  | "IconProgress25"
1229
1236
  | "IconProgress50"
1230
1237
  | "IconProgress75"