@central-icons-react-native/round-outlined-radius-3-stroke-2 1.1.287 → 1.1.288

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 (88) 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/IconLayoutBottomFull/index.js.map +11 -0
  8. package/IconLayoutBottomFull/index.mjs +3 -0
  9. package/IconLayoutBottomFull/index.mjs.map +11 -0
  10. package/IconLayoutHalfFull/index.d.ts +4 -0
  11. package/IconLayoutHalfFull/index.js +3 -0
  12. package/IconLayoutHalfFull/index.js.map +11 -0
  13. package/{IconLayoutHalf → IconLayoutHalfFull}/index.mjs +2 -2
  14. package/IconLayoutHalfFull/index.mjs.map +11 -0
  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/IconLayoutLeftFull/index.js.map +11 -0
  22. package/IconLayoutLeftFull/index.mjs +3 -0
  23. package/IconLayoutLeftFull/index.mjs.map +11 -0
  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/IconLayoutRightFull/index.js.map +11 -0
  31. package/IconLayoutRightFull/index.mjs +3 -0
  32. package/IconLayoutRightFull/index.mjs.map +11 -0
  33. package/IconLayoutThirdFull/index.d.ts +4 -0
  34. package/IconLayoutThirdFull/index.js +3 -0
  35. package/IconLayoutThirdFull/index.js.map +11 -0
  36. package/{IconLayoutThird → IconLayoutThirdFull}/index.mjs +2 -2
  37. package/IconLayoutThirdFull/index.mjs.map +11 -0
  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/IconLayoutTopFull/index.js.map +11 -0
  45. package/IconLayoutTopFull/index.mjs +3 -0
  46. package/IconLayoutTopFull/index.mjs.map +11 -0
  47. package/README.md +10 -10
  48. package/filtered-icons.json +1 -1
  49. package/icons/index.d.ts +1 -1
  50. package/icons/index.js +2 -2
  51. package/icons/index.js.map +3 -3
  52. package/icons/index.mjs +2 -2
  53. package/icons/index.mjs.map +3 -3
  54. package/icons-index.json +3 -3
  55. package/index.d.ts +6 -6
  56. package/index.js +18 -18
  57. package/index.mjs +6 -6
  58. package/license-check.js +1 -1
  59. package/package.json +1 -1
  60. package/skills/central-icons-react-native/SKILL.md +11 -11
  61. package/IconLayoutBottom1/index.d.ts +0 -4
  62. package/IconLayoutBottom1/index.js +0 -3
  63. package/IconLayoutBottom1/index.js.map +0 -11
  64. package/IconLayoutBottom1/index.mjs +0 -3
  65. package/IconLayoutBottom1/index.mjs.map +0 -11
  66. package/IconLayoutHalf/index.d.ts +0 -4
  67. package/IconLayoutHalf/index.js +0 -3
  68. package/IconLayoutHalf/index.js.map +0 -11
  69. package/IconLayoutHalf/index.mjs.map +0 -11
  70. package/IconLayoutLeft1/index.d.ts +0 -4
  71. package/IconLayoutLeft1/index.js +0 -3
  72. package/IconLayoutLeft1/index.js.map +0 -11
  73. package/IconLayoutLeft1/index.mjs +0 -3
  74. package/IconLayoutLeft1/index.mjs.map +0 -11
  75. package/IconLayoutRight1/index.d.ts +0 -4
  76. package/IconLayoutRight1/index.js +0 -3
  77. package/IconLayoutRight1/index.js.map +0 -11
  78. package/IconLayoutRight1/index.mjs +0 -3
  79. package/IconLayoutRight1/index.mjs.map +0 -11
  80. package/IconLayoutThird/index.d.ts +0 -4
  81. package/IconLayoutThird/index.js +0 -3
  82. package/IconLayoutThird/index.js.map +0 -11
  83. package/IconLayoutThird/index.mjs.map +0 -11
  84. package/IconLayoutTop1/index.d.ts +0 -4
  85. package/IconLayoutTop1/index.js +0 -3
  86. package/IconLayoutTop1/index.js.map +0 -11
  87. package/IconLayoutTop1/index.mjs +0 -3
  88. package/IconLayoutTop1/index.mjs.map +0 -11
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutRightFull/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 IconLayoutRightFull: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202V6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799V5.21799L5.63803 4.32698ZM19 8.8V15.2H21V8.8H19ZM15.2 19H8.8V21H15.2V19ZM5 15.2V8.8H3V15.2H5ZM8.8 5H15.2V3H8.8V5ZM8.8 19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V19ZM3 15.2C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H3ZM6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L6.09202 18.782ZM19 15.2C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H19ZM15.2 21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V21ZM18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L18.782 17.908ZM21 8.8C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H21ZM15.2 5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V5ZM20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L20.564 5.18404ZM5 8.8C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H5ZM8.8 3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V3ZM5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L5.21799 6.09202Z\" fill=\"currentColor\"/><Path d=\"M15 4V3H13V4H15ZM13 20V21H15V20H13ZM13 4V20H15V4H13Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayoutRightFull;\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,wBAA8tF,EAA9tF,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,+kFAA+kF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,uDAAuD,KAAK,eAAc,CAAI,GAGxtF",
9
+ "debugId": "104E0C967E90880364756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import n from"react";import{Svg as M}from"react-native-svg";var L=({children:r,size:C=24,...e})=>{return n.createElement(M,{...e,width:typeof C==="number"?`${C}px`:C,height:typeof C==="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r)};import o from"react";import{Path as t}from"react-native-svg";var Z=(r)=>{return o.createElement(L,{...r},o.createElement(t,{d:"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202V6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799V5.21799L5.63803 4.32698ZM19 8.8V15.2H21V8.8H19ZM15.2 19H8.8V21H15.2V19ZM5 15.2V8.8H3V15.2H5ZM8.8 5H15.2V3H8.8V5ZM8.8 19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V19ZM3 15.2C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H3ZM6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L6.09202 18.782ZM19 15.2C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H19ZM15.2 21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V21ZM18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L18.782 17.908ZM21 8.8C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H21ZM15.2 5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V5ZM20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L20.564 5.18404ZM5 8.8C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H5ZM8.8 3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V3ZM5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L5.21799 6.09202Z",fill:"currentColor"}),o.createElement(t,{d:"M15 4V3H13V4H15ZM13 20V21H15V20H13ZM13 4V20H15V4H13Z",fill:"currentColor"}))},i=Z;export{i as default,Z as IconLayoutRightFull};
2
+
3
+ //# debugId=BEC3D047BC6D04C464756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutRightFull/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 IconLayoutRightFull: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202V6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799V5.21799L5.63803 4.32698ZM19 8.8V15.2H21V8.8H19ZM15.2 19H8.8V21H15.2V19ZM5 15.2V8.8H3V15.2H5ZM8.8 5H15.2V3H8.8V5ZM8.8 19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V19ZM3 15.2C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H3ZM6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L6.09202 18.782ZM19 15.2C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H19ZM15.2 21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V21ZM18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L18.782 17.908ZM21 8.8C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H21ZM15.2 5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V5ZM20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L20.564 5.18404ZM5 8.8C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H5ZM8.8 3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V3ZM5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L5.21799 6.09202Z\" fill=\"currentColor\"/><Path d=\"M15 4V3H13V4H15ZM13 20V21H15V20H13ZM13 4V20H15V4H13Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayoutRightFull;\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,gBAA8tF,EAA9tF,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,+kFAA+kF,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,uDAAuD,KAAK,eAAc,CAAI,GAGxtF",
9
+ "debugId": "BEC3D047BC6D04C464756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconLayoutThirdFull: FC<CentralIconBaseProps>;
4
+ export default IconLayoutThirdFull;
@@ -0,0 +1,3 @@
1
+ var x=Object.create;var{getPrototypeOf:P,defineProperty:t,getOwnPropertyNames:a,getOwnPropertyDescriptor:d}=Object,m=Object.prototype.hasOwnProperty;function f(C){return this[C]}var g,h,s=(C,r,o)=>{var L=C!=null&&typeof C==="object";if(L){var V=r?g??=new WeakMap:h??=new WeakMap,l=V.get(C);if(l)return l}o=C!=null?x(P(C)):{};let Z=r||!C||!C.__esModule?t(o,"default",{value:C,enumerable:!0}):o;for(let e of a(C))if(!m.call(Z,e))t(Z,e,{get:f.bind(C,e),enumerable:!0});if(L)V.set(C,Z);return Z},u=(C)=>{var r=(p??=new WeakMap).get(C),o;if(r)return r;if(r=t({},"__esModule",{value:!0}),C&&typeof C==="object"||typeof C==="function"){for(var L of a(C))if(!m.call(r,L))t(r,L,{get:f.bind(C,L),enumerable:!(o=d(C,L))||o.enumerable})}return p.set(C,r),r},p;var v=(C)=>C;function y(C,r){this[C]=v.bind(null,r)}var c=(C,r)=>{for(var o in r)t(C,o,{get:r[o],enumerable:!0,configurable:!0,set:y.bind(r,o)})};var F={};c(F,{CentralIconBase:()=>H});module.exports=u(F);var i=s(require("react")),B=require("react-native-svg"),H=({children:C,size:r=24,...o})=>{return i.default.createElement(B.Svg,{...o,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C)};var S={};c(S,{default:()=>b,IconLayoutThirdFull:()=>I});module.exports=u(S);var M=s(require("react"));var n=require("react-native-svg"),I=(C)=>{return M.default.createElement(H,{...C},M.default.createElement(n.Path,{d:"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799L5.63803 4.32698ZM19 8.8V15.2H21V8.8H19ZM15.2 19H8.8V21H15.2V19ZM5 15.2V8.8H3V15.2H5ZM8.8 5H15.2V3H8.8V5ZM8.8 19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V19ZM3 15.2C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H3ZM6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L6.09202 18.782ZM19 15.2C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H19ZM15.2 21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V21ZM18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L18.782 17.908ZM21 8.8C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H21ZM15.2 5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V5ZM20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L20.564 5.18404ZM5 8.8C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H5ZM8.8 3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V3ZM5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L5.21799 6.09202Z",fill:"currentColor"}),M.default.createElement(n.Path,{d:"M20 15.67H21V13.67H20V15.67ZM4 13.67H3V15.67H4V13.67ZM4 15.67H20V13.67H4V15.67Z",fill:"currentColor"}),M.default.createElement(n.Path,{d:"M20 10.33H21V8.32996H20V10.33ZM4 8.32996H3V10.33H4V8.32996ZM4 10.33H20V8.32996H4V10.33Z",fill:"currentColor"}))},b=I;
2
+
3
+ //# debugId=D8B23239FB8CDBED64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutThirdFull/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 IconLayoutThirdFull: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799L5.63803 4.32698ZM19 8.8V15.2H21V8.8H19ZM15.2 19H8.8V21H15.2V19ZM5 15.2V8.8H3V15.2H5ZM8.8 5H15.2V3H8.8V5ZM8.8 19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V19ZM3 15.2C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H3ZM6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L6.09202 18.782ZM19 15.2C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H19ZM15.2 21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V21ZM18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L18.782 17.908ZM21 8.8C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H21ZM15.2 5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V5ZM20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L20.564 5.18404ZM5 8.8C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H5ZM8.8 3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V3ZM5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L5.21799 6.09202Z\" fill=\"currentColor\"/><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\"/></CentralIconBase>;\n};\n\nexport default IconLayoutThirdFull;\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,wBAAg2F,EAAh2F,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,+jFAA+jF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,kFAAkF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,0FAA0F,KAAK,eAAc,CAAI,GAG11F",
9
+ "debugId": "D8B23239FB8CDBED64756E2164756E21",
10
+ "names": []
11
+ }
@@ -1,3 +1,3 @@
1
- import Z from"react";import{Svg as n}from"react-native-svg";var t=({children:o,size:C=24,...M})=>{return Z.createElement(n,{...M,width:typeof C==="number"?`${C}px`:C,height:typeof C==="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o)};import r from"react";import{Path as L}from"react-native-svg";var e=(o)=>{return r.createElement(t,{...o},r.createElement(L,{d:"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799L5.63803 4.32698ZM19 8.8V15.2H21V8.8H19ZM15.2 19H8.8V21H15.2V19ZM5 15.2V8.8H3V15.2H5ZM8.8 5H15.2V3H8.8V5ZM8.8 19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V19ZM3 15.2C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H3ZM6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L6.09202 18.782ZM19 15.2C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H19ZM15.2 21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V21ZM18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L18.782 17.908ZM21 8.8C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H21ZM15.2 5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V5ZM20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L20.564 5.18404ZM5 8.8C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H5ZM8.8 3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V3ZM5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L5.21799 6.09202Z",fill:"currentColor"}),r.createElement(L,{d:"M20 15.67H21V13.67H20V15.67ZM4 13.67H3V15.67H4V13.67ZM4 15.67H20V13.67H4V15.67Z",fill:"currentColor"}),r.createElement(L,{d:"M20 10.33H21V8.32996H20V10.33ZM4 8.32996H3V10.33H4V8.32996ZM4 10.33H20V8.32996H4V10.33Z",fill:"currentColor"}))},u=e;export{u as default,e as IconLayoutThird};
1
+ import Z from"react";import{Svg as n}from"react-native-svg";var t=({children:o,size:C=24,...M})=>{return Z.createElement(n,{...M,width:typeof C==="number"?`${C}px`:C,height:typeof C==="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o)};import r from"react";import{Path as L}from"react-native-svg";var e=(o)=>{return r.createElement(t,{...o},r.createElement(L,{d:"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799L5.63803 4.32698ZM19 8.8V15.2H21V8.8H19ZM15.2 19H8.8V21H15.2V19ZM5 15.2V8.8H3V15.2H5ZM8.8 5H15.2V3H8.8V5ZM8.8 19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V19ZM3 15.2C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H3ZM6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L6.09202 18.782ZM19 15.2C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H19ZM15.2 21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V21ZM18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L18.782 17.908ZM21 8.8C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H21ZM15.2 5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V5ZM20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L20.564 5.18404ZM5 8.8C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H5ZM8.8 3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V3ZM5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L5.21799 6.09202Z",fill:"currentColor"}),r.createElement(L,{d:"M20 15.67H21V13.67H20V15.67ZM4 13.67H3V15.67H4V13.67ZM4 15.67H20V13.67H4V15.67Z",fill:"currentColor"}),r.createElement(L,{d:"M20 10.33H21V8.32996H20V10.33ZM4 8.32996H3V10.33H4V8.32996ZM4 10.33H20V8.32996H4V10.33Z",fill:"currentColor"}))},i=e;export{i as default,e as IconLayoutThirdFull};
2
2
 
3
- //# debugId=E613529AB33E9A5064756E2164756E21
3
+ //# debugId=37A8CAE7B7341A3564756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutThirdFull/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 IconLayoutThirdFull: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799L5.63803 4.32698ZM19 8.8V15.2H21V8.8H19ZM15.2 19H8.8V21H15.2V19ZM5 15.2V8.8H3V15.2H5ZM8.8 5H15.2V3H8.8V5ZM8.8 19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V19ZM3 15.2C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H3ZM6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L6.09202 18.782ZM19 15.2C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H19ZM15.2 21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V21ZM18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L18.782 17.908ZM21 8.8C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H21ZM15.2 5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V5ZM20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L20.564 5.18404ZM5 8.8C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H5ZM8.8 3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V3ZM5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L5.21799 6.09202Z\" fill=\"currentColor\"/><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\"/></CentralIconBase>;\n};\n\nexport default IconLayoutThirdFull;\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,gBAAg2F,EAAh2F,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,+jFAA+jF,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,kFAAkF,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,0FAA0F,KAAK,eAAc,CAAI,GAG11F",
9
+ "debugId": "37A8CAE7B7341A3564756E2164756E21",
10
+ "names": []
11
+ }
@@ -1,3 +1,3 @@
1
- var x=Object.create;var{getPrototypeOf:P,defineProperty:t,getOwnPropertyNames:a,getOwnPropertyDescriptor:g}=Object,m=Object.prototype.hasOwnProperty;function s(C){return this[C]}var v,y,f=(C,r,o)=>{var L=C!=null&&typeof C==="object";if(L){var H=r?v??=new WeakMap:y??=new WeakMap,V=H.get(C);if(V)return V}o=C!=null?x(P(C)):{};let e=r||!C||!C.__esModule?t(o,"default",{value:C,enumerable:!0}):o;for(let M of a(C))if(!m.call(e,M))t(e,M,{get:s.bind(C,M),enumerable:!0});if(L)H.set(C,e);return e},c=(C)=>{var r=(l??=new WeakMap).get(C),o;if(r)return r;if(r=t({},"__esModule",{value:!0}),C&&typeof C==="object"||typeof C==="function"){for(var L of a(C))if(!m.call(r,L))t(r,L,{get:s.bind(C,L),enumerable:!(o=g(C,L))||o.enumerable})}return l.set(C,r),r},l;var d=(C)=>C;function h(C,r){this[C]=d.bind(null,r)}var u=(C,r)=>{for(var o in r)t(C,o,{get:r[o],enumerable:!0,configurable:!0,set:h.bind(r,o)})};var F={};u(F,{CentralIconBase:()=>Z});module.exports=c(F);var i=f(require("react")),B=require("react-native-svg"),Z=({children:C,size:r=24,...o})=>{return i.default.createElement(B.Svg,{...o,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C)};var S={};u(S,{default:()=>b,IconLayoutTop:()=>I});module.exports=c(S);var n=f(require("react"));var p=require("react-native-svg"),I=(C)=>{return n.default.createElement(Z,{...C},n.default.createElement(p.Path,{d:"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799L5.63803 4.32698ZM19 8.8V15.2H21V8.8H19ZM15.2 19H8.8V21H15.2V19ZM5 15.2V8.8H3V15.2H5ZM8.8 5H15.2V3H8.8V5ZM8.8 19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V19ZM3 15.2C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H3ZM6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L6.09202 18.782ZM19 15.2C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H19ZM15.2 21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V21ZM18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L18.782 17.908ZM21 8.8C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H21ZM15.2 5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V5ZM20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L20.564 5.18404ZM5 8.8C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H5ZM8.8 3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V3ZM5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L5.21799 6.09202Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M20 11H21V9H20V11ZM4 9H3V11H4V9ZM4 11H20V9H4V11Z",fill:"currentColor"}))},b=I;
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:"M7 20C5.34315 20 4 18.6569 4 17L4 11C4 9.34315 5.34315 8 7 8L17 8C18.6569 8 20 9.34315 20 11V17C20 18.6569 18.6569 20 17 20L7 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=98FBB3C3E60010F564756E2164756E21
3
+ //# debugId=2EFCBACB2A1A034764756E2164756E21
@@ -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=\"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799L5.63803 4.32698ZM19 8.8V15.2H21V8.8H19ZM15.2 19H8.8V21H15.2V19ZM5 15.2V8.8H3V15.2H5ZM8.8 5H15.2V3H8.8V5ZM8.8 19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V19ZM3 15.2C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H3ZM6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L6.09202 18.782ZM19 15.2C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H19ZM15.2 21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V21ZM18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L18.782 17.908ZM21 8.8C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H21ZM15.2 5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V5ZM20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L20.564 5.18404ZM5 8.8C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H5ZM8.8 3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V3ZM5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L5.21799 6.09202Z\" fill=\"currentColor\"/><Path d=\"M20 11H21V9H20V11ZM4 9H3V11H4V9ZM4 11H20V9H4V11Z\" 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=\"M7 20C5.34315 20 4 18.6569 4 17L4 11C4 9.34315 5.34315 8 7 8L17 8C18.6569 8 20 9.34315 20 11V17C20 18.6569 18.6569 20 17 20L7 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,wBAA0sF,EAA1sF,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,+jFAA+jF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,mDAAmD,KAAK,eAAc,CAAI,GAGpsF",
9
- "debugId": "98FBB3C3E60010F564756E2164756E21",
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,oIAAoI,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,UAAU,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG9V",
9
+ "debugId": "2EFCBACB2A1A034764756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import n from"react";import{Svg as M}from"react-native-svg";var L=({children:r,size:C=24,...e})=>{return n.createElement(M,{...e,width:typeof C==="number"?`${C}px`:C,height:typeof C==="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r)};import o from"react";import{Path as t}from"react-native-svg";var Z=(r)=>{return o.createElement(L,{...r},o.createElement(t,{d:"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799L5.63803 4.32698ZM19 8.8V15.2H21V8.8H19ZM15.2 19H8.8V21H15.2V19ZM5 15.2V8.8H3V15.2H5ZM8.8 5H15.2V3H8.8V5ZM8.8 19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V19ZM3 15.2C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H3ZM6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L6.09202 18.782ZM19 15.2C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H19ZM15.2 21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V21ZM18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L18.782 17.908ZM21 8.8C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H21ZM15.2 5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V5ZM20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L20.564 5.18404ZM5 8.8C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H5ZM8.8 3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V3ZM5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L5.21799 6.09202Z",fill:"currentColor"}),o.createElement(t,{d:"M20 11H21V9H20V11ZM4 9H3V11H4V9ZM4 11H20V9H4V11Z",fill:"currentColor"}))},i=Z;export{i as default,Z 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:"M7 20C5.34315 20 4 18.6569 4 17L4 11C4 9.34315 5.34315 8 7 8L17 8C18.6569 8 20 9.34315 20 11V17C20 18.6569 18.6569 20 17 20L7 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=BE382CE5E1AC8BA764756E2164756E21
3
+ //# debugId=AE9A2A6AD829299164756E2164756E21
@@ -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=\"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799L5.63803 4.32698ZM19 8.8V15.2H21V8.8H19ZM15.2 19H8.8V21H15.2V19ZM5 15.2V8.8H3V15.2H5ZM8.8 5H15.2V3H8.8V5ZM8.8 19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V19ZM3 15.2C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H3ZM6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L6.09202 18.782ZM19 15.2C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H19ZM15.2 21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V21ZM18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L18.782 17.908ZM21 8.8C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H21ZM15.2 5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V5ZM20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L20.564 5.18404ZM5 8.8C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H5ZM8.8 3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V3ZM5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L5.21799 6.09202Z\" fill=\"currentColor\"/><Path d=\"M20 11H21V9H20V11ZM4 9H3V11H4V9ZM4 11H20V9H4V11Z\" 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=\"M7 20C5.34315 20 4 18.6569 4 17L4 11C4 9.34315 5.34315 8 7 8L17 8C18.6569 8 20 9.34315 20 11V17C20 18.6569 18.6569 20 17 20L7 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,gBAA0sF,EAA1sF,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,+jFAA+jF,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,mDAAmD,KAAK,eAAc,CAAI,GAGpsF",
9
- "debugId": "BE382CE5E1AC8BA764756E2164756E21",
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,oIAAoI,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,UAAU,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG9V",
9
+ "debugId": "AE9A2A6AD829299164756E2164756E21",
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 x=Object.create;var{getPrototypeOf:P,defineProperty:t,getOwnPropertyNames:a,getOwnPropertyDescriptor:g}=Object,m=Object.prototype.hasOwnProperty;function s(C){return this[C]}var v,y,f=(C,r,o)=>{var L=C!=null&&typeof C==="object";if(L){var p=r?v??=new WeakMap:y??=new WeakMap,H=p.get(C);if(H)return H}o=C!=null?x(P(C)):{};let e=r||!C||!C.__esModule?t(o,"default",{value:C,enumerable:!0}):o;for(let M of a(C))if(!m.call(e,M))t(e,M,{get:s.bind(C,M),enumerable:!0});if(L)p.set(C,e);return e},c=(C)=>{var r=(l??=new WeakMap).get(C),o;if(r)return r;if(r=t({},"__esModule",{value:!0}),C&&typeof C==="object"||typeof C==="function"){for(var L of a(C))if(!m.call(r,L))t(r,L,{get:s.bind(C,L),enumerable:!(o=g(C,L))||o.enumerable})}return l.set(C,r),r},l;var F=(C)=>C;function d(C,r){this[C]=F.bind(null,r)}var u=(C,r)=>{for(var o in r)t(C,o,{get:r[o],enumerable:!0,configurable:!0,set:d.bind(r,o)})};var h={};u(h,{CentralIconBase:()=>Z});module.exports=c(h);var i=f(require("react")),B=require("react-native-svg"),Z=({children:C,size:r=24,...o})=>{return i.default.createElement(B.Svg,{...o,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C)};var S={};u(S,{default:()=>b,IconLayoutTopFull:()=>I});module.exports=c(S);var n=f(require("react"));var V=require("react-native-svg"),I=(C)=>{return n.default.createElement(Z,{...C},n.default.createElement(V.Path,{d:"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202V6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799V5.21799L5.63803 4.32698ZM19 8.8V15.2H21V8.8H19ZM15.2 19H8.8V21H15.2V19ZM5 15.2V8.8H3V15.2H5ZM8.8 5H15.2V3H8.8V5ZM8.8 19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V19ZM3 15.2C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H3ZM6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L6.09202 18.782ZM19 15.2C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H19ZM15.2 21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V21ZM18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L18.782 17.908ZM21 8.8C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H21ZM15.2 5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V5ZM20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L20.564 5.18404ZM5 8.8C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H5ZM8.8 3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V3ZM5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L5.21799 6.09202Z",fill:"currentColor"}),n.default.createElement(V.Path,{d:"M20 11H21V9H20V11ZM4 9H3V11H4V9ZM4 11H20V9H4V11Z",fill:"currentColor"}))},b=I;
2
+
3
+ //# debugId=DC9A61A0A0D0A43764756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutTopFull/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 IconLayoutTopFull: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202V6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799V5.21799L5.63803 4.32698ZM19 8.8V15.2H21V8.8H19ZM15.2 19H8.8V21H15.2V19ZM5 15.2V8.8H3V15.2H5ZM8.8 5H15.2V3H8.8V5ZM8.8 19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V19ZM3 15.2C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H3ZM6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L6.09202 18.782ZM19 15.2C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H19ZM15.2 21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V21ZM18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L18.782 17.908ZM21 8.8C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H21ZM15.2 5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V5ZM20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L20.564 5.18404ZM5 8.8C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H5ZM8.8 3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V3ZM5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L5.21799 6.09202Z\" fill=\"currentColor\"/><Path d=\"M20 11H21V9H20V11ZM4 9H3V11H4V9ZM4 11H20V9H4V11Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayoutTopFull;\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,wBAA0tF,EAA1tF,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,+kFAA+kF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,mDAAmD,KAAK,eAAc,CAAI,GAGptF",
9
+ "debugId": "DC9A61A0A0D0A43764756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import n from"react";import{Svg as M}from"react-native-svg";var L=({children:r,size:C=24,...e})=>{return n.createElement(M,{...e,width:typeof C==="number"?`${C}px`:C,height:typeof C==="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r)};import o from"react";import{Path as t}from"react-native-svg";var Z=(r)=>{return o.createElement(L,{...r},o.createElement(t,{d:"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202V6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799V5.21799L5.63803 4.32698ZM19 8.8V15.2H21V8.8H19ZM15.2 19H8.8V21H15.2V19ZM5 15.2V8.8H3V15.2H5ZM8.8 5H15.2V3H8.8V5ZM8.8 19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V19ZM3 15.2C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H3ZM6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L6.09202 18.782ZM19 15.2C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H19ZM15.2 21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V21ZM18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L18.782 17.908ZM21 8.8C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H21ZM15.2 5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V5ZM20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L20.564 5.18404ZM5 8.8C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H5ZM8.8 3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V3ZM5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L5.21799 6.09202Z",fill:"currentColor"}),o.createElement(t,{d:"M20 11H21V9H20V11ZM4 9H3V11H4V9ZM4 11H20V9H4V11Z",fill:"currentColor"}))},i=Z;export{i as default,Z as IconLayoutTopFull};
2
+
3
+ //# debugId=87255559C572247464756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutTopFull/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 IconLayoutTopFull: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202V6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799V5.21799L5.63803 4.32698ZM19 8.8V15.2H21V8.8H19ZM15.2 19H8.8V21H15.2V19ZM5 15.2V8.8H3V15.2H5ZM8.8 5H15.2V3H8.8V5ZM8.8 19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V19ZM3 15.2C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H3ZM6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L6.09202 18.782ZM19 15.2C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H19ZM15.2 21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V21ZM18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L18.782 17.908ZM21 8.8C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H21ZM15.2 5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V5ZM20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L20.564 5.18404ZM5 8.8C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H5ZM8.8 3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V3ZM5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L5.21799 6.09202Z\" fill=\"currentColor\"/><Path d=\"M20 11H21V9H20V11ZM4 9H3V11H4V9ZM4 11H20V9H4V11Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayoutTopFull;\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,gBAA0tF,EAA1tF,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,+kFAA+kF,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,mDAAmD,KAAK,eAAc,CAAI,GAGptF",
9
+ "debugId": "87255559C572247464756E2164756E21",
10
+ "names": []
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