@central-icons-react-native/round-filled-radius-0-stroke-2 1.1.264 → 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/IconEnter/index.d.ts +4 -0
- package/IconEnter/index.js +3 -0
- package/IconEnter/index.js.map +11 -0
- package/IconEnter/index.mjs +3 -0
- package/IconEnter/index.mjs.map +11 -0
- 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 +3 -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 +3 -0
- package/index.js +9 -0
- package/index.mjs +3 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +4 -1
package/index.d.ts
CHANGED
|
@@ -754,6 +754,7 @@ export { IconEmojiStarStruck, default as IconEmojiStarStruckDefault } from "./Ic
|
|
|
754
754
|
export { IconEmojiTongue, default as IconEmojiTongueDefault } from "./IconEmojiTongue";
|
|
755
755
|
export { IconEmojiWink, default as IconEmojiWinkDefault } from "./IconEmojiWink";
|
|
756
756
|
export { IconEmojiWinkTongue, default as IconEmojiWinkTongueDefault } from "./IconEmojiWinkTongue";
|
|
757
|
+
export { IconEnter, default as IconEnterDefault } from "./IconEnter";
|
|
757
758
|
export { IconEraser, default as IconEraserDefault } from "./IconEraser";
|
|
758
759
|
export { IconEraserSimple, default as IconEraserSimpleDefault } from "./IconEraserSimple";
|
|
759
760
|
export { IconEsc, default as IconEscDefault } from "./IconEsc";
|
|
@@ -1080,8 +1081,10 @@ export { IconLayersThree, default as IconLayersThreeDefault } from "./IconLayers
|
|
|
1080
1081
|
export { IconLayersTwo, default as IconLayersTwoDefault } from "./IconLayersTwo";
|
|
1081
1082
|
export { IconLayoutAlignBottom, default as IconLayoutAlignBottomDefault } from "./IconLayoutAlignBottom";
|
|
1082
1083
|
export { IconLayoutAlignLeft, default as IconLayoutAlignLeftDefault } from "./IconLayoutAlignLeft";
|
|
1084
|
+
export { IconLayoutAlignLeftRight, default as IconLayoutAlignLeftRightDefault } from "./IconLayoutAlignLeftRight";
|
|
1083
1085
|
export { IconLayoutAlignRight, default as IconLayoutAlignRightDefault } from "./IconLayoutAlignRight";
|
|
1084
1086
|
export { IconLayoutAlignTop, default as IconLayoutAlignTopDefault } from "./IconLayoutAlignTop";
|
|
1087
|
+
export { IconLayoutAlignTopBottom, default as IconLayoutAlignTopBottomDefault } from "./IconLayoutAlignTopBottom";
|
|
1085
1088
|
export { IconLayoutBottom, default as IconLayoutBottomDefault } from "./IconLayoutBottom";
|
|
1086
1089
|
export { IconLayoutColumn, default as IconLayoutColumnDefault } from "./IconLayoutColumn";
|
|
1087
1090
|
export { IconLayoutDashboard, default as IconLayoutDashboardDefault } from "./IconLayoutDashboard";
|
package/index.js
CHANGED
|
@@ -2268,6 +2268,9 @@ exports.IconEmojiWinkDefault = _IconEmojiWink.default;
|
|
|
2268
2268
|
var _IconEmojiWinkTongue = require("./IconEmojiWinkTongue/index.js");
|
|
2269
2269
|
exports.IconEmojiWinkTongue = _IconEmojiWinkTongue.IconEmojiWinkTongue;
|
|
2270
2270
|
exports.IconEmojiWinkTongueDefault = _IconEmojiWinkTongue.default;
|
|
2271
|
+
var _IconEnter = require("./IconEnter/index.js");
|
|
2272
|
+
exports.IconEnter = _IconEnter.IconEnter;
|
|
2273
|
+
exports.IconEnterDefault = _IconEnter.default;
|
|
2271
2274
|
var _IconEraser = require("./IconEraser/index.js");
|
|
2272
2275
|
exports.IconEraser = _IconEraser.IconEraser;
|
|
2273
2276
|
exports.IconEraserDefault = _IconEraser.default;
|
|
@@ -3246,12 +3249,18 @@ exports.IconLayoutAlignBottomDefault = _IconLayoutAlignBottom.default;
|
|
|
3246
3249
|
var _IconLayoutAlignLeft = require("./IconLayoutAlignLeft/index.js");
|
|
3247
3250
|
exports.IconLayoutAlignLeft = _IconLayoutAlignLeft.IconLayoutAlignLeft;
|
|
3248
3251
|
exports.IconLayoutAlignLeftDefault = _IconLayoutAlignLeft.default;
|
|
3252
|
+
var _IconLayoutAlignLeftRight = require("./IconLayoutAlignLeftRight/index.js");
|
|
3253
|
+
exports.IconLayoutAlignLeftRight = _IconLayoutAlignLeftRight.IconLayoutAlignLeftRight;
|
|
3254
|
+
exports.IconLayoutAlignLeftRightDefault = _IconLayoutAlignLeftRight.default;
|
|
3249
3255
|
var _IconLayoutAlignRight = require("./IconLayoutAlignRight/index.js");
|
|
3250
3256
|
exports.IconLayoutAlignRight = _IconLayoutAlignRight.IconLayoutAlignRight;
|
|
3251
3257
|
exports.IconLayoutAlignRightDefault = _IconLayoutAlignRight.default;
|
|
3252
3258
|
var _IconLayoutAlignTop = require("./IconLayoutAlignTop/index.js");
|
|
3253
3259
|
exports.IconLayoutAlignTop = _IconLayoutAlignTop.IconLayoutAlignTop;
|
|
3254
3260
|
exports.IconLayoutAlignTopDefault = _IconLayoutAlignTop.default;
|
|
3261
|
+
var _IconLayoutAlignTopBottom = require("./IconLayoutAlignTopBottom/index.js");
|
|
3262
|
+
exports.IconLayoutAlignTopBottom = _IconLayoutAlignTopBottom.IconLayoutAlignTopBottom;
|
|
3263
|
+
exports.IconLayoutAlignTopBottomDefault = _IconLayoutAlignTopBottom.default;
|
|
3255
3264
|
var _IconLayoutBottom = require("./IconLayoutBottom/index.js");
|
|
3256
3265
|
exports.IconLayoutBottom = _IconLayoutBottom.IconLayoutBottom;
|
|
3257
3266
|
exports.IconLayoutBottomDefault = _IconLayoutBottom.default;
|
package/index.mjs
CHANGED
|
@@ -754,6 +754,7 @@ export { IconEmojiStarStruck, default as IconEmojiStarStruckDefault } from "./Ic
|
|
|
754
754
|
export { IconEmojiTongue, default as IconEmojiTongueDefault } from "./IconEmojiTongue/index.mjs";
|
|
755
755
|
export { IconEmojiWink, default as IconEmojiWinkDefault } from "./IconEmojiWink/index.mjs";
|
|
756
756
|
export { IconEmojiWinkTongue, default as IconEmojiWinkTongueDefault } from "./IconEmojiWinkTongue/index.mjs";
|
|
757
|
+
export { IconEnter, default as IconEnterDefault } from "./IconEnter/index.mjs";
|
|
757
758
|
export { IconEraser, default as IconEraserDefault } from "./IconEraser/index.mjs";
|
|
758
759
|
export { IconEraserSimple, default as IconEraserSimpleDefault } from "./IconEraserSimple/index.mjs";
|
|
759
760
|
export { IconEsc, default as IconEscDefault } from "./IconEsc/index.mjs";
|
|
@@ -1080,8 +1081,10 @@ export { IconLayersThree, default as IconLayersThreeDefault } from "./IconLayers
|
|
|
1080
1081
|
export { IconLayersTwo, default as IconLayersTwoDefault } from "./IconLayersTwo/index.mjs";
|
|
1081
1082
|
export { IconLayoutAlignBottom, default as IconLayoutAlignBottomDefault } from "./IconLayoutAlignBottom/index.mjs";
|
|
1082
1083
|
export { IconLayoutAlignLeft, default as IconLayoutAlignLeftDefault } from "./IconLayoutAlignLeft/index.mjs";
|
|
1084
|
+
export { IconLayoutAlignLeftRight, default as IconLayoutAlignLeftRightDefault } from "./IconLayoutAlignLeftRight/index.mjs";
|
|
1083
1085
|
export { IconLayoutAlignRight, default as IconLayoutAlignRightDefault } from "./IconLayoutAlignRight/index.mjs";
|
|
1084
1086
|
export { IconLayoutAlignTop, default as IconLayoutAlignTopDefault } from "./IconLayoutAlignTop/index.mjs";
|
|
1087
|
+
export { IconLayoutAlignTopBottom, default as IconLayoutAlignTopBottomDefault } from "./IconLayoutAlignTopBottom/index.mjs";
|
|
1085
1088
|
export { IconLayoutBottom, default as IconLayoutBottomDefault } from "./IconLayoutBottom/index.mjs";
|
|
1086
1089
|
export { IconLayoutColumn, default as IconLayoutColumnDefault } from "./IconLayoutColumn/index.mjs";
|
|
1087
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
|
|
|
@@ -1234,6 +1234,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1234
1234
|
- **IconOptionKey** — option-key
|
|
1235
1235
|
- **IconControlKeyLeft** — control-key-left
|
|
1236
1236
|
- **IconShortcut** — shortcut, hotkey, powerkey, skill
|
|
1237
|
+
- **IconEnter** — enter, return, keyboard, submit, confirm
|
|
1237
1238
|
|
|
1238
1239
|
### Layout
|
|
1239
1240
|
- **IconLayoutSidebar** — layout-sidebar, grid, window
|
|
@@ -1291,6 +1292,8 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1291
1292
|
- **IconCanvasGrid** — canvas-grid, design, app-icon, blueprint
|
|
1292
1293
|
- **IconTopbarHiddenTopWide** — topbar-hidden-top-wide
|
|
1293
1294
|
- **IconBottombarHiddenBottomWide** — bottombar-hidden-bottom-wide
|
|
1295
|
+
- **IconLayoutAlignLeftRight** — layout-align-left-right, padding
|
|
1296
|
+
- **IconLayoutAlignTopBottom** — layout-align-top-bottom, padding
|
|
1294
1297
|
|
|
1295
1298
|
### Location
|
|
1296
1299
|
- **IconRadar1** — radar, location, search
|