@central-icons-react/round-filled-radius-1-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/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/round-filled-radius-1-stroke-2",
21
- version: "1.1.263",
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/round-filled-radius-1-stroke-2",
3
- "version": "1.1.263",
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 code that imports from @central-i
5
5
 
6
6
  # Central Icons — React
7
7
 
8
- This skill helps you find icons from the Central Icons React library (`@central-icons-react/*`, version 1.1.263) 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 library (`@central-icons-react/*`, 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
  ## Before you pick an import path
11
11
 
@@ -1236,6 +1236,7 @@ The catalog below is the authoritative list of icons available in this library.
1236
1236
  - **IconOptionKey** — option-key
1237
1237
  - **IconControlKeyLeft** — control-key-left
1238
1238
  - **IconShortcut** — shortcut, hotkey, powerkey, skill
1239
+ - **IconEnter** — enter, return, keyboard, submit, confirm
1239
1240
 
1240
1241
  ### Layout
1241
1242
  - **IconLayoutSidebar** — layout-sidebar, grid, window