@central-icons-react-native/round-filled-radius-0-stroke-2 1.1.265 → 1.1.266
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/IconLayoutAlignLeftRight/index.d.ts +4 -0
- package/IconLayoutAlignLeftRight/index.js +3 -0
- package/IconLayoutAlignLeftRight/index.js.map +11 -0
- package/IconLayoutAlignLeftRight/index.mjs +3 -0
- package/IconLayoutAlignLeftRight/index.mjs.map +11 -0
- package/IconLayoutAlignTopBottom/index.d.ts +4 -0
- package/IconLayoutAlignTopBottom/index.js +3 -0
- package/IconLayoutAlignTopBottom/index.js.map +11 -0
- package/IconLayoutAlignTopBottom/index.mjs +3 -0
- package/IconLayoutAlignTopBottom/index.mjs.map +11 -0
- package/IconMacbook/index.js +2 -2
- package/IconMacbook/index.js.map +3 -3
- package/IconMacbook/index.mjs +2 -2
- package/IconMacbook/index.mjs.map +3 -3
- package/README.md +2 -0
- 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 +2 -0
- package/index.js +6 -0
- package/index.mjs +2 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +3 -1
package/index.d.ts
CHANGED
|
@@ -1081,8 +1081,10 @@ export { IconLayersThree, default as IconLayersThreeDefault } from "./IconLayers
|
|
|
1081
1081
|
export { IconLayersTwo, default as IconLayersTwoDefault } from "./IconLayersTwo";
|
|
1082
1082
|
export { IconLayoutAlignBottom, default as IconLayoutAlignBottomDefault } from "./IconLayoutAlignBottom";
|
|
1083
1083
|
export { IconLayoutAlignLeft, default as IconLayoutAlignLeftDefault } from "./IconLayoutAlignLeft";
|
|
1084
|
+
export { IconLayoutAlignLeftRight, default as IconLayoutAlignLeftRightDefault } from "./IconLayoutAlignLeftRight";
|
|
1084
1085
|
export { IconLayoutAlignRight, default as IconLayoutAlignRightDefault } from "./IconLayoutAlignRight";
|
|
1085
1086
|
export { IconLayoutAlignTop, default as IconLayoutAlignTopDefault } from "./IconLayoutAlignTop";
|
|
1087
|
+
export { IconLayoutAlignTopBottom, default as IconLayoutAlignTopBottomDefault } from "./IconLayoutAlignTopBottom";
|
|
1086
1088
|
export { IconLayoutBottom, default as IconLayoutBottomDefault } from "./IconLayoutBottom";
|
|
1087
1089
|
export { IconLayoutColumn, default as IconLayoutColumnDefault } from "./IconLayoutColumn";
|
|
1088
1090
|
export { IconLayoutDashboard, default as IconLayoutDashboardDefault } from "./IconLayoutDashboard";
|
package/index.js
CHANGED
|
@@ -3249,12 +3249,18 @@ exports.IconLayoutAlignBottomDefault = _IconLayoutAlignBottom.default;
|
|
|
3249
3249
|
var _IconLayoutAlignLeft = require("./IconLayoutAlignLeft/index.js");
|
|
3250
3250
|
exports.IconLayoutAlignLeft = _IconLayoutAlignLeft.IconLayoutAlignLeft;
|
|
3251
3251
|
exports.IconLayoutAlignLeftDefault = _IconLayoutAlignLeft.default;
|
|
3252
|
+
var _IconLayoutAlignLeftRight = require("./IconLayoutAlignLeftRight/index.js");
|
|
3253
|
+
exports.IconLayoutAlignLeftRight = _IconLayoutAlignLeftRight.IconLayoutAlignLeftRight;
|
|
3254
|
+
exports.IconLayoutAlignLeftRightDefault = _IconLayoutAlignLeftRight.default;
|
|
3252
3255
|
var _IconLayoutAlignRight = require("./IconLayoutAlignRight/index.js");
|
|
3253
3256
|
exports.IconLayoutAlignRight = _IconLayoutAlignRight.IconLayoutAlignRight;
|
|
3254
3257
|
exports.IconLayoutAlignRightDefault = _IconLayoutAlignRight.default;
|
|
3255
3258
|
var _IconLayoutAlignTop = require("./IconLayoutAlignTop/index.js");
|
|
3256
3259
|
exports.IconLayoutAlignTop = _IconLayoutAlignTop.IconLayoutAlignTop;
|
|
3257
3260
|
exports.IconLayoutAlignTopDefault = _IconLayoutAlignTop.default;
|
|
3261
|
+
var _IconLayoutAlignTopBottom = require("./IconLayoutAlignTopBottom/index.js");
|
|
3262
|
+
exports.IconLayoutAlignTopBottom = _IconLayoutAlignTopBottom.IconLayoutAlignTopBottom;
|
|
3263
|
+
exports.IconLayoutAlignTopBottomDefault = _IconLayoutAlignTopBottom.default;
|
|
3258
3264
|
var _IconLayoutBottom = require("./IconLayoutBottom/index.js");
|
|
3259
3265
|
exports.IconLayoutBottom = _IconLayoutBottom.IconLayoutBottom;
|
|
3260
3266
|
exports.IconLayoutBottomDefault = _IconLayoutBottom.default;
|
package/index.mjs
CHANGED
|
@@ -1081,8 +1081,10 @@ export { IconLayersThree, default as IconLayersThreeDefault } from "./IconLayers
|
|
|
1081
1081
|
export { IconLayersTwo, default as IconLayersTwoDefault } from "./IconLayersTwo/index.mjs";
|
|
1082
1082
|
export { IconLayoutAlignBottom, default as IconLayoutAlignBottomDefault } from "./IconLayoutAlignBottom/index.mjs";
|
|
1083
1083
|
export { IconLayoutAlignLeft, default as IconLayoutAlignLeftDefault } from "./IconLayoutAlignLeft/index.mjs";
|
|
1084
|
+
export { IconLayoutAlignLeftRight, default as IconLayoutAlignLeftRightDefault } from "./IconLayoutAlignLeftRight/index.mjs";
|
|
1084
1085
|
export { IconLayoutAlignRight, default as IconLayoutAlignRightDefault } from "./IconLayoutAlignRight/index.mjs";
|
|
1085
1086
|
export { IconLayoutAlignTop, default as IconLayoutAlignTopDefault } from "./IconLayoutAlignTop/index.mjs";
|
|
1087
|
+
export { IconLayoutAlignTopBottom, default as IconLayoutAlignTopBottomDefault } from "./IconLayoutAlignTopBottom/index.mjs";
|
|
1086
1088
|
export { IconLayoutBottom, default as IconLayoutBottomDefault } from "./IconLayoutBottom/index.mjs";
|
|
1087
1089
|
export { IconLayoutColumn, default as IconLayoutColumnDefault } from "./IconLayoutColumn/index.mjs";
|
|
1088
1090
|
export { IconLayoutDashboard, default as IconLayoutDashboardDefault } from "./IconLayoutDashboard/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.266) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2030 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
|
|
|
@@ -1292,6 +1292,8 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1292
1292
|
- **IconCanvasGrid** — canvas-grid, design, app-icon, blueprint
|
|
1293
1293
|
- **IconTopbarHiddenTopWide** — topbar-hidden-top-wide
|
|
1294
1294
|
- **IconBottombarHiddenBottomWide** — bottombar-hidden-bottom-wide
|
|
1295
|
+
- **IconLayoutAlignLeftRight** — layout-align-left-right, padding
|
|
1296
|
+
- **IconLayoutAlignTopBottom** — layout-align-top-bottom, padding
|
|
1295
1297
|
|
|
1296
1298
|
### Location
|
|
1297
1299
|
- **IconRadar1** — radar, location, search
|