@central-icons-react-native/round-filled-radius-2-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.
- 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 d=Object.create;var{getPrototypeOf:h,defineProperty:n,getOwnPropertyNames:u,getOwnPropertyDescriptor:F}=Object,B=Object.prototype.hasOwnProperty;function i(o){return this[o]}var H,S,I=(o,r,t)=>{var e=o!=null&&typeof o==="object";if(e){var s=r?H??=new WeakMap:S??=new WeakMap,f=s.get(o);if(f)return f}t=o!=null?d(h(o)):{};let p=r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t;for(let l of u(o))if(!B.call(p,l))n(p,l,{get:i.bind(o,l),enumerable:!0});if(e)s.set(o,p);return p},x=(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 u(o))if(!B.call(r,e))n(r,e,{get:i.bind(o,e),enumerable:!(t=F(o,e))||t.enumerable})}return c.set(o,r),r},c;var b=(o)=>o;function w(o,r){this[o]=b.bind(null,r)}var P=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0,configurable:!0,set:w.bind(r,t)})};var M={};P(M,{CentralIconBase:()=>a});module.exports=x(M);var g=I(require("react")),v=require("react-native-svg"),a=({children:o,size:r=24,...t})=>{return g.default.createElement(v.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 V={};P(V,{default:()=>Z,IconLayoutBottom1:()=>y});module.exports=x(V);var C=I(require("react"));var m=require("react-native-svg"),y=(o)=>{return C.default.createElement(a,{...o},C.default.createElement(m.Path,{d:"M21 14C21 15.6569 19.6569 17 18 17H6C4.34315 17 3 15.6569 3 14V6C3 4.34315 4.34315 3 6 3H18C19.6569 3 21 4.34315 21 6V14Z",fill:"currentColor"}),C.default.createElement(m.Path,{d:"M21 20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20C3 19.4477 3.44772 19 4 19H20C20.5523 19 21 19.4477 21 20Z",fill:"currentColor"}))},Z=y;
|
|
2
|
-
|
|
3
|
-
//# debugId=45E421F02CFA11D564756E2164756E21
|
|
@@ -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=\"M21 14C21 15.6569 19.6569 17 18 17H6C4.34315 17 3 15.6569 3 14V6C3 4.34315 4.34315 3 6 3H18C19.6569 3 21 4.34315 21 6V14Z\" fill=\"currentColor\"/><Path d=\"M21 20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20C3 19.4477 3.44772 19 4 19H20C20.5523 19 21 19.4477 21 20Z\" fill=\"currentColor\"/></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,wBAA+U,EAA/U,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,4HAA4H,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,2HAA2H,KAAK,eAAc,CAAI,GAGzU",
|
|
9
|
-
"debugId": "45E421F02CFA11D564756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import C from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...p})=>{return C.createElement(l,{...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 a=(r)=>{return t.createElement(e,{...r},t.createElement(n,{d:"M21 14C21 15.6569 19.6569 17 18 17H6C4.34315 17 3 15.6569 3 14V6C3 4.34315 4.34315 3 6 3H18C19.6569 3 21 4.34315 21 6V14Z",fill:"currentColor"}),t.createElement(n,{d:"M21 20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20C3 19.4477 3.44772 19 4 19H20C20.5523 19 21 19.4477 21 20Z",fill:"currentColor"}))},g=a;export{g as default,a as IconLayoutBottom1};
|
|
2
|
-
|
|
3
|
-
//# debugId=29E5DAB658D4EE1F64756E2164756E21
|
|
@@ -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=\"M21 14C21 15.6569 19.6569 17 18 17H6C4.34315 17 3 15.6569 3 14V6C3 4.34315 4.34315 3 6 3H18C19.6569 3 21 4.34315 21 6V14Z\" fill=\"currentColor\"/><Path d=\"M21 20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20C3 19.4477 3.44772 19 4 19H20C20.5523 19 21 19.4477 21 20Z\" fill=\"currentColor\"/></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,gBAA+U,EAA/U,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,4HAA4H,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,2HAA2H,KAAK,eAAc,CAAI,GAGzU",
|
|
9
|
-
"debugId": "29E5DAB658D4EE1F64756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
package/IconLayoutHalf/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var L=Object.create;var{getPrototypeOf:d,defineProperty:e,getOwnPropertyNames:u,getOwnPropertyDescriptor:h}=Object,i=Object.prototype.hasOwnProperty;function B(r){return this[r]}var F,S,I=(r,o,C)=>{var t=r!=null&&typeof r==="object";if(t){var f=o?F??=new WeakMap:S??=new WeakMap,s=f.get(r);if(s)return s}C=r!=null?L(d(r)):{};let n=o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C;for(let l of u(r))if(!i.call(n,l))e(n,l,{get:B.bind(r,l),enumerable:!0});if(t)f.set(r,n);return n},x=(r)=>{var o=(c??=new WeakMap).get(r),C;if(o)return o;if(o=e({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of u(r))if(!i.call(o,t))e(o,t,{get:B.bind(r,t),enumerable:!(C=h(r,t))||C.enumerable})}return c.set(r,o),o},c;var b=(r)=>r;function H(r,o){this[r]=b.bind(null,o)}var P=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0,configurable:!0,set:H.bind(o,C)})};var w={};P(w,{CentralIconBase:()=>a});module.exports=x(w);var g=I(require("react")),v=require("react-native-svg"),a=({children:r,size:o=24,...C})=>{return g.default.createElement(v.Svg,{...C,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var M={};P(M,{default:()=>V,IconLayoutHalf:()=>y});module.exports=x(M);var p=I(require("react"));var m=require("react-native-svg"),y=(r)=>{return p.default.createElement(a,{...r},p.default.createElement(m.Path,{d:"M7.16143 3H16.8385C17.3657 2.99998 17.8205 2.99997 18.195 3.03057C18.5904 3.06287 18.9836 3.13419 19.362 3.32698C19.9265 3.6146 20.3854 4.07354 20.673 4.63803C20.8658 5.01641 20.9371 5.40963 20.9694 5.80497C21 6.17954 21 6.6343 21 7.16144L21 11L3 11V7.16145C2.99998 6.63432 2.99997 6.17954 3.03057 5.80497C3.06287 5.40963 3.13419 5.01641 3.32698 4.63803C3.6146 4.07354 4.07354 3.6146 4.63803 3.32698C5.01641 3.13419 5.40963 3.06287 5.80497 3.03057C6.17954 2.99997 6.63429 2.99998 7.16143 3Z",fill:"currentColor"}),p.default.createElement(m.Path,{d:"M3 13V16.8385C2.99998 17.3657 2.99997 17.8205 3.03057 18.195C3.06287 18.5904 3.13419 18.9836 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.01641 20.8658 5.40963 20.9371 5.80497 20.9694C6.17954 21 6.6343 21 7.16144 21H16.8386C17.3657 21 17.8205 21 18.195 20.9694C18.5904 20.9371 18.9836 20.8658 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C20.8658 18.9836 20.9371 18.5904 20.9694 18.195C21 17.8205 21 17.3657 21 16.8386L21 13L3 13Z",fill:"currentColor"}))},V=y;
|
|
2
|
-
|
|
3
|
-
//# debugId=93E26DB4023A95EC64756E2164756E21
|
|
@@ -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=\"M7.16143 3H16.8385C17.3657 2.99998 17.8205 2.99997 18.195 3.03057C18.5904 3.06287 18.9836 3.13419 19.362 3.32698C19.9265 3.6146 20.3854 4.07354 20.673 4.63803C20.8658 5.01641 20.9371 5.40963 20.9694 5.80497C21 6.17954 21 6.6343 21 7.16144L21 11L3 11V7.16145C2.99998 6.63432 2.99997 6.17954 3.03057 5.80497C3.06287 5.40963 3.13419 5.01641 3.32698 4.63803C3.6146 4.07354 4.07354 3.6146 4.63803 3.32698C5.01641 3.13419 5.40963 3.06287 5.80497 3.03057C6.17954 2.99997 6.63429 2.99998 7.16143 3Z\" fill=\"currentColor\"/><Path d=\"M3 13V16.8385C2.99998 17.3657 2.99997 17.8205 3.03057 18.195C3.06287 18.5904 3.13419 18.9836 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.01641 20.8658 5.40963 20.9371 5.80497 20.9694C6.17954 21 6.6343 21 7.16144 21H16.8386C17.3657 21 17.8205 21 18.195 20.9694C18.5904 20.9371 18.9836 20.8658 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C20.8658 18.9836 20.9371 18.5904 20.9694 18.195C21 17.8205 21 17.3657 21 16.8386L21 13L3 13Z\" 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,wBAAshC,EAAthC,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,6eAA6e,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,idAAid,KAAK,eAAc,CAAI,GAGhhC",
|
|
9
|
-
"debugId": "93E26DB4023A95EC64756E2164756E21",
|
|
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=\"M7.16143 3H16.8385C17.3657 2.99998 17.8205 2.99997 18.195 3.03057C18.5904 3.06287 18.9836 3.13419 19.362 3.32698C19.9265 3.6146 20.3854 4.07354 20.673 4.63803C20.8658 5.01641 20.9371 5.40963 20.9694 5.80497C21 6.17954 21 6.6343 21 7.16144L21 11L3 11V7.16145C2.99998 6.63432 2.99997 6.17954 3.03057 5.80497C3.06287 5.40963 3.13419 5.01641 3.32698 4.63803C3.6146 4.07354 4.07354 3.6146 4.63803 3.32698C5.01641 3.13419 5.40963 3.06287 5.80497 3.03057C6.17954 2.99997 6.63429 2.99998 7.16143 3Z\" fill=\"currentColor\"/><Path d=\"M3 13V16.8385C2.99998 17.3657 2.99997 17.8205 3.03057 18.195C3.06287 18.5904 3.13419 18.9836 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.01641 20.8658 5.40963 20.9371 5.80497 20.9694C6.17954 21 6.6343 21 7.16144 21H16.8386C17.3657 21 17.8205 21 18.195 20.9694C18.5904 20.9371 18.9836 20.8658 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C20.8658 18.9836 20.9371 18.5904 20.9694 18.195C21 17.8205 21 17.3657 21 16.8386L21 13L3 13Z\" 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,gBAAshC,EAAthC,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,6eAA6e,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,idAAid,KAAK,eAAc,CAAI,GAGhhC",
|
|
9
|
-
"debugId": "A28EF1928510758B64756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
package/IconLayoutLeft1/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var d=Object.create;var{getPrototypeOf:h,defineProperty:n,getOwnPropertyNames:u,getOwnPropertyDescriptor:F}=Object,i=Object.prototype.hasOwnProperty;function B(r){return this[r]}var S,V,I=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var f=o?S??=new WeakMap:V??=new WeakMap,s=f.get(r);if(s)return s}t=r!=null?d(h(r)):{};let p=o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t;for(let l of u(r))if(!i.call(p,l))n(p,l,{get:B.bind(r,l),enumerable:!0});if(e)f.set(r,p);return p},x=(r)=>{var o=(c??=new WeakMap).get(r),t;if(o)return o;if(o=n({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of u(r))if(!i.call(o,e))n(o,e,{get:B.bind(r,e),enumerable:!(t=F(r,e))||t.enumerable})}return c.set(r,o),o},c;var b=(r)=>r;function w(r,o){this[r]=b.bind(null,o)}var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0,configurable:!0,set:w.bind(o,t)})};var H={};P(H,{CentralIconBase:()=>a});module.exports=x(H);var g=I(require("react")),v=require("react-native-svg"),a=({children:r,size:o=24,...t})=>{return g.default.createElement(v.Svg,{...t,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var L={};P(L,{default:()=>M,IconLayoutLeft1:()=>y});module.exports=x(L);var C=I(require("react"));var m=require("react-native-svg"),y=(r)=>{return C.default.createElement(a,{...r},C.default.createElement(m.Path,{d:"M10 3C8.34315 3 7 4.34315 7 6V18C7 19.6569 8.34315 21 10 21H18C19.6569 21 21 19.6569 21 18V6C21 4.34315 19.6569 3 18 3H10Z",fill:"currentColor"}),C.default.createElement(m.Path,{d:"M4 3C3.44772 3 3 3.44772 3 4V20C3 20.5523 3.44772 21 4 21C4.55228 21 5 20.5523 5 20V4C5 3.44772 4.55228 3 4 3Z",fill:"currentColor"}))},M=y;
|
|
2
|
-
|
|
3
|
-
//# debugId=D89590E6F127B89C64756E2164756E21
|
|
@@ -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=\"M10 3C8.34315 3 7 4.34315 7 6V18C7 19.6569 8.34315 21 10 21H18C19.6569 21 21 19.6569 21 18V6C21 4.34315 19.6569 3 18 3H10Z\" fill=\"currentColor\"/><Path d=\"M4 3C3.44772 3 3 3.44772 3 4V20C3 20.5523 3.44772 21 4 21C4.55228 21 5 20.5523 5 20V4C5 3.44772 4.55228 3 4 3Z\" fill=\"currentColor\"/></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,wBAAsU,EAAtU,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,6HAA6H,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,iHAAiH,KAAK,eAAc,CAAI,GAGhU",
|
|
9
|
-
"debugId": "D89590E6F127B89C64756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import C from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>{return C.createElement(l,{...p,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};import t from"react";import{Path as n}from"react-native-svg";var a=(o)=>{return t.createElement(e,{...o},t.createElement(n,{d:"M10 3C8.34315 3 7 4.34315 7 6V18C7 19.6569 8.34315 21 10 21H18C19.6569 21 21 19.6569 21 18V6C21 4.34315 19.6569 3 18 3H10Z",fill:"currentColor"}),t.createElement(n,{d:"M4 3C3.44772 3 3 3.44772 3 4V20C3 20.5523 3.44772 21 4 21C4.55228 21 5 20.5523 5 20V4C5 3.44772 4.55228 3 4 3Z",fill:"currentColor"}))},g=a;export{g as default,a as IconLayoutLeft1};
|
|
2
|
-
|
|
3
|
-
//# debugId=8BC61C9EF8A46A9A64756E2164756E21
|
|
@@ -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=\"M10 3C8.34315 3 7 4.34315 7 6V18C7 19.6569 8.34315 21 10 21H18C19.6569 21 21 19.6569 21 18V6C21 4.34315 19.6569 3 18 3H10Z\" fill=\"currentColor\"/><Path d=\"M4 3C3.44772 3 3 3.44772 3 4V20C3 20.5523 3.44772 21 4 21C4.55228 21 5 20.5523 5 20V4C5 3.44772 4.55228 3 4 3Z\" fill=\"currentColor\"/></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,gBAAsU,EAAtU,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,6HAA6H,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,iHAAiH,KAAK,eAAc,CAAI,GAGhU",
|
|
9
|
-
"debugId": "8BC61C9EF8A46A9A64756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var y=Object.create;var{getPrototypeOf:d,defineProperty:n,getOwnPropertyNames:i,getOwnPropertyDescriptor:F}=Object,u=Object.prototype.hasOwnProperty;function B(r){return this[r]}var S,V,I=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var s=o?S??=new WeakMap:V??=new WeakMap,f=s.get(r);if(f)return f}t=r!=null?y(d(r)):{};let p=o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t;for(let l of i(r))if(!u.call(p,l))n(p,l,{get:B.bind(r,l),enumerable:!0});if(e)s.set(r,p);return p},g=(r)=>{var o=(c??=new WeakMap).get(r),t;if(o)return o;if(o=n({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of i(r))if(!u.call(o,e))n(o,e,{get:B.bind(r,e),enumerable:!(t=F(r,e))||t.enumerable})}return c.set(r,o),o},c;var b=(r)=>r;function w(r,o){this[r]=b.bind(null,o)}var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0,configurable:!0,set:w.bind(o,t)})};var H={};x(H,{CentralIconBase:()=>a});module.exports=g(H);var P=I(require("react")),h=require("react-native-svg"),a=({children:r,size:o=24,...t})=>{return P.default.createElement(h.Svg,{...t,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var M={};x(M,{default:()=>Z,IconLayoutRight1:()=>v});module.exports=g(M);var C=I(require("react"));var m=require("react-native-svg"),v=(r)=>{return C.default.createElement(a,{...r},C.default.createElement(m.Path,{d:"M14 3C15.6569 3 17 4.34315 17 6V18C17 19.6569 15.6569 21 14 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H14Z",fill:"currentColor"}),C.default.createElement(m.Path,{d:"M20 3C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21C19.4477 21 19 20.5523 19 20V4C19 3.44772 19.4477 3 20 3Z",fill:"currentColor"}))},Z=v;
|
|
2
|
-
|
|
3
|
-
//# debugId=5E0231FEC9E991BA64756E2164756E21
|
|
@@ -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=\"M14 3C15.6569 3 17 4.34315 17 6V18C17 19.6569 15.6569 21 14 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H14Z\" fill=\"currentColor\"/><Path d=\"M20 3C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21C19.4477 21 19 20.5523 19 20V4C19 3.44772 19.4477 3 20 3Z\" fill=\"currentColor\"/></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,wBAA6U,EAA7U,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,2HAA2H,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,0HAA0H,KAAK,eAAc,CAAI,GAGvU",
|
|
9
|
-
"debugId": "5E0231FEC9E991BA64756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import C from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>{return C.createElement(l,{...p,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};import t from"react";import{Path as n}from"react-native-svg";var a=(o)=>{return t.createElement(e,{...o},t.createElement(n,{d:"M14 3C15.6569 3 17 4.34315 17 6V18C17 19.6569 15.6569 21 14 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H14Z",fill:"currentColor"}),t.createElement(n,{d:"M20 3C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21C19.4477 21 19 20.5523 19 20V4C19 3.44772 19.4477 3 20 3Z",fill:"currentColor"}))},P=a;export{P as default,a as IconLayoutRight1};
|
|
2
|
-
|
|
3
|
-
//# debugId=9052C4A83717114864756E2164756E21
|
|
@@ -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=\"M14 3C15.6569 3 17 4.34315 17 6V18C17 19.6569 15.6569 21 14 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H14Z\" fill=\"currentColor\"/><Path d=\"M20 3C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21C19.4477 21 19 20.5523 19 20V4C19 3.44772 19.4477 3 20 3Z\" fill=\"currentColor\"/></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,gBAA6U,EAA7U,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,2HAA2H,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,0HAA0H,KAAK,eAAc,CAAI,GAGvU",
|
|
9
|
-
"debugId": "9052C4A83717114864756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
package/IconLayoutThird/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var h=Object.create;var{getPrototypeOf:v,defineProperty:n,getOwnPropertyNames:i,getOwnPropertyDescriptor:y}=Object,u=Object.prototype.hasOwnProperty;function B(r){return this[r]}var F,S,I=(r,o,C)=>{var t=r!=null&&typeof r==="object";if(t){var f=o?F??=new WeakMap:S??=new WeakMap,s=f.get(r);if(s)return s}C=r!=null?h(v(r)):{};let p=o||!r||!r.__esModule?n(C,"default",{value:r,enumerable:!0}):C;for(let a of i(r))if(!u.call(p,a))n(p,a,{get:B.bind(r,a),enumerable:!0});if(t)f.set(r,p);return p},x=(r)=>{var o=(c??=new WeakMap).get(r),C;if(o)return o;if(o=n({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of i(r))if(!u.call(o,t))n(o,t,{get:B.bind(r,t),enumerable:!(C=y(r,t))||C.enumerable})}return c.set(r,o),o},c;var V=(r)=>r;function b(r,o){this[r]=V.bind(null,o)}var L=(r,o)=>{for(var C in o)n(r,C,{get:o[C],enumerable:!0,configurable:!0,set:b.bind(o,C)})};var M={};L(M,{CentralIconBase:()=>m});module.exports=x(M);var P=I(require("react")),d=require("react-native-svg"),m=({children:r,size:o=24,...C})=>{return P.default.createElement(d.Svg,{...C,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var Z={};L(Z,{default:()=>w,IconLayoutThird:()=>g});module.exports=x(Z);var e=I(require("react"));var l=require("react-native-svg"),g=(r)=>{return e.default.createElement(m,{...r},e.default.createElement(l.Path,{d:"M7.16146 3C6.63432 2.99998 6.17954 2.99997 5.80497 3.03057C5.40963 3.06287 5.01641 3.13419 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3.13419 5.01641 3.06287 5.40963 3.03057 5.80497C2.99997 6.17954 2.99998 6.63429 3 7.16142V7.66992L21 7.66992L21 7.16144C21 6.6343 21 6.17954 20.9694 5.80497C20.9371 5.40963 20.8658 5.01641 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.9836 3.13419 18.5904 3.06287 18.195 3.03057C17.8205 2.99997 17.3657 2.99998 16.8386 3H7.16146Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M3 14.3301V9.66992L21 9.66992V14.3301L3 14.3301Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M3 16.3301V16.8385C2.99998 17.3657 2.99997 17.8205 3.03057 18.195C3.06287 18.5904 3.13419 18.9836 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.01641 20.8658 5.40963 20.9371 5.80497 20.9694C6.17954 21 6.6343 21 7.16144 21H16.8386C17.3657 21 17.8205 21 18.195 20.9694C18.5904 20.9371 18.9836 20.8658 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C20.8658 18.9836 20.9371 18.5904 20.9694 18.195C21 17.8205 21 17.3657 21 16.8386L21 16.3301L3 16.3301Z",fill:"currentColor"}))},w=g;
|
|
2
|
-
|
|
3
|
-
//# debugId=C8EF2A6E61A707DF64756E2164756E21
|
|
@@ -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=\"M7.16146 3C6.63432 2.99998 6.17954 2.99997 5.80497 3.03057C5.40963 3.06287 5.01641 3.13419 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3.13419 5.01641 3.06287 5.40963 3.03057 5.80497C2.99997 6.17954 2.99998 6.63429 3 7.16142V7.66992L21 7.66992L21 7.16144C21 6.6343 21 6.17954 20.9694 5.80497C20.9371 5.40963 20.8658 5.01641 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.9836 3.13419 18.5904 3.06287 18.195 3.03057C17.8205 2.99997 17.3657 2.99998 16.8386 3H7.16146Z\" fill=\"currentColor\"/><Path d=\"M3 14.3301V9.66992L21 9.66992V14.3301L3 14.3301Z\" fill=\"currentColor\"/><Path d=\"M3 16.3301V16.8385C2.99998 17.3657 2.99997 17.8205 3.03057 18.195C3.06287 18.5904 3.13419 18.9836 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.01641 20.8658 5.40963 20.9371 5.80497 20.9694C6.17954 21 6.6343 21 7.16144 21H16.8386C17.3657 21 17.8205 21 18.195 20.9694C18.5904 20.9371 18.9836 20.8658 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C20.8658 18.9836 20.9371 18.5904 20.9694 18.195C21 17.8205 21 17.3657 21 16.8386L21 16.3301L3 16.3301Z\" 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,wBAA+nC,EAA/nC,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,ufAAuf,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,mDAAmD,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,geAAge,KAAK,eAAc,CAAI,GAGznC",
|
|
9
|
-
"debugId": "C8EF2A6E61A707DF64756E2164756E21",
|
|
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=\"M7.16146 3C6.63432 2.99998 6.17954 2.99997 5.80497 3.03057C5.40963 3.06287 5.01641 3.13419 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3.13419 5.01641 3.06287 5.40963 3.03057 5.80497C2.99997 6.17954 2.99998 6.63429 3 7.16142V7.66992L21 7.66992L21 7.16144C21 6.6343 21 6.17954 20.9694 5.80497C20.9371 5.40963 20.8658 5.01641 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.9836 3.13419 18.5904 3.06287 18.195 3.03057C17.8205 2.99997 17.3657 2.99998 16.8386 3H7.16146Z\" fill=\"currentColor\"/><Path d=\"M3 14.3301V9.66992L21 9.66992V14.3301L3 14.3301Z\" fill=\"currentColor\"/><Path d=\"M3 16.3301V16.8385C2.99998 17.3657 2.99997 17.8205 3.03057 18.195C3.06287 18.5904 3.13419 18.9836 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.01641 20.8658 5.40963 20.9371 5.80497 20.9694C6.17954 21 6.6343 21 7.16144 21H16.8386C17.3657 21 17.8205 21 18.195 20.9694C18.5904 20.9371 18.9836 20.8658 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C20.8658 18.9836 20.9371 18.5904 20.9694 18.195C21 17.8205 21 17.3657 21 16.8386L21 16.3301L3 16.3301Z\" 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,gBAA+nC,EAA/nC,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,ufAAuf,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,mDAAmD,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,geAAge,KAAK,eAAc,CAAI,GAGznC",
|
|
9
|
-
"debugId": "759DE3C87F17533964756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
package/IconLayoutTop1/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var d=Object.create;var{getPrototypeOf:h,defineProperty:n,getOwnPropertyNames:u,getOwnPropertyDescriptor:F}=Object,i=Object.prototype.hasOwnProperty;function B(r){return this[r]}var H,S,I=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var s=o?H??=new WeakMap:S??=new WeakMap,f=s.get(r);if(f)return f}t=r!=null?d(h(r)):{};let p=o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t;for(let l of u(r))if(!i.call(p,l))n(p,l,{get:B.bind(r,l),enumerable:!0});if(e)s.set(r,p);return p},x=(r)=>{var o=(c??=new WeakMap).get(r),t;if(o)return o;if(o=n({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of u(r))if(!i.call(o,e))n(o,e,{get:B.bind(r,e),enumerable:!(t=F(r,e))||t.enumerable})}return c.set(r,o),o},c;var b=(r)=>r;function w(r,o){this[r]=b.bind(null,o)}var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0,configurable:!0,set:w.bind(o,t)})};var M={};P(M,{CentralIconBase:()=>a});module.exports=x(M);var g=I(require("react")),v=require("react-native-svg"),a=({children:r,size:o=24,...t})=>{return g.default.createElement(v.Svg,{...t,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var V={};P(V,{default:()=>Z,IconLayoutTop1:()=>y});module.exports=x(V);var C=I(require("react"));var m=require("react-native-svg"),y=(r)=>{return C.default.createElement(a,{...r},C.default.createElement(m.Path,{d:"M3 10C3 8.34315 4.34315 7 6 7H18C19.6569 7 21 8.34315 21 10V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V10Z",fill:"currentColor"}),C.default.createElement(m.Path,{d:"M3 4C3 3.44772 3.44772 3 4 3H20C20.5523 3 21 3.44772 21 4C21 4.55228 20.5523 5 20 5H4C3.44772 5 3 4.55228 3 4Z",fill:"currentColor"}))},Z=y;
|
|
2
|
-
|
|
3
|
-
//# debugId=A29F4690A7DBE5A664756E2164756E21
|
|
@@ -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=\"M3 10C3 8.34315 4.34315 7 6 7H18C19.6569 7 21 8.34315 21 10V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V10Z\" fill=\"currentColor\"/><Path d=\"M3 4C3 3.44772 3.44772 3 4 3H20C20.5523 3 21 3.44772 21 4C21 4.55228 20.5523 5 20 5H4C3.44772 5 3 4.55228 3 4Z\" fill=\"currentColor\"/></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,wBAAsU,EAAtU,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,6HAA6H,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,iHAAiH,KAAK,eAAc,CAAI,GAGhU",
|
|
9
|
-
"debugId": "A29F4690A7DBE5A664756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
package/IconLayoutTop1/index.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import C from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>{return C.createElement(l,{...p,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};import t from"react";import{Path as n}from"react-native-svg";var a=(o)=>{return t.createElement(e,{...o},t.createElement(n,{d:"M3 10C3 8.34315 4.34315 7 6 7H18C19.6569 7 21 8.34315 21 10V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V10Z",fill:"currentColor"}),t.createElement(n,{d:"M3 4C3 3.44772 3.44772 3 4 3H20C20.5523 3 21 3.44772 21 4C21 4.55228 20.5523 5 20 5H4C3.44772 5 3 4.55228 3 4Z",fill:"currentColor"}))},g=a;export{g as default,a as IconLayoutTop1};
|
|
2
|
-
|
|
3
|
-
//# debugId=2D9F93D62ED8D96364756E2164756E21
|
|
@@ -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=\"M3 10C3 8.34315 4.34315 7 6 7H18C19.6569 7 21 8.34315 21 10V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V10Z\" fill=\"currentColor\"/><Path d=\"M3 4C3 3.44772 3.44772 3 4 3H20C20.5523 3 21 3.44772 21 4C21 4.55228 20.5523 5 20 5H4C3.44772 5 3 4.55228 3 4Z\" fill=\"currentColor\"/></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,gBAAsU,EAAtU,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,6HAA6H,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,iHAAiH,KAAK,eAAc,CAAI,GAGhU",
|
|
9
|
-
"debugId": "2D9F93D62ED8D96364756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|