@central-icons-react-native/round-outlined-radius-2-stroke-1 1.1.285 → 1.1.287

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 (67) hide show
  1. package/IconLayoutAllSides/index.d.ts +4 -0
  2. package/IconLayoutAllSides/index.js +3 -0
  3. package/IconLayoutAllSides/index.js.map +11 -0
  4. package/IconLayoutAllSides/index.mjs +3 -0
  5. package/IconLayoutAllSides/index.mjs.map +11 -0
  6. package/IconLayoutBottom1/index.d.ts +4 -0
  7. package/IconLayoutBottom1/index.js +3 -0
  8. package/IconLayoutBottom1/index.js.map +11 -0
  9. package/IconLayoutBottom1/index.mjs +3 -0
  10. package/IconLayoutBottom1/index.mjs.map +11 -0
  11. package/IconLayoutLeft1/index.d.ts +4 -0
  12. package/IconLayoutLeft1/index.js +3 -0
  13. package/IconLayoutLeft1/index.js.map +11 -0
  14. package/IconLayoutLeft1/index.mjs +3 -0
  15. package/IconLayoutLeft1/index.mjs.map +11 -0
  16. package/IconLayoutLeftRight/index.d.ts +4 -0
  17. package/IconLayoutLeftRight/index.js +3 -0
  18. package/IconLayoutLeftRight/index.js.map +11 -0
  19. package/IconLayoutLeftRight/index.mjs +3 -0
  20. package/IconLayoutLeftRight/index.mjs.map +11 -0
  21. package/IconLayoutRight1/index.d.ts +4 -0
  22. package/IconLayoutRight1/index.js +3 -0
  23. package/IconLayoutRight1/index.js.map +11 -0
  24. package/IconLayoutRight1/index.mjs +3 -0
  25. package/IconLayoutRight1/index.mjs.map +11 -0
  26. package/IconLayoutTop1/index.d.ts +4 -0
  27. package/IconLayoutTop1/index.js +3 -0
  28. package/IconLayoutTop1/index.js.map +11 -0
  29. package/IconLayoutTop1/index.mjs +3 -0
  30. package/IconLayoutTop1/index.mjs.map +11 -0
  31. package/IconLayoutTopBottom/index.d.ts +4 -0
  32. package/IconLayoutTopBottom/index.js +3 -0
  33. package/IconLayoutTopBottom/index.js.map +11 -0
  34. package/IconLayoutTopBottom/index.mjs +3 -0
  35. package/IconLayoutTopBottom/index.mjs.map +11 -0
  36. package/IconQwik/index.d.ts +4 -0
  37. package/IconQwik/index.js +3 -0
  38. package/IconQwik/index.js.map +11 -0
  39. package/IconQwik/index.mjs +3 -0
  40. package/IconQwik/index.mjs.map +11 -0
  41. package/IconWindow2/index.js +2 -2
  42. package/IconWindow2/index.js.map +3 -3
  43. package/IconWindow2/index.mjs +2 -2
  44. package/IconWindow2/index.mjs.map +3 -3
  45. package/IconWindowApp/index.js +2 -2
  46. package/IconWindowApp/index.js.map +3 -3
  47. package/IconWindowApp/index.mjs +2 -2
  48. package/IconWindowApp/index.mjs.map +3 -3
  49. package/IconWindowSquare/index.d.ts +4 -0
  50. package/IconWindowSquare/index.js +3 -0
  51. package/IconWindowSquare/index.js.map +11 -0
  52. package/IconWindowSquare/index.mjs +3 -0
  53. package/IconWindowSquare/index.mjs.map +11 -0
  54. package/README.md +9 -0
  55. package/filtered-icons.json +1 -1
  56. package/icons/index.d.ts +1 -1
  57. package/icons/index.js +2 -2
  58. package/icons/index.js.map +3 -3
  59. package/icons/index.mjs +2 -2
  60. package/icons/index.mjs.map +3 -3
  61. package/icons-index.json +4 -4
  62. package/index.d.ts +9 -0
  63. package/index.js +27 -0
  64. package/index.mjs +9 -0
  65. package/license-check.js +1 -1
  66. package/package.json +1 -1
  67. package/skills/central-icons-react-native/SKILL.md +10 -1
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconLayoutAllSides: FC<CentralIconBaseProps>;
4
+ export default IconLayoutAllSides;
@@ -0,0 +1,3 @@
1
+ var g=Object.create;var{getPrototypeOf:j,defineProperty:p,getOwnPropertyNames:L,getOwnPropertyDescriptor:v}=Object,c=Object.prototype.hasOwnProperty;function k(o){return this[o]}var y,M,m=(o,r,n)=>{var e=o!=null&&typeof o==="object";if(e){var d=r?y??=new WeakMap:M??=new WeakMap,a=d.get(o);if(a)return a}n=o!=null?g(j(o)):{};let i=r||!o||!o.__esModule?p(n,"default",{value:o,enumerable:!0}):n;for(let u of L(o))if(!c.call(i,u))p(i,u,{get:k.bind(o,u),enumerable:!0});if(e)d.set(o,i);return i},f=(o)=>{var r=(l??=new WeakMap).get(o),n;if(r)return r;if(r=p({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var e of L(o))if(!c.call(r,e))p(r,e,{get:k.bind(o,e),enumerable:!(n=v(o,e))||n.enumerable})}return l.set(o,r),r},l;var S=(o)=>o;function h(o,r){this[o]=S.bind(null,r)}var B=(o,r)=>{for(var n in r)p(o,n,{get:r[n],enumerable:!0,configurable:!0,set:h.bind(r,n)})};var F={};B(F,{CentralIconBase:()=>C});module.exports=f(F);var I=m(require("react")),x=require("react-native-svg"),C=({children:o,size:r=24,...n})=>{return I.default.createElement(x.Svg,{...n,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};var b={};B(b,{default:()=>w,IconLayoutAllSides:()=>P});module.exports=f(b);var t=m(require("react"));var s=require("react-native-svg"),P=(o)=>{return t.default.createElement(C,{...o},t.default.createElement(s.Path,{d:"M6.5 8.5C6.5 7.39543 7.39543 6.5 8.5 6.5L15.5 6.5C16.6046 6.5 17.5 7.39543 17.5 8.5L17.5 15.5C17.5 16.6046 16.6046 17.5 15.5 17.5H8.5C7.39543 17.5 6.5 16.6046 6.5 15.5L6.5 8.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M20.5 6.5C20.5 11.9673 20.5 12.0327 20.5 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M3.5 6.5C3.5 11.9673 3.5 12.0327 3.5 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M17.5 3.5L6.49999 3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M17.5 20.5L6.49999 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},w=P;
2
+
3
+ //# debugId=5757DAFD8119337E64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutAllSides/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutAllSides: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M6.5 8.5C6.5 7.39543 7.39543 6.5 8.5 6.5L15.5 6.5C16.6046 6.5 17.5 7.39543 17.5 8.5L17.5 15.5C17.5 16.6046 16.6046 17.5 15.5 17.5H8.5C7.39543 17.5 6.5 16.6046 6.5 15.5L6.5 8.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.5 6.5C20.5 11.9673 20.5 12.0327 20.5 17.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.5 6.5C3.5 11.9673 3.5 12.0327 3.5 17.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17.5 3.5L6.49999 3.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17.5 20.5L6.49999 20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutAllSides;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,8ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA+C,CAAC,IAAU,CACrE,OAAO,wBAA2tB,EAA3tB,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,mLAAmL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,gDAAgD,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,4CAA4C,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,wBAAwB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,0BAA0B,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGrtB",
9
+ "debugId": "5757DAFD8119337E64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import p from"react";import{Svg as i}from"react-native-svg";var t=({children:e,size:o=24,...s})=>{return p.createElement(i,{...s,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e)};import r from"react";import{Path as n}from"react-native-svg";var u=(e)=>{return r.createElement(t,{...e},r.createElement(n,{d:"M6.5 8.5C6.5 7.39543 7.39543 6.5 8.5 6.5L15.5 6.5C16.6046 6.5 17.5 7.39543 17.5 8.5L17.5 15.5C17.5 16.6046 16.6046 17.5 15.5 17.5H8.5C7.39543 17.5 6.5 16.6046 6.5 15.5L6.5 8.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M20.5 6.5C20.5 11.9673 20.5 12.0327 20.5 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M3.5 6.5C3.5 11.9673 3.5 12.0327 3.5 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M17.5 3.5L6.49999 3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M17.5 20.5L6.49999 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},I=u;export{I as default,u as IconLayoutAllSides};
2
+
3
+ //# debugId=6BDBF0D8E7176B5064756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutAllSides/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutAllSides: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M6.5 8.5C6.5 7.39543 7.39543 6.5 8.5 6.5L15.5 6.5C16.6046 6.5 17.5 7.39543 17.5 8.5L17.5 15.5C17.5 16.6046 16.6046 17.5 15.5 17.5H8.5C7.39543 17.5 6.5 16.6046 6.5 15.5L6.5 8.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.5 6.5C20.5 11.9673 20.5 12.0327 20.5 17.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.5 6.5C3.5 11.9673 3.5 12.0327 3.5 17.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17.5 3.5L6.49999 3.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17.5 20.5L6.49999 20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutAllSides;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAA2tB,EAA3tB,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,mLAAmL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,gDAAgD,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,4CAA4C,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,wBAAwB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,0BAA0B,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGrtB",
9
+ "debugId": "6BDBF0D8E7176B5064756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconLayoutBottom1: FC<CentralIconBaseProps>;
4
+ export default IconLayoutBottom1;
@@ -0,0 +1,3 @@
1
+ var k=Object.create;var{getPrototypeOf:v,defineProperty:n,getOwnPropertyNames:l,getOwnPropertyDescriptor:y}=Object,f=Object.prototype.hasOwnProperty;function B(o){return this[o]}var h,F,d=(o,r,t)=>{var e=o!=null&&typeof o==="object";if(e){var u=r?h??=new WeakMap:F??=new WeakMap,c=u.get(o);if(c)return c}t=o!=null?k(v(o)):{};let p=r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t;for(let a of l(o))if(!f.call(p,a))n(p,a,{get:B.bind(o,a),enumerable:!0});if(e)u.set(o,p);return p},I=(o)=>{var r=(i??=new WeakMap).get(o),t;if(r)return r;if(r=n({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var e of l(o))if(!f.call(r,e))n(r,e,{get:B.bind(o,e),enumerable:!(t=y(o,e))||t.enumerable})}return i.set(o,r),r},i;var S=(o)=>o;function b(o,r){this[o]=S.bind(null,r)}var x=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0,configurable:!0,set:b.bind(r,t)})};var j={};x(j,{CentralIconBase:()=>C});module.exports=I(j);var L=d(require("react")),P=require("react-native-svg"),C=({children:o,size:r=24,...t})=>{return L.default.createElement(P.Svg,{...t,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};var w={};x(w,{default:()=>M,IconLayoutBottom1:()=>g});module.exports=I(w);var s=d(require("react"));var m=require("react-native-svg"),g=(o)=>{return s.default.createElement(C,{...o},s.default.createElement(m.Path,{d:"M18.5 3.5C19.6046 3.5 20.5 4.39543 20.5 5.5V15.5C20.5 16.6046 19.6046 17.5 18.5 17.5L5.5 17.5C4.39543 17.5 3.5 16.6046 3.5 15.5V5.5C3.5 4.39543 4.39543 3.5 5.5 3.5L18.5 3.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),s.default.createElement(m.Path,{d:"M20.5 20H3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},M=g;
2
+
3
+ //# debugId=D76F93553985FCAB64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutBottom1/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutBottom1: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M18.5 3.5C19.6046 3.5 20.5 4.39543 20.5 5.5V15.5C20.5 16.6046 19.6046 17.5 18.5 17.5L5.5 17.5C4.39543 17.5 3.5 16.6046 3.5 15.5V5.5C3.5 4.39543 4.39543 3.5 5.5 3.5L18.5 3.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.5 20H3.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutBottom1;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,6ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA8C,CAAC,IAAU,CACpE,OAAO,wBAAqX,EAArX,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,gLAAgL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,eAAe,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG/W",
9
+ "debugId": "D76F93553985FCAB64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import s from"react";import{Svg as a}from"react-native-svg";var e=({children:r,size:o=24,...p})=>{return s.createElement(a,{...p,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};import t from"react";import{Path as n}from"react-native-svg";var C=(r)=>{return t.createElement(e,{...r},t.createElement(n,{d:"M18.5 3.5C19.6046 3.5 20.5 4.39543 20.5 5.5V15.5C20.5 16.6046 19.6046 17.5 18.5 17.5L5.5 17.5C4.39543 17.5 3.5 16.6046 3.5 15.5V5.5C3.5 4.39543 4.39543 3.5 5.5 3.5L18.5 3.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement(n,{d:"M20.5 20H3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},L=C;export{L as default,C as IconLayoutBottom1};
2
+
3
+ //# debugId=F393A3BD45AA21EA64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutBottom1/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutBottom1: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M18.5 3.5C19.6046 3.5 20.5 4.39543 20.5 5.5V15.5C20.5 16.6046 19.6046 17.5 18.5 17.5L5.5 17.5C4.39543 17.5 3.5 16.6046 3.5 15.5V5.5C3.5 4.39543 4.39543 3.5 5.5 3.5L18.5 3.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.5 20H3.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutBottom1;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAAqX,EAArX,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,gLAAgL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,eAAe,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG/W",
9
+ "debugId": "F393A3BD45AA21EA64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconLayoutLeft1: FC<CentralIconBaseProps>;
4
+ export default IconLayoutLeft1;
@@ -0,0 +1,3 @@
1
+ var k=Object.create;var{getPrototypeOf:v,defineProperty:t,getOwnPropertyNames:l,getOwnPropertyDescriptor:y}=Object,f=Object.prototype.hasOwnProperty;function L(o){return this[o]}var h,F,d=(o,r,e)=>{var n=o!=null&&typeof o==="object";if(n){var u=r?h??=new WeakMap:F??=new WeakMap,c=u.get(o);if(c)return c}e=o!=null?k(v(o)):{};let p=r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e;for(let a of l(o))if(!f.call(p,a))t(p,a,{get:L.bind(o,a),enumerable:!0});if(n)u.set(o,p);return p},B=(o)=>{var r=(i??=new WeakMap).get(o),e;if(r)return r;if(r=t({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var n of l(o))if(!f.call(r,n))t(r,n,{get:L.bind(o,n),enumerable:!(e=y(o,n))||e.enumerable})}return i.set(o,r),r},i;var S=(o)=>o;function b(o,r){this[o]=S.bind(null,r)}var I=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0,configurable:!0,set:b.bind(r,e)})};var j={};I(j,{CentralIconBase:()=>C});module.exports=B(j);var x=d(require("react")),P=require("react-native-svg"),C=({children:o,size:r=24,...e})=>{return x.default.createElement(P.Svg,{...e,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};var w={};I(w,{default:()=>M,IconLayoutLeft1:()=>g});module.exports=B(w);var s=d(require("react"));var m=require("react-native-svg"),g=(o)=>{return s.default.createElement(C,{...o},s.default.createElement(m.Path,{d:"M6.5 5.5C6.5 4.39543 7.39543 3.5 8.5 3.5L18.5 3.5C19.6046 3.5 20.5 4.39543 20.5 5.5L20.5 18.5C20.5 19.6046 19.6046 20.5 18.5 20.5H8.5C7.39543 20.5 6.5 19.6046 6.5 18.5L6.5 5.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),s.default.createElement(m.Path,{d:"M4 3.5V20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},M=g;
2
+
3
+ //# debugId=A55E33B5A63D8F4364756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutLeft1/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutLeft1: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M6.5 5.5C6.5 4.39543 7.39543 3.5 8.5 3.5L18.5 3.5C19.6046 3.5 20.5 4.39543 20.5 5.5L20.5 18.5C20.5 19.6046 19.6046 20.5 18.5 20.5H8.5C7.39543 20.5 6.5 19.6046 6.5 18.5L6.5 5.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4 3.5V20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutLeft1;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,2ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA4C,CAAC,IAAU,CAClE,OAAO,wBAAuX,EAAvX,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,mLAAmL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,cAAc,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGjX",
9
+ "debugId": "A55E33B5A63D8F4364756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import s from"react";import{Svg as a}from"react-native-svg";var n=({children:r,size:o=24,...p})=>{return s.createElement(a,{...p,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};import e from"react";import{Path as t}from"react-native-svg";var C=(r)=>{return e.createElement(n,{...r},e.createElement(t,{d:"M6.5 5.5C6.5 4.39543 7.39543 3.5 8.5 3.5L18.5 3.5C19.6046 3.5 20.5 4.39543 20.5 5.5L20.5 18.5C20.5 19.6046 19.6046 20.5 18.5 20.5H8.5C7.39543 20.5 6.5 19.6046 6.5 18.5L6.5 5.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M4 3.5V20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},x=C;export{x as default,C as IconLayoutLeft1};
2
+
3
+ //# debugId=9C54BDCA92E3BAC564756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutLeft1/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutLeft1: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M6.5 5.5C6.5 4.39543 7.39543 3.5 8.5 3.5L18.5 3.5C19.6046 3.5 20.5 4.39543 20.5 5.5L20.5 18.5C20.5 19.6046 19.6046 20.5 18.5 20.5H8.5C7.39543 20.5 6.5 19.6046 6.5 18.5L6.5 5.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4 3.5V20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutLeft1;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAA4C,CAAC,IAAU,CAClE,OAAO,gBAAuX,EAAvX,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,mLAAmL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,cAAc,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGjX",
9
+ "debugId": "9C54BDCA92E3BAC564756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconLayoutLeftRight: FC<CentralIconBaseProps>;
4
+ export default IconLayoutLeftRight;
@@ -0,0 +1,3 @@
1
+ var P=Object.create;var{getPrototypeOf:h,defineProperty:t,getOwnPropertyNames:m,getOwnPropertyDescriptor:v}=Object,d=Object.prototype.hasOwnProperty;function L(o){return this[o]}var y,F,f=(o,r,e)=>{var n=o!=null&&typeof o==="object";if(n){var u=r?y??=new WeakMap:F??=new WeakMap,c=u.get(o);if(c)return c}e=o!=null?P(h(o)):{};let s=r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e;for(let a of m(o))if(!d.call(s,a))t(s,a,{get:L.bind(o,a),enumerable:!0});if(n)u.set(o,s);return s},k=(o)=>{var r=(l??=new WeakMap).get(o),e;if(r)return r;if(r=t({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var n of m(o))if(!d.call(r,n))t(r,n,{get:L.bind(o,n),enumerable:!(e=v(o,n))||e.enumerable})}return l.set(o,r),r},l;var S=(o)=>o;function b(o,r){this[o]=S.bind(null,r)}var B=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0,configurable:!0,set:b.bind(r,e)})};var j={};B(j,{CentralIconBase:()=>i});module.exports=k(j);var I=f(require("react")),g=require("react-native-svg"),i=({children:o,size:r=24,...e})=>{return I.default.createElement(g.Svg,{...e,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};var M={};B(M,{default:()=>w,IconLayoutLeftRight:()=>x});module.exports=k(M);var p=f(require("react"));var C=require("react-native-svg"),x=(o)=>{return p.default.createElement(i,{...o},p.default.createElement(C.Path,{d:"M6.5 5.5C6.5 4.39543 7.39543 3.5 8.5 3.5L15.5 3.5C16.6046 3.5 17.5 4.39543 17.5 5.5L17.5 18.5C17.5 19.6046 16.6046 20.5 15.5 20.5H8.5C7.39543 20.5 6.5 19.6046 6.5 18.5L6.5 5.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M20.5 3.5V20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M3.5 3.5V20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},w=x;
2
+
3
+ //# debugId=EEEBA5FAFEF2480664756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutLeftRight/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutLeftRight: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M6.5 5.5C6.5 4.39543 7.39543 3.5 8.5 3.5L15.5 3.5C16.6046 3.5 17.5 4.39543 17.5 5.5L17.5 18.5C17.5 19.6046 16.6046 20.5 15.5 20.5H8.5C7.39543 20.5 6.5 19.6046 6.5 18.5L6.5 5.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.5 3.5V20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.5 3.5V20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutLeftRight;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,+ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAgD,CAAC,IAAU,CACtE,OAAO,wBAAsd,EAAtd,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,mLAAmL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGhd",
9
+ "debugId": "EEEBA5FAFEF2480664756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import s from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:o=24,...p})=>{return s.createElement(C,{...p,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e)};import r from"react";import{Path as n}from"react-native-svg";var a=(e)=>{return r.createElement(t,{...e},r.createElement(n,{d:"M6.5 5.5C6.5 4.39543 7.39543 3.5 8.5 3.5L15.5 3.5C16.6046 3.5 17.5 4.39543 17.5 5.5L17.5 18.5C17.5 19.6046 16.6046 20.5 15.5 20.5H8.5C7.39543 20.5 6.5 19.6046 6.5 18.5L6.5 5.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M20.5 3.5V20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M3.5 3.5V20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},I=a;export{I as default,a as IconLayoutLeftRight};
2
+
3
+ //# debugId=3A427F8329883A7E64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutLeftRight/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutLeftRight: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M6.5 5.5C6.5 4.39543 7.39543 3.5 8.5 3.5L15.5 3.5C16.6046 3.5 17.5 4.39543 17.5 5.5L17.5 18.5C17.5 19.6046 16.6046 20.5 15.5 20.5H8.5C7.39543 20.5 6.5 19.6046 6.5 18.5L6.5 5.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.5 3.5V20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.5 3.5V20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutLeftRight;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAAsd,EAAtd,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,mLAAmL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGhd",
9
+ "debugId": "3A427F8329883A7E64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconLayoutRight1: FC<CentralIconBaseProps>;
4
+ export default IconLayoutRight1;
@@ -0,0 +1,3 @@
1
+ var k=Object.create;var{getPrototypeOf:h,defineProperty:t,getOwnPropertyNames:l,getOwnPropertyDescriptor:v}=Object,f=Object.prototype.hasOwnProperty;function d(o){return this[o]}var y,F,B=(o,r,e)=>{var n=o!=null&&typeof o==="object";if(n){var m=r?y??=new WeakMap:F??=new WeakMap,u=m.get(o);if(u)return u}e=o!=null?k(h(o)):{};let p=r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e;for(let a of l(o))if(!f.call(p,a))t(p,a,{get:d.bind(o,a),enumerable:!0});if(n)m.set(o,p);return p},I=(o)=>{var r=(c??=new WeakMap).get(o),e;if(r)return r;if(r=t({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var n of l(o))if(!f.call(r,n))t(r,n,{get:d.bind(o,n),enumerable:!(e=v(o,n))||e.enumerable})}return c.set(o,r),r},c;var S=(o)=>o;function b(o,r){this[o]=S.bind(null,r)}var L=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0,configurable:!0,set:b.bind(r,e)})};var j={};L(j,{CentralIconBase:()=>C});module.exports=I(j);var g=B(require("react")),x=require("react-native-svg"),C=({children:o,size:r=24,...e})=>{return g.default.createElement(x.Svg,{...e,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};var w={};L(w,{default:()=>M,IconLayoutRight1:()=>P});module.exports=I(w);var s=B(require("react"));var i=require("react-native-svg"),P=(o)=>{return s.default.createElement(C,{...o},s.default.createElement(i.Path,{d:"M3.5 5.5C3.5 4.39543 4.39543 3.5 5.5 3.5L15.5 3.5C16.6046 3.5 17.5 4.39543 17.5 5.5L17.5 18.5C17.5 19.6046 16.6046 20.5 15.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5L3.5 5.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),s.default.createElement(i.Path,{d:"M20 3.5V20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},M=P;
2
+
3
+ //# debugId=6BFDE5AA0447CCF564756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutRight1/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutRight1: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M3.5 5.5C3.5 4.39543 4.39543 3.5 5.5 3.5L15.5 3.5C16.6046 3.5 17.5 4.39543 17.5 5.5L17.5 18.5C17.5 19.6046 16.6046 20.5 15.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5L3.5 5.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20 3.5V20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutRight1;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,4ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA6C,CAAC,IAAU,CACnE,OAAO,wBAAwX,EAAxX,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,mLAAmL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,eAAe,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGlX",
9
+ "debugId": "6BFDE5AA0447CCF564756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import s from"react";import{Svg as a}from"react-native-svg";var n=({children:r,size:o=24,...p})=>{return s.createElement(a,{...p,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};import e from"react";import{Path as t}from"react-native-svg";var C=(r)=>{return e.createElement(n,{...r},e.createElement(t,{d:"M3.5 5.5C3.5 4.39543 4.39543 3.5 5.5 3.5L15.5 3.5C16.6046 3.5 17.5 4.39543 17.5 5.5L17.5 18.5C17.5 19.6046 16.6046 20.5 15.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5L3.5 5.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M20 3.5V20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},g=C;export{g as default,C as IconLayoutRight1};
2
+
3
+ //# debugId=85A229D2B9C75C4E64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutRight1/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutRight1: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M3.5 5.5C3.5 4.39543 4.39543 3.5 5.5 3.5L15.5 3.5C16.6046 3.5 17.5 4.39543 17.5 5.5L17.5 18.5C17.5 19.6046 16.6046 20.5 15.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5L3.5 5.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20 3.5V20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutRight1;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAwX,EAAxX,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,mLAAmL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,eAAe,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGlX",
9
+ "debugId": "85A229D2B9C75C4E64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconLayoutTop1: FC<CentralIconBaseProps>;
4
+ export default IconLayoutTop1;
@@ -0,0 +1,3 @@
1
+ var k=Object.create;var{getPrototypeOf:v,defineProperty:t,getOwnPropertyNames:l,getOwnPropertyDescriptor:y}=Object,f=Object.prototype.hasOwnProperty;function d(o){return this[o]}var h,F,B=(o,r,e)=>{var n=o!=null&&typeof o==="object";if(n){var u=r?h??=new WeakMap:F??=new WeakMap,c=u.get(o);if(c)return c}e=o!=null?k(v(o)):{};let p=r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e;for(let a of l(o))if(!f.call(p,a))t(p,a,{get:d.bind(o,a),enumerable:!0});if(n)u.set(o,p);return p},I=(o)=>{var r=(i??=new WeakMap).get(o),e;if(r)return r;if(r=t({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var n of l(o))if(!f.call(r,n))t(r,n,{get:d.bind(o,n),enumerable:!(e=y(o,n))||e.enumerable})}return i.set(o,r),r},i;var S=(o)=>o;function b(o,r){this[o]=S.bind(null,r)}var L=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0,configurable:!0,set:b.bind(r,e)})};var j={};L(j,{CentralIconBase:()=>C});module.exports=I(j);var x=B(require("react")),P=require("react-native-svg"),C=({children:o,size:r=24,...e})=>{return x.default.createElement(P.Svg,{...e,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};var w={};L(w,{default:()=>M,IconLayoutTop1:()=>g});module.exports=I(w);var s=B(require("react"));var m=require("react-native-svg"),g=(o)=>{return s.default.createElement(C,{...o},s.default.createElement(m.Path,{d:"M5.5 20.5C4.39543 20.5 3.5 19.6046 3.5 18.5L3.5 8.5C3.5 7.39543 4.39543 6.5 5.5 6.5L18.5 6.5C19.6046 6.5 20.5 7.39543 20.5 8.5V18.5C20.5 19.6046 19.6046 20.5 18.5 20.5L5.5 20.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),s.default.createElement(m.Path,{d:"M3.5 4H20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},M=g;
2
+
3
+ //# debugId=69A153A2F9207A9B64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutTop1/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutTop1: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M5.5 20.5C4.39543 20.5 3.5 19.6046 3.5 18.5L3.5 8.5C3.5 7.39543 4.39543 6.5 5.5 6.5L18.5 6.5C19.6046 6.5 20.5 7.39543 20.5 8.5V18.5C20.5 19.6046 19.6046 20.5 18.5 20.5L5.5 20.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.5 4H20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutTop1;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,0ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA2C,CAAC,IAAU,CACjE,OAAO,wBAAwX,EAAxX,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,oLAAoL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,cAAc,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGlX",
9
+ "debugId": "69A153A2F9207A9B64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import s from"react";import{Svg as a}from"react-native-svg";var n=({children:r,size:o=24,...p})=>{return s.createElement(a,{...p,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};import e from"react";import{Path as t}from"react-native-svg";var C=(r)=>{return e.createElement(n,{...r},e.createElement(t,{d:"M5.5 20.5C4.39543 20.5 3.5 19.6046 3.5 18.5L3.5 8.5C3.5 7.39543 4.39543 6.5 5.5 6.5L18.5 6.5C19.6046 6.5 20.5 7.39543 20.5 8.5V18.5C20.5 19.6046 19.6046 20.5 18.5 20.5L5.5 20.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M3.5 4H20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},x=C;export{x as default,C as IconLayoutTop1};
2
+
3
+ //# debugId=1450891AB66DBEF664756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutTop1/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutTop1: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M5.5 20.5C4.39543 20.5 3.5 19.6046 3.5 18.5L3.5 8.5C3.5 7.39543 4.39543 6.5 5.5 6.5L18.5 6.5C19.6046 6.5 20.5 7.39543 20.5 8.5V18.5C20.5 19.6046 19.6046 20.5 18.5 20.5L5.5 20.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.5 4H20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutTop1;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAA2C,CAAC,IAAU,CACjE,OAAO,gBAAwX,EAAxX,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,oLAAoL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,cAAc,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGlX",
9
+ "debugId": "1450891AB66DBEF664756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconLayoutTopBottom: FC<CentralIconBaseProps>;
4
+ export default IconLayoutTopBottom;
@@ -0,0 +1,3 @@
1
+ var g=Object.create;var{getPrototypeOf:v,defineProperty:t,getOwnPropertyNames:l,getOwnPropertyDescriptor:y}=Object,d=Object.prototype.hasOwnProperty;function f(o){return this[o]}var h,F,k=(o,r,n)=>{var e=o!=null&&typeof o==="object";if(e){var i=r?h??=new WeakMap:F??=new WeakMap,m=i.get(o);if(m)return m}n=o!=null?g(v(o)):{};let s=r||!o||!o.__esModule?t(n,"default",{value:o,enumerable:!0}):n;for(let a of l(o))if(!d.call(s,a))t(s,a,{get:f.bind(o,a),enumerable:!0});if(e)i.set(o,s);return s},B=(o)=>{var r=(c??=new WeakMap).get(o),n;if(r)return r;if(r=t({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var e of l(o))if(!d.call(r,e))t(r,e,{get:f.bind(o,e),enumerable:!(n=y(o,e))||n.enumerable})}return c.set(o,r),r},c;var S=(o)=>o;function b(o,r){this[o]=S.bind(null,r)}var L=(o,r)=>{for(var n in r)t(o,n,{get:r[n],enumerable:!0,configurable:!0,set:b.bind(r,n)})};var j={};L(j,{CentralIconBase:()=>u});module.exports=B(j);var I=k(require("react")),x=require("react-native-svg"),u=({children:o,size:r=24,...n})=>{return I.default.createElement(x.Svg,{...n,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};var M={};L(M,{default:()=>w,IconLayoutTopBottom:()=>P});module.exports=B(M);var p=k(require("react"));var C=require("react-native-svg"),P=(o)=>{return p.default.createElement(u,{...o},p.default.createElement(C.Path,{d:"M18.5 6.5C19.6046 6.5 20.5 7.39543 20.5 8.5V15.5C20.5 16.6046 19.6046 17.5 18.5 17.5L5.5 17.5C4.39543 17.5 3.5 16.6046 3.5 15.5V8.5C3.5 7.39543 4.39543 6.5 5.5 6.5L18.5 6.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M20.5 20.5H3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M20.5 3.5H3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},w=P;
2
+
3
+ //# debugId=5D532D844BFA1F6664756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutTopBottom/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutTopBottom: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M18.5 6.5C19.6046 6.5 20.5 7.39543 20.5 8.5V15.5C20.5 16.6046 19.6046 17.5 18.5 17.5L5.5 17.5C4.39543 17.5 3.5 16.6046 3.5 15.5V8.5C3.5 7.39543 4.39543 6.5 5.5 6.5L18.5 6.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.5 20.5H3.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.5 3.5H3.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutTopBottom;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,+ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAgD,CAAC,IAAU,CACtE,OAAO,wBAAmd,EAAnd,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,gLAAgL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG7c",
9
+ "debugId": "5D532D844BFA1F6664756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import s from"react";import{Svg as C}from"react-native-svg";var t=({children:n,size:o=24,...p})=>{return s.createElement(C,{...p,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n)};import r from"react";import{Path as e}from"react-native-svg";var a=(n)=>{return r.createElement(t,{...n},r.createElement(e,{d:"M18.5 6.5C19.6046 6.5 20.5 7.39543 20.5 8.5V15.5C20.5 16.6046 19.6046 17.5 18.5 17.5L5.5 17.5C4.39543 17.5 3.5 16.6046 3.5 15.5V8.5C3.5 7.39543 4.39543 6.5 5.5 6.5L18.5 6.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M20.5 20.5H3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M20.5 3.5H3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},I=a;export{I as default,a as IconLayoutTopBottom};
2
+
3
+ //# debugId=5E74BDA218ACBD3364756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutTopBottom/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutTopBottom: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M18.5 6.5C19.6046 6.5 20.5 7.39543 20.5 8.5V15.5C20.5 16.6046 19.6046 17.5 18.5 17.5L5.5 17.5C4.39543 17.5 3.5 16.6046 3.5 15.5V8.5C3.5 7.39543 4.39543 6.5 5.5 6.5L18.5 6.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.5 20.5H3.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.5 3.5H3.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutTopBottom;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAAmd,EAAnd,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,gLAAgL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG7c",
9
+ "debugId": "5E74BDA218ACBD3364756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconQwik: FC<CentralIconBaseProps>;
4
+ export default IconQwik;
@@ -0,0 +1,3 @@
1
+ var g=Object.create;var{getPrototypeOf:h,defineProperty:n,getOwnPropertyNames:c,getOwnPropertyDescriptor:y}=Object,f=Object.prototype.hasOwnProperty;function i(o){return this[o]}var F,M,u=(o,r,e)=>{var t=o!=null&&typeof o==="object";if(t){var a=r?F??=new WeakMap:M??=new WeakMap,m=a.get(o);if(m)return m}e=o!=null?g(h(o)):{};let L=r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e;for(let p of c(o))if(!f.call(L,p))n(L,p,{get:i.bind(o,p),enumerable:!0});if(t)a.set(o,L);return L},B=(o)=>{var r=(s??=new WeakMap).get(o),e;if(r)return r;if(r=n({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var t of c(o))if(!f.call(r,t))n(r,t,{get:i.bind(o,t),enumerable:!(e=y(o,t))||e.enumerable})}return s.set(o,r),r},s;var S=(o)=>o;function Z(o,r){this[o]=S.bind(null,r)}var I=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0,configurable:!0,set:Z.bind(r,e)})};var b={};I(b,{CentralIconBase:()=>C});module.exports=B(b);var d=u(require("react")),v=require("react-native-svg"),C=({children:o,size:r=24,...e})=>{return d.default.createElement(v.Svg,{...e,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};var w={};I(w,{default:()=>V,IconQwik:()=>P});module.exports=B(w);var l=u(require("react"));var x=require("react-native-svg"),P=(o)=>{return l.default.createElement(C,{...o},l.default.createElement(x.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M15.4306 2.50008C16.4342 2.4923 17.3597 3.02477 17.8537 3.88608L19.8295 7.30921L19.8453 7.29339L19.9941 7.55943L20.3708 8.24126L21.0927 9.57238C21.6102 10.5044 21.5237 11.6479 20.8964 12.5016C20.865 12.5486 20.8258 12.596 20.7866 12.643L20.6843 12.7602L17.4854 18.6734L19.3197 22.2835C19.4032 22.4275 19.2169 22.5626 19.0909 22.4649L19.129 22.5031L10.2522 19.8948L8.62896 19.9106C7.64868 19.9184 6.73839 19.4175 6.23649 18.5795L2.95848 13.1443C2.40707 12.2176 2.45151 11.0092 3.03847 10.1156L6.16115 3.92608C6.65522 3.08805 7.54919 2.57117 8.52943 2.56334L13.6976 2.54752L15.4306 2.50008ZM15.4827 18.9395L15.4845 18.9385L15.4827 18.9162V18.9395ZM15.4845 18.9385L15.4929 18.9376V18.9237L15.4845 18.9385ZM8.62152 3.20331L9.72659 9.54075L7.84481 11.3584L15.4799 18.8976L14.7013 12.6039L16.011 11.2802L8.63919 3.18192L8.62152 3.20331Z",fill:"currentColor"}))},V=P;
2
+
3
+ //# debugId=5DA13A27DFA942F064756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconQwik/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconQwik: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.4306 2.50008C16.4342 2.4923 17.3597 3.02477 17.8537 3.88608L19.8295 7.30921L19.8453 7.29339L19.9941 7.55943L20.3708 8.24126L21.0927 9.57238C21.6102 10.5044 21.5237 11.6479 20.8964 12.5016C20.865 12.5486 20.8258 12.596 20.7866 12.643L20.6843 12.7602L17.4854 18.6734L19.3197 22.2835C19.4032 22.4275 19.2169 22.5626 19.0909 22.4649L19.129 22.5031L10.2522 19.8948L8.62896 19.9106C7.64868 19.9184 6.73839 19.4175 6.23649 18.5795L2.95848 13.1443C2.40707 12.2176 2.45151 11.0092 3.03847 10.1156L6.16115 3.92608C6.65522 3.08805 7.54919 2.57117 8.52943 2.56334L13.6976 2.54752L15.4306 2.50008ZM15.4827 18.9395L15.4845 18.9385L15.4827 18.9162V18.9395ZM15.4845 18.9385L15.4929 18.9376V18.9237L15.4845 18.9385ZM8.62152 3.20331L9.72659 9.54075L7.84481 11.3584L15.4799 18.8976L14.7013 12.6039L16.011 11.2802L8.63919 3.18192L8.62152 3.20331Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconQwik;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,oECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAqC,CAAC,IAAU,CAC3D,OAAO,wBAAk6B,EAAl6B,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,i0BAAi0B,KAAK,eAAc,CAAI,GAG55B",
9
+ "debugId": "5DA13A27DFA942F064756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import L from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>{return L.createElement(p,{...n,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};import t from"react";import{Path as C}from"react-native-svg";var l=(r)=>{return t.createElement(e,{...r},t.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M15.4306 2.50008C16.4342 2.4923 17.3597 3.02477 17.8537 3.88608L19.8295 7.30921L19.8453 7.29339L19.9941 7.55943L20.3708 8.24126L21.0927 9.57238C21.6102 10.5044 21.5237 11.6479 20.8964 12.5016C20.865 12.5486 20.8258 12.596 20.7866 12.643L20.6843 12.7602L17.4854 18.6734L19.3197 22.2835C19.4032 22.4275 19.2169 22.5626 19.0909 22.4649L19.129 22.5031L10.2522 19.8948L8.62896 19.9106C7.64868 19.9184 6.73839 19.4175 6.23649 18.5795L2.95848 13.1443C2.40707 12.2176 2.45151 11.0092 3.03847 10.1156L6.16115 3.92608C6.65522 3.08805 7.54919 2.57117 8.52943 2.56334L13.6976 2.54752L15.4306 2.50008ZM15.4827 18.9395L15.4845 18.9385L15.4827 18.9162V18.9395ZM15.4845 18.9385L15.4929 18.9376V18.9237L15.4845 18.9385ZM8.62152 3.20331L9.72659 9.54075L7.84481 11.3584L15.4799 18.8976L14.7013 12.6039L16.011 11.2802L8.63919 3.18192L8.62152 3.20331Z",fill:"currentColor"}))},v=l;export{v as default,l as IconQwik};
2
+
3
+ //# debugId=9F2A3986E7DA85F464756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconQwik/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconQwik: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.4306 2.50008C16.4342 2.4923 17.3597 3.02477 17.8537 3.88608L19.8295 7.30921L19.8453 7.29339L19.9941 7.55943L20.3708 8.24126L21.0927 9.57238C21.6102 10.5044 21.5237 11.6479 20.8964 12.5016C20.865 12.5486 20.8258 12.596 20.7866 12.643L20.6843 12.7602L17.4854 18.6734L19.3197 22.2835C19.4032 22.4275 19.2169 22.5626 19.0909 22.4649L19.129 22.5031L10.2522 19.8948L8.62896 19.9106C7.64868 19.9184 6.73839 19.4175 6.23649 18.5795L2.95848 13.1443C2.40707 12.2176 2.45151 11.0092 3.03847 10.1156L6.16115 3.92608C6.65522 3.08805 7.54919 2.57117 8.52943 2.56334L13.6976 2.54752L15.4306 2.50008ZM15.4827 18.9395L15.4845 18.9385L15.4827 18.9162V18.9395ZM15.4845 18.9385L15.4929 18.9376V18.9237L15.4845 18.9385ZM8.62152 3.20331L9.72659 9.54075L7.84481 11.3584L15.4799 18.8976L14.7013 12.6039L16.011 11.2802L8.63919 3.18192L8.62152 3.20331Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconQwik;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAqC,CAAC,IAAU,CAC3D,OAAO,gBAAk6B,EAAl6B,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,i0BAAi0B,KAAK,eAAc,CAAI,GAG55B",
9
+ "debugId": "9F2A3986E7DA85F464756E2164756E21",
10
+ "names": []
11
+ }
@@ -1,3 +1,3 @@
1
- var v=Object.create;var{getPrototypeOf:M,defineProperty:n,getOwnPropertyNames:f,getOwnPropertyDescriptor:k}=Object,u=Object.prototype.hasOwnProperty;function B(r){return this[r]}var y,F,I=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var m=o?y??=new WeakMap:F??=new WeakMap,c=m.get(r);if(c)return c}t=r!=null?v(M(r)):{};let C=o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t;for(let s of f(r))if(!u.call(C,s))n(C,s,{get:B.bind(r,s),enumerable:!0});if(e)m.set(r,C);return C},d=(r)=>{var o=(i??=new WeakMap).get(r),t;if(o)return o;if(o=n({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of f(r))if(!u.call(o,e))n(o,e,{get:B.bind(r,e),enumerable:!(t=k(r,e))||t.enumerable})}return i.set(r,o),o},i;var S=(r)=>r;function Z(r,o){this[r]=S.bind(null,o)}var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0,configurable:!0,set:Z.bind(o,t)})};var b={};x(b,{CentralIconBase:()=>l});module.exports=d(b);var P=I(require("react")),g=require("react-native-svg"),l=({children:r,size:o=24,...t})=>{return P.default.createElement(g.Svg,{...t,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var w={};x(w,{default:()=>H,IconWindow2:()=>h});module.exports=d(w);var p=I(require("react"));var a=require("react-native-svg"),h=(r)=>{return p.default.createElement(l,{...r},p.default.createElement(a.Path,{d:"M2.5 10.5H21.5M4.5 19.5H19.5C20.6046 19.5 21.5 18.6046 21.5 17.5V6.5C21.5 5.39543 20.6046 4.5 19.5 4.5H4.5C3.39543 4.5 2.5 5.39543 2.5 6.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5Z",stroke:"currentColor",strokeLinejoin:"round"}),p.default.createElement(a.Path,{d:"M5.5 7.875C5.70711 7.875 5.875 7.70711 5.875 7.5C5.875 7.29289 5.70711 7.125 5.5 7.125C5.29289 7.125 5.125 7.29289 5.125 7.5C5.125 7.70711 5.29289 7.875 5.5 7.875ZM7.5 7.875C7.70711 7.875 7.875 7.70711 7.875 7.5C7.875 7.29289 7.70711 7.125 7.5 7.125C7.29289 7.125 7.125 7.29289 7.125 7.5C7.125 7.70711 7.29289 7.875 7.5 7.875ZM9.5 7.875C9.70711 7.875 9.875 7.70711 9.875 7.5C9.875 7.29289 9.70711 7.125 9.5 7.125C9.29289 7.125 9.125 7.29289 9.125 7.5C9.125 7.70711 9.29289 7.875 9.5 7.875Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"}))},H=h;
1
+ var g=Object.create;var{getPrototypeOf:v,defineProperty:l,getOwnPropertyNames:m,getOwnPropertyDescriptor:M}=Object,f=Object.prototype.hasOwnProperty;function a(r){return this[r]}var y,F,k=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var u=o?y??=new WeakMap:F??=new WeakMap,c=u.get(r);if(c)return c}t=r!=null?g(v(r)):{};let s=o||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t;for(let p of m(r))if(!f.call(s,p))l(s,p,{get:a.bind(r,p),enumerable:!0});if(e)u.set(r,s);return s},B=(r)=>{var o=(d??=new WeakMap).get(r),t;if(o)return o;if(o=l({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of m(r))if(!f.call(o,e))l(o,e,{get:a.bind(r,e),enumerable:!(t=M(r,e))||t.enumerable})}return d.set(r,o),o},d;var S=(r)=>r;function W(r,o){this[r]=S.bind(null,o)}var I=(r,o)=>{for(var t in o)l(r,t,{get:o[t],enumerable:!0,configurable:!0,set:W.bind(o,t)})};var Z={};I(Z,{CentralIconBase:()=>i});module.exports=B(Z);var h=k(require("react")),x=require("react-native-svg"),i=({children:r,size:o=24,...t})=>{return h.default.createElement(x.Svg,{...t,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var b={};I(b,{default:()=>w,IconWindow2:()=>P});module.exports=B(b);var n=k(require("react"));var C=require("react-native-svg"),P=(r)=>{return n.default.createElement(i,{...r},n.default.createElement(C.Path,{d:"M2.5 6.5C2.5 5.39543 3.39543 4.5 4.5 4.5H19.5C20.6046 4.5 21.5 5.39543 21.5 6.5V17.5C21.5 18.6046 20.6046 19.5 19.5 19.5H4.5C3.39543 19.5 2.5 18.6046 2.5 17.5V6.5Z",stroke:"currentColor",strokeLinejoin:"round"}),n.default.createElement(C.Path,{d:"M2.5 10.5H21.5",stroke:"currentColor",strokeLinejoin:"round"}),n.default.createElement(C.Path,{d:"M5.75 6.875C6.09518 6.875 6.375 7.15482 6.375 7.5C6.375 7.84518 6.09518 8.125 5.75 8.125C5.40482 8.125 5.125 7.84518 5.125 7.5C5.125 7.15482 5.40482 6.875 5.75 6.875Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"}),n.default.createElement(C.Path,{d:"M8.25 6.875C8.59518 6.875 8.875 7.15482 8.875 7.5C8.875 7.84518 8.59518 8.125 8.25 8.125C7.90482 8.125 7.625 7.84518 7.625 7.5C7.625 7.15482 7.90482 6.875 8.25 6.875Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"}),n.default.createElement(C.Path,{d:"M10.75 6.875C11.0952 6.875 11.375 7.15482 11.375 7.5C11.375 7.84518 11.0952 8.125 10.75 8.125C10.4048 8.125 10.125 7.84518 10.125 7.5C10.125 7.15482 10.4048 6.875 10.75 6.875Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"}))},w=P;
2
2
 
3
- //# debugId=2F8708A6C9D0A2E164756E2164756E21
3
+ //# debugId=854F181DB16988C064756E2164756E21
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconWindow2/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
- "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWindow2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M2.5 10.5H21.5M4.5 19.5H19.5C20.6046 19.5 21.5 18.6046 21.5 17.5V6.5C21.5 5.39543 20.6046 4.5 19.5 4.5H4.5C3.39543 4.5 2.5 5.39543 2.5 6.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M5.5 7.875C5.70711 7.875 5.875 7.70711 5.875 7.5C5.875 7.29289 5.70711 7.125 5.5 7.125C5.29289 7.125 5.125 7.29289 5.125 7.5C5.125 7.70711 5.29289 7.875 5.5 7.875ZM7.5 7.875C7.70711 7.875 7.875 7.70711 7.875 7.5C7.875 7.29289 7.70711 7.125 7.5 7.125C7.29289 7.125 7.125 7.29289 7.125 7.5C7.125 7.70711 7.29289 7.875 7.5 7.875ZM9.5 7.875C9.70711 7.875 9.875 7.70711 9.875 7.5C9.875 7.29289 9.70711 7.125 9.5 7.125C9.29289 7.125 9.125 7.29289 9.125 7.5C9.125 7.70711 9.29289 7.875 9.5 7.875Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"0.25\"/></CentralIconBase>;\n};\n\nexport default IconWindow2;\n"
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWindow2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M2.5 6.5C2.5 5.39543 3.39543 4.5 4.5 4.5H19.5C20.6046 4.5 21.5 5.39543 21.5 6.5V17.5C21.5 18.6046 20.6046 19.5 19.5 19.5H4.5C3.39543 19.5 2.5 18.6046 2.5 17.5V6.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M2.5 10.5H21.5\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M5.75 6.875C6.09518 6.875 6.375 7.15482 6.375 7.5C6.375 7.84518 6.09518 8.125 5.75 8.125C5.40482 8.125 5.125 7.84518 5.125 7.5C5.125 7.15482 5.40482 6.875 5.75 6.875Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"0.25\"/><Path d=\"M8.25 6.875C8.59518 6.875 8.875 7.15482 8.875 7.5C8.875 7.84518 8.59518 8.125 8.25 8.125C7.90482 8.125 7.625 7.84518 7.625 7.5C7.625 7.15482 7.90482 6.875 8.25 6.875Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"0.25\"/><Path d=\"M10.75 6.875C11.0952 6.875 11.375 7.15482 11.375 7.5C11.375 7.84518 11.0952 8.125 10.75 8.125C10.4048 8.125 10.125 7.84518 10.125 7.5C10.125 7.15482 10.4048 6.875 10.75 6.875Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"0.25\"/></CentralIconBase>;\n};\n\nexport default IconWindow2;\n"
7
7
  ],
8
- "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,uECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAwC,CAAC,IAAU,CAC9D,OAAO,wBAA2zB,EAA3zB,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,qLAAqL,OAAO,eAAe,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,4eAA4e,KAAK,eAAe,OAAO,eAAe,YAAY,OAAM,CAAI,GAGrzB",
9
- "debugId": "2F8708A6C9D0A2E164756E2164756E21",
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,uECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAwC,CAAC,IAAU,CAC9D,OAAO,wBAAuhC,EAAvhC,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,sKAAsK,OAAO,eAAe,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,iBAAiB,OAAO,eAAe,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,yKAAyK,KAAK,eAAe,OAAO,eAAe,YAAY,OAAM,EAAE,wBAAC,OAAD,CAAM,EAAE,yKAAyK,KAAK,eAAe,OAAO,eAAe,YAAY,OAAM,EAAE,wBAAC,OAAD,CAAM,EAAE,kLAAkL,KAAK,eAAe,OAAO,eAAe,YAAY,OAAM,CAAI,GAGjhC",
9
+ "debugId": "854F181DB16988C064756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import p from"react";import{Svg as s}from"react-native-svg";var e=({children:o,size:r=24,...C})=>{return p.createElement(s,{...C,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};import t from"react";import{Path as n}from"react-native-svg";var l=(o)=>{return t.createElement(e,{...o},t.createElement(n,{d:"M2.5 10.5H21.5M4.5 19.5H19.5C20.6046 19.5 21.5 18.6046 21.5 17.5V6.5C21.5 5.39543 20.6046 4.5 19.5 4.5H4.5C3.39543 4.5 2.5 5.39543 2.5 6.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5Z",stroke:"currentColor",strokeLinejoin:"round"}),t.createElement(n,{d:"M5.5 7.875C5.70711 7.875 5.875 7.70711 5.875 7.5C5.875 7.29289 5.70711 7.125 5.5 7.125C5.29289 7.125 5.125 7.29289 5.125 7.5C5.125 7.70711 5.29289 7.875 5.5 7.875ZM7.5 7.875C7.70711 7.875 7.875 7.70711 7.875 7.5C7.875 7.29289 7.70711 7.125 7.5 7.125C7.29289 7.125 7.125 7.29289 7.125 7.5C7.125 7.70711 7.29289 7.875 7.5 7.875ZM9.5 7.875C9.70711 7.875 9.875 7.70711 9.875 7.5C9.875 7.29289 9.70711 7.125 9.5 7.125C9.29289 7.125 9.125 7.29289 9.125 7.5C9.125 7.70711 9.29289 7.875 9.5 7.875Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"}))},P=l;export{P as default,l as IconWindow2};
1
+ import l from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...C})=>{return l.createElement(s,{...C,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e)};import o from"react";import{Path as t}from"react-native-svg";var p=(e)=>{return o.createElement(n,{...e},o.createElement(t,{d:"M2.5 6.5C2.5 5.39543 3.39543 4.5 4.5 4.5H19.5C20.6046 4.5 21.5 5.39543 21.5 6.5V17.5C21.5 18.6046 20.6046 19.5 19.5 19.5H4.5C3.39543 19.5 2.5 18.6046 2.5 17.5V6.5Z",stroke:"currentColor",strokeLinejoin:"round"}),o.createElement(t,{d:"M2.5 10.5H21.5",stroke:"currentColor",strokeLinejoin:"round"}),o.createElement(t,{d:"M5.75 6.875C6.09518 6.875 6.375 7.15482 6.375 7.5C6.375 7.84518 6.09518 8.125 5.75 8.125C5.40482 8.125 5.125 7.84518 5.125 7.5C5.125 7.15482 5.40482 6.875 5.75 6.875Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"}),o.createElement(t,{d:"M8.25 6.875C8.59518 6.875 8.875 7.15482 8.875 7.5C8.875 7.84518 8.59518 8.125 8.25 8.125C7.90482 8.125 7.625 7.84518 7.625 7.5C7.625 7.15482 7.90482 6.875 8.25 6.875Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"}),o.createElement(t,{d:"M10.75 6.875C11.0952 6.875 11.375 7.15482 11.375 7.5C11.375 7.84518 11.0952 8.125 10.75 8.125C10.4048 8.125 10.125 7.84518 10.125 7.5C10.125 7.15482 10.4048 6.875 10.75 6.875Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"}))},h=p;export{h as default,p as IconWindow2};
2
2
 
3
- //# debugId=3E025FC79EECFB4264756E2164756E21
3
+ //# debugId=C295FC8C0BB4752E64756E2164756E21
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconWindow2/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
- "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWindow2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M2.5 10.5H21.5M4.5 19.5H19.5C20.6046 19.5 21.5 18.6046 21.5 17.5V6.5C21.5 5.39543 20.6046 4.5 19.5 4.5H4.5C3.39543 4.5 2.5 5.39543 2.5 6.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M5.5 7.875C5.70711 7.875 5.875 7.70711 5.875 7.5C5.875 7.29289 5.70711 7.125 5.5 7.125C5.29289 7.125 5.125 7.29289 5.125 7.5C5.125 7.70711 5.29289 7.875 5.5 7.875ZM7.5 7.875C7.70711 7.875 7.875 7.70711 7.875 7.5C7.875 7.29289 7.70711 7.125 7.5 7.125C7.29289 7.125 7.125 7.29289 7.125 7.5C7.125 7.70711 7.29289 7.875 7.5 7.875ZM9.5 7.875C9.70711 7.875 9.875 7.70711 9.875 7.5C9.875 7.29289 9.70711 7.125 9.5 7.125C9.29289 7.125 9.125 7.29289 9.125 7.5C9.125 7.70711 9.29289 7.875 9.5 7.875Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"0.25\"/></CentralIconBase>;\n};\n\nexport default IconWindow2;\n"
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWindow2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M2.5 6.5C2.5 5.39543 3.39543 4.5 4.5 4.5H19.5C20.6046 4.5 21.5 5.39543 21.5 6.5V17.5C21.5 18.6046 20.6046 19.5 19.5 19.5H4.5C3.39543 19.5 2.5 18.6046 2.5 17.5V6.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M2.5 10.5H21.5\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M5.75 6.875C6.09518 6.875 6.375 7.15482 6.375 7.5C6.375 7.84518 6.09518 8.125 5.75 8.125C5.40482 8.125 5.125 7.84518 5.125 7.5C5.125 7.15482 5.40482 6.875 5.75 6.875Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"0.25\"/><Path d=\"M8.25 6.875C8.59518 6.875 8.875 7.15482 8.875 7.5C8.875 7.84518 8.59518 8.125 8.25 8.125C7.90482 8.125 7.625 7.84518 7.625 7.5C7.625 7.15482 7.90482 6.875 8.25 6.875Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"0.25\"/><Path d=\"M10.75 6.875C11.0952 6.875 11.375 7.15482 11.375 7.5C11.375 7.84518 11.0952 8.125 10.75 8.125C10.4048 8.125 10.125 7.84518 10.125 7.5C10.125 7.15482 10.4048 6.875 10.75 6.875Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"0.25\"/></CentralIconBase>;\n};\n\nexport default IconWindow2;\n"
7
7
  ],
8
- "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAwC,CAAC,IAAU,CAC9D,OAAO,gBAA2zB,EAA3zB,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,qLAAqL,OAAO,eAAe,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,4eAA4e,KAAK,eAAe,OAAO,eAAe,YAAY,OAAM,CAAI,GAGrzB",
9
- "debugId": "3E025FC79EECFB4264756E2164756E21",
8
+ "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAwC,CAAC,IAAU,CAC9D,OAAO,gBAAuhC,EAAvhC,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,sKAAsK,OAAO,eAAe,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,iBAAiB,OAAO,eAAe,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,yKAAyK,KAAK,eAAe,OAAO,eAAe,YAAY,OAAM,EAAE,gBAAC,EAAD,CAAM,EAAE,yKAAyK,KAAK,eAAe,OAAO,eAAe,YAAY,OAAM,EAAE,gBAAC,EAAD,CAAM,EAAE,kLAAkL,KAAK,eAAe,OAAO,eAAe,YAAY,OAAM,CAAI,GAGjhC",
9
+ "debugId": "C295FC8C0BB4752E64756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- var v=Object.create;var{getPrototypeOf:M,defineProperty:n,getOwnPropertyNames:f,getOwnPropertyDescriptor:k}=Object,u=Object.prototype.hasOwnProperty;function B(r){return this[r]}var y,F,I=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var m=o?y??=new WeakMap:F??=new WeakMap,c=m.get(r);if(c)return c}t=r!=null?v(M(r)):{};let C=o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t;for(let s of f(r))if(!u.call(C,s))n(C,s,{get:B.bind(r,s),enumerable:!0});if(e)m.set(r,C);return C},d=(r)=>{var o=(i??=new WeakMap).get(r),t;if(o)return o;if(o=n({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of f(r))if(!u.call(o,e))n(o,e,{get:B.bind(r,e),enumerable:!(t=k(r,e))||t.enumerable})}return i.set(r,o),o},i;var S=(r)=>r;function Z(r,o){this[r]=S.bind(null,o)}var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0,configurable:!0,set:Z.bind(o,t)})};var b={};x(b,{CentralIconBase:()=>l});module.exports=d(b);var P=I(require("react")),g=require("react-native-svg"),l=({children:r,size:o=24,...t})=>{return P.default.createElement(g.Svg,{...t,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var w={};x(w,{default:()=>H,IconWindowApp:()=>h});module.exports=d(w);var p=I(require("react"));var a=require("react-native-svg"),h=(r)=>{return p.default.createElement(l,{...r},p.default.createElement(a.Path,{d:"M2.5 10.5H21.5M4.5 19.5H19.5C20.6046 19.5 21.5 18.6046 21.5 17.5V6.5C21.5 5.39543 20.6046 4.5 19.5 4.5H4.5C3.39543 4.5 2.5 5.39543 2.5 6.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5Z",stroke:"currentColor",strokeLinejoin:"round"}),p.default.createElement(a.Path,{d:"M5.5 7.875C5.70711 7.875 5.875 7.70711 5.875 7.5C5.875 7.29289 5.70711 7.125 5.5 7.125C5.29289 7.125 5.125 7.29289 5.125 7.5C5.125 7.70711 5.29289 7.875 5.5 7.875ZM7.5 7.875C7.70711 7.875 7.875 7.70711 7.875 7.5C7.875 7.29289 7.70711 7.125 7.5 7.125C7.29289 7.125 7.125 7.29289 7.125 7.5C7.125 7.70711 7.29289 7.875 7.5 7.875ZM9.5 7.875C9.70711 7.875 9.875 7.70711 9.875 7.5C9.875 7.29289 9.70711 7.125 9.5 7.125C9.29289 7.125 9.125 7.29289 9.125 7.5C9.125 7.70711 9.29289 7.875 9.5 7.875Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"}))},H=h;
1
+ var g=Object.create;var{getPrototypeOf:v,defineProperty:l,getOwnPropertyNames:m,getOwnPropertyDescriptor:M}=Object,f=Object.prototype.hasOwnProperty;function a(r){return this[r]}var y,F,k=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var u=o?y??=new WeakMap:F??=new WeakMap,c=u.get(r);if(c)return c}t=r!=null?g(v(r)):{};let p=o||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t;for(let s of m(r))if(!f.call(p,s))l(p,s,{get:a.bind(r,s),enumerable:!0});if(e)u.set(r,p);return p},B=(r)=>{var o=(d??=new WeakMap).get(r),t;if(o)return o;if(o=l({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of m(r))if(!f.call(o,e))l(o,e,{get:a.bind(r,e),enumerable:!(t=M(r,e))||t.enumerable})}return d.set(r,o),o},d;var S=(r)=>r;function W(r,o){this[r]=S.bind(null,o)}var I=(r,o)=>{for(var t in o)l(r,t,{get:o[t],enumerable:!0,configurable:!0,set:W.bind(o,t)})};var Z={};I(Z,{CentralIconBase:()=>i});module.exports=B(Z);var h=k(require("react")),x=require("react-native-svg"),i=({children:r,size:o=24,...t})=>{return h.default.createElement(x.Svg,{...t,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var b={};I(b,{default:()=>w,IconWindowApp:()=>P});module.exports=B(b);var n=k(require("react"));var C=require("react-native-svg"),P=(r)=>{return n.default.createElement(i,{...r},n.default.createElement(C.Path,{d:"M2.5 6.5C2.5 5.39543 3.39543 4.5 4.5 4.5H19.5C20.6046 4.5 21.5 5.39543 21.5 6.5V17.5C21.5 18.6046 20.6046 19.5 19.5 19.5H4.5C3.39543 19.5 2.5 18.6046 2.5 17.5V6.5Z",stroke:"currentColor",strokeLinejoin:"round"}),n.default.createElement(C.Path,{d:"M2.5 10.5H21.5",stroke:"currentColor",strokeLinejoin:"round"}),n.default.createElement(C.Path,{d:"M5.75 6.875C6.09518 6.875 6.375 7.15482 6.375 7.5C6.375 7.84518 6.09518 8.125 5.75 8.125C5.40482 8.125 5.125 7.84518 5.125 7.5C5.125 7.15482 5.40482 6.875 5.75 6.875Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"}),n.default.createElement(C.Path,{d:"M8.25 6.875C8.59518 6.875 8.875 7.15482 8.875 7.5C8.875 7.84518 8.59518 8.125 8.25 8.125C7.90482 8.125 7.625 7.84518 7.625 7.5C7.625 7.15482 7.90482 6.875 8.25 6.875Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"}),n.default.createElement(C.Path,{d:"M10.75 6.875C11.0952 6.875 11.375 7.15482 11.375 7.5C11.375 7.84518 11.0952 8.125 10.75 8.125C10.4048 8.125 10.125 7.84518 10.125 7.5C10.125 7.15482 10.4048 6.875 10.75 6.875Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"}))},w=P;
2
2
 
3
- //# debugId=9C6D4F675369E8E564756E2164756E21
3
+ //# debugId=CE65EBA5DDBA0C6864756E2164756E21