@central-icons-react-native/round-outlined-radius-3-stroke-2 1.1.286 → 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/IconLayoutAllSides/index.d.ts +4 -0
- package/IconLayoutAllSides/index.js +3 -0
- package/IconLayoutAllSides/index.js.map +11 -0
- package/IconLayoutAllSides/index.mjs +3 -0
- package/IconLayoutAllSides/index.mjs.map +11 -0
- 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/IconLayoutLeftRight/index.d.ts +4 -0
- package/IconLayoutLeftRight/index.js +3 -0
- package/IconLayoutLeftRight/index.js.map +11 -0
- package/IconLayoutLeftRight/index.mjs +3 -0
- package/IconLayoutLeftRight/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/IconLayoutTopBottom/index.d.ts +4 -0
- package/IconLayoutTopBottom/index.js +3 -0
- package/IconLayoutTopBottom/index.js.map +11 -0
- package/IconLayoutTopBottom/index.mjs +3 -0
- package/IconLayoutTopBottom/index.mjs.map +11 -0
- 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/IconQwik/index.d.ts +4 -0
- package/IconQwik/index.js +3 -0
- package/IconQwik/index.js.map +11 -0
- package/IconQwik/index.mjs +3 -0
- package/IconQwik/index.mjs.map +11 -0
- package/README.md +14 -6
- 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 +4 -4
- package/index.d.ts +10 -2
- package/index.js +30 -6
- package/index.mjs +10 -2
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +15 -7
- 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/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/index.d.ts
CHANGED
|
@@ -1095,17 +1095,24 @@ export { IconLayoutAlignLeftRight, default as IconLayoutAlignLeftRightDefault }
|
|
|
1095
1095
|
export { IconLayoutAlignRight, default as IconLayoutAlignRightDefault } from "./IconLayoutAlignRight";
|
|
1096
1096
|
export { IconLayoutAlignTop, default as IconLayoutAlignTopDefault } from "./IconLayoutAlignTop";
|
|
1097
1097
|
export { IconLayoutAlignTopBottom, default as IconLayoutAlignTopBottomDefault } from "./IconLayoutAlignTopBottom";
|
|
1098
|
+
export { IconLayoutAllSides, default as IconLayoutAllSidesDefault } from "./IconLayoutAllSides";
|
|
1098
1099
|
export { IconLayoutBottom, default as IconLayoutBottomDefault } from "./IconLayoutBottom";
|
|
1100
|
+
export { IconLayoutBottomFull, default as IconLayoutBottomFullDefault } from "./IconLayoutBottomFull";
|
|
1099
1101
|
export { IconLayoutColumn, default as IconLayoutColumnDefault } from "./IconLayoutColumn";
|
|
1100
1102
|
export { IconLayoutDashboard, default as IconLayoutDashboardDefault } from "./IconLayoutDashboard";
|
|
1101
1103
|
export { IconLayoutGrid1, default as IconLayoutGrid1Default } from "./IconLayoutGrid1";
|
|
1102
1104
|
export { IconLayoutGrid2, default as IconLayoutGrid2Default } from "./IconLayoutGrid2";
|
|
1103
|
-
export {
|
|
1105
|
+
export { IconLayoutHalfFull, default as IconLayoutHalfFullDefault } from "./IconLayoutHalfFull";
|
|
1104
1106
|
export { IconLayoutLeft, default as IconLayoutLeftDefault } from "./IconLayoutLeft";
|
|
1107
|
+
export { IconLayoutLeftFull, default as IconLayoutLeftFullDefault } from "./IconLayoutLeftFull";
|
|
1108
|
+
export { IconLayoutLeftRight, default as IconLayoutLeftRightDefault } from "./IconLayoutLeftRight";
|
|
1105
1109
|
export { IconLayoutRight, default as IconLayoutRightDefault } from "./IconLayoutRight";
|
|
1110
|
+
export { IconLayoutRightFull, default as IconLayoutRightFullDefault } from "./IconLayoutRightFull";
|
|
1106
1111
|
export { IconLayoutSidebar, default as IconLayoutSidebarDefault } from "./IconLayoutSidebar";
|
|
1107
|
-
export {
|
|
1112
|
+
export { IconLayoutThirdFull, default as IconLayoutThirdFullDefault } from "./IconLayoutThirdFull";
|
|
1108
1113
|
export { IconLayoutTop, default as IconLayoutTopDefault } from "./IconLayoutTop";
|
|
1114
|
+
export { IconLayoutTopBottom, default as IconLayoutTopBottomDefault } from "./IconLayoutTopBottom";
|
|
1115
|
+
export { IconLayoutTopFull, default as IconLayoutTopFullDefault } from "./IconLayoutTopFull";
|
|
1109
1116
|
export { IconLayoutTopbar, default as IconLayoutTopbarDefault } from "./IconLayoutTopbar";
|
|
1110
1117
|
export { IconLayoutWindow, default as IconLayoutWindowDefault } from "./IconLayoutWindow";
|
|
1111
1118
|
export { IconLeaderboard, default as IconLeaderboardDefault } from "./IconLeaderboard";
|
|
@@ -1485,6 +1492,7 @@ export { IconQrCode, default as IconQrCodeDefault } from "./IconQrCode";
|
|
|
1485
1492
|
export { IconQuickAi, default as IconQuickAiDefault } from "./IconQuickAi";
|
|
1486
1493
|
export { IconQuickSearch, default as IconQuickSearchDefault } from "./IconQuickSearch";
|
|
1487
1494
|
export { IconQuora, default as IconQuoraDefault } from "./IconQuora";
|
|
1495
|
+
export { IconQwik, default as IconQwikDefault } from "./IconQwik";
|
|
1488
1496
|
export { IconRacingFlag, default as IconRacingFlagDefault } from "./IconRacingFlag";
|
|
1489
1497
|
export { IconRadar, default as IconRadarDefault } from "./IconRadar";
|
|
1490
1498
|
export { IconRadar1, default as IconRadar1Default } from "./IconRadar1";
|
package/index.js
CHANGED
|
@@ -3291,9 +3291,15 @@ exports.IconLayoutAlignTopDefault = _IconLayoutAlignTop.default;
|
|
|
3291
3291
|
var _IconLayoutAlignTopBottom = require("./IconLayoutAlignTopBottom/index.js");
|
|
3292
3292
|
exports.IconLayoutAlignTopBottom = _IconLayoutAlignTopBottom.IconLayoutAlignTopBottom;
|
|
3293
3293
|
exports.IconLayoutAlignTopBottomDefault = _IconLayoutAlignTopBottom.default;
|
|
3294
|
+
var _IconLayoutAllSides = require("./IconLayoutAllSides/index.js");
|
|
3295
|
+
exports.IconLayoutAllSides = _IconLayoutAllSides.IconLayoutAllSides;
|
|
3296
|
+
exports.IconLayoutAllSidesDefault = _IconLayoutAllSides.default;
|
|
3294
3297
|
var _IconLayoutBottom = require("./IconLayoutBottom/index.js");
|
|
3295
3298
|
exports.IconLayoutBottom = _IconLayoutBottom.IconLayoutBottom;
|
|
3296
3299
|
exports.IconLayoutBottomDefault = _IconLayoutBottom.default;
|
|
3300
|
+
var _IconLayoutBottomFull = require("./IconLayoutBottomFull/index.js");
|
|
3301
|
+
exports.IconLayoutBottomFull = _IconLayoutBottomFull.IconLayoutBottomFull;
|
|
3302
|
+
exports.IconLayoutBottomFullDefault = _IconLayoutBottomFull.default;
|
|
3297
3303
|
var _IconLayoutColumn = require("./IconLayoutColumn/index.js");
|
|
3298
3304
|
exports.IconLayoutColumn = _IconLayoutColumn.IconLayoutColumn;
|
|
3299
3305
|
exports.IconLayoutColumnDefault = _IconLayoutColumn.default;
|
|
@@ -3306,24 +3312,39 @@ exports.IconLayoutGrid1Default = _IconLayoutGrid1.default;
|
|
|
3306
3312
|
var _IconLayoutGrid2 = require("./IconLayoutGrid2/index.js");
|
|
3307
3313
|
exports.IconLayoutGrid2 = _IconLayoutGrid2.IconLayoutGrid2;
|
|
3308
3314
|
exports.IconLayoutGrid2Default = _IconLayoutGrid2.default;
|
|
3309
|
-
var
|
|
3310
|
-
exports.
|
|
3311
|
-
exports.
|
|
3315
|
+
var _IconLayoutHalfFull = require("./IconLayoutHalfFull/index.js");
|
|
3316
|
+
exports.IconLayoutHalfFull = _IconLayoutHalfFull.IconLayoutHalfFull;
|
|
3317
|
+
exports.IconLayoutHalfFullDefault = _IconLayoutHalfFull.default;
|
|
3312
3318
|
var _IconLayoutLeft = require("./IconLayoutLeft/index.js");
|
|
3313
3319
|
exports.IconLayoutLeft = _IconLayoutLeft.IconLayoutLeft;
|
|
3314
3320
|
exports.IconLayoutLeftDefault = _IconLayoutLeft.default;
|
|
3321
|
+
var _IconLayoutLeftFull = require("./IconLayoutLeftFull/index.js");
|
|
3322
|
+
exports.IconLayoutLeftFull = _IconLayoutLeftFull.IconLayoutLeftFull;
|
|
3323
|
+
exports.IconLayoutLeftFullDefault = _IconLayoutLeftFull.default;
|
|
3324
|
+
var _IconLayoutLeftRight = require("./IconLayoutLeftRight/index.js");
|
|
3325
|
+
exports.IconLayoutLeftRight = _IconLayoutLeftRight.IconLayoutLeftRight;
|
|
3326
|
+
exports.IconLayoutLeftRightDefault = _IconLayoutLeftRight.default;
|
|
3315
3327
|
var _IconLayoutRight = require("./IconLayoutRight/index.js");
|
|
3316
3328
|
exports.IconLayoutRight = _IconLayoutRight.IconLayoutRight;
|
|
3317
3329
|
exports.IconLayoutRightDefault = _IconLayoutRight.default;
|
|
3330
|
+
var _IconLayoutRightFull = require("./IconLayoutRightFull/index.js");
|
|
3331
|
+
exports.IconLayoutRightFull = _IconLayoutRightFull.IconLayoutRightFull;
|
|
3332
|
+
exports.IconLayoutRightFullDefault = _IconLayoutRightFull.default;
|
|
3318
3333
|
var _IconLayoutSidebar = require("./IconLayoutSidebar/index.js");
|
|
3319
3334
|
exports.IconLayoutSidebar = _IconLayoutSidebar.IconLayoutSidebar;
|
|
3320
3335
|
exports.IconLayoutSidebarDefault = _IconLayoutSidebar.default;
|
|
3321
|
-
var
|
|
3322
|
-
exports.
|
|
3323
|
-
exports.
|
|
3336
|
+
var _IconLayoutThirdFull = require("./IconLayoutThirdFull/index.js");
|
|
3337
|
+
exports.IconLayoutThirdFull = _IconLayoutThirdFull.IconLayoutThirdFull;
|
|
3338
|
+
exports.IconLayoutThirdFullDefault = _IconLayoutThirdFull.default;
|
|
3324
3339
|
var _IconLayoutTop = require("./IconLayoutTop/index.js");
|
|
3325
3340
|
exports.IconLayoutTop = _IconLayoutTop.IconLayoutTop;
|
|
3326
3341
|
exports.IconLayoutTopDefault = _IconLayoutTop.default;
|
|
3342
|
+
var _IconLayoutTopBottom = require("./IconLayoutTopBottom/index.js");
|
|
3343
|
+
exports.IconLayoutTopBottom = _IconLayoutTopBottom.IconLayoutTopBottom;
|
|
3344
|
+
exports.IconLayoutTopBottomDefault = _IconLayoutTopBottom.default;
|
|
3345
|
+
var _IconLayoutTopFull = require("./IconLayoutTopFull/index.js");
|
|
3346
|
+
exports.IconLayoutTopFull = _IconLayoutTopFull.IconLayoutTopFull;
|
|
3347
|
+
exports.IconLayoutTopFullDefault = _IconLayoutTopFull.default;
|
|
3327
3348
|
var _IconLayoutTopbar = require("./IconLayoutTopbar/index.js");
|
|
3328
3349
|
exports.IconLayoutTopbar = _IconLayoutTopbar.IconLayoutTopbar;
|
|
3329
3350
|
exports.IconLayoutTopbarDefault = _IconLayoutTopbar.default;
|
|
@@ -4461,6 +4482,9 @@ exports.IconQuickSearchDefault = _IconQuickSearch.default;
|
|
|
4461
4482
|
var _IconQuora = require("./IconQuora/index.js");
|
|
4462
4483
|
exports.IconQuora = _IconQuora.IconQuora;
|
|
4463
4484
|
exports.IconQuoraDefault = _IconQuora.default;
|
|
4485
|
+
var _IconQwik = require("./IconQwik/index.js");
|
|
4486
|
+
exports.IconQwik = _IconQwik.IconQwik;
|
|
4487
|
+
exports.IconQwikDefault = _IconQwik.default;
|
|
4464
4488
|
var _IconRacingFlag = require("./IconRacingFlag/index.js");
|
|
4465
4489
|
exports.IconRacingFlag = _IconRacingFlag.IconRacingFlag;
|
|
4466
4490
|
exports.IconRacingFlagDefault = _IconRacingFlag.default;
|
package/index.mjs
CHANGED
|
@@ -1095,17 +1095,24 @@ export { IconLayoutAlignLeftRight, default as IconLayoutAlignLeftRightDefault }
|
|
|
1095
1095
|
export { IconLayoutAlignRight, default as IconLayoutAlignRightDefault } from "./IconLayoutAlignRight/index.mjs";
|
|
1096
1096
|
export { IconLayoutAlignTop, default as IconLayoutAlignTopDefault } from "./IconLayoutAlignTop/index.mjs";
|
|
1097
1097
|
export { IconLayoutAlignTopBottom, default as IconLayoutAlignTopBottomDefault } from "./IconLayoutAlignTopBottom/index.mjs";
|
|
1098
|
+
export { IconLayoutAllSides, default as IconLayoutAllSidesDefault } from "./IconLayoutAllSides/index.mjs";
|
|
1098
1099
|
export { IconLayoutBottom, default as IconLayoutBottomDefault } from "./IconLayoutBottom/index.mjs";
|
|
1100
|
+
export { IconLayoutBottomFull, default as IconLayoutBottomFullDefault } from "./IconLayoutBottomFull/index.mjs";
|
|
1099
1101
|
export { IconLayoutColumn, default as IconLayoutColumnDefault } from "./IconLayoutColumn/index.mjs";
|
|
1100
1102
|
export { IconLayoutDashboard, default as IconLayoutDashboardDefault } from "./IconLayoutDashboard/index.mjs";
|
|
1101
1103
|
export { IconLayoutGrid1, default as IconLayoutGrid1Default } from "./IconLayoutGrid1/index.mjs";
|
|
1102
1104
|
export { IconLayoutGrid2, default as IconLayoutGrid2Default } from "./IconLayoutGrid2/index.mjs";
|
|
1103
|
-
export {
|
|
1105
|
+
export { IconLayoutHalfFull, default as IconLayoutHalfFullDefault } from "./IconLayoutHalfFull/index.mjs";
|
|
1104
1106
|
export { IconLayoutLeft, default as IconLayoutLeftDefault } from "./IconLayoutLeft/index.mjs";
|
|
1107
|
+
export { IconLayoutLeftFull, default as IconLayoutLeftFullDefault } from "./IconLayoutLeftFull/index.mjs";
|
|
1108
|
+
export { IconLayoutLeftRight, default as IconLayoutLeftRightDefault } from "./IconLayoutLeftRight/index.mjs";
|
|
1105
1109
|
export { IconLayoutRight, default as IconLayoutRightDefault } from "./IconLayoutRight/index.mjs";
|
|
1110
|
+
export { IconLayoutRightFull, default as IconLayoutRightFullDefault } from "./IconLayoutRightFull/index.mjs";
|
|
1106
1111
|
export { IconLayoutSidebar, default as IconLayoutSidebarDefault } from "./IconLayoutSidebar/index.mjs";
|
|
1107
|
-
export {
|
|
1112
|
+
export { IconLayoutThirdFull, default as IconLayoutThirdFullDefault } from "./IconLayoutThirdFull/index.mjs";
|
|
1108
1113
|
export { IconLayoutTop, default as IconLayoutTopDefault } from "./IconLayoutTop/index.mjs";
|
|
1114
|
+
export { IconLayoutTopBottom, default as IconLayoutTopBottomDefault } from "./IconLayoutTopBottom/index.mjs";
|
|
1115
|
+
export { IconLayoutTopFull, default as IconLayoutTopFullDefault } from "./IconLayoutTopFull/index.mjs";
|
|
1109
1116
|
export { IconLayoutTopbar, default as IconLayoutTopbarDefault } from "./IconLayoutTopbar/index.mjs";
|
|
1110
1117
|
export { IconLayoutWindow, default as IconLayoutWindowDefault } from "./IconLayoutWindow/index.mjs";
|
|
1111
1118
|
export { IconLeaderboard, default as IconLeaderboardDefault } from "./IconLeaderboard/index.mjs";
|
|
@@ -1485,6 +1492,7 @@ export { IconQrCode, default as IconQrCodeDefault } from "./IconQrCode/index.mjs
|
|
|
1485
1492
|
export { IconQuickAi, default as IconQuickAiDefault } from "./IconQuickAi/index.mjs";
|
|
1486
1493
|
export { IconQuickSearch, default as IconQuickSearchDefault } from "./IconQuickSearch/index.mjs";
|
|
1487
1494
|
export { IconQuora, default as IconQuoraDefault } from "./IconQuora/index.mjs";
|
|
1495
|
+
export { IconQwik, default as IconQwikDefault } from "./IconQwik/index.mjs";
|
|
1488
1496
|
export { IconRacingFlag, default as IconRacingFlagDefault } from "./IconRacingFlag/index.mjs";
|
|
1489
1497
|
export { IconRadar, default as IconRadarDefault } from "./IconRadar/index.mjs";
|
|
1490
1498
|
export { IconRadar1, default as IconRadar1Default } from "./IconRadar1/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,12 +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
|
-
- **
|
|
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
|
|
1259
1259
|
- **IconLayoutGrid1** — layout-grid-1, grid, window
|
|
1260
1260
|
- **IconLayoutGrid2** — layout-grid-2, grid
|
|
1261
1261
|
- **IconLayoutColumn** — layout-column, grid, column
|
|
@@ -1305,6 +1305,13 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1305
1305
|
- **IconLayoutAlignTopBottom** — layout-align-top-bottom, padding
|
|
1306
1306
|
- **IconGrid** — grid, camera-grid
|
|
1307
1307
|
- **IconGridBox** — grid-box, grid-9
|
|
1308
|
+
- **IconLayoutAllSides** — layout-all-sides, margin, padding
|
|
1309
|
+
- **IconLayoutLeftRight** — layout-left-right, margin, padding
|
|
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
|
|
1308
1315
|
|
|
1309
1316
|
### Location
|
|
1310
1317
|
- **IconRadar1** — radar, location, search
|
|
@@ -1764,6 +1771,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1764
1771
|
- **IconBitcoinCircle** — bitcoin-circle
|
|
1765
1772
|
- **IconSwift** — swift
|
|
1766
1773
|
- **IconSiriGen2** — siri-gen-2
|
|
1774
|
+
- **IconQwik** — qwik
|
|
1767
1775
|
|
|
1768
1776
|
### Sound & Music
|
|
1769
1777
|
- **IconVolumeFull** — volume-full, speaker, loud, sound
|
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 p=r?v??=new WeakMap:y??=new WeakMap,V=p.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)p.set(C,e);return e},c=(C)=>{var r=(l??=new WeakMap).get(C),o;if(r)return r;if(r=t({},"__esModule",{value:!0}),C&&typeof C==="object"||typeof C==="function"){for(var L of a(C))if(!m.call(r,L))t(r,L,{get: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 H=require("react-native-svg"),I=(C)=>{return n.default.createElement(Z,{...C},n.default.createElement(H.Path,{d:"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799L5.63803 4.32698ZM19 8.8V15.2H21V8.8H19ZM15.2 19H8.8V21H15.2V19ZM5 15.2V8.8H3V15.2H5ZM8.8 5H15.2V3H8.8V5ZM8.8 19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V19ZM3 15.2C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H3ZM6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L6.09202 18.782ZM19 15.2C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H19ZM15.2 21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V21ZM18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L18.782 17.908ZM21 8.8C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H21ZM15.2 5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V5ZM20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L20.564 5.18404ZM5 8.8C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H5ZM8.8 3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V3ZM5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L5.21799 6.09202Z",fill:"currentColor"}),n.default.createElement(H.Path,{d:"M20 13H21V11H20V13ZM4 11H3V13H4V11ZM4 13H20V11H4V13Z",fill:"currentColor"}))},b=I;
|
|
2
|
-
|
|
3
|
-
//# debugId=13E2D0B7D4134D9E64756E2164756E21
|
|
@@ -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=\"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799L5.63803 4.32698ZM19 8.8V15.2H21V8.8H19ZM15.2 19H8.8V21H15.2V19ZM5 15.2V8.8H3V15.2H5ZM8.8 5H15.2V3H8.8V5ZM8.8 19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V19ZM3 15.2C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H3ZM6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L6.09202 18.782ZM19 15.2C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H19ZM15.2 21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V21ZM18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L18.782 17.908ZM21 8.8C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H21ZM15.2 5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V5ZM20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L20.564 5.18404ZM5 8.8C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H5ZM8.8 3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V3ZM5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L5.21799 6.09202Z\" fill=\"currentColor\"/><Path d=\"M20 13H21V11H20V13ZM4 11H3V13H4V11ZM4 13H20V11H4V13Z\" 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,wBAA8sF,EAA9sF,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,+jFAA+jF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,uDAAuD,KAAK,eAAc,CAAI,GAGxsF",
|
|
9
|
-
"debugId": "13E2D0B7D4134D9E64756E2164756E21",
|
|
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=\"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799L5.63803 4.32698ZM19 8.8V15.2H21V8.8H19ZM15.2 19H8.8V21H15.2V19ZM5 15.2V8.8H3V15.2H5ZM8.8 5H15.2V3H8.8V5ZM8.8 19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V19ZM3 15.2C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H3ZM6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L6.09202 18.782ZM19 15.2C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H19ZM15.2 21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V21ZM18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L18.782 17.908ZM21 8.8C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H21ZM15.2 5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V5ZM20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L20.564 5.18404ZM5 8.8C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H5ZM8.8 3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V3ZM5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L5.21799 6.09202Z\" fill=\"currentColor\"/><Path d=\"M20 13H21V11H20V13ZM4 11H3V13H4V11ZM4 13H20V11H4V13Z\" 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,gBAA8sF,EAA9sF,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,+jFAA+jF,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,uDAAuD,KAAK,eAAc,CAAI,GAGxsF",
|
|
9
|
-
"debugId": "2866601DD00F2C7664756E2164756E21",
|
|
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:"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799L5.63803 4.32698ZM19 8.8V15.2H21V8.8H19ZM15.2 19H8.8V21H15.2V19ZM5 15.2V8.8H3V15.2H5ZM8.8 5H15.2V3H8.8V5ZM8.8 19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V19ZM3 15.2C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H3ZM6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L6.09202 18.782ZM19 15.2C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H19ZM15.2 21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V21ZM18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L18.782 17.908ZM21 8.8C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H21ZM15.2 5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V5ZM20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L20.564 5.18404ZM5 8.8C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H5ZM8.8 3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V3ZM5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L5.21799 6.09202Z",fill:"currentColor"}),M.default.createElement(n.Path,{d:"M20 15.67H21V13.67H20V15.67ZM4 13.67H3V15.67H4V13.67ZM4 15.67H20V13.67H4V15.67Z",fill:"currentColor"}),M.default.createElement(n.Path,{d:"M20 10.33H21V8.32996H20V10.33ZM4 8.32996H3V10.33H4V8.32996ZM4 10.33H20V8.32996H4V10.33Z",fill:"currentColor"}))},b=I;
|
|
2
|
-
|
|
3
|
-
//# debugId=7D2FC11C0A3C9BA264756E2164756E21
|
|
@@ -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=\"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799L5.63803 4.32698ZM19 8.8V15.2H21V8.8H19ZM15.2 19H8.8V21H15.2V19ZM5 15.2V8.8H3V15.2H5ZM8.8 5H15.2V3H8.8V5ZM8.8 19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V19ZM3 15.2C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H3ZM6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L6.09202 18.782ZM19 15.2C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H19ZM15.2 21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V21ZM18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L18.782 17.908ZM21 8.8C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H21ZM15.2 5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V5ZM20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L20.564 5.18404ZM5 8.8C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H5ZM8.8 3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V3ZM5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L5.21799 6.09202Z\" fill=\"currentColor\"/><Path d=\"M20 15.67H21V13.67H20V15.67ZM4 13.67H3V15.67H4V13.67ZM4 15.67H20V13.67H4V15.67Z\" fill=\"currentColor\"/><Path d=\"M20 10.33H21V8.32996H20V10.33ZM4 8.32996H3V10.33H4V8.32996ZM4 10.33H20V8.32996H4V10.33Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default 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,wBAAg2F,EAAh2F,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,+jFAA+jF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,kFAAkF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,0FAA0F,KAAK,eAAc,CAAI,GAG11F",
|
|
9
|
-
"debugId": "7D2FC11C0A3C9BA264756E2164756E21",
|
|
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=\"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799L5.63803 4.32698ZM19 8.8V15.2H21V8.8H19ZM15.2 19H8.8V21H15.2V19ZM5 15.2V8.8H3V15.2H5ZM8.8 5H15.2V3H8.8V5ZM8.8 19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V19ZM3 15.2C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H3ZM6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L6.09202 18.782ZM19 15.2C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H19ZM15.2 21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V21ZM18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L18.782 17.908ZM21 8.8C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H21ZM15.2 5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V5ZM20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L20.564 5.18404ZM5 8.8C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H5ZM8.8 3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V3ZM5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L5.21799 6.09202Z\" fill=\"currentColor\"/><Path d=\"M20 15.67H21V13.67H20V15.67ZM4 13.67H3V15.67H4V13.67ZM4 15.67H20V13.67H4V15.67Z\" fill=\"currentColor\"/><Path d=\"M20 10.33H21V8.32996H20V10.33ZM4 8.32996H3V10.33H4V8.32996ZM4 10.33H20V8.32996H4V10.33Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default 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,gBAAg2F,EAAh2F,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,+jFAA+jF,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,kFAAkF,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,0FAA0F,KAAK,eAAc,CAAI,GAG11F",
|
|
9
|
-
"debugId": "E613529AB33E9A5064756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|