@central-icons-react-native/round-filled-radius-0-stroke-2 1.1.289 → 1.1.290

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
@@ -2035,6 +2035,8 @@ export { IconWindowApp, default as IconWindowAppDefault } from "./IconWindowApp"
2035
2035
  export { IconWindowCursor, default as IconWindowCursorDefault } from "./IconWindowCursor";
2036
2036
  export { IconWindowSparkle, default as IconWindowSparkleDefault } from "./IconWindowSparkle";
2037
2037
  export { IconWindowSquare, default as IconWindowSquareDefault } from "./IconWindowSquare";
2038
+ export { IconWindowSquareDelete, default as IconWindowSquareDeleteDefault } from "./IconWindowSquareDelete";
2039
+ export { IconWindowSquarePlus, default as IconWindowSquarePlusDefault } from "./IconWindowSquarePlus";
2038
2040
  export { IconWindsurf, default as IconWindsurfDefault } from "./IconWindsurf";
2039
2041
  export { IconWip, default as IconWipDefault } from "./IconWip";
2040
2042
  export { IconWizardHat, default as IconWizardHatDefault } from "./IconWizardHat";
package/index.js CHANGED
@@ -6111,6 +6111,12 @@ exports.IconWindowSparkleDefault = _IconWindowSparkle.default;
6111
6111
  var _IconWindowSquare = require("./IconWindowSquare/index.js");
6112
6112
  exports.IconWindowSquare = _IconWindowSquare.IconWindowSquare;
6113
6113
  exports.IconWindowSquareDefault = _IconWindowSquare.default;
6114
+ var _IconWindowSquareDelete = require("./IconWindowSquareDelete/index.js");
6115
+ exports.IconWindowSquareDelete = _IconWindowSquareDelete.IconWindowSquareDelete;
6116
+ exports.IconWindowSquareDeleteDefault = _IconWindowSquareDelete.default;
6117
+ var _IconWindowSquarePlus = require("./IconWindowSquarePlus/index.js");
6118
+ exports.IconWindowSquarePlus = _IconWindowSquarePlus.IconWindowSquarePlus;
6119
+ exports.IconWindowSquarePlusDefault = _IconWindowSquarePlus.default;
6114
6120
  var _IconWindsurf = require("./IconWindsurf/index.js");
6115
6121
  exports.IconWindsurf = _IconWindsurf.IconWindsurf;
6116
6122
  exports.IconWindsurfDefault = _IconWindsurf.default;
package/index.mjs CHANGED
@@ -2035,6 +2035,8 @@ export { IconWindowApp, default as IconWindowAppDefault } from "./IconWindowApp/
2035
2035
  export { IconWindowCursor, default as IconWindowCursorDefault } from "./IconWindowCursor/index.mjs";
2036
2036
  export { IconWindowSparkle, default as IconWindowSparkleDefault } from "./IconWindowSparkle/index.mjs";
2037
2037
  export { IconWindowSquare, default as IconWindowSquareDefault } from "./IconWindowSquare/index.mjs";
2038
+ export { IconWindowSquareDelete, default as IconWindowSquareDeleteDefault } from "./IconWindowSquareDelete/index.mjs";
2039
+ export { IconWindowSquarePlus, default as IconWindowSquarePlusDefault } from "./IconWindowSquarePlus/index.mjs";
2038
2040
  export { IconWindsurf, default as IconWindsurfDefault } from "./IconWindsurf/index.mjs";
2039
2041
  export { IconWip, default as IconWipDefault } from "./IconWip/index.mjs";
2040
2042
  export { IconWizardHat, default as IconWizardHatDefault } from "./IconWizardHat/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/round-filled-radius-0-stroke-2",
21
- version: "1.1.289",
21
+ version: "1.1.290",
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/round-filled-radius-0-stroke-2",
3
- "version": "1.1.289",
3
+ "version": "1.1.290",
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.289) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2056 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.290) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2058 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
 
@@ -1226,6 +1226,8 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
1226
1226
  - **IconCard** — card, profile, avatar, account
1227
1227
  - **IconUnblock** — unblock, unban
1228
1228
  - **IconWindowSquare** — window-square, browser, app, desktop
1229
+ - **IconWindowSquarePlus** — window-square-plus, browser, app, desktop
1230
+ - **IconWindowSquareDelete** — window-square-delete, browser, app, desktop
1229
1231
 
1230
1232
  ### Keyboard
1231
1233
  - **IconRunShortcut** — run-shortcut, slash, skills