@central-icons-react/square-outlined-radius-0-stroke-1 1.1.265 → 1.1.267

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 (41) hide show
  1. package/IconAlbums2/index.d.ts +4 -0
  2. package/IconAlbums2/index.js +3 -0
  3. package/IconAlbums2/index.js.map +11 -0
  4. package/IconAlbums2/index.mjs +3 -0
  5. package/IconAlbums2/index.mjs.map +11 -0
  6. package/IconDevices2/index.js +2 -2
  7. package/IconDevices2/index.js.map +3 -3
  8. package/IconDevices2/index.mjs +2 -2
  9. package/IconDevices2/index.mjs.map +3 -3
  10. package/IconHomePlus/index.d.ts +4 -0
  11. package/IconHomePlus/index.js +3 -0
  12. package/IconHomePlus/index.js.map +11 -0
  13. package/IconHomePlus/index.mjs +3 -0
  14. package/IconHomePlus/index.mjs.map +11 -0
  15. package/IconLayoutAlignLeftRight/index.d.ts +4 -0
  16. package/IconLayoutAlignLeftRight/index.js +3 -0
  17. package/IconLayoutAlignLeftRight/index.js.map +11 -0
  18. package/IconLayoutAlignLeftRight/index.mjs +3 -0
  19. package/IconLayoutAlignLeftRight/index.mjs.map +11 -0
  20. package/IconLayoutAlignTopBottom/index.d.ts +4 -0
  21. package/IconLayoutAlignTopBottom/index.js +3 -0
  22. package/IconLayoutAlignTopBottom/index.js.map +11 -0
  23. package/IconLayoutAlignTopBottom/index.mjs +3 -0
  24. package/IconLayoutAlignTopBottom/index.mjs.map +11 -0
  25. package/IconMacbook/index.js +2 -2
  26. package/IconMacbook/index.js.map +3 -3
  27. package/IconMacbook/index.mjs +2 -2
  28. package/IconMacbook/index.mjs.map +3 -3
  29. package/README.md +4 -0
  30. package/icons/index.d.ts +1 -1
  31. package/icons/index.js +2 -2
  32. package/icons/index.js.map +3 -3
  33. package/icons/index.mjs +2 -2
  34. package/icons/index.mjs.map +3 -3
  35. package/icons-index.json +4 -4
  36. package/index.d.ts +4 -0
  37. package/index.js +12 -0
  38. package/index.mjs +4 -0
  39. package/license-check.js +1 -1
  40. package/package.json +1 -1
  41. package/skills/central-icons-react/SKILL.md +6 -2
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconAlbums2: React.FC<CentralIconBaseProps>;
4
+ export default IconAlbums2;
@@ -0,0 +1,3 @@
1
+ var b=Object.create;var{getPrototypeOf:d,defineProperty:a,getOwnPropertyNames:C,getOwnPropertyDescriptor:k}=Object,f=Object.prototype.hasOwnProperty;function g(r){return this[r]}var w,y,h=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var n=e?w??=new WeakMap:y??=new WeakMap,l=n.get(r);if(l)return l}o=r!=null?b(d(r)):{};let s=e||!r||!r.__esModule?a(o,"default",{value:r,enumerable:!0}):o;for(let c of C(r))if(!f.call(s,c))a(s,c,{get:g.bind(r,c),enumerable:!0});if(t)n.set(r,s);return s},x=(r)=>{var e=(i??=new WeakMap).get(r),o;if(e)return e;if(e=a({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of C(r))if(!f.call(e,t))a(e,t,{get:g.bind(r,t),enumerable:!(o=k(r,t))||o.enumerable})}return i.set(r,e),e},i;var L=(r)=>r;function P(r,e){this[r]=L.bind(null,e)}var B=(r,e)=>{for(var o in e)a(r,o,{get:e[o],enumerable:!0,configurable:!0,set:P.bind(e,o)})};var v={};B(v,{CentralIconBase:()=>u});module.exports=x(v);var m=h(require("react")),u=({children:r,size:e=24,ariaLabel:o,color:t,ariaHidden:n=!0,style:l,...s})=>{return m.default.createElement("svg",{...s,"aria-hidden":n,role:n?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:t,...l}},o&&!n&&m.default.createElement("title",null,o),r)};var G={};B(G,{default:()=>S,IconAlbums2:()=>I});module.exports=x(G);var p=h(require("react"));var I=(r)=>{return p.default.createElement(u,{...r,ariaLabel:"albums-2, cover"},p.default.createElement("path",{d:"M18.5 3.5H5.5",stroke:"currentColor",strokeLinecap:"square"}),p.default.createElement("path",{d:"M19.5 7.5H4.5",stroke:"currentColor",strokeLinecap:"square"}),p.default.createElement("path",{d:"M3.5 11.5H20.5L18.5 20.5H5.5L3.5 11.5Z",stroke:"currentColor",strokeLinecap:"square"}))},S=I;
2
+
3
+ //# debugId=C5A3FD61926444DB64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconAlbums2/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconAlbums2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"albums-2, cover\"><path d=\"M18.5 3.5H5.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><path d=\"M19.5 7.5H4.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><path d=\"M3.5 11.5H20.5L18.5 20.5H5.5L3.5 11.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/></CentralIconBase>;\n};\n\nexport default IconAlbums2;\n"
7
+ ],
8
+ "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,uECjCY,IAAlB,sBAGO,IAAM,EAA8C,CAAC,IAAU,CACpE,OAAO,wBAAqS,EAArS,IAAqB,EAAO,UAAU,mBAAkB,wBAAC,OAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAQ,EAAE,wBAAC,OAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAQ,EAAE,wBAAC,OAAD,CAAM,EAAE,yCAAyC,OAAO,eAAe,cAAc,SAAQ,CAAI,GAG/R",
9
+ "debugId": "C5A3FD61926444DB64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import s from"react";var a=({children:o,size:r=24,ariaLabel:n,color:p,ariaHidden:t=!0,style:l,...c})=>{return 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:p,...l}},n&&!t&&s.createElement("title",null,n),o)};import e from"react";var m=(o)=>{return e.createElement(a,{...o,ariaLabel:"albums-2, cover"},e.createElement("path",{d:"M18.5 3.5H5.5",stroke:"currentColor",strokeLinecap:"square"}),e.createElement("path",{d:"M19.5 7.5H4.5",stroke:"currentColor",strokeLinecap:"square"}),e.createElement("path",{d:"M3.5 11.5H20.5L18.5 20.5H5.5L3.5 11.5Z",stroke:"currentColor",strokeLinecap:"square"}))},h=m;export{h as default,m as IconAlbums2};
2
+
3
+ //# debugId=F75310AD5821CA4964756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconAlbums2/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconAlbums2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"albums-2, cover\"><path d=\"M18.5 3.5H5.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><path d=\"M19.5 7.5H4.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><path d=\"M3.5 11.5H20.5L18.5 20.5H5.5L3.5 11.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/></CentralIconBase>;\n};\n\nexport default IconAlbums2;\n"
7
+ ],
8
+ "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAAqS,EAArS,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,yCAAyC,OAAO,eAAe,cAAc,SAAQ,CAAI,GAG/R",
9
+ "debugId": "F75310AD5821CA4964756E2164756E21",
10
+ "names": []
11
+ }
@@ -1,3 +1,3 @@
1
- var B=Object.create;var{getPrototypeOf:I,defineProperty:s,getOwnPropertyNames:u,getOwnPropertyDescriptor:v}=Object,f=Object.prototype.hasOwnProperty;function h(r){return this[r]}var w,y,V=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var n=e?w??=new WeakMap:y??=new WeakMap,l=n.get(r);if(l)return l}o=r!=null?B(I(r)):{};let p=e||!r||!r.__esModule?s(o,"default",{value:r,enumerable:!0}):o;for(let c of u(r))if(!f.call(p,c))s(p,c,{get:h.bind(r,c),enumerable:!0});if(t)n.set(r,p);return p},d=(r)=>{var e=(C??=new WeakMap).get(r),o;if(e)return e;if(e=s({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of u(r))if(!f.call(e,t))s(e,t,{get:h.bind(r,t),enumerable:!(o=v(r,t))||o.enumerable})}return C.set(r,e),e},C;var P=(r)=>r;function b(r,e){this[r]=P.bind(null,e)}var g=(r,e)=>{for(var o in e)s(r,o,{get:e[o],enumerable:!0,configurable:!0,set:b.bind(e,o)})};var G={};g(G,{CentralIconBase:()=>i});module.exports=d(G);var m=V(require("react")),i=({children:r,size:e=24,ariaLabel:o,color:t,ariaHidden:n=!0,style:l,...p})=>{return m.default.createElement("svg",{...p,"aria-hidden":n,role:n?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:t,...l}},o&&!n&&m.default.createElement("title",null,o),r)};var H={};g(H,{default:()=>S,IconDevices2:()=>x});module.exports=d(H);var a=V(require("react"));var x=(r)=>{return a.default.createElement(i,{...r,ariaLabel:"devices-2, laptop-phone"},a.default.createElement("path",{d:"M15.5 9.5H22.5V20.5H15.5V9.5Z",stroke:"currentColor"}),a.default.createElement("path",{d:"M13 19.5H1.5V17.5H13",stroke:"currentColor"}),a.default.createElement("path",{d:"M20.5 7V3.5H3.5V17.25",stroke:"currentColor"}))},S=x;
1
+ var B=Object.create;var{getPrototypeOf:I,defineProperty:s,getOwnPropertyNames:u,getOwnPropertyDescriptor:b}=Object,h=Object.prototype.hasOwnProperty;function d(e){return this[e]}var v,w,f=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var n=r?v??=new WeakMap:w??=new WeakMap,l=n.get(e);if(l)return l}o=e!=null?B(I(e)):{};let p=r||!e||!e.__esModule?s(o,"default",{value:e,enumerable:!0}):o;for(let c of u(e))if(!h.call(p,c))s(p,c,{get:d.bind(e,c),enumerable:!0});if(t)n.set(e,p);return p},V=(e)=>{var r=(C??=new WeakMap).get(e),o;if(r)return r;if(r=s({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of u(e))if(!h.call(r,t))s(r,t,{get:d.bind(e,t),enumerable:!(o=b(e,t))||o.enumerable})}return C.set(e,r),r},C;var y=(e)=>e;function P(e,r){this[e]=y.bind(null,r)}var g=(e,r)=>{for(var o in r)s(e,o,{get:r[o],enumerable:!0,configurable:!0,set:P.bind(r,o)})};var k={};g(k,{CentralIconBase:()=>i});module.exports=V(k);var m=f(require("react")),i=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:n=!0,style:l,...p})=>{return m.default.createElement("svg",{...p,"aria-hidden":n,role:n?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:t,...l}},o&&!n&&m.default.createElement("title",null,o),e)};var G={};g(G,{default:()=>H,IconDevices2:()=>x});module.exports=V(G);var a=f(require("react"));var x=(e)=>{return a.default.createElement(i,{...e,ariaLabel:"devices-2, macbook, iphone, phone, connected"},a.default.createElement("path",{d:"M15.5 9.5H22.5V20.5H15.5V9.5Z",stroke:"currentColor"}),a.default.createElement("path",{d:"M13 19.5H1.5V17.5H13",stroke:"currentColor"}),a.default.createElement("path",{d:"M20.5 7V3.5H3.5V17.25",stroke:"currentColor"}))},H=x;
2
2
 
3
- //# debugId=0718810336F0A0EF64756E2164756E21
3
+ //# debugId=C925064B77D25CFE64756E2164756E21
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconDevices2/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "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",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDevices2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"devices-2, laptop-phone\"><path d=\"M15.5 9.5H22.5V20.5H15.5V9.5Z\" stroke=\"currentColor\"/><path d=\"M13 19.5H1.5V17.5H13\" stroke=\"currentColor\"/><path d=\"M20.5 7V3.5H3.5V17.25\" stroke=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconDevices2;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDevices2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"devices-2, macbook, iphone, phone, connected\"><path d=\"M15.5 9.5H22.5V20.5H15.5V9.5Z\" stroke=\"currentColor\"/><path d=\"M13 19.5H1.5V17.5H13\" stroke=\"currentColor\"/><path d=\"M20.5 7V3.5H3.5V17.25\" stroke=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconDevices2;\n"
7
7
  ],
8
- "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,wECjCY,IAAlB,sBAGO,IAAM,EAA+C,CAAC,IAAU,CACrE,OAAO,wBAA8O,EAA9O,IAAqB,EAAO,UAAU,2BAA0B,wBAAC,OAAD,CAAM,EAAE,gCAAgC,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,uBAAuB,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,wBAAwB,OAAO,eAAc,CAAI,GAGxO",
9
- "debugId": "0718810336F0A0EF64756E2164756E21",
8
+ "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,wECjCY,IAAlB,sBAGO,IAAM,EAA+C,CAAC,IAAU,CACrE,OAAO,wBAAmQ,EAAnQ,IAAqB,EAAO,UAAU,gDAA+C,wBAAC,OAAD,CAAM,EAAE,gCAAgC,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,uBAAuB,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,wBAAwB,OAAO,eAAc,CAAI,GAG7P",
9
+ "debugId": "C925064B77D25CFE64756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import p from"react";var s=({children:o,size:r=24,ariaLabel:n,color:a,ariaHidden:t=!0,style:l,...c})=>{return p.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&&p.createElement("title",null,n),o)};import e from"react";var m=(o)=>{return e.createElement(s,{...o,ariaLabel:"devices-2, laptop-phone"},e.createElement("path",{d:"M15.5 9.5H22.5V20.5H15.5V9.5Z",stroke:"currentColor"}),e.createElement("path",{d:"M13 19.5H1.5V17.5H13",stroke:"currentColor"}),e.createElement("path",{d:"M20.5 7V3.5H3.5V17.25",stroke:"currentColor"}))},V=m;export{V as default,m as IconDevices2};
1
+ import p from"react";var s=({children:o,size:e=24,ariaLabel:n,color:a,ariaHidden:t=!0,style:l,...c})=>{return p.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,...l}},n&&!t&&p.createElement("title",null,n),o)};import r from"react";var m=(o)=>{return r.createElement(s,{...o,ariaLabel:"devices-2, macbook, iphone, phone, connected"},r.createElement("path",{d:"M15.5 9.5H22.5V20.5H15.5V9.5Z",stroke:"currentColor"}),r.createElement("path",{d:"M13 19.5H1.5V17.5H13",stroke:"currentColor"}),r.createElement("path",{d:"M20.5 7V3.5H3.5V17.25",stroke:"currentColor"}))},f=m;export{f as default,m as IconDevices2};
2
2
 
3
- //# debugId=656EFD4C8859C50164756E2164756E21
3
+ //# debugId=6EA4CCA4E57476FE64756E2164756E21
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconDevices2/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "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",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDevices2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"devices-2, laptop-phone\"><path d=\"M15.5 9.5H22.5V20.5H15.5V9.5Z\" stroke=\"currentColor\"/><path d=\"M13 19.5H1.5V17.5H13\" stroke=\"currentColor\"/><path d=\"M20.5 7V3.5H3.5V17.25\" stroke=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconDevices2;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDevices2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"devices-2, macbook, iphone, phone, connected\"><path d=\"M15.5 9.5H22.5V20.5H15.5V9.5Z\" stroke=\"currentColor\"/><path d=\"M13 19.5H1.5V17.5H13\" stroke=\"currentColor\"/><path d=\"M20.5 7V3.5H3.5V17.25\" stroke=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconDevices2;\n"
7
7
  ],
8
- "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAA8O,EAA9O,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,EAAE,gCAAgC,OAAO,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uBAAuB,OAAO,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wBAAwB,OAAO,eAAc,CAAI,GAGxO",
9
- "debugId": "656EFD4C8859C50164756E2164756E21",
8
+ "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAAmQ,EAAnQ,IAAqB,EAAO,UAAU,gDAA+C,gBAAC,OAAD,CAAM,EAAE,gCAAgC,OAAO,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uBAAuB,OAAO,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wBAAwB,OAAO,eAAc,CAAI,GAG7P",
9
+ "debugId": "6EA4CCA4E57476FE64756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconHomePlus: React.FC<CentralIconBaseProps>;
4
+ export default IconHomePlus;
@@ -0,0 +1,3 @@
1
+ var d=Object.create;var{getPrototypeOf:P,defineProperty:l,getOwnPropertyNames:i,getOwnPropertyDescriptor:V}=Object,f=Object.prototype.hasOwnProperty;function h(r){return this[r]}var w,y,g=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var n=o?w??=new WeakMap:y??=new WeakMap,a=n.get(r);if(a)return a}e=r!=null?d(P(r)):{};let p=o||!r||!r.__esModule?l(e,"default",{value:r,enumerable:!0}):e;for(let m of i(r))if(!f.call(p,m))l(p,m,{get:h.bind(r,m),enumerable:!0});if(t)n.set(r,p);return p},x=(r)=>{var o=(C??=new WeakMap).get(r),e;if(o)return o;if(o=l({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of i(r))if(!f.call(o,t))l(o,t,{get:h.bind(r,t),enumerable:!(e=V(r,t))||e.enumerable})}return C.set(r,o),o},C;var b=(r)=>r;function v(r,o){this[r]=b.bind(null,o)}var B=(r,o)=>{for(var e in o)l(r,e,{get:o[e],enumerable:!0,configurable:!0,set:v.bind(o,e)})};var G={};B(G,{CentralIconBase:()=>c});module.exports=x(G);var u=g(require("react")),c=({children:r,size:o=24,ariaLabel:e,color:t,ariaHidden:n=!0,style:a,...p})=>{return u.default.createElement("svg",{...p,"aria-hidden":n,role:n?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:t,...a}},e&&!n&&u.default.createElement("title",null,e),r)};var S={};B(S,{default:()=>k,IconHomePlus:()=>I});module.exports=x(S);var s=g(require("react"));var I=(r)=>{return s.default.createElement(c,{...r,ariaLabel:"home-plus"},s.default.createElement("path",{d:"M3.5 8.5V20.5H20.5V8.5L12 3.5L3.5 8.5Z",stroke:"currentColor"}),s.default.createElement("path",{d:"M12 10V16",stroke:"currentColor"}),s.default.createElement("path",{d:"M9 13H15",stroke:"currentColor"}))},k=I;
2
+
3
+ //# debugId=B573DBCA1A47B78464756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconHomePlus/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconHomePlus: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"home-plus\"><path d=\"M3.5 8.5V20.5H20.5V8.5L12 3.5L3.5 8.5Z\" stroke=\"currentColor\"/><path d=\"M12 10V16\" stroke=\"currentColor\"/><path d=\"M9 13H15\" stroke=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconHomePlus;\n"
7
+ ],
8
+ "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,wECjCY,IAAlB,sBAGO,IAAM,EAA+C,CAAC,IAAU,CACrE,OAAO,wBAAiN,EAAjN,IAAqB,EAAO,UAAU,aAAY,wBAAC,OAAD,CAAM,EAAE,yCAAyC,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,YAAY,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,WAAW,OAAO,eAAc,CAAI,GAG3M",
9
+ "debugId": "B573DBCA1A47B78464756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import p from"react";var l=({children:e,size:r=24,ariaLabel:n,color:s,ariaHidden:t=!0,style:a,...m})=>{return p.createElement("svg",{...m,"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,...a}},n&&!t&&p.createElement("title",null,n),e)};import o from"react";var u=(e)=>{return o.createElement(l,{...e,ariaLabel:"home-plus"},o.createElement("path",{d:"M3.5 8.5V20.5H20.5V8.5L12 3.5L3.5 8.5Z",stroke:"currentColor"}),o.createElement("path",{d:"M12 10V16",stroke:"currentColor"}),o.createElement("path",{d:"M9 13H15",stroke:"currentColor"}))},g=u;export{g as default,u as IconHomePlus};
2
+
3
+ //# debugId=012907EFCA128D6964756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconHomePlus/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconHomePlus: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"home-plus\"><path d=\"M3.5 8.5V20.5H20.5V8.5L12 3.5L3.5 8.5Z\" stroke=\"currentColor\"/><path d=\"M12 10V16\" stroke=\"currentColor\"/><path d=\"M9 13H15\" stroke=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconHomePlus;\n"
7
+ ],
8
+ "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAAiN,EAAjN,IAAqB,EAAO,UAAU,aAAY,gBAAC,OAAD,CAAM,EAAE,yCAAyC,OAAO,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,YAAY,OAAO,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,WAAW,OAAO,eAAc,CAAI,GAG3M",
9
+ "debugId": "012907EFCA128D6964756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconLayoutAlignLeftRight: React.FC<CentralIconBaseProps>;
4
+ export default IconLayoutAlignLeftRight;
@@ -0,0 +1,3 @@
1
+ var B=Object.create;var{getPrototypeOf:I,defineProperty:a,getOwnPropertyNames:c,getOwnPropertyDescriptor:V}=Object,C=Object.prototype.hasOwnProperty;function f(r){return this[r]}var w,P,h=(r,t,o)=>{var e=r!=null&&typeof r==="object";if(e){var n=t?w??=new WeakMap:P??=new WeakMap,s=n.get(r);if(s)return s}o=r!=null?B(I(r)):{};let p=t||!r||!r.__esModule?a(o,"default",{value:r,enumerable:!0}):o;for(let i of c(r))if(!C.call(p,i))a(p,i,{get:f.bind(r,i),enumerable:!0});if(e)n.set(r,p);return p},d=(r)=>{var t=(u??=new WeakMap).get(r),o;if(t)return t;if(t=a({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of c(r))if(!C.call(t,e))a(t,e,{get:f.bind(r,e),enumerable:!(o=V(r,e))||o.enumerable})}return u.set(r,t),t},u;var b=(r)=>r;function L(r,t){this[r]=b.bind(null,t)}var x=(r,t)=>{for(var o in t)a(r,o,{get:t[o],enumerable:!0,configurable:!0,set:L.bind(t,o)})};var v={};x(v,{CentralIconBase:()=>g});module.exports=d(v);var m=h(require("react")),g=({children:r,size:t=24,ariaLabel:o,color:e,ariaHidden:n=!0,style:s,...p})=>{return m.default.createElement("svg",{...p,"aria-hidden":n,role:n?void 0:"img",width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:e,...s}},o&&!n&&m.default.createElement("title",null,o),r)};var G={};x(G,{default:()=>S,IconLayoutAlignLeftRight:()=>y});module.exports=d(G);var l=h(require("react"));var y=(r)=>{return l.default.createElement(g,{...r,ariaLabel:"layout-align-left-right, padding"},l.default.createElement("path",{d:"M3.5 3.5L20.5 3.5V20.5H3.5L3.5 3.5Z",stroke:"currentColor"}),l.default.createElement("path",{d:"M7.5 7V17",stroke:"currentColor"}),l.default.createElement("path",{d:"M16.5 7V17",stroke:"currentColor"}))},S=y;
2
+
3
+ //# debugId=85302B8C05C24C4364756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutAlignLeftRight/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconLayoutAlignLeftRight: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"layout-align-left-right, padding\"><path d=\"M3.5 3.5L20.5 3.5V20.5H3.5L3.5 3.5Z\" stroke=\"currentColor\"/><path d=\"M7.5 7V17\" stroke=\"currentColor\"/><path d=\"M16.5 7V17\" stroke=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayoutAlignLeftRight;\n"
7
+ ],
8
+ "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,oFCjCY,IAAlB,sBAGO,IAAM,EAA2D,CAAC,IAAU,CACjF,OAAO,wBAAuO,EAAvO,IAAqB,EAAO,UAAU,oCAAmC,wBAAC,OAAD,CAAM,EAAE,sCAAsC,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,YAAY,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,aAAa,OAAO,eAAc,CAAI,GAGjO",
9
+ "debugId": "85302B8C05C24C4364756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import p from"react";var a=({children:o,size:r=24,ariaLabel:n,color:l,ariaHidden:e=!0,style:s,...i})=>{return p.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:l,...s}},n&&!e&&p.createElement("title",null,n),o)};import t from"react";var m=(o)=>{return t.createElement(a,{...o,ariaLabel:"layout-align-left-right, padding"},t.createElement("path",{d:"M3.5 3.5L20.5 3.5V20.5H3.5L3.5 3.5Z",stroke:"currentColor"}),t.createElement("path",{d:"M7.5 7V17",stroke:"currentColor"}),t.createElement("path",{d:"M16.5 7V17",stroke:"currentColor"}))},h=m;export{h as default,m as IconLayoutAlignLeftRight};
2
+
3
+ //# debugId=E2621F738C5E4B8164756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutAlignLeftRight/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconLayoutAlignLeftRight: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"layout-align-left-right, padding\"><path d=\"M3.5 3.5L20.5 3.5V20.5H3.5L3.5 3.5Z\" stroke=\"currentColor\"/><path d=\"M7.5 7V17\" stroke=\"currentColor\"/><path d=\"M16.5 7V17\" stroke=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayoutAlignLeftRight;\n"
7
+ ],
8
+ "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAA2D,CAAC,IAAU,CACjF,OAAO,gBAAuO,EAAvO,IAAqB,EAAO,UAAU,oCAAmC,gBAAC,OAAD,CAAM,EAAE,sCAAsC,OAAO,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,YAAY,OAAO,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,aAAa,OAAO,eAAc,CAAI,GAGjO",
9
+ "debugId": "E2621F738C5E4B8164756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconLayoutAlignTopBottom: React.FC<CentralIconBaseProps>;
4
+ export default IconLayoutAlignTopBottom;
@@ -0,0 +1,3 @@
1
+ var y=Object.create;var{getPrototypeOf:I,defineProperty:a,getOwnPropertyNames:C,getOwnPropertyDescriptor:b}=Object,g=Object.prototype.hasOwnProperty;function d(o){return this[o]}var w,P,f=(o,t,r)=>{var e=o!=null&&typeof o==="object";if(e){var n=t?w??=new WeakMap:P??=new WeakMap,s=n.get(o);if(s)return s}r=o!=null?y(I(o)):{};let p=t||!o||!o.__esModule?a(r,"default",{value:o,enumerable:!0}):r;for(let m of C(o))if(!g.call(p,m))a(p,m,{get:d.bind(o,m),enumerable:!0});if(e)n.set(o,p);return p},B=(o)=>{var t=(c??=new WeakMap).get(o),r;if(t)return t;if(t=a({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var e of C(o))if(!g.call(t,e))a(t,e,{get:d.bind(o,e),enumerable:!(r=b(o,e))||r.enumerable})}return c.set(o,t),t},c;var V=(o)=>o;function v(o,t){this[o]=V.bind(null,t)}var h=(o,t)=>{for(var r in t)a(o,r,{get:t[r],enumerable:!0,configurable:!0,set:v.bind(t,r)})};var G={};h(G,{CentralIconBase:()=>u});module.exports=B(G);var i=f(require("react")),u=({children:o,size:t=24,ariaLabel:r,color:e,ariaHidden:n=!0,style:s,...p})=>{return i.default.createElement("svg",{...p,"aria-hidden":n,role:n?void 0:"img",width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:e,...s}},r&&!n&&i.default.createElement("title",null,r),o)};var L={};h(L,{default:()=>S,IconLayoutAlignTopBottom:()=>x});module.exports=B(L);var l=f(require("react"));var x=(o)=>{return l.default.createElement(u,{...o,ariaLabel:"layout-align-top-bottom, padding"},l.default.createElement("path",{d:"M3.5 3.5L20.5 3.5V20.5H3.5L3.5 3.5Z",stroke:"currentColor"}),l.default.createElement("path",{d:"M7 7.5H17",stroke:"currentColor"}),l.default.createElement("path",{d:"M7 16.5H17",stroke:"currentColor"}))},S=x;
2
+
3
+ //# debugId=B424C23FF1388ECE64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutAlignTopBottom/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconLayoutAlignTopBottom: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"layout-align-top-bottom, padding\"><path d=\"M3.5 3.5L20.5 3.5V20.5H3.5L3.5 3.5Z\" stroke=\"currentColor\"/><path d=\"M7 7.5H17\" stroke=\"currentColor\"/><path d=\"M7 16.5H17\" stroke=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayoutAlignTopBottom;\n"
7
+ ],
8
+ "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,oFCjCY,IAAlB,sBAGO,IAAM,EAA2D,CAAC,IAAU,CACjF,OAAO,wBAAuO,EAAvO,IAAqB,EAAO,UAAU,oCAAmC,wBAAC,OAAD,CAAM,EAAE,sCAAsC,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,YAAY,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,aAAa,OAAO,eAAc,CAAI,GAGjO",
9
+ "debugId": "B424C23FF1388ECE64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import p from"react";var a=({children:r,size:o=24,ariaLabel:n,color:l,ariaHidden:e=!0,style:s,...m})=>{return p.createElement("svg",{...m,"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:l,...s}},n&&!e&&p.createElement("title",null,n),r)};import t from"react";var i=(r)=>{return t.createElement(a,{...r,ariaLabel:"layout-align-top-bottom, padding"},t.createElement("path",{d:"M3.5 3.5L20.5 3.5V20.5H3.5L3.5 3.5Z",stroke:"currentColor"}),t.createElement("path",{d:"M7 7.5H17",stroke:"currentColor"}),t.createElement("path",{d:"M7 16.5H17",stroke:"currentColor"}))},f=i;export{f as default,i as IconLayoutAlignTopBottom};
2
+
3
+ //# debugId=160C62F876CB5B6464756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutAlignTopBottom/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconLayoutAlignTopBottom: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"layout-align-top-bottom, padding\"><path d=\"M3.5 3.5L20.5 3.5V20.5H3.5L3.5 3.5Z\" stroke=\"currentColor\"/><path d=\"M7 7.5H17\" stroke=\"currentColor\"/><path d=\"M7 16.5H17\" stroke=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayoutAlignTopBottom;\n"
7
+ ],
8
+ "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAA2D,CAAC,IAAU,CACjF,OAAO,gBAAuO,EAAvO,IAAqB,EAAO,UAAU,oCAAmC,gBAAC,OAAD,CAAM,EAAE,sCAAsC,OAAO,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,YAAY,OAAO,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,aAAa,OAAO,eAAc,CAAI,GAGjO",
9
+ "debugId": "160C62F876CB5B6464756E2164756E21",
10
+ "names": []
11
+ }
@@ -1,3 +1,3 @@
1
- var b=Object.create;var{getPrototypeOf:h,defineProperty:a,getOwnPropertyNames:C,getOwnPropertyDescriptor:d}=Object,f=Object.prototype.hasOwnProperty;function g(r){return this[r]}var k,w,x=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var n=e?k??=new WeakMap:w??=new WeakMap,s=n.get(r);if(s)return s}o=r!=null?b(h(r)):{};let p=e||!r||!r.__esModule?a(o,"default",{value:r,enumerable:!0}):o;for(let c of C(r))if(!f.call(p,c))a(p,c,{get:g.bind(r,c),enumerable:!0});if(t)n.set(r,p);return p},B=(r)=>{var e=(u??=new WeakMap).get(r),o;if(e)return e;if(e=a({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of C(r))if(!f.call(e,t))a(e,t,{get:g.bind(r,t),enumerable:!(o=d(r,t))||o.enumerable})}return u.set(r,e),e},u;var y=(r)=>r;function P(r,e){this[r]=y.bind(null,e)}var I=(r,e)=>{for(var o in e)a(r,o,{get:e[o],enumerable:!0,configurable:!0,set:P.bind(e,o)})};var v={};I(v,{CentralIconBase:()=>i});module.exports=B(v);var m=x(require("react")),i=({children:r,size:e=24,ariaLabel:o,color:t,ariaHidden:n=!0,style:s,...p})=>{return m.default.createElement("svg",{...p,"aria-hidden":n,role:n?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:t,...s}},o&&!n&&m.default.createElement("title",null,o),r)};var G={};I(G,{default:()=>S,IconMacbook:()=>V});module.exports=B(G);var l=x(require("react"));var V=(r)=>{return l.default.createElement(i,{...r,ariaLabel:"macbook, laptop, computer"},l.default.createElement("path",{d:"M3.5 3.5H20.5V17.25H3.5V3.5Z",stroke:"currentColor",strokeLinecap:"square"}),l.default.createElement("path",{d:"M1.5 17.25H22.5V20.5H1.5V17.25Z",stroke:"currentColor",strokeLinecap:"square"}))},S=V;
1
+ var b=Object.create;var{getPrototypeOf:h,defineProperty:a,getOwnPropertyNames:C,getOwnPropertyDescriptor:d}=Object,f=Object.prototype.hasOwnProperty;function g(r){return this[r]}var k,w,x=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var n=e?k??=new WeakMap:w??=new WeakMap,s=n.get(r);if(s)return s}o=r!=null?b(h(r)):{};let p=e||!r||!r.__esModule?a(o,"default",{value:r,enumerable:!0}):o;for(let c of C(r))if(!f.call(p,c))a(p,c,{get:g.bind(r,c),enumerable:!0});if(t)n.set(r,p);return p},B=(r)=>{var e=(u??=new WeakMap).get(r),o;if(e)return e;if(e=a({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of C(r))if(!f.call(e,t))a(e,t,{get:g.bind(r,t),enumerable:!(o=d(r,t))||o.enumerable})}return u.set(r,e),e},u;var y=(r)=>r;function P(r,e){this[r]=y.bind(null,e)}var I=(r,e)=>{for(var o in e)a(r,o,{get:e[o],enumerable:!0,configurable:!0,set:P.bind(e,o)})};var v={};I(v,{CentralIconBase:()=>i});module.exports=B(v);var m=x(require("react")),i=({children:r,size:e=24,ariaLabel:o,color:t,ariaHidden:n=!0,style:s,...p})=>{return m.default.createElement("svg",{...p,"aria-hidden":n,role:n?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:t,...s}},o&&!n&&m.default.createElement("title",null,o),r)};var G={};I(G,{default:()=>S,IconMacbook:()=>V});module.exports=B(G);var l=x(require("react"));var V=(r)=>{return l.default.createElement(i,{...r,ariaLabel:"macbook, laptop, computer"},l.default.createElement("path",{d:"M3.5 3.5H20.5V17.5H3.5V3.5Z",stroke:"currentColor",strokeLinecap:"square"}),l.default.createElement("path",{d:"M1.5 17.5H22.5V20.5H1.5V17.5Z",stroke:"currentColor",strokeLinecap:"square"}))},S=V;
2
2
 
3
- //# debugId=D590DEBB5C32D9CD64756E2164756E21
3
+ //# debugId=F368657EE512D22564756E2164756E21
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconMacbook/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "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",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconMacbook: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"macbook, laptop, computer\"><path d=\"M3.5 3.5H20.5V17.25H3.5V3.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><path d=\"M1.5 17.25H22.5V20.5H1.5V17.25Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/></CentralIconBase>;\n};\n\nexport default IconMacbook;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconMacbook: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"macbook, laptop, computer\"><path d=\"M3.5 3.5H20.5V17.5H3.5V3.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><path d=\"M1.5 17.5H22.5V20.5H1.5V17.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/></CentralIconBase>;\n};\n\nexport default IconMacbook;\n"
7
7
  ],
8
- "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,uECjCY,IAAlB,sBAGO,IAAM,EAA8C,CAAC,IAAU,CACpE,OAAO,wBAAiP,EAAjP,IAAqB,EAAO,UAAU,6BAA4B,wBAAC,OAAD,CAAM,EAAE,+BAA+B,OAAO,eAAe,cAAc,SAAQ,EAAE,wBAAC,OAAD,CAAM,EAAE,kCAAkC,OAAO,eAAe,cAAc,SAAQ,CAAI,GAG3O",
9
- "debugId": "D590DEBB5C32D9CD64756E2164756E21",
8
+ "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,uECjCY,IAAlB,sBAGO,IAAM,EAA8C,CAAC,IAAU,CACpE,OAAO,wBAA8O,EAA9O,IAAqB,EAAO,UAAU,6BAA4B,wBAAC,OAAD,CAAM,EAAE,8BAA8B,OAAO,eAAe,cAAc,SAAQ,EAAE,wBAAC,OAAD,CAAM,EAAE,gCAAgC,OAAO,eAAe,cAAc,SAAQ,CAAI,GAGxO",
9
+ "debugId": "F368657EE512D22564756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import p from"react";var a=({children:e,size:r=24,ariaLabel:n,color:s,ariaHidden:o=!0,style:l,...c})=>{return p.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:s,...l}},n&&!o&&p.createElement("title",null,n),e)};import t from"react";var m=(e)=>{return t.createElement(a,{...e,ariaLabel:"macbook, laptop, computer"},t.createElement("path",{d:"M3.5 3.5H20.5V17.25H3.5V3.5Z",stroke:"currentColor",strokeLinecap:"square"}),t.createElement("path",{d:"M1.5 17.25H22.5V20.5H1.5V17.25Z",stroke:"currentColor",strokeLinecap:"square"}))},x=m;export{x as default,m as IconMacbook};
1
+ import p from"react";var a=({children:e,size:r=24,ariaLabel:n,color:s,ariaHidden:o=!0,style:l,...c})=>{return p.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:s,...l}},n&&!o&&p.createElement("title",null,n),e)};import t from"react";var m=(e)=>{return t.createElement(a,{...e,ariaLabel:"macbook, laptop, computer"},t.createElement("path",{d:"M3.5 3.5H20.5V17.5H3.5V3.5Z",stroke:"currentColor",strokeLinecap:"square"}),t.createElement("path",{d:"M1.5 17.5H22.5V20.5H1.5V17.5Z",stroke:"currentColor",strokeLinecap:"square"}))},x=m;export{x as default,m as IconMacbook};
2
2
 
3
- //# debugId=EF26ABF48A7F16F264756E2164756E21
3
+ //# debugId=D93F2279FFB2748164756E2164756E21
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconMacbook/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "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",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconMacbook: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"macbook, laptop, computer\"><path d=\"M3.5 3.5H20.5V17.25H3.5V3.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><path d=\"M1.5 17.25H22.5V20.5H1.5V17.25Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/></CentralIconBase>;\n};\n\nexport default IconMacbook;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconMacbook: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"macbook, laptop, computer\"><path d=\"M3.5 3.5H20.5V17.5H3.5V3.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><path d=\"M1.5 17.5H22.5V20.5H1.5V17.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/></CentralIconBase>;\n};\n\nexport default IconMacbook;\n"
7
7
  ],
8
- "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAAiP,EAAjP,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,EAAE,+BAA+B,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,kCAAkC,OAAO,eAAe,cAAc,SAAQ,CAAI,GAG3O",
9
- "debugId": "EF26ABF48A7F16F264756E2164756E21",
8
+ "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAA8O,EAA9O,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,EAAE,8BAA8B,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,gCAAgC,OAAO,eAAe,cAAc,SAAQ,CAAI,GAGxO",
9
+ "debugId": "D93F2279FFB2748164756E2164756E21",
10
10
  "names": []
11
11
  }
package/README.md CHANGED
@@ -476,6 +476,7 @@ Below is a complete list of available icons:
476
476
  - IconTower
477
477
  - IconGoldenGateBridge
478
478
  - IconHomeRoofDoor
479
+ - IconHomePlus
479
480
 
480
481
  ### Clouds
481
482
 
@@ -1397,6 +1398,8 @@ Below is a complete list of available icons:
1397
1398
  - IconCanvasGrid
1398
1399
  - IconTopbarHiddenTopWide
1399
1400
  - IconBottombarHiddenBottomWide
1401
+ - IconLayoutAlignLeftRight
1402
+ - IconLayoutAlignTopBottom
1400
1403
 
1401
1404
  ### Location
1402
1405
 
@@ -1920,6 +1923,7 @@ Below is a complete list of available icons:
1920
1923
  - IconCd
1921
1924
  - IconVoiceShare
1922
1925
  - IconConductor
1926
+ - IconAlbums2
1923
1927
 
1924
1928
  ### Sports
1925
1929