@central-icons-react-native/round-outlined-radius-1-stroke-1 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.
- package/IconLayoutBottom/index.js +2 -2
- package/IconLayoutBottom/index.js.map +3 -3
- package/IconLayoutBottom/index.mjs +2 -2
- package/IconLayoutBottom/index.mjs.map +3 -3
- package/IconLayoutBottomFull/index.d.ts +4 -0
- package/IconLayoutBottomFull/index.js +3 -0
- package/IconLayoutBottomFull/index.js.map +11 -0
- package/IconLayoutBottomFull/index.mjs +3 -0
- package/IconLayoutBottomFull/index.mjs.map +11 -0
- package/IconLayoutHalfFull/index.d.ts +4 -0
- package/IconLayoutHalfFull/index.js +3 -0
- package/IconLayoutHalfFull/index.js.map +11 -0
- package/{IconLayoutHalf → IconLayoutHalfFull}/index.mjs +2 -2
- package/IconLayoutHalfFull/index.mjs.map +11 -0
- package/IconLayoutLeft/index.js +2 -2
- package/IconLayoutLeft/index.js.map +3 -3
- package/IconLayoutLeft/index.mjs +2 -2
- package/IconLayoutLeft/index.mjs.map +3 -3
- package/IconLayoutLeftFull/index.d.ts +4 -0
- package/IconLayoutLeftFull/index.js +3 -0
- package/IconLayoutLeftFull/index.js.map +11 -0
- package/IconLayoutLeftFull/index.mjs +3 -0
- package/IconLayoutLeftFull/index.mjs.map +11 -0
- package/IconLayoutRight/index.js +2 -2
- package/IconLayoutRight/index.js.map +3 -3
- package/IconLayoutRight/index.mjs +2 -2
- package/IconLayoutRight/index.mjs.map +3 -3
- package/IconLayoutRightFull/index.d.ts +4 -0
- package/IconLayoutRightFull/index.js +3 -0
- package/IconLayoutRightFull/index.js.map +11 -0
- package/IconLayoutRightFull/index.mjs +3 -0
- package/IconLayoutRightFull/index.mjs.map +11 -0
- package/IconLayoutThirdFull/index.d.ts +4 -0
- package/IconLayoutThirdFull/index.js +3 -0
- package/IconLayoutThirdFull/index.js.map +11 -0
- package/{IconLayoutThird → IconLayoutThirdFull}/index.mjs +2 -2
- package/IconLayoutThirdFull/index.mjs.map +11 -0
- package/IconLayoutTop/index.js +2 -2
- package/IconLayoutTop/index.js.map +3 -3
- package/IconLayoutTop/index.mjs +2 -2
- package/IconLayoutTop/index.mjs.map +3 -3
- package/IconLayoutTopFull/index.d.ts +4 -0
- package/IconLayoutTopFull/index.js +3 -0
- package/IconLayoutTopFull/index.js.map +11 -0
- package/IconLayoutTopFull/index.mjs +3 -0
- package/IconLayoutTopFull/index.mjs.map +11 -0
- package/README.md +10 -10
- package/filtered-icons.json +1 -1
- package/icons/index.d.ts +1 -1
- package/icons/index.js +2 -2
- package/icons/index.js.map +3 -3
- package/icons/index.mjs +2 -2
- package/icons/index.mjs.map +3 -3
- package/icons-index.json +3 -3
- package/index.d.ts +6 -6
- package/index.js +18 -18
- package/index.mjs +6 -6
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +11 -11
- package/IconLayoutBottom1/index.d.ts +0 -4
- package/IconLayoutBottom1/index.js +0 -3
- package/IconLayoutBottom1/index.js.map +0 -11
- package/IconLayoutBottom1/index.mjs +0 -3
- package/IconLayoutBottom1/index.mjs.map +0 -11
- package/IconLayoutHalf/index.d.ts +0 -4
- package/IconLayoutHalf/index.js +0 -3
- package/IconLayoutHalf/index.js.map +0 -11
- package/IconLayoutHalf/index.mjs.map +0 -11
- package/IconLayoutLeft1/index.d.ts +0 -4
- package/IconLayoutLeft1/index.js +0 -3
- package/IconLayoutLeft1/index.js.map +0 -11
- package/IconLayoutLeft1/index.mjs +0 -3
- package/IconLayoutLeft1/index.mjs.map +0 -11
- package/IconLayoutRight1/index.d.ts +0 -4
- package/IconLayoutRight1/index.js +0 -3
- package/IconLayoutRight1/index.js.map +0 -11
- package/IconLayoutRight1/index.mjs +0 -3
- package/IconLayoutRight1/index.mjs.map +0 -11
- package/IconLayoutThird/index.d.ts +0 -4
- package/IconLayoutThird/index.js +0 -3
- package/IconLayoutThird/index.js.map +0 -11
- package/IconLayoutThird/index.mjs.map +0 -11
- package/IconLayoutTop1/index.d.ts +0 -4
- package/IconLayoutTop1/index.js +0 -3
- package/IconLayoutTop1/index.js.map +0 -11
- package/IconLayoutTop1/index.mjs +0 -3
- package/IconLayoutTop1/index.mjs.map +0 -11
package/index.d.ts
CHANGED
|
@@ -1097,22 +1097,22 @@ export { IconLayoutAlignTop, default as IconLayoutAlignTopDefault } from "./Icon
|
|
|
1097
1097
|
export { IconLayoutAlignTopBottom, default as IconLayoutAlignTopBottomDefault } from "./IconLayoutAlignTopBottom";
|
|
1098
1098
|
export { IconLayoutAllSides, default as IconLayoutAllSidesDefault } from "./IconLayoutAllSides";
|
|
1099
1099
|
export { IconLayoutBottom, default as IconLayoutBottomDefault } from "./IconLayoutBottom";
|
|
1100
|
-
export {
|
|
1100
|
+
export { IconLayoutBottomFull, default as IconLayoutBottomFullDefault } from "./IconLayoutBottomFull";
|
|
1101
1101
|
export { IconLayoutColumn, default as IconLayoutColumnDefault } from "./IconLayoutColumn";
|
|
1102
1102
|
export { IconLayoutDashboard, default as IconLayoutDashboardDefault } from "./IconLayoutDashboard";
|
|
1103
1103
|
export { IconLayoutGrid1, default as IconLayoutGrid1Default } from "./IconLayoutGrid1";
|
|
1104
1104
|
export { IconLayoutGrid2, default as IconLayoutGrid2Default } from "./IconLayoutGrid2";
|
|
1105
|
-
export {
|
|
1105
|
+
export { IconLayoutHalfFull, default as IconLayoutHalfFullDefault } from "./IconLayoutHalfFull";
|
|
1106
1106
|
export { IconLayoutLeft, default as IconLayoutLeftDefault } from "./IconLayoutLeft";
|
|
1107
|
-
export {
|
|
1107
|
+
export { IconLayoutLeftFull, default as IconLayoutLeftFullDefault } from "./IconLayoutLeftFull";
|
|
1108
1108
|
export { IconLayoutLeftRight, default as IconLayoutLeftRightDefault } from "./IconLayoutLeftRight";
|
|
1109
1109
|
export { IconLayoutRight, default as IconLayoutRightDefault } from "./IconLayoutRight";
|
|
1110
|
-
export {
|
|
1110
|
+
export { IconLayoutRightFull, default as IconLayoutRightFullDefault } from "./IconLayoutRightFull";
|
|
1111
1111
|
export { IconLayoutSidebar, default as IconLayoutSidebarDefault } from "./IconLayoutSidebar";
|
|
1112
|
-
export {
|
|
1112
|
+
export { IconLayoutThirdFull, default as IconLayoutThirdFullDefault } from "./IconLayoutThirdFull";
|
|
1113
1113
|
export { IconLayoutTop, default as IconLayoutTopDefault } from "./IconLayoutTop";
|
|
1114
|
-
export { IconLayoutTop1, default as IconLayoutTop1Default } from "./IconLayoutTop1";
|
|
1115
1114
|
export { IconLayoutTopBottom, default as IconLayoutTopBottomDefault } from "./IconLayoutTopBottom";
|
|
1115
|
+
export { IconLayoutTopFull, default as IconLayoutTopFullDefault } from "./IconLayoutTopFull";
|
|
1116
1116
|
export { IconLayoutTopbar, default as IconLayoutTopbarDefault } from "./IconLayoutTopbar";
|
|
1117
1117
|
export { IconLayoutWindow, default as IconLayoutWindowDefault } from "./IconLayoutWindow";
|
|
1118
1118
|
export { IconLeaderboard, default as IconLeaderboardDefault } from "./IconLeaderboard";
|
package/index.js
CHANGED
|
@@ -3297,9 +3297,9 @@ exports.IconLayoutAllSidesDefault = _IconLayoutAllSides.default;
|
|
|
3297
3297
|
var _IconLayoutBottom = require("./IconLayoutBottom/index.js");
|
|
3298
3298
|
exports.IconLayoutBottom = _IconLayoutBottom.IconLayoutBottom;
|
|
3299
3299
|
exports.IconLayoutBottomDefault = _IconLayoutBottom.default;
|
|
3300
|
-
var
|
|
3301
|
-
exports.
|
|
3302
|
-
exports.
|
|
3300
|
+
var _IconLayoutBottomFull = require("./IconLayoutBottomFull/index.js");
|
|
3301
|
+
exports.IconLayoutBottomFull = _IconLayoutBottomFull.IconLayoutBottomFull;
|
|
3302
|
+
exports.IconLayoutBottomFullDefault = _IconLayoutBottomFull.default;
|
|
3303
3303
|
var _IconLayoutColumn = require("./IconLayoutColumn/index.js");
|
|
3304
3304
|
exports.IconLayoutColumn = _IconLayoutColumn.IconLayoutColumn;
|
|
3305
3305
|
exports.IconLayoutColumnDefault = _IconLayoutColumn.default;
|
|
@@ -3312,39 +3312,39 @@ exports.IconLayoutGrid1Default = _IconLayoutGrid1.default;
|
|
|
3312
3312
|
var _IconLayoutGrid2 = require("./IconLayoutGrid2/index.js");
|
|
3313
3313
|
exports.IconLayoutGrid2 = _IconLayoutGrid2.IconLayoutGrid2;
|
|
3314
3314
|
exports.IconLayoutGrid2Default = _IconLayoutGrid2.default;
|
|
3315
|
-
var
|
|
3316
|
-
exports.
|
|
3317
|
-
exports.
|
|
3315
|
+
var _IconLayoutHalfFull = require("./IconLayoutHalfFull/index.js");
|
|
3316
|
+
exports.IconLayoutHalfFull = _IconLayoutHalfFull.IconLayoutHalfFull;
|
|
3317
|
+
exports.IconLayoutHalfFullDefault = _IconLayoutHalfFull.default;
|
|
3318
3318
|
var _IconLayoutLeft = require("./IconLayoutLeft/index.js");
|
|
3319
3319
|
exports.IconLayoutLeft = _IconLayoutLeft.IconLayoutLeft;
|
|
3320
3320
|
exports.IconLayoutLeftDefault = _IconLayoutLeft.default;
|
|
3321
|
-
var
|
|
3322
|
-
exports.
|
|
3323
|
-
exports.
|
|
3321
|
+
var _IconLayoutLeftFull = require("./IconLayoutLeftFull/index.js");
|
|
3322
|
+
exports.IconLayoutLeftFull = _IconLayoutLeftFull.IconLayoutLeftFull;
|
|
3323
|
+
exports.IconLayoutLeftFullDefault = _IconLayoutLeftFull.default;
|
|
3324
3324
|
var _IconLayoutLeftRight = require("./IconLayoutLeftRight/index.js");
|
|
3325
3325
|
exports.IconLayoutLeftRight = _IconLayoutLeftRight.IconLayoutLeftRight;
|
|
3326
3326
|
exports.IconLayoutLeftRightDefault = _IconLayoutLeftRight.default;
|
|
3327
3327
|
var _IconLayoutRight = require("./IconLayoutRight/index.js");
|
|
3328
3328
|
exports.IconLayoutRight = _IconLayoutRight.IconLayoutRight;
|
|
3329
3329
|
exports.IconLayoutRightDefault = _IconLayoutRight.default;
|
|
3330
|
-
var
|
|
3331
|
-
exports.
|
|
3332
|
-
exports.
|
|
3330
|
+
var _IconLayoutRightFull = require("./IconLayoutRightFull/index.js");
|
|
3331
|
+
exports.IconLayoutRightFull = _IconLayoutRightFull.IconLayoutRightFull;
|
|
3332
|
+
exports.IconLayoutRightFullDefault = _IconLayoutRightFull.default;
|
|
3333
3333
|
var _IconLayoutSidebar = require("./IconLayoutSidebar/index.js");
|
|
3334
3334
|
exports.IconLayoutSidebar = _IconLayoutSidebar.IconLayoutSidebar;
|
|
3335
3335
|
exports.IconLayoutSidebarDefault = _IconLayoutSidebar.default;
|
|
3336
|
-
var
|
|
3337
|
-
exports.
|
|
3338
|
-
exports.
|
|
3336
|
+
var _IconLayoutThirdFull = require("./IconLayoutThirdFull/index.js");
|
|
3337
|
+
exports.IconLayoutThirdFull = _IconLayoutThirdFull.IconLayoutThirdFull;
|
|
3338
|
+
exports.IconLayoutThirdFullDefault = _IconLayoutThirdFull.default;
|
|
3339
3339
|
var _IconLayoutTop = require("./IconLayoutTop/index.js");
|
|
3340
3340
|
exports.IconLayoutTop = _IconLayoutTop.IconLayoutTop;
|
|
3341
3341
|
exports.IconLayoutTopDefault = _IconLayoutTop.default;
|
|
3342
|
-
var _IconLayoutTop1 = require("./IconLayoutTop1/index.js");
|
|
3343
|
-
exports.IconLayoutTop1 = _IconLayoutTop1.IconLayoutTop1;
|
|
3344
|
-
exports.IconLayoutTop1Default = _IconLayoutTop1.default;
|
|
3345
3342
|
var _IconLayoutTopBottom = require("./IconLayoutTopBottom/index.js");
|
|
3346
3343
|
exports.IconLayoutTopBottom = _IconLayoutTopBottom.IconLayoutTopBottom;
|
|
3347
3344
|
exports.IconLayoutTopBottomDefault = _IconLayoutTopBottom.default;
|
|
3345
|
+
var _IconLayoutTopFull = require("./IconLayoutTopFull/index.js");
|
|
3346
|
+
exports.IconLayoutTopFull = _IconLayoutTopFull.IconLayoutTopFull;
|
|
3347
|
+
exports.IconLayoutTopFullDefault = _IconLayoutTopFull.default;
|
|
3348
3348
|
var _IconLayoutTopbar = require("./IconLayoutTopbar/index.js");
|
|
3349
3349
|
exports.IconLayoutTopbar = _IconLayoutTopbar.IconLayoutTopbar;
|
|
3350
3350
|
exports.IconLayoutTopbarDefault = _IconLayoutTopbar.default;
|
package/index.mjs
CHANGED
|
@@ -1097,22 +1097,22 @@ export { IconLayoutAlignTop, default as IconLayoutAlignTopDefault } from "./Icon
|
|
|
1097
1097
|
export { IconLayoutAlignTopBottom, default as IconLayoutAlignTopBottomDefault } from "./IconLayoutAlignTopBottom/index.mjs";
|
|
1098
1098
|
export { IconLayoutAllSides, default as IconLayoutAllSidesDefault } from "./IconLayoutAllSides/index.mjs";
|
|
1099
1099
|
export { IconLayoutBottom, default as IconLayoutBottomDefault } from "./IconLayoutBottom/index.mjs";
|
|
1100
|
-
export {
|
|
1100
|
+
export { IconLayoutBottomFull, default as IconLayoutBottomFullDefault } from "./IconLayoutBottomFull/index.mjs";
|
|
1101
1101
|
export { IconLayoutColumn, default as IconLayoutColumnDefault } from "./IconLayoutColumn/index.mjs";
|
|
1102
1102
|
export { IconLayoutDashboard, default as IconLayoutDashboardDefault } from "./IconLayoutDashboard/index.mjs";
|
|
1103
1103
|
export { IconLayoutGrid1, default as IconLayoutGrid1Default } from "./IconLayoutGrid1/index.mjs";
|
|
1104
1104
|
export { IconLayoutGrid2, default as IconLayoutGrid2Default } from "./IconLayoutGrid2/index.mjs";
|
|
1105
|
-
export {
|
|
1105
|
+
export { IconLayoutHalfFull, default as IconLayoutHalfFullDefault } from "./IconLayoutHalfFull/index.mjs";
|
|
1106
1106
|
export { IconLayoutLeft, default as IconLayoutLeftDefault } from "./IconLayoutLeft/index.mjs";
|
|
1107
|
-
export {
|
|
1107
|
+
export { IconLayoutLeftFull, default as IconLayoutLeftFullDefault } from "./IconLayoutLeftFull/index.mjs";
|
|
1108
1108
|
export { IconLayoutLeftRight, default as IconLayoutLeftRightDefault } from "./IconLayoutLeftRight/index.mjs";
|
|
1109
1109
|
export { IconLayoutRight, default as IconLayoutRightDefault } from "./IconLayoutRight/index.mjs";
|
|
1110
|
-
export {
|
|
1110
|
+
export { IconLayoutRightFull, default as IconLayoutRightFullDefault } from "./IconLayoutRightFull/index.mjs";
|
|
1111
1111
|
export { IconLayoutSidebar, default as IconLayoutSidebarDefault } from "./IconLayoutSidebar/index.mjs";
|
|
1112
|
-
export {
|
|
1112
|
+
export { IconLayoutThirdFull, default as IconLayoutThirdFullDefault } from "./IconLayoutThirdFull/index.mjs";
|
|
1113
1113
|
export { IconLayoutTop, default as IconLayoutTopDefault } from "./IconLayoutTop/index.mjs";
|
|
1114
|
-
export { IconLayoutTop1, default as IconLayoutTop1Default } from "./IconLayoutTop1/index.mjs";
|
|
1115
1114
|
export { IconLayoutTopBottom, default as IconLayoutTopBottomDefault } from "./IconLayoutTopBottom/index.mjs";
|
|
1115
|
+
export { IconLayoutTopFull, default as IconLayoutTopFullDefault } from "./IconLayoutTopFull/index.mjs";
|
|
1116
1116
|
export { IconLayoutTopbar, default as IconLayoutTopbarDefault } from "./IconLayoutTopbar/index.mjs";
|
|
1117
1117
|
export { IconLayoutWindow, default as IconLayoutWindowDefault } from "./IconLayoutWindow/index.mjs";
|
|
1118
1118
|
export { IconLeaderboard, default as IconLeaderboardDefault } from "./IconLeaderboard/index.mjs";
|
package/license-check.js
CHANGED
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@ description: Use when inserting icons in React Native code that imports from @ce
|
|
|
5
5
|
|
|
6
6
|
# Central Icons — React Native
|
|
7
7
|
|
|
8
|
-
This skill helps you find icons from the Central Icons React Native library (`@central-icons-react-native/*`, version 1.1.
|
|
8
|
+
This skill helps you find icons from the Central Icons React Native library (`@central-icons-react-native/*`, version 1.1.288) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2056 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
|
|
9
9
|
|
|
10
10
|
The library uses `react-native-svg` under the hood — it must be installed as a peer dependency in the consumer's project.
|
|
11
11
|
|
|
@@ -1250,16 +1250,12 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1250
1250
|
- **IconLayoutTopbar** — layout-topbar, grid, window
|
|
1251
1251
|
- **IconLayoutDashboard** — layout-dashboard, grid, window
|
|
1252
1252
|
- **IconLayoutWindow** — layout-window, grid, window
|
|
1253
|
-
- **
|
|
1254
|
-
- **
|
|
1255
|
-
- **
|
|
1256
|
-
- **
|
|
1257
|
-
- **
|
|
1258
|
-
- **
|
|
1259
|
-
- **IconLayoutLeft** — layout-left, grid, window
|
|
1260
|
-
- **IconLayoutLeft1** — layout-left, margin, padding
|
|
1261
|
-
- **IconLayoutHalf** — layout-half
|
|
1262
|
-
- **IconLayoutThird** — layout-third
|
|
1253
|
+
- **IconLayoutTopFull** — layout-top-full, grid, window
|
|
1254
|
+
- **IconLayoutBottomFull** — layout-bottom-full, grid, window
|
|
1255
|
+
- **IconLayoutRightFull** — layout-right-full, grid, window
|
|
1256
|
+
- **IconLayoutLeftFull** — layout-left-full, grid, window
|
|
1257
|
+
- **IconLayoutHalfFull** — layout-half-full
|
|
1258
|
+
- **IconLayoutThirdFull** — layout-third-full
|
|
1263
1259
|
- **IconLayoutGrid1** — layout-grid-1, grid, window
|
|
1264
1260
|
- **IconLayoutGrid2** — layout-grid-2, grid
|
|
1265
1261
|
- **IconLayoutColumn** — layout-column, grid, column
|
|
@@ -1312,6 +1308,10 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1312
1308
|
- **IconLayoutAllSides** — layout-all-sides, margin, padding
|
|
1313
1309
|
- **IconLayoutLeftRight** — layout-left-right, margin, padding
|
|
1314
1310
|
- **IconLayoutTopBottom** — layout-top-bottom, margin, padding
|
|
1311
|
+
- **IconLayoutRight** — layout-right, margin, padding
|
|
1312
|
+
- **IconLayoutLeft** — layout-left, margin, padding
|
|
1313
|
+
- **IconLayoutTop** — layout-top, margin, padding
|
|
1314
|
+
- **IconLayoutBottom** — layout-bottom, margin, padding
|
|
1315
1315
|
|
|
1316
1316
|
### Location
|
|
1317
1317
|
- **IconRadar1** — radar, location, search
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var k=Object.create;var{getPrototypeOf:v,defineProperty:n,getOwnPropertyNames:l,getOwnPropertyDescriptor:y}=Object,f=Object.prototype.hasOwnProperty;function B(o){return this[o]}var h,F,d=(o,r,t)=>{var e=o!=null&&typeof o==="object";if(e){var u=r?h??=new WeakMap:F??=new WeakMap,c=u.get(o);if(c)return c}t=o!=null?k(v(o)):{};let p=r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t;for(let a of l(o))if(!f.call(p,a))n(p,a,{get:B.bind(o,a),enumerable:!0});if(e)u.set(o,p);return p},I=(o)=>{var r=(i??=new WeakMap).get(o),t;if(r)return r;if(r=n({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var e of l(o))if(!f.call(r,e))n(r,e,{get:B.bind(o,e),enumerable:!(t=y(o,e))||t.enumerable})}return i.set(o,r),r},i;var S=(o)=>o;function b(o,r){this[o]=S.bind(null,r)}var x=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0,configurable:!0,set:b.bind(r,t)})};var j={};x(j,{CentralIconBase:()=>C});module.exports=I(j);var L=d(require("react")),P=require("react-native-svg"),C=({children:o,size:r=24,...t})=>{return L.default.createElement(P.Svg,{...t,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};var w={};x(w,{default:()=>M,IconLayoutBottom1:()=>g});module.exports=I(w);var s=d(require("react"));var m=require("react-native-svg"),g=(o)=>{return s.default.createElement(C,{...o},s.default.createElement(m.Path,{d:"M19.5 3.5C20.0523 3.5 20.5 3.94772 20.5 4.5V16.5C20.5 17.0523 20.0523 17.5 19.5 17.5L4.5 17.5C3.94772 17.5 3.5 17.0523 3.5 16.5V4.5C3.5 3.94772 3.94772 3.5 4.5 3.5L19.5 3.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),s.default.createElement(m.Path,{d:"M20.5 20H3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},M=g;
|
|
2
|
-
|
|
3
|
-
//# debugId=E51C16B99AC5544D64756E2164756E21
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutBottom1/index.tsx"],
|
|
4
|
-
"sourcesContent": [
|
|
5
|
-
"import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n",
|
|
6
|
-
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutBottom1: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M19.5 3.5C20.0523 3.5 20.5 3.94772 20.5 4.5V16.5C20.5 17.0523 20.0523 17.5 19.5 17.5L4.5 17.5C3.94772 17.5 3.5 17.0523 3.5 16.5V4.5C3.5 3.94772 3.94772 3.5 4.5 3.5L19.5 3.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.5 20H3.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutBottom1;\n"
|
|
7
|
-
],
|
|
8
|
-
"mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,6ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA8C,CAAC,IAAU,CACpE,OAAO,wBAAqX,EAArX,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,gLAAgL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,eAAe,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG/W",
|
|
9
|
-
"debugId": "E51C16B99AC5544D64756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
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:"M19.5 3.5C20.0523 3.5 20.5 3.94772 20.5 4.5V16.5C20.5 17.0523 20.0523 17.5 19.5 17.5L4.5 17.5C3.94772 17.5 3.5 17.0523 3.5 16.5V4.5C3.5 3.94772 3.94772 3.5 4.5 3.5L19.5 3.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement(n,{d:"M20.5 20H3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},L=C;export{L as default,C as IconLayoutBottom1};
|
|
2
|
-
|
|
3
|
-
//# debugId=2BD74415E18B074B64756E2164756E21
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutBottom1/index.tsx"],
|
|
4
|
-
"sourcesContent": [
|
|
5
|
-
"import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n",
|
|
6
|
-
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutBottom1: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M19.5 3.5C20.0523 3.5 20.5 3.94772 20.5 4.5V16.5C20.5 17.0523 20.0523 17.5 19.5 17.5L4.5 17.5C3.94772 17.5 3.5 17.0523 3.5 16.5V4.5C3.5 3.94772 3.94772 3.5 4.5 3.5L19.5 3.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.5 20H3.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutBottom1;\n"
|
|
7
|
-
],
|
|
8
|
-
"mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAAqX,EAArX,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,gLAAgL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,eAAe,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG/W",
|
|
9
|
-
"debugId": "2BD74415E18B074B64756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
package/IconLayoutHalf/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var x=Object.create;var{getPrototypeOf:P,defineProperty:t,getOwnPropertyNames:a,getOwnPropertyDescriptor:g}=Object,m=Object.prototype.hasOwnProperty;function f(C){return this[C]}var v,y,s=(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:f.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:f.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=s(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,IconLayoutHalf:()=>I});module.exports=c(S);var n=s(require("react"));var p=require("react-native-svg"),I=(C)=>{return n.default.createElement(Z,{...C},n.default.createElement(p.Path,{d:"M4.04601 20.391L4.273 19.9455H4.273L4.04601 20.391ZM3.60899 19.954L3.16349 20.181L3.16349 20.181L3.60899 19.954ZM20.391 19.954L20.8365 20.181V20.181L20.391 19.954ZM19.954 20.391L20.181 20.8365H20.181L19.954 20.391ZM20.391 4.04601L19.9455 4.273V4.273L20.391 4.04601ZM19.954 3.60899L20.181 3.16349L20.181 3.16349L19.954 3.60899ZM3.60899 4.04601L3.16349 3.81901L3.16349 3.81901L3.60899 4.04601ZM4.04601 3.60899L3.81901 3.16349L3.81901 3.16349L4.04601 3.60899ZM20 5.1V18.9H21V5.1H20ZM18.9 20H5.1V21H18.9V20ZM4 18.9V5.1H3V18.9H4ZM5.1 4H18.9V3H5.1V4ZM5.1 20C4.81172 20 4.62559 19.9996 4.48392 19.988C4.34809 19.9769 4.29773 19.9581 4.273 19.9455L3.81901 20.8365C4.0082 20.9329 4.20481 20.9686 4.40249 20.9847C4.59432 21.0004 4.82822 21 5.1 21V20ZM3 18.9C3 19.1718 2.99961 19.4057 3.01528 19.5975C3.03144 19.7952 3.06709 19.9918 3.16349 20.181L4.0545 19.727C4.0419 19.7023 4.02306 19.6519 4.01196 19.5161C4.00039 19.3744 4 19.1883 4 18.9H3ZM4.273 19.9455C4.17892 19.8976 4.10243 19.8211 4.0545 19.727L3.16349 20.181C3.3073 20.4632 3.53677 20.6927 3.81902 20.8365L4.273 19.9455ZM20 18.9C20 19.1883 19.9996 19.3744 19.988 19.5161C19.9769 19.6519 19.9581 19.7023 19.9455 19.727L20.8365 20.181C20.9329 19.9918 20.9686 19.7952 20.9847 19.5975C21.0004 19.4057 21 19.1718 21 18.9H20ZM18.9 21C19.1718 21 19.4057 21.0004 19.5975 20.9847C19.7952 20.9686 19.9918 20.9329 20.181 20.8365L19.727 19.9455C19.7023 19.9581 19.6519 19.9769 19.5161 19.988C19.3744 19.9996 19.1883 20 18.9 20V21ZM19.9455 19.727C19.8976 19.8211 19.8211 19.8976 19.727 19.9455L20.181 20.8365C20.4632 20.6927 20.6927 20.4632 20.8365 20.181L19.9455 19.727ZM21 5.1C21 4.82822 21.0004 4.59432 20.9847 4.40249C20.9686 4.20481 20.9329 4.0082 20.8365 3.81901L19.9455 4.273C19.9581 4.29773 19.9769 4.34809 19.988 4.48392C19.9996 4.62559 20 4.81172 20 5.1H21ZM18.9 4C19.1883 4 19.3744 4.00039 19.5161 4.01196C19.6519 4.02306 19.7023 4.0419 19.727 4.0545L20.181 3.16349C19.9918 3.06709 19.7952 3.03144 19.5975 3.01528C19.4057 2.99961 19.1718 3 18.9 3V4ZM20.8365 3.81902C20.6927 3.53677 20.4632 3.3073 20.181 3.16349L19.727 4.0545C19.8211 4.10243 19.8976 4.17892 19.9455 4.273L20.8365 3.81902ZM4 5.1C4 4.81172 4.00039 4.62559 4.01196 4.48392C4.02306 4.34809 4.0419 4.29773 4.0545 4.273L3.16349 3.81901C3.06709 4.0082 3.03144 4.20481 3.01528 4.40249C2.99961 4.59432 3 4.82822 3 5.1H4ZM5.1 3C4.82822 3 4.59432 2.99961 4.40249 3.01528C4.20481 3.03144 4.0082 3.06709 3.81901 3.16349L4.273 4.0545C4.29773 4.0419 4.34809 4.02306 4.48392 4.01196C4.62559 4.00039 4.81172 4 5.1 4V3ZM4.0545 4.273C4.10243 4.17892 4.17892 4.10243 4.273 4.0545L3.81901 3.16349C3.53677 3.3073 3.3073 3.53677 3.16349 3.81901L4.0545 4.273Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M20.5 12.5H21V11.5H20.5V12.5ZM3.5 11.5H3V12.5H3.5V11.5ZM3.5 12.5H20.5V11.5H3.5V12.5Z",fill:"currentColor"}))},b=I;
|
|
2
|
-
|
|
3
|
-
//# debugId=9F9C6030AFE3C90464756E2164756E21
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutHalf/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 IconLayoutHalf: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M4.04601 20.391L4.273 19.9455H4.273L4.04601 20.391ZM3.60899 19.954L3.16349 20.181L3.16349 20.181L3.60899 19.954ZM20.391 19.954L20.8365 20.181V20.181L20.391 19.954ZM19.954 20.391L20.181 20.8365H20.181L19.954 20.391ZM20.391 4.04601L19.9455 4.273V4.273L20.391 4.04601ZM19.954 3.60899L20.181 3.16349L20.181 3.16349L19.954 3.60899ZM3.60899 4.04601L3.16349 3.81901L3.16349 3.81901L3.60899 4.04601ZM4.04601 3.60899L3.81901 3.16349L3.81901 3.16349L4.04601 3.60899ZM20 5.1V18.9H21V5.1H20ZM18.9 20H5.1V21H18.9V20ZM4 18.9V5.1H3V18.9H4ZM5.1 4H18.9V3H5.1V4ZM5.1 20C4.81172 20 4.62559 19.9996 4.48392 19.988C4.34809 19.9769 4.29773 19.9581 4.273 19.9455L3.81901 20.8365C4.0082 20.9329 4.20481 20.9686 4.40249 20.9847C4.59432 21.0004 4.82822 21 5.1 21V20ZM3 18.9C3 19.1718 2.99961 19.4057 3.01528 19.5975C3.03144 19.7952 3.06709 19.9918 3.16349 20.181L4.0545 19.727C4.0419 19.7023 4.02306 19.6519 4.01196 19.5161C4.00039 19.3744 4 19.1883 4 18.9H3ZM4.273 19.9455C4.17892 19.8976 4.10243 19.8211 4.0545 19.727L3.16349 20.181C3.3073 20.4632 3.53677 20.6927 3.81902 20.8365L4.273 19.9455ZM20 18.9C20 19.1883 19.9996 19.3744 19.988 19.5161C19.9769 19.6519 19.9581 19.7023 19.9455 19.727L20.8365 20.181C20.9329 19.9918 20.9686 19.7952 20.9847 19.5975C21.0004 19.4057 21 19.1718 21 18.9H20ZM18.9 21C19.1718 21 19.4057 21.0004 19.5975 20.9847C19.7952 20.9686 19.9918 20.9329 20.181 20.8365L19.727 19.9455C19.7023 19.9581 19.6519 19.9769 19.5161 19.988C19.3744 19.9996 19.1883 20 18.9 20V21ZM19.9455 19.727C19.8976 19.8211 19.8211 19.8976 19.727 19.9455L20.181 20.8365C20.4632 20.6927 20.6927 20.4632 20.8365 20.181L19.9455 19.727ZM21 5.1C21 4.82822 21.0004 4.59432 20.9847 4.40249C20.9686 4.20481 20.9329 4.0082 20.8365 3.81901L19.9455 4.273C19.9581 4.29773 19.9769 4.34809 19.988 4.48392C19.9996 4.62559 20 4.81172 20 5.1H21ZM18.9 4C19.1883 4 19.3744 4.00039 19.5161 4.01196C19.6519 4.02306 19.7023 4.0419 19.727 4.0545L20.181 3.16349C19.9918 3.06709 19.7952 3.03144 19.5975 3.01528C19.4057 2.99961 19.1718 3 18.9 3V4ZM20.8365 3.81902C20.6927 3.53677 20.4632 3.3073 20.181 3.16349L19.727 4.0545C19.8211 4.10243 19.8976 4.17892 19.9455 4.273L20.8365 3.81902ZM4 5.1C4 4.81172 4.00039 4.62559 4.01196 4.48392C4.02306 4.34809 4.0419 4.29773 4.0545 4.273L3.16349 3.81901C3.06709 4.0082 3.03144 4.20481 3.01528 4.40249C2.99961 4.59432 3 4.82822 3 5.1H4ZM5.1 3C4.82822 3 4.59432 2.99961 4.40249 3.01528C4.20481 3.03144 4.0082 3.06709 3.81901 3.16349L4.273 4.0545C4.29773 4.0419 4.34809 4.02306 4.48392 4.01196C4.62559 4.00039 4.81172 4 5.1 4V3ZM4.0545 4.273C4.10243 4.17892 4.17892 4.10243 4.273 4.0545L3.81901 3.16349C3.53677 3.3073 3.3073 3.53677 3.16349 3.81901L4.0545 4.273Z\" fill=\"currentColor\"/><Path d=\"M20.5 12.5H21V11.5H20.5V12.5ZM3.5 11.5H3V12.5H3.5V11.5ZM3.5 12.5H20.5V11.5H3.5V12.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayoutHalf;\n"
|
|
7
|
-
],
|
|
8
|
-
"mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,0ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA2C,CAAC,IAAU,CACjE,OAAO,wBAA4wF,EAA5wF,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,6lFAA6lF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,uFAAuF,KAAK,eAAc,CAAI,GAGtwF",
|
|
9
|
-
"debugId": "9F9C6030AFE3C90464756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutHalf/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 IconLayoutHalf: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M4.04601 20.391L4.273 19.9455H4.273L4.04601 20.391ZM3.60899 19.954L3.16349 20.181L3.16349 20.181L3.60899 19.954ZM20.391 19.954L20.8365 20.181V20.181L20.391 19.954ZM19.954 20.391L20.181 20.8365H20.181L19.954 20.391ZM20.391 4.04601L19.9455 4.273V4.273L20.391 4.04601ZM19.954 3.60899L20.181 3.16349L20.181 3.16349L19.954 3.60899ZM3.60899 4.04601L3.16349 3.81901L3.16349 3.81901L3.60899 4.04601ZM4.04601 3.60899L3.81901 3.16349L3.81901 3.16349L4.04601 3.60899ZM20 5.1V18.9H21V5.1H20ZM18.9 20H5.1V21H18.9V20ZM4 18.9V5.1H3V18.9H4ZM5.1 4H18.9V3H5.1V4ZM5.1 20C4.81172 20 4.62559 19.9996 4.48392 19.988C4.34809 19.9769 4.29773 19.9581 4.273 19.9455L3.81901 20.8365C4.0082 20.9329 4.20481 20.9686 4.40249 20.9847C4.59432 21.0004 4.82822 21 5.1 21V20ZM3 18.9C3 19.1718 2.99961 19.4057 3.01528 19.5975C3.03144 19.7952 3.06709 19.9918 3.16349 20.181L4.0545 19.727C4.0419 19.7023 4.02306 19.6519 4.01196 19.5161C4.00039 19.3744 4 19.1883 4 18.9H3ZM4.273 19.9455C4.17892 19.8976 4.10243 19.8211 4.0545 19.727L3.16349 20.181C3.3073 20.4632 3.53677 20.6927 3.81902 20.8365L4.273 19.9455ZM20 18.9C20 19.1883 19.9996 19.3744 19.988 19.5161C19.9769 19.6519 19.9581 19.7023 19.9455 19.727L20.8365 20.181C20.9329 19.9918 20.9686 19.7952 20.9847 19.5975C21.0004 19.4057 21 19.1718 21 18.9H20ZM18.9 21C19.1718 21 19.4057 21.0004 19.5975 20.9847C19.7952 20.9686 19.9918 20.9329 20.181 20.8365L19.727 19.9455C19.7023 19.9581 19.6519 19.9769 19.5161 19.988C19.3744 19.9996 19.1883 20 18.9 20V21ZM19.9455 19.727C19.8976 19.8211 19.8211 19.8976 19.727 19.9455L20.181 20.8365C20.4632 20.6927 20.6927 20.4632 20.8365 20.181L19.9455 19.727ZM21 5.1C21 4.82822 21.0004 4.59432 20.9847 4.40249C20.9686 4.20481 20.9329 4.0082 20.8365 3.81901L19.9455 4.273C19.9581 4.29773 19.9769 4.34809 19.988 4.48392C19.9996 4.62559 20 4.81172 20 5.1H21ZM18.9 4C19.1883 4 19.3744 4.00039 19.5161 4.01196C19.6519 4.02306 19.7023 4.0419 19.727 4.0545L20.181 3.16349C19.9918 3.06709 19.7952 3.03144 19.5975 3.01528C19.4057 2.99961 19.1718 3 18.9 3V4ZM20.8365 3.81902C20.6927 3.53677 20.4632 3.3073 20.181 3.16349L19.727 4.0545C19.8211 4.10243 19.8976 4.17892 19.9455 4.273L20.8365 3.81902ZM4 5.1C4 4.81172 4.00039 4.62559 4.01196 4.48392C4.02306 4.34809 4.0419 4.29773 4.0545 4.273L3.16349 3.81901C3.06709 4.0082 3.03144 4.20481 3.01528 4.40249C2.99961 4.59432 3 4.82822 3 5.1H4ZM5.1 3C4.82822 3 4.59432 2.99961 4.40249 3.01528C4.20481 3.03144 4.0082 3.06709 3.81901 3.16349L4.273 4.0545C4.29773 4.0419 4.34809 4.02306 4.48392 4.01196C4.62559 4.00039 4.81172 4 5.1 4V3ZM4.0545 4.273C4.10243 4.17892 4.17892 4.10243 4.273 4.0545L3.81901 3.16349C3.53677 3.3073 3.3073 3.53677 3.16349 3.81901L4.0545 4.273Z\" fill=\"currentColor\"/><Path d=\"M20.5 12.5H21V11.5H20.5V12.5ZM3.5 11.5H3V12.5H3.5V11.5ZM3.5 12.5H20.5V11.5H3.5V12.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayoutHalf;\n"
|
|
7
|
-
],
|
|
8
|
-
"mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAA2C,CAAC,IAAU,CACjE,OAAO,gBAA4wF,EAA5wF,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,6lFAA6lF,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,uFAAuF,KAAK,eAAc,CAAI,GAGtwF",
|
|
9
|
-
"debugId": "344018CDA19383FD64756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
package/IconLayoutLeft1/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var k=Object.create;var{getPrototypeOf:v,defineProperty:t,getOwnPropertyNames:l,getOwnPropertyDescriptor:y}=Object,f=Object.prototype.hasOwnProperty;function L(o){return this[o]}var h,F,d=(o,r,e)=>{var n=o!=null&&typeof o==="object";if(n){var u=r?h??=new WeakMap:F??=new WeakMap,c=u.get(o);if(c)return c}e=o!=null?k(v(o)):{};let p=r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e;for(let a of l(o))if(!f.call(p,a))t(p,a,{get:L.bind(o,a),enumerable:!0});if(n)u.set(o,p);return p},B=(o)=>{var r=(i??=new WeakMap).get(o),e;if(r)return r;if(r=t({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var n of l(o))if(!f.call(r,n))t(r,n,{get:L.bind(o,n),enumerable:!(e=y(o,n))||e.enumerable})}return i.set(o,r),r},i;var S=(o)=>o;function b(o,r){this[o]=S.bind(null,r)}var I=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0,configurable:!0,set:b.bind(r,e)})};var j={};I(j,{CentralIconBase:()=>C});module.exports=B(j);var x=d(require("react")),P=require("react-native-svg"),C=({children:o,size:r=24,...e})=>{return x.default.createElement(P.Svg,{...e,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};var w={};I(w,{default:()=>M,IconLayoutLeft1:()=>g});module.exports=B(w);var s=d(require("react"));var m=require("react-native-svg"),g=(o)=>{return s.default.createElement(C,{...o},s.default.createElement(m.Path,{d:"M6.5 4.5C6.5 3.94772 6.94772 3.5 7.5 3.5L19.5 3.5C20.0523 3.5 20.5 3.94772 20.5 4.5L20.5 19.5C20.5 20.0523 20.0523 20.5 19.5 20.5H7.5C6.94772 20.5 6.5 20.0523 6.5 19.5L6.5 4.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),s.default.createElement(m.Path,{d:"M4 3.5V20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},M=g;
|
|
2
|
-
|
|
3
|
-
//# debugId=A22400AC3A07849B64756E2164756E21
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutLeft1/index.tsx"],
|
|
4
|
-
"sourcesContent": [
|
|
5
|
-
"import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n",
|
|
6
|
-
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutLeft1: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M6.5 4.5C6.5 3.94772 6.94772 3.5 7.5 3.5L19.5 3.5C20.0523 3.5 20.5 3.94772 20.5 4.5L20.5 19.5C20.5 20.0523 20.0523 20.5 19.5 20.5H7.5C6.94772 20.5 6.5 20.0523 6.5 19.5L6.5 4.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4 3.5V20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutLeft1;\n"
|
|
7
|
-
],
|
|
8
|
-
"mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,2ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA4C,CAAC,IAAU,CAClE,OAAO,wBAAuX,EAAvX,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,mLAAmL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,cAAc,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGjX",
|
|
9
|
-
"debugId": "A22400AC3A07849B64756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import s from"react";import{Svg as a}from"react-native-svg";var n=({children:r,size:o=24,...p})=>{return s.createElement(a,{...p,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};import e from"react";import{Path as t}from"react-native-svg";var C=(r)=>{return e.createElement(n,{...r},e.createElement(t,{d:"M6.5 4.5C6.5 3.94772 6.94772 3.5 7.5 3.5L19.5 3.5C20.0523 3.5 20.5 3.94772 20.5 4.5L20.5 19.5C20.5 20.0523 20.0523 20.5 19.5 20.5H7.5C6.94772 20.5 6.5 20.0523 6.5 19.5L6.5 4.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M4 3.5V20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},x=C;export{x as default,C as IconLayoutLeft1};
|
|
2
|
-
|
|
3
|
-
//# debugId=A12F2649ADC7846764756E2164756E21
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutLeft1/index.tsx"],
|
|
4
|
-
"sourcesContent": [
|
|
5
|
-
"import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n",
|
|
6
|
-
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutLeft1: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M6.5 4.5C6.5 3.94772 6.94772 3.5 7.5 3.5L19.5 3.5C20.0523 3.5 20.5 3.94772 20.5 4.5L20.5 19.5C20.5 20.0523 20.0523 20.5 19.5 20.5H7.5C6.94772 20.5 6.5 20.0523 6.5 19.5L6.5 4.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4 3.5V20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutLeft1;\n"
|
|
7
|
-
],
|
|
8
|
-
"mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAA4C,CAAC,IAAU,CAClE,OAAO,gBAAuX,EAAvX,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,mLAAmL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,cAAc,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGjX",
|
|
9
|
-
"debugId": "A12F2649ADC7846764756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var k=Object.create;var{getPrototypeOf:h,defineProperty:t,getOwnPropertyNames:l,getOwnPropertyDescriptor:v}=Object,f=Object.prototype.hasOwnProperty;function d(o){return this[o]}var y,F,B=(o,r,e)=>{var n=o!=null&&typeof o==="object";if(n){var m=r?y??=new WeakMap:F??=new WeakMap,u=m.get(o);if(u)return u}e=o!=null?k(h(o)):{};let p=r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e;for(let a of l(o))if(!f.call(p,a))t(p,a,{get:d.bind(o,a),enumerable:!0});if(n)m.set(o,p);return p},I=(o)=>{var r=(c??=new WeakMap).get(o),e;if(r)return r;if(r=t({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var n of l(o))if(!f.call(r,n))t(r,n,{get:d.bind(o,n),enumerable:!(e=v(o,n))||e.enumerable})}return c.set(o,r),r},c;var S=(o)=>o;function b(o,r){this[o]=S.bind(null,r)}var L=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0,configurable:!0,set:b.bind(r,e)})};var j={};L(j,{CentralIconBase:()=>C});module.exports=I(j);var g=B(require("react")),x=require("react-native-svg"),C=({children:o,size:r=24,...e})=>{return g.default.createElement(x.Svg,{...e,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};var w={};L(w,{default:()=>M,IconLayoutRight1:()=>P});module.exports=I(w);var s=B(require("react"));var i=require("react-native-svg"),P=(o)=>{return s.default.createElement(C,{...o},s.default.createElement(i.Path,{d:"M3.5 4.5C3.5 3.94772 3.94772 3.5 4.5 3.5L16.5 3.5C17.0523 3.5 17.5 3.94772 17.5 4.5L17.5 19.5C17.5 20.0523 17.0523 20.5 16.5 20.5H4.5C3.94772 20.5 3.5 20.0523 3.5 19.5L3.5 4.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),s.default.createElement(i.Path,{d:"M20 3.5V20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},M=P;
|
|
2
|
-
|
|
3
|
-
//# debugId=AF8B86D3763BC85464756E2164756E21
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutRight1/index.tsx"],
|
|
4
|
-
"sourcesContent": [
|
|
5
|
-
"import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n",
|
|
6
|
-
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutRight1: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M3.5 4.5C3.5 3.94772 3.94772 3.5 4.5 3.5L16.5 3.5C17.0523 3.5 17.5 3.94772 17.5 4.5L17.5 19.5C17.5 20.0523 17.0523 20.5 16.5 20.5H4.5C3.94772 20.5 3.5 20.0523 3.5 19.5L3.5 4.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20 3.5V20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutRight1;\n"
|
|
7
|
-
],
|
|
8
|
-
"mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,4ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA6C,CAAC,IAAU,CACnE,OAAO,wBAAwX,EAAxX,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,mLAAmL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,eAAe,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGlX",
|
|
9
|
-
"debugId": "AF8B86D3763BC85464756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import s from"react";import{Svg as a}from"react-native-svg";var n=({children:r,size:o=24,...p})=>{return s.createElement(a,{...p,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};import e from"react";import{Path as t}from"react-native-svg";var C=(r)=>{return e.createElement(n,{...r},e.createElement(t,{d:"M3.5 4.5C3.5 3.94772 3.94772 3.5 4.5 3.5L16.5 3.5C17.0523 3.5 17.5 3.94772 17.5 4.5L17.5 19.5C17.5 20.0523 17.0523 20.5 16.5 20.5H4.5C3.94772 20.5 3.5 20.0523 3.5 19.5L3.5 4.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M20 3.5V20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},g=C;export{g as default,C as IconLayoutRight1};
|
|
2
|
-
|
|
3
|
-
//# debugId=80EFF96FD0A0595364756E2164756E21
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutRight1/index.tsx"],
|
|
4
|
-
"sourcesContent": [
|
|
5
|
-
"import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n",
|
|
6
|
-
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutRight1: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M3.5 4.5C3.5 3.94772 3.94772 3.5 4.5 3.5L16.5 3.5C17.0523 3.5 17.5 3.94772 17.5 4.5L17.5 19.5C17.5 20.0523 17.0523 20.5 16.5 20.5H4.5C3.94772 20.5 3.5 20.0523 3.5 19.5L3.5 4.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20 3.5V20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutRight1;\n"
|
|
7
|
-
],
|
|
8
|
-
"mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAwX,EAAxX,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,mLAAmL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,eAAe,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGlX",
|
|
9
|
-
"debugId": "80EFF96FD0A0595364756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
package/IconLayoutThird/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
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,p=V.get(C);if(p)return p}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},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:f.bind(C,L),enumerable:!(o=d(C,L))||o.enumerable})}return l.set(C,r),r},l;var v=(C)=>C;function y(C,r){this[C]=v.bind(null,r)}var i=(C,r)=>{for(var o in r)t(C,o,{get:r[o],enumerable:!0,configurable:!0,set:y.bind(r,o)})};var F={};i(F,{CentralIconBase:()=>H});module.exports=c(F);var u=s(require("react")),B=require("react-native-svg"),H=({children:C,size:r=24,...o})=>{return u.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={};i(S,{default:()=>b,IconLayoutThird:()=>I});module.exports=c(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:"M4.04601 20.391L4.273 19.9455H4.273L4.04601 20.391ZM3.60899 19.954L3.16349 20.181L3.16349 20.181L3.60899 19.954ZM20.391 19.954L20.8365 20.181V20.181L20.391 19.954ZM19.954 20.391L20.181 20.8365H20.181L19.954 20.391ZM20.391 4.04601L19.9455 4.273V4.273L20.391 4.04601ZM19.954 3.60899L20.181 3.16349L20.181 3.16349L19.954 3.60899ZM3.60899 4.04601L3.16349 3.81901L3.16349 3.81901L3.60899 4.04601ZM4.04601 3.60899L3.81901 3.16349L3.81901 3.16349L4.04601 3.60899ZM20 5.1V18.9H21V5.1H20ZM18.9 20H5.1V21H18.9V20ZM4 18.9V5.1H3V18.9H4ZM5.1 4H18.9V3H5.1V4ZM5.1 20C4.81172 20 4.62559 19.9996 4.48392 19.988C4.34809 19.9769 4.29773 19.9581 4.273 19.9455L3.81901 20.8365C4.0082 20.9329 4.20481 20.9686 4.40249 20.9847C4.59432 21.0004 4.82822 21 5.1 21V20ZM3 18.9C3 19.1718 2.99961 19.4057 3.01528 19.5975C3.03144 19.7952 3.06709 19.9918 3.16349 20.181L4.0545 19.727C4.0419 19.7023 4.02306 19.6519 4.01196 19.5161C4.00039 19.3744 4 19.1883 4 18.9H3ZM4.273 19.9455C4.17892 19.8976 4.10243 19.8211 4.0545 19.727L3.16349 20.181C3.3073 20.4632 3.53677 20.6927 3.81902 20.8365L4.273 19.9455ZM20 18.9C20 19.1883 19.9996 19.3744 19.988 19.5161C19.9769 19.6519 19.9581 19.7023 19.9455 19.727L20.8365 20.181C20.9329 19.9918 20.9686 19.7952 20.9847 19.5975C21.0004 19.4057 21 19.1718 21 18.9H20ZM18.9 21C19.1718 21 19.4057 21.0004 19.5975 20.9847C19.7952 20.9686 19.9918 20.9329 20.181 20.8365L19.727 19.9455C19.7023 19.9581 19.6519 19.9769 19.5161 19.988C19.3744 19.9996 19.1883 20 18.9 20V21ZM19.9455 19.727C19.8976 19.8211 19.8211 19.8976 19.727 19.9455L20.181 20.8365C20.4632 20.6927 20.6927 20.4632 20.8365 20.181L19.9455 19.727ZM21 5.1C21 4.82822 21.0004 4.59432 20.9847 4.40249C20.9686 4.20481 20.9329 4.0082 20.8365 3.81901L19.9455 4.273C19.9581 4.29773 19.9769 4.34809 19.988 4.48392C19.9996 4.62559 20 4.81172 20 5.1H21ZM18.9 4C19.1883 4 19.3744 4.00039 19.5161 4.01196C19.6519 4.02306 19.7023 4.0419 19.727 4.0545L20.181 3.16349C19.9918 3.06709 19.7952 3.03144 19.5975 3.01528C19.4057 2.99961 19.1718 3 18.9 3V4ZM20.8365 3.81902C20.6927 3.53677 20.4632 3.3073 20.181 3.16349L19.727 4.0545C19.8211 4.10243 19.8976 4.17892 19.9455 4.273L20.8365 3.81902ZM4 5.1C4 4.81172 4.00039 4.62559 4.01196 4.48392C4.02306 4.34809 4.0419 4.29773 4.0545 4.273L3.16349 3.81901C3.06709 4.0082 3.03144 4.20481 3.01528 4.40249C2.99961 4.59432 3 4.82822 3 5.1H4ZM5.1 3C4.82822 3 4.59432 2.99961 4.40249 3.01528C4.20481 3.03144 4.0082 3.06709 3.81901 3.16349L4.273 4.0545C4.29773 4.0419 4.34809 4.02306 4.48392 4.01196C4.62559 4.00039 4.81172 4 5.1 4V3ZM4.0545 4.273C4.10243 4.17892 4.17892 4.10243 4.273 4.0545L3.81901 3.16349C3.53677 3.3073 3.3073 3.53677 3.16349 3.81901L4.0545 4.273Z",fill:"currentColor"}),M.default.createElement(n.Path,{d:"M20.5 15.1699H21V14.1699H20.5V15.1699ZM3.5 14.1699H3V15.1699H3.5V14.1699ZM3.5 15.1699H20.5V14.1699H3.5V15.1699Z",fill:"currentColor"}),M.default.createElement(n.Path,{d:"M20.5 9.83008H21V8.83008H20.5V9.83008ZM3.5 8.83008H3V9.83008H3.5V8.83008ZM3.5 9.83008H20.5V8.83008H3.5V9.83008Z",fill:"currentColor"}))},b=I;
|
|
2
|
-
|
|
3
|
-
//# debugId=7D84C9C50006B7FC64756E2164756E21
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutThird/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 IconLayoutThird: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M4.04601 20.391L4.273 19.9455H4.273L4.04601 20.391ZM3.60899 19.954L3.16349 20.181L3.16349 20.181L3.60899 19.954ZM20.391 19.954L20.8365 20.181V20.181L20.391 19.954ZM19.954 20.391L20.181 20.8365H20.181L19.954 20.391ZM20.391 4.04601L19.9455 4.273V4.273L20.391 4.04601ZM19.954 3.60899L20.181 3.16349L20.181 3.16349L19.954 3.60899ZM3.60899 4.04601L3.16349 3.81901L3.16349 3.81901L3.60899 4.04601ZM4.04601 3.60899L3.81901 3.16349L3.81901 3.16349L4.04601 3.60899ZM20 5.1V18.9H21V5.1H20ZM18.9 20H5.1V21H18.9V20ZM4 18.9V5.1H3V18.9H4ZM5.1 4H18.9V3H5.1V4ZM5.1 20C4.81172 20 4.62559 19.9996 4.48392 19.988C4.34809 19.9769 4.29773 19.9581 4.273 19.9455L3.81901 20.8365C4.0082 20.9329 4.20481 20.9686 4.40249 20.9847C4.59432 21.0004 4.82822 21 5.1 21V20ZM3 18.9C3 19.1718 2.99961 19.4057 3.01528 19.5975C3.03144 19.7952 3.06709 19.9918 3.16349 20.181L4.0545 19.727C4.0419 19.7023 4.02306 19.6519 4.01196 19.5161C4.00039 19.3744 4 19.1883 4 18.9H3ZM4.273 19.9455C4.17892 19.8976 4.10243 19.8211 4.0545 19.727L3.16349 20.181C3.3073 20.4632 3.53677 20.6927 3.81902 20.8365L4.273 19.9455ZM20 18.9C20 19.1883 19.9996 19.3744 19.988 19.5161C19.9769 19.6519 19.9581 19.7023 19.9455 19.727L20.8365 20.181C20.9329 19.9918 20.9686 19.7952 20.9847 19.5975C21.0004 19.4057 21 19.1718 21 18.9H20ZM18.9 21C19.1718 21 19.4057 21.0004 19.5975 20.9847C19.7952 20.9686 19.9918 20.9329 20.181 20.8365L19.727 19.9455C19.7023 19.9581 19.6519 19.9769 19.5161 19.988C19.3744 19.9996 19.1883 20 18.9 20V21ZM19.9455 19.727C19.8976 19.8211 19.8211 19.8976 19.727 19.9455L20.181 20.8365C20.4632 20.6927 20.6927 20.4632 20.8365 20.181L19.9455 19.727ZM21 5.1C21 4.82822 21.0004 4.59432 20.9847 4.40249C20.9686 4.20481 20.9329 4.0082 20.8365 3.81901L19.9455 4.273C19.9581 4.29773 19.9769 4.34809 19.988 4.48392C19.9996 4.62559 20 4.81172 20 5.1H21ZM18.9 4C19.1883 4 19.3744 4.00039 19.5161 4.01196C19.6519 4.02306 19.7023 4.0419 19.727 4.0545L20.181 3.16349C19.9918 3.06709 19.7952 3.03144 19.5975 3.01528C19.4057 2.99961 19.1718 3 18.9 3V4ZM20.8365 3.81902C20.6927 3.53677 20.4632 3.3073 20.181 3.16349L19.727 4.0545C19.8211 4.10243 19.8976 4.17892 19.9455 4.273L20.8365 3.81902ZM4 5.1C4 4.81172 4.00039 4.62559 4.01196 4.48392C4.02306 4.34809 4.0419 4.29773 4.0545 4.273L3.16349 3.81901C3.06709 4.0082 3.03144 4.20481 3.01528 4.40249C2.99961 4.59432 3 4.82822 3 5.1H4ZM5.1 3C4.82822 3 4.59432 2.99961 4.40249 3.01528C4.20481 3.03144 4.0082 3.06709 3.81901 3.16349L4.273 4.0545C4.29773 4.0419 4.34809 4.02306 4.48392 4.01196C4.62559 4.00039 4.81172 4 5.1 4V3ZM4.0545 4.273C4.10243 4.17892 4.17892 4.10243 4.273 4.0545L3.81901 3.16349C3.53677 3.3073 3.3073 3.53677 3.16349 3.81901L4.0545 4.273Z\" fill=\"currentColor\"/><Path d=\"M20.5 15.1699H21V14.1699H20.5V15.1699ZM3.5 14.1699H3V15.1699H3.5V14.1699ZM3.5 15.1699H20.5V14.1699H3.5V15.1699Z\" fill=\"currentColor\"/><Path d=\"M20.5 9.83008H21V8.83008H20.5V9.83008ZM3.5 8.83008H3V9.83008H3.5V8.83008ZM3.5 9.83008H20.5V8.83008H3.5V9.83008Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayoutThird;\n"
|
|
7
|
-
],
|
|
8
|
-
"mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,2ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA4C,CAAC,IAAU,CAClE,OAAO,wBAAs7F,EAAt7F,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,6lFAA6lF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,kHAAkH,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,kHAAkH,KAAK,eAAc,CAAI,GAGh7F",
|
|
9
|
-
"debugId": "7D84C9C50006B7FC64756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutThird/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 IconLayoutThird: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M4.04601 20.391L4.273 19.9455H4.273L4.04601 20.391ZM3.60899 19.954L3.16349 20.181L3.16349 20.181L3.60899 19.954ZM20.391 19.954L20.8365 20.181V20.181L20.391 19.954ZM19.954 20.391L20.181 20.8365H20.181L19.954 20.391ZM20.391 4.04601L19.9455 4.273V4.273L20.391 4.04601ZM19.954 3.60899L20.181 3.16349L20.181 3.16349L19.954 3.60899ZM3.60899 4.04601L3.16349 3.81901L3.16349 3.81901L3.60899 4.04601ZM4.04601 3.60899L3.81901 3.16349L3.81901 3.16349L4.04601 3.60899ZM20 5.1V18.9H21V5.1H20ZM18.9 20H5.1V21H18.9V20ZM4 18.9V5.1H3V18.9H4ZM5.1 4H18.9V3H5.1V4ZM5.1 20C4.81172 20 4.62559 19.9996 4.48392 19.988C4.34809 19.9769 4.29773 19.9581 4.273 19.9455L3.81901 20.8365C4.0082 20.9329 4.20481 20.9686 4.40249 20.9847C4.59432 21.0004 4.82822 21 5.1 21V20ZM3 18.9C3 19.1718 2.99961 19.4057 3.01528 19.5975C3.03144 19.7952 3.06709 19.9918 3.16349 20.181L4.0545 19.727C4.0419 19.7023 4.02306 19.6519 4.01196 19.5161C4.00039 19.3744 4 19.1883 4 18.9H3ZM4.273 19.9455C4.17892 19.8976 4.10243 19.8211 4.0545 19.727L3.16349 20.181C3.3073 20.4632 3.53677 20.6927 3.81902 20.8365L4.273 19.9455ZM20 18.9C20 19.1883 19.9996 19.3744 19.988 19.5161C19.9769 19.6519 19.9581 19.7023 19.9455 19.727L20.8365 20.181C20.9329 19.9918 20.9686 19.7952 20.9847 19.5975C21.0004 19.4057 21 19.1718 21 18.9H20ZM18.9 21C19.1718 21 19.4057 21.0004 19.5975 20.9847C19.7952 20.9686 19.9918 20.9329 20.181 20.8365L19.727 19.9455C19.7023 19.9581 19.6519 19.9769 19.5161 19.988C19.3744 19.9996 19.1883 20 18.9 20V21ZM19.9455 19.727C19.8976 19.8211 19.8211 19.8976 19.727 19.9455L20.181 20.8365C20.4632 20.6927 20.6927 20.4632 20.8365 20.181L19.9455 19.727ZM21 5.1C21 4.82822 21.0004 4.59432 20.9847 4.40249C20.9686 4.20481 20.9329 4.0082 20.8365 3.81901L19.9455 4.273C19.9581 4.29773 19.9769 4.34809 19.988 4.48392C19.9996 4.62559 20 4.81172 20 5.1H21ZM18.9 4C19.1883 4 19.3744 4.00039 19.5161 4.01196C19.6519 4.02306 19.7023 4.0419 19.727 4.0545L20.181 3.16349C19.9918 3.06709 19.7952 3.03144 19.5975 3.01528C19.4057 2.99961 19.1718 3 18.9 3V4ZM20.8365 3.81902C20.6927 3.53677 20.4632 3.3073 20.181 3.16349L19.727 4.0545C19.8211 4.10243 19.8976 4.17892 19.9455 4.273L20.8365 3.81902ZM4 5.1C4 4.81172 4.00039 4.62559 4.01196 4.48392C4.02306 4.34809 4.0419 4.29773 4.0545 4.273L3.16349 3.81901C3.06709 4.0082 3.03144 4.20481 3.01528 4.40249C2.99961 4.59432 3 4.82822 3 5.1H4ZM5.1 3C4.82822 3 4.59432 2.99961 4.40249 3.01528C4.20481 3.03144 4.0082 3.06709 3.81901 3.16349L4.273 4.0545C4.29773 4.0419 4.34809 4.02306 4.48392 4.01196C4.62559 4.00039 4.81172 4 5.1 4V3ZM4.0545 4.273C4.10243 4.17892 4.17892 4.10243 4.273 4.0545L3.81901 3.16349C3.53677 3.3073 3.3073 3.53677 3.16349 3.81901L4.0545 4.273Z\" fill=\"currentColor\"/><Path d=\"M20.5 15.1699H21V14.1699H20.5V15.1699ZM3.5 14.1699H3V15.1699H3.5V14.1699ZM3.5 15.1699H20.5V14.1699H3.5V15.1699Z\" fill=\"currentColor\"/><Path d=\"M20.5 9.83008H21V8.83008H20.5V9.83008ZM3.5 8.83008H3V9.83008H3.5V8.83008ZM3.5 9.83008H20.5V8.83008H3.5V9.83008Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayoutThird;\n"
|
|
7
|
-
],
|
|
8
|
-
"mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAA4C,CAAC,IAAU,CAClE,OAAO,gBAAs7F,EAAt7F,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,6lFAA6lF,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,kHAAkH,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,kHAAkH,KAAK,eAAc,CAAI,GAGh7F",
|
|
9
|
-
"debugId": "9AE0DC24FDD7860F64756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
package/IconLayoutTop1/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var k=Object.create;var{getPrototypeOf:v,defineProperty:t,getOwnPropertyNames:l,getOwnPropertyDescriptor:y}=Object,f=Object.prototype.hasOwnProperty;function d(o){return this[o]}var h,F,B=(o,r,e)=>{var n=o!=null&&typeof o==="object";if(n){var u=r?h??=new WeakMap:F??=new WeakMap,c=u.get(o);if(c)return c}e=o!=null?k(v(o)):{};let p=r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e;for(let a of l(o))if(!f.call(p,a))t(p,a,{get:d.bind(o,a),enumerable:!0});if(n)u.set(o,p);return p},I=(o)=>{var r=(i??=new WeakMap).get(o),e;if(r)return r;if(r=t({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var n of l(o))if(!f.call(r,n))t(r,n,{get:d.bind(o,n),enumerable:!(e=y(o,n))||e.enumerable})}return i.set(o,r),r},i;var S=(o)=>o;function b(o,r){this[o]=S.bind(null,r)}var L=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0,configurable:!0,set:b.bind(r,e)})};var j={};L(j,{CentralIconBase:()=>C});module.exports=I(j);var x=B(require("react")),P=require("react-native-svg"),C=({children:o,size:r=24,...e})=>{return x.default.createElement(P.Svg,{...e,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};var w={};L(w,{default:()=>M,IconLayoutTop1:()=>g});module.exports=I(w);var s=B(require("react"));var m=require("react-native-svg"),g=(o)=>{return s.default.createElement(C,{...o},s.default.createElement(m.Path,{d:"M4.5 20.5C3.94772 20.5 3.5 20.0523 3.5 19.5L3.5 7.5C3.5 6.94772 3.94772 6.5 4.5 6.5L19.5 6.5C20.0523 6.5 20.5 6.94772 20.5 7.5V19.5C20.5 20.0523 20.0523 20.5 19.5 20.5L4.5 20.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),s.default.createElement(m.Path,{d:"M3.5 4H20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},M=g;
|
|
2
|
-
|
|
3
|
-
//# debugId=6D194B085EA5E03E64756E2164756E21
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutTop1/index.tsx"],
|
|
4
|
-
"sourcesContent": [
|
|
5
|
-
"import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n",
|
|
6
|
-
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutTop1: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M4.5 20.5C3.94772 20.5 3.5 20.0523 3.5 19.5L3.5 7.5C3.5 6.94772 3.94772 6.5 4.5 6.5L19.5 6.5C20.0523 6.5 20.5 6.94772 20.5 7.5V19.5C20.5 20.0523 20.0523 20.5 19.5 20.5L4.5 20.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.5 4H20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutTop1;\n"
|
|
7
|
-
],
|
|
8
|
-
"mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,0ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA2C,CAAC,IAAU,CACjE,OAAO,wBAAwX,EAAxX,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,oLAAoL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,cAAc,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGlX",
|
|
9
|
-
"debugId": "6D194B085EA5E03E64756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
package/IconLayoutTop1/index.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import s from"react";import{Svg as a}from"react-native-svg";var n=({children:r,size:o=24,...p})=>{return s.createElement(a,{...p,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};import e from"react";import{Path as t}from"react-native-svg";var C=(r)=>{return e.createElement(n,{...r},e.createElement(t,{d:"M4.5 20.5C3.94772 20.5 3.5 20.0523 3.5 19.5L3.5 7.5C3.5 6.94772 3.94772 6.5 4.5 6.5L19.5 6.5C20.0523 6.5 20.5 6.94772 20.5 7.5V19.5C20.5 20.0523 20.0523 20.5 19.5 20.5L4.5 20.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M3.5 4H20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},x=C;export{x as default,C as IconLayoutTop1};
|
|
2
|
-
|
|
3
|
-
//# debugId=BD65AB4EE60DCDC164756E2164756E21
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutTop1/index.tsx"],
|
|
4
|
-
"sourcesContent": [
|
|
5
|
-
"import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n",
|
|
6
|
-
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconLayoutTop1: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M4.5 20.5C3.94772 20.5 3.5 20.0523 3.5 19.5L3.5 7.5C3.5 6.94772 3.94772 6.5 4.5 6.5L19.5 6.5C20.0523 6.5 20.5 6.94772 20.5 7.5V19.5C20.5 20.0523 20.0523 20.5 19.5 20.5L4.5 20.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.5 4H20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutTop1;\n"
|
|
7
|
-
],
|
|
8
|
-
"mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAA2C,CAAC,IAAU,CACjE,OAAO,gBAAwX,EAAxX,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,oLAAoL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,cAAc,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGlX",
|
|
9
|
-
"debugId": "BD65AB4EE60DCDC164756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|