@central-icons-react-native/round-outlined-radius-0-stroke-2 1.1.263 → 1.1.265
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/README.md +1 -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 +1 -0
- package/index.js +3 -0
- package/index.mjs +1 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +2 -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";
|
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;
|
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";
|
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.265) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2028 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
|