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

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 (80) hide show
  1. package/IconLayoutBottom/index.js +2 -2
  2. package/IconLayoutBottom/index.js.map +3 -3
  3. package/IconLayoutBottom/index.mjs +2 -2
  4. package/IconLayoutBottom/index.mjs.map +3 -3
  5. package/IconLayoutBottomFull/index.d.ts +4 -0
  6. package/IconLayoutBottomFull/index.js +3 -0
  7. package/{IconLayoutBottom1 → IconLayoutBottomFull}/index.js.map +4 -4
  8. package/IconLayoutBottomFull/index.mjs +3 -0
  9. package/{IconLayoutBottom1 → IconLayoutBottomFull}/index.mjs.map +4 -4
  10. package/IconLayoutHalfFull/index.d.ts +4 -0
  11. package/IconLayoutHalfFull/index.js +3 -0
  12. package/{IconLayoutHalf → IconLayoutHalfFull}/index.js.map +4 -4
  13. package/{IconLayoutHalf → IconLayoutHalfFull}/index.mjs +2 -2
  14. package/{IconLayoutHalf → IconLayoutHalfFull}/index.mjs.map +4 -4
  15. package/IconLayoutLeft/index.js +2 -2
  16. package/IconLayoutLeft/index.js.map +3 -3
  17. package/IconLayoutLeft/index.mjs +2 -2
  18. package/IconLayoutLeft/index.mjs.map +3 -3
  19. package/IconLayoutLeftFull/index.d.ts +4 -0
  20. package/IconLayoutLeftFull/index.js +3 -0
  21. package/{IconLayoutLeft1 → IconLayoutLeftFull}/index.js.map +4 -4
  22. package/IconLayoutLeftFull/index.mjs +3 -0
  23. package/{IconLayoutLeft1 → IconLayoutLeftFull}/index.mjs.map +4 -4
  24. package/IconLayoutRight/index.js +2 -2
  25. package/IconLayoutRight/index.js.map +3 -3
  26. package/IconLayoutRight/index.mjs +2 -2
  27. package/IconLayoutRight/index.mjs.map +3 -3
  28. package/IconLayoutRightFull/index.d.ts +4 -0
  29. package/IconLayoutRightFull/index.js +3 -0
  30. package/{IconLayoutRight1 → IconLayoutRightFull}/index.js.map +4 -4
  31. package/IconLayoutRightFull/index.mjs +3 -0
  32. package/{IconLayoutRight1 → IconLayoutRightFull}/index.mjs.map +4 -4
  33. package/IconLayoutThirdFull/index.d.ts +4 -0
  34. package/IconLayoutThirdFull/index.js +3 -0
  35. package/{IconLayoutThird → IconLayoutThirdFull}/index.js.map +4 -4
  36. package/{IconLayoutThird → IconLayoutThirdFull}/index.mjs +2 -2
  37. package/{IconLayoutThird → IconLayoutThirdFull}/index.mjs.map +4 -4
  38. package/IconLayoutTop/index.js +2 -2
  39. package/IconLayoutTop/index.js.map +3 -3
  40. package/IconLayoutTop/index.mjs +2 -2
  41. package/IconLayoutTop/index.mjs.map +3 -3
  42. package/IconLayoutTopFull/index.d.ts +4 -0
  43. package/IconLayoutTopFull/index.js +3 -0
  44. package/{IconLayoutTop1 → IconLayoutTopFull}/index.js.map +4 -4
  45. package/IconLayoutTopFull/index.mjs +3 -0
  46. package/{IconLayoutTop1 → IconLayoutTopFull}/index.mjs.map +4 -4
  47. package/IconPackageDelivery/index.js +2 -2
  48. package/IconPackageDelivery/index.js.map +3 -3
  49. package/IconPackageDelivery/index.mjs +2 -2
  50. package/IconPackageDelivery/index.mjs.map +3 -3
  51. package/README.md +10 -10
  52. package/filtered-icons.json +1 -1
  53. package/icons/index.d.ts +1 -1
  54. package/icons/index.js +2 -2
  55. package/icons/index.js.map +3 -3
  56. package/icons/index.mjs +2 -2
  57. package/icons/index.mjs.map +3 -3
  58. package/icons-index.json +3 -3
  59. package/index.d.ts +6 -6
  60. package/index.js +18 -18
  61. package/index.mjs +6 -6
  62. package/license-check.js +1 -1
  63. package/package.json +1 -1
  64. package/skills/central-icons-react-native/SKILL.md +11 -11
  65. package/IconLayoutBottom1/index.d.ts +0 -4
  66. package/IconLayoutBottom1/index.js +0 -3
  67. package/IconLayoutBottom1/index.mjs +0 -3
  68. package/IconLayoutHalf/index.d.ts +0 -4
  69. package/IconLayoutHalf/index.js +0 -3
  70. package/IconLayoutLeft1/index.d.ts +0 -4
  71. package/IconLayoutLeft1/index.js +0 -3
  72. package/IconLayoutLeft1/index.mjs +0 -3
  73. package/IconLayoutRight1/index.d.ts +0 -4
  74. package/IconLayoutRight1/index.js +0 -3
  75. package/IconLayoutRight1/index.mjs +0 -3
  76. package/IconLayoutThird/index.d.ts +0 -4
  77. package/IconLayoutThird/index.js +0 -3
  78. package/IconLayoutTop1/index.d.ts +0 -4
  79. package/IconLayoutTop1/index.js +0 -3
  80. package/IconLayoutTop1/index.mjs +0 -3
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutThird/index.tsx"],
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutThirdFull/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 IconLayoutThird: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M20 15.67H21V13.67H20V15.67ZM4 13.67H3V15.67H4V13.67ZM4 15.67H20V13.67H4V15.67Z\" fill=\"currentColor\"/><Path d=\"M20 10.33H21V8.32996H20V10.33ZM4 8.32996H3V10.33H4V8.32996ZM4 10.33H20V8.32996H4V10.33Z\" fill=\"currentColor\"/><Path d=\"M19 5V19H21V5H19ZM19 19H5V21H19V19ZM5 19V5H3V19H5ZM5 5H19V3H5V5ZM5 5V5V3C3.89543 3 3 3.89543 3 5H5ZM5 19H3C3 20.1046 3.89543 21 5 21V19ZM19 19V21C20.1046 21 21 20.1046 21 19H19ZM21 5C21 3.89543 20.1046 3 19 3V5H21Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayoutThird;\n"
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutThirdFull: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M20 15.67H21V13.67H20V15.67ZM4 13.67H3V15.67H4V13.67ZM4 15.67H20V13.67H4V15.67Z\" fill=\"currentColor\"/><Path d=\"M20 10.33H21V8.32996H20V10.33ZM4 8.32996H3V10.33H4V8.32996ZM4 10.33H20V8.32996H4V10.33Z\" fill=\"currentColor\"/><Path d=\"M19 5V19H21V5H19ZM19 19H5V21H19V19ZM5 19V5H3V19H5ZM5 5H19V3H5V5ZM5 5V5V3C3.89543 3 3 3.89543 3 5H5ZM5 19H3C3 20.1046 3.89543 21 5 21V19ZM19 19V21C20.1046 21 21 20.1046 21 19H19ZM21 5C21 3.89543 20.1046 3 19 3V5H21Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayoutThirdFull;\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,EAA4C,CAAC,IAAU,CAClE,OAAO,gBAA0f,EAA1f,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,kFAAkF,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,0FAA0F,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,yNAAyN,KAAK,eAAc,CAAI,GAGpf",
9
- "debugId": "521AC4C465DA952964756E2164756E21",
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,gBAA0f,EAA1f,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,kFAAkF,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,0FAA0F,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,yNAAyN,KAAK,eAAc,CAAI,GAGpf",
9
+ "debugId": "38A209BDA2C2EA5064756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- var P=Object.create;var{getPrototypeOf:g,defineProperty:n,getOwnPropertyNames:f,getOwnPropertyDescriptor:v}=Object,M=Object.prototype.hasOwnProperty;function Z(r){return this[r]}var y,d,c=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var a=o?y??=new WeakMap:d??=new WeakMap,m=a.get(r);if(m)return m}t=r!=null?P(g(r)):{};let p=o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t;for(let H of f(r))if(!M.call(p,H))n(p,H,{get:Z.bind(r,H),enumerable:!0});if(e)a.set(r,p);return p},u=(r)=>{var o=(s??=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(!M.call(o,e))n(o,e,{get:Z.bind(r,e),enumerable:!(t=v(r,e))||t.enumerable})}return s.set(r,o),o},s;var h=(r)=>r;function F(r,o){this[r]=h.bind(null,o)}var i=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0,configurable:!0,set:F.bind(o,t)})};var S={};i(S,{CentralIconBase:()=>C});module.exports=u(S);var B=c(require("react")),I=require("react-native-svg"),C=({children:r,size:o=24,...t})=>{return B.default.createElement(I.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,IconLayoutTop:()=>x});module.exports=u(b);var V=c(require("react"));var l=require("react-native-svg"),x=(r)=>{return V.default.createElement(C,{...r},V.default.createElement(l.Path,{d:"M20 11H21V9H20V11ZM4 9H3V11H4V9ZM4 11H20V9H4V11Z",fill:"currentColor"}),V.default.createElement(l.Path,{d:"M19 5V19H21V5H19ZM19 19H5V21H19V19ZM5 19V5H3V19H5ZM5 5H19V3H5V5ZM5 5V5V3C3.89543 3 3 3.89543 3 5H5ZM5 19H3C3 20.1046 3.89543 21 5 21V19ZM19 19V21C20.1046 21 21 20.1046 21 19H19ZM21 5C21 3.89543 20.1046 3 19 3V5H21Z",fill:"currentColor"}))},w=x;
1
+ var g=Object.create;var{getPrototypeOf:h,defineProperty:n,getOwnPropertyNames:l,getOwnPropertyDescriptor:v}=Object,d=Object.prototype.hasOwnProperty;function f(o){return this[o]}var y,F,k=(o,r,t)=>{var e=o!=null&&typeof o==="object";if(e){var m=r?y??=new WeakMap:F??=new WeakMap,u=m.get(o);if(u)return u}t=o!=null?g(h(o)):{};let p=r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t;for(let a of l(o))if(!d.call(p,a))n(p,a,{get:f.bind(o,a),enumerable:!0});if(e)m.set(o,p);return p},B=(o)=>{var r=(c??=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(!d.call(r,e))n(r,e,{get:f.bind(o,e),enumerable:!(t=v(o,e))||t.enumerable})}return c.set(o,r),r},c;var S=(o)=>o;function b(o,r){this[o]=S.bind(null,r)}var I=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0,configurable:!0,set:b.bind(r,t)})};var j={};I(j,{CentralIconBase:()=>C});module.exports=B(j);var L=k(require("react")),x=require("react-native-svg"),C=({children:o,size:r=24,...t})=>{return L.default.createElement(x.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={};I(w,{default:()=>M,IconLayoutTop:()=>P});module.exports=B(w);var s=k(require("react"));var i=require("react-native-svg"),P=(o)=>{return s.default.createElement(C,{...o},s.default.createElement(i.Path,{d:"M5 20C4.44772 20 4 19.5523 4 19L4 9C4 8.44772 4.44772 8 5 8L19 8C19.5523 8 20 8.44772 20 9V19C20 19.5523 19.5523 20 19 20L5 20Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),s.default.createElement(i.Path,{d:"M4 4H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))},M=P;
2
2
 
3
- //# debugId=E14947C16DD429BF64756E2164756E21
3
+ //# debugId=B94372EF701ACACF64756E2164756E21
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutTop/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 IconLayoutTop: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M20 11H21V9H20V11ZM4 9H3V11H4V9ZM4 11H20V9H4V11Z\" fill=\"currentColor\"/><Path d=\"M19 5V19H21V5H19ZM19 19H5V21H19V19ZM5 19V5H3V19H5ZM5 5H19V3H5V5ZM5 5V5V3C3.89543 3 3 3.89543 3 5H5ZM5 19H3C3 20.1046 3.89543 21 5 21V19ZM19 19V21C20.1046 21 21 20.1046 21 19H19ZM21 5C21 3.89543 20.1046 3 19 3V5H21Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayoutTop;\n"
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutTop: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M5 20C4.44772 20 4 19.5523 4 19L4 9C4 8.44772 4.44772 8 5 8L19 8C19.5523 8 20 8.44772 20 9V19C20 19.5523 19.5523 20 19 20L5 20Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4 4H20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutTop;\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,yECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA0C,CAAC,IAAU,CAChE,OAAO,wBAAoW,EAApW,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,mDAAmD,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,yNAAyN,KAAK,eAAc,CAAI,GAG9V",
9
- "debugId": "E14947C16DD429BF64756E2164756E21",
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,yECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA0C,CAAC,IAAU,CAChE,OAAO,wBAAkW,EAAlW,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,kIAAkI,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,UAAU,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG5V",
9
+ "debugId": "B94372EF701ACACF64756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import V from"react";import{Svg as H}from"react-native-svg";var e=({children:o,size:r=24,...p})=>{return V.createElement(H,{...p,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 C=(o)=>{return t.createElement(e,{...o},t.createElement(n,{d:"M20 11H21V9H20V11ZM4 9H3V11H4V9ZM4 11H20V9H4V11Z",fill:"currentColor"}),t.createElement(n,{d:"M19 5V19H21V5H19ZM19 19H5V21H19V19ZM5 19V5H3V19H5ZM5 5H19V3H5V5ZM5 5V5V3C3.89543 3 3 3.89543 3 5H5ZM5 19H3C3 20.1046 3.89543 21 5 21V19ZM19 19V21C20.1046 21 21 20.1046 21 19H19ZM21 5C21 3.89543 20.1046 3 19 3V5H21Z",fill:"currentColor"}))},B=C;export{B as default,C as IconLayoutTop};
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:"M5 20C4.44772 20 4 19.5523 4 19L4 9C4 8.44772 4.44772 8 5 8L19 8C19.5523 8 20 8.44772 20 9V19C20 19.5523 19.5523 20 19 20L5 20Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement(n,{d:"M4 4H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))},L=C;export{L as default,C as IconLayoutTop};
2
2
 
3
- //# debugId=C6D70A71526EC05F64756E2164756E21
3
+ //# debugId=6E90A83E41A7D7CE64756E2164756E21
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutTop/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 IconLayoutTop: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M20 11H21V9H20V11ZM4 9H3V11H4V9ZM4 11H20V9H4V11Z\" fill=\"currentColor\"/><Path d=\"M19 5V19H21V5H19ZM19 19H5V21H19V19ZM5 19V5H3V19H5ZM5 5H19V3H5V5ZM5 5V5V3C3.89543 3 3 3.89543 3 5H5ZM5 19H3C3 20.1046 3.89543 21 5 21V19ZM19 19V21C20.1046 21 21 20.1046 21 19H19ZM21 5C21 3.89543 20.1046 3 19 3V5H21Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayoutTop;\n"
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutTop: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M5 20C4.44772 20 4 19.5523 4 19L4 9C4 8.44772 4.44772 8 5 8L19 8C19.5523 8 20 8.44772 20 9V19C20 19.5523 19.5523 20 19 20L5 20Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4 4H20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutTop;\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,EAA0C,CAAC,IAAU,CAChE,OAAO,gBAAoW,EAApW,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,mDAAmD,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,yNAAyN,KAAK,eAAc,CAAI,GAG9V",
9
- "debugId": "C6D70A71526EC05F64756E2164756E21",
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,EAA0C,CAAC,IAAU,CAChE,OAAO,gBAAkW,EAAlW,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,kIAAkI,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,UAAU,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG5V",
9
+ "debugId": "6E90A83E41A7D7CE64756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconLayoutTopFull: FC<CentralIconBaseProps>;
4
+ export default IconLayoutTopFull;
@@ -0,0 +1,3 @@
1
+ var P=Object.create;var{getPrototypeOf:g,defineProperty:n,getOwnPropertyNames:f,getOwnPropertyDescriptor:v}=Object,M=Object.prototype.hasOwnProperty;function Z(r){return this[r]}var y,F,c=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var a=o?y??=new WeakMap:F??=new WeakMap,m=a.get(r);if(m)return m}t=r!=null?P(g(r)):{};let p=o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t;for(let l of f(r))if(!M.call(p,l))n(p,l,{get:Z.bind(r,l),enumerable:!0});if(e)a.set(r,p);return p},u=(r)=>{var o=(s??=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(!M.call(o,e))n(o,e,{get:Z.bind(r,e),enumerable:!(t=v(r,e))||t.enumerable})}return s.set(r,o),o},s;var d=(r)=>r;function h(r,o){this[r]=d.bind(null,o)}var i=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0,configurable:!0,set:h.bind(o,t)})};var S={};i(S,{CentralIconBase:()=>H});module.exports=u(S);var B=c(require("react")),I=require("react-native-svg"),H=({children:r,size:o=24,...t})=>{return B.default.createElement(I.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,IconLayoutTopFull:()=>x});module.exports=u(b);var V=c(require("react"));var C=require("react-native-svg"),x=(r)=>{return V.default.createElement(H,{...r},V.default.createElement(C.Path,{d:"M20 11H21V9H20V11ZM4 9H3V11H4V9ZM4 11H20V9H4V11Z",fill:"currentColor"}),V.default.createElement(C.Path,{d:"M19 5V19H21V5H19ZM19 19H5V21H19V19ZM5 19V5H3V19H5ZM5 5H19V3H5V5ZM5 5V5V3C3.89543 3 3 3.89543 3 5H5ZM5 19H3C3 20.1046 3.89543 21 5 21V19ZM19 19V21C20.1046 21 21 20.1046 21 19H19ZM21 5C21 3.89543 20.1046 3 19 3V5H21Z",fill:"currentColor"}))},w=x;
2
+
3
+ //# debugId=9D4A98E3996A4E1564756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutTop1/index.tsx"],
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutTopFull/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 IconLayoutTop1: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M5 20C4.44772 20 4 19.5523 4 19L4 9C4 8.44772 4.44772 8 5 8L19 8C19.5523 8 20 8.44772 20 9V19C20 19.5523 19.5523 20 19 20L5 20Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4 4H20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutTop1;\n"
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutTopFull: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M20 11H21V9H20V11ZM4 9H3V11H4V9ZM4 11H20V9H4V11Z\" fill=\"currentColor\"/><Path d=\"M19 5V19H21V5H19ZM19 19H5V21H19V19ZM5 19V5H3V19H5ZM5 5H19V3H5V5ZM5 5V5V3C3.89543 3 3 3.89543 3 5H5ZM5 19H3C3 20.1046 3.89543 21 5 21V19ZM19 19V21C20.1046 21 21 20.1046 21 19H19ZM21 5C21 3.89543 20.1046 3 19 3V5H21Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayoutTopFull;\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,0ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA2C,CAAC,IAAU,CACjE,OAAO,wBAAkW,EAAlW,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,kIAAkI,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,UAAU,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG5V",
9
- "debugId": "14E6E4606568B05964756E2164756E21",
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,wBAAoW,EAApW,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,mDAAmD,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,yNAAyN,KAAK,eAAc,CAAI,GAG9V",
9
+ "debugId": "9D4A98E3996A4E1564756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -0,0 +1,3 @@
1
+ import V from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>{return V.createElement(l,{...p,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 H=(o)=>{return t.createElement(e,{...o},t.createElement(n,{d:"M20 11H21V9H20V11ZM4 9H3V11H4V9ZM4 11H20V9H4V11Z",fill:"currentColor"}),t.createElement(n,{d:"M19 5V19H21V5H19ZM19 19H5V21H19V19ZM5 19V5H3V19H5ZM5 5H19V3H5V5ZM5 5V5V3C3.89543 3 3 3.89543 3 5H5ZM5 19H3C3 20.1046 3.89543 21 5 21V19ZM19 19V21C20.1046 21 21 20.1046 21 19H19ZM21 5C21 3.89543 20.1046 3 19 3V5H21Z",fill:"currentColor"}))},B=H;export{B as default,H as IconLayoutTopFull};
2
+
3
+ //# debugId=0505D8C1512EF73964756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutTop1/index.tsx"],
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutTopFull/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 IconLayoutTop1: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M5 20C4.44772 20 4 19.5523 4 19L4 9C4 8.44772 4.44772 8 5 8L19 8C19.5523 8 20 8.44772 20 9V19C20 19.5523 19.5523 20 19 20L5 20Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4 4H20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutTop1;\n"
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutTopFull: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M20 11H21V9H20V11ZM4 9H3V11H4V9ZM4 11H20V9H4V11Z\" fill=\"currentColor\"/><Path d=\"M19 5V19H21V5H19ZM19 19H5V21H19V19ZM5 19V5H3V19H5ZM5 5H19V3H5V5ZM5 5V5V3C3.89543 3 3 3.89543 3 5H5ZM5 19H3C3 20.1046 3.89543 21 5 21V19ZM19 19V21C20.1046 21 21 20.1046 21 19H19ZM21 5C21 3.89543 20.1046 3 19 3V5H21Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayoutTopFull;\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,EAA2C,CAAC,IAAU,CACjE,OAAO,gBAAkW,EAAlW,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,kIAAkI,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,UAAU,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG5V",
9
- "debugId": "F5AC3B8D4370512264756E2164756E21",
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,gBAAoW,EAApW,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,mDAAmD,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,yNAAyN,KAAK,eAAc,CAAI,GAG9V",
9
+ "debugId": "0505D8C1512EF73964756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- var M=Object.create;var{getPrototypeOf:h,defineProperty:n,getOwnPropertyNames:i,getOwnPropertyDescriptor:k}=Object,f=Object.prototype.hasOwnProperty;function u(r){return this[r]}var y,H,B=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var m=o?y??=new WeakMap:H??=new WeakMap,c=m.get(r);if(c)return c}e=r!=null?M(h(r)):{};let p=o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e;for(let C of i(r))if(!f.call(p,C))n(p,C,{get:u.bind(r,C),enumerable:!0});if(t)m.set(r,p);return p},I=(r)=>{var o=(l??=new WeakMap).get(r),e;if(o)return o;if(o=n({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of i(r))if(!f.call(o,t))n(o,t,{get:u.bind(r,t),enumerable:!(e=k(r,t))||e.enumerable})}return l.set(r,o),o},l;var F=(r)=>r;function S(r,o){this[r]=F.bind(null,o)}var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0,configurable:!0,set:S.bind(o,e)})};var V={};P(V,{CentralIconBase:()=>a});module.exports=I(V);var g=B(require("react")),x=require("react-native-svg"),a=({children:r,size:o=24,...e})=>{return g.default.createElement(x.Svg,{...e,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var b={};P(b,{default:()=>w,IconPackageDelivery:()=>v});module.exports=I(b);var s=B(require("react"));var d=require("react-native-svg"),v=(r)=>{return s.default.createElement(a,{...r},s.default.createElement(d.Path,{d:"M4 4H6C6.55228 4 7 4.44772 7 5V14M7 14C5.34315 14 4 15.3431 4 17C4 18.6569 5.34315 20 7 20C8.65685 20 10 18.6569 10 17M7 14C8.65685 14 10 15.3431 10 17M10 17H20M15.5 8V5M15.5 5H12C11.4477 5 11 5.44772 11 6V12C11 12.5523 11.4477 13 12 13H19C19.5523 13 20 12.5523 20 12V6C20 5.44772 19.5523 5 19 5H15.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))},w=v;
1
+ var g=Object.create;var{getPrototypeOf:x,defineProperty:i,getOwnPropertyNames:c,getOwnPropertyDescriptor:v}=Object,l=Object.prototype.hasOwnProperty;function m(r){return this[r]}var j,y,L=(r,o,e)=>{var n=r!=null&&typeof r==="object";if(n){var k=o?j??=new WeakMap:y??=new WeakMap,u=k.get(r);if(u)return u}e=r!=null?g(x(r)):{};let p=o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e;for(let C of c(r))if(!l.call(p,C))i(p,C,{get:m.bind(r,C),enumerable:!0});if(n)k.set(r,p);return p},f=(r)=>{var o=(a??=new WeakMap).get(r),e;if(o)return o;if(o=i({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var n of c(r))if(!l.call(o,n))i(o,n,{get:m.bind(r,n),enumerable:!(e=v(r,n))||e.enumerable})}return a.set(r,o),o},a;var M=(r)=>r;function W(r,o){this[r]=M.bind(null,o)}var h=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0,configurable:!0,set:W.bind(o,e)})};var F={};h(F,{CentralIconBase:()=>d});module.exports=f(F);var B=L(require("react")),I=require("react-native-svg"),d=({children:r,size:o=24,...e})=>{return B.default.createElement(I.Svg,{...e,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var H={};h(H,{default:()=>S,IconPackageDelivery:()=>P});module.exports=f(H);var t=L(require("react"));var s=require("react-native-svg"),P=(r)=>{return t.default.createElement(d,{...r},t.default.createElement(s.Path,{d:"M10 17C10 18.6569 8.65685 20 7 20C5.34315 20 4 18.6569 4 17C4 15.3431 5.34315 14 7 14C8.65685 14 10 15.3431 10 17Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M11 6C11 5.44772 11.4477 5 12 5H19C19.5523 5 20 5.44772 20 6V12C20 12.5523 19.5523 13 19 13H12C11.4477 13 11 12.5523 11 12V6Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M4 4H6C6.55228 4 7 4.44772 7 5V14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M10 17H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M15.5 8V5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))},S=P;
2
2
 
3
- //# debugId=BF6A02100FA1E50864756E2164756E21
3
+ //# debugId=6FBA99BBC349415564756E2164756E21
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPackageDelivery/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 IconPackageDelivery: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M4 4H6C6.55228 4 7 4.44772 7 5V14M7 14C5.34315 14 4 15.3431 4 17C4 18.6569 5.34315 20 7 20C8.65685 20 10 18.6569 10 17M7 14C8.65685 14 10 15.3431 10 17M10 17H20M15.5 8V5M15.5 5H12C11.4477 5 11 5.44772 11 6V12C11 12.5523 11.4477 13 12 13H19C19.5523 13 20 12.5523 20 12V6C20 5.44772 19.5523 5 19 5H15.5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconPackageDelivery;\n"
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPackageDelivery: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M10 17C10 18.6569 8.65685 20 7 20C5.34315 20 4 18.6569 4 17C4 15.3431 5.34315 14 7 14C8.65685 14 10 15.3431 10 17Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M11 6C11 5.44772 11.4477 5 12 5H19C19.5523 5 20 5.44772 20 6V12C20 12.5523 19.5523 13 19 13H12C11.4477 13 11 12.5523 11 12V6Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4 4H6C6.55228 4 7 4.44772 7 5V14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M10 17H20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15.5 8V5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconPackageDelivery;\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,+ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAgD,CAAC,IAAU,CACtE,OAAO,wBAA0a,EAA1a,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,gTAAgT,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGpa",
9
- "debugId": "BF6A02100FA1E50864756E2164756E21",
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,wBAA2xB,EAA3xB,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,qHAAqH,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,gIAAgI,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,oCAAoC,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGrxB",
9
+ "debugId": "6FBA99BBC349415564756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import p from"react";import{Svg as C}from"react-native-svg";var e=({children:o,size:r=24,...n})=>{return p.createElement(C,{...n,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 a}from"react-native-svg";var s=(o)=>{return t.createElement(e,{...o},t.createElement(a,{d:"M4 4H6C6.55228 4 7 4.44772 7 5V14M7 14C5.34315 14 4 15.3431 4 17C4 18.6569 5.34315 20 7 20C8.65685 20 10 18.6569 10 17M7 14C8.65685 14 10 15.3431 10 17M10 17H20M15.5 8V5M15.5 5H12C11.4477 5 11 5.44772 11 6V12C11 12.5523 11.4477 13 12 13H19C19.5523 13 20 12.5523 20 12V6C20 5.44772 19.5523 5 19 5H15.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))},x=s;export{x as default,s as IconPackageDelivery};
1
+ import i from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:r=24,...s})=>{return i.createElement(p,{...s,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n)};import o from"react";import{Path as e}from"react-native-svg";var C=(n)=>{return o.createElement(t,{...n},o.createElement(e,{d:"M10 17C10 18.6569 8.65685 20 7 20C5.34315 20 4 18.6569 4 17C4 15.3431 5.34315 14 7 14C8.65685 14 10 15.3431 10 17Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M11 6C11 5.44772 11.4477 5 12 5H19C19.5523 5 20 5.44772 20 6V12C20 12.5523 19.5523 13 19 13H12C11.4477 13 11 12.5523 11 12V6Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M4 4H6C6.55228 4 7 4.44772 7 5V14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M10 17H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M15.5 8V5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))},B=C;export{B as default,C as IconPackageDelivery};
2
2
 
3
- //# debugId=C75C5240C34EBF7764756E2164756E21
3
+ //# debugId=028C7F5109582A0264756E2164756E21
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPackageDelivery/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 IconPackageDelivery: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M4 4H6C6.55228 4 7 4.44772 7 5V14M7 14C5.34315 14 4 15.3431 4 17C4 18.6569 5.34315 20 7 20C8.65685 20 10 18.6569 10 17M7 14C8.65685 14 10 15.3431 10 17M10 17H20M15.5 8V5M15.5 5H12C11.4477 5 11 5.44772 11 6V12C11 12.5523 11.4477 13 12 13H19C19.5523 13 20 12.5523 20 12V6C20 5.44772 19.5523 5 19 5H15.5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconPackageDelivery;\n"
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPackageDelivery: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M10 17C10 18.6569 8.65685 20 7 20C5.34315 20 4 18.6569 4 17C4 15.3431 5.34315 14 7 14C8.65685 14 10 15.3431 10 17Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M11 6C11 5.44772 11.4477 5 12 5H19C19.5523 5 20 5.44772 20 6V12C20 12.5523 19.5523 13 19 13H12C11.4477 13 11 12.5523 11 12V6Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4 4H6C6.55228 4 7 4.44772 7 5V14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M10 17H20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15.5 8V5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconPackageDelivery;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAA0a,EAA1a,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,gTAAgT,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGpa",
9
- "debugId": "C75C5240C34EBF7764756E2164756E21",
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,gBAA2xB,EAA3xB,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,qHAAqH,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,gIAAgI,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,oCAAoC,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGrxB",
9
+ "debugId": "028C7F5109582A0264756E2164756E21",
10
10
  "names": []
11
11
  }
package/README.md CHANGED
@@ -1321,16 +1321,12 @@ Below is a complete list of available icons:
1321
1321
  - IconLayoutTopbar
1322
1322
  - IconLayoutDashboard
1323
1323
  - IconLayoutWindow
1324
- - IconLayoutTop
1325
- - IconLayoutTop1
1326
- - IconLayoutBottom
1327
- - IconLayoutBottom1
1328
- - IconLayoutRight
1329
- - IconLayoutRight1
1330
- - IconLayoutLeft
1331
- - IconLayoutLeft1
1332
- - IconLayoutHalf
1333
- - IconLayoutThird
1324
+ - IconLayoutTopFull
1325
+ - IconLayoutBottomFull
1326
+ - IconLayoutRightFull
1327
+ - IconLayoutLeftFull
1328
+ - IconLayoutHalfFull
1329
+ - IconLayoutThirdFull
1334
1330
  - IconLayoutGrid1
1335
1331
  - IconLayoutGrid2
1336
1332
  - IconLayoutColumn
@@ -1383,6 +1379,10 @@ Below is a complete list of available icons:
1383
1379
  - IconLayoutAllSides
1384
1380
  - IconLayoutLeftRight
1385
1381
  - IconLayoutTopBottom
1382
+ - IconLayoutRight
1383
+ - IconLayoutLeft
1384
+ - IconLayoutTop
1385
+ - IconLayoutBottom
1386
1386
 
1387
1387
  ### Location
1388
1388