@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.264 → 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/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
@@ -18,7 +18,7 @@ const licenseCheck = async () => {
18
18
  },
19
19
  body: JSON.stringify({
20
20
  package: "central-icons-react-native/square-outlined-radius-0-stroke-1",
21
- version: "1.1.264",
21
+ version: "1.1.265",
22
22
  }),
23
23
  signal: controller.signal,
24
24
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/square-outlined-radius-0-stroke-1",
3
- "version": "1.1.264",
3
+ "version": "1.1.265",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
@@ -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.264) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2027 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
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