@central-icons-react/square-filled-radius-0-stroke-2 1.1.296 → 1.1.297

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
@@ -2054,7 +2054,9 @@ export { IconWindowCursor, default as IconWindowCursorDefault } from "./IconWind
2054
2054
  export { IconWindowSparkle, default as IconWindowSparkleDefault } from "./IconWindowSparkle";
2055
2055
  export { IconWindowSquare, default as IconWindowSquareDefault } from "./IconWindowSquare";
2056
2056
  export { IconWindowSquareDelete, default as IconWindowSquareDeleteDefault } from "./IconWindowSquareDelete";
2057
+ export { IconWindowSquareLocked, default as IconWindowSquareLockedDefault } from "./IconWindowSquareLocked";
2057
2058
  export { IconWindowSquarePlus, default as IconWindowSquarePlusDefault } from "./IconWindowSquarePlus";
2059
+ export { IconWindowSquareSecurity, default as IconWindowSquareSecurityDefault } from "./IconWindowSquareSecurity";
2058
2060
  export { IconWindsurf, default as IconWindsurfDefault } from "./IconWindsurf";
2059
2061
  export { IconWip, default as IconWipDefault } from "./IconWip";
2060
2062
  export { IconWizardHat, default as IconWizardHatDefault } from "./IconWizardHat";
package/index.js CHANGED
@@ -6168,9 +6168,15 @@ exports.IconWindowSquareDefault = _IconWindowSquare.default;
6168
6168
  var _IconWindowSquareDelete = require("./IconWindowSquareDelete/index.js");
6169
6169
  exports.IconWindowSquareDelete = _IconWindowSquareDelete.IconWindowSquareDelete;
6170
6170
  exports.IconWindowSquareDeleteDefault = _IconWindowSquareDelete.default;
6171
+ var _IconWindowSquareLocked = require("./IconWindowSquareLocked/index.js");
6172
+ exports.IconWindowSquareLocked = _IconWindowSquareLocked.IconWindowSquareLocked;
6173
+ exports.IconWindowSquareLockedDefault = _IconWindowSquareLocked.default;
6171
6174
  var _IconWindowSquarePlus = require("./IconWindowSquarePlus/index.js");
6172
6175
  exports.IconWindowSquarePlus = _IconWindowSquarePlus.IconWindowSquarePlus;
6173
6176
  exports.IconWindowSquarePlusDefault = _IconWindowSquarePlus.default;
6177
+ var _IconWindowSquareSecurity = require("./IconWindowSquareSecurity/index.js");
6178
+ exports.IconWindowSquareSecurity = _IconWindowSquareSecurity.IconWindowSquareSecurity;
6179
+ exports.IconWindowSquareSecurityDefault = _IconWindowSquareSecurity.default;
6174
6180
  var _IconWindsurf = require("./IconWindsurf/index.js");
6175
6181
  exports.IconWindsurf = _IconWindsurf.IconWindsurf;
6176
6182
  exports.IconWindsurfDefault = _IconWindsurf.default;
package/index.mjs CHANGED
@@ -2054,7 +2054,9 @@ export { IconWindowCursor, default as IconWindowCursorDefault } from "./IconWind
2054
2054
  export { IconWindowSparkle, default as IconWindowSparkleDefault } from "./IconWindowSparkle/index.mjs";
2055
2055
  export { IconWindowSquare, default as IconWindowSquareDefault } from "./IconWindowSquare/index.mjs";
2056
2056
  export { IconWindowSquareDelete, default as IconWindowSquareDeleteDefault } from "./IconWindowSquareDelete/index.mjs";
2057
+ export { IconWindowSquareLocked, default as IconWindowSquareLockedDefault } from "./IconWindowSquareLocked/index.mjs";
2057
2058
  export { IconWindowSquarePlus, default as IconWindowSquarePlusDefault } from "./IconWindowSquarePlus/index.mjs";
2059
+ export { IconWindowSquareSecurity, default as IconWindowSquareSecurityDefault } from "./IconWindowSquareSecurity/index.mjs";
2058
2060
  export { IconWindsurf, default as IconWindsurfDefault } from "./IconWindsurf/index.mjs";
2059
2061
  export { IconWip, default as IconWipDefault } from "./IconWip/index.mjs";
2060
2062
  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/square-filled-radius-0-stroke-2",
21
- version: "1.1.296",
21
+ version: "1.1.297",
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/square-filled-radius-0-stroke-2",
3
- "version": "1.1.296",
3
+ "version": "1.1.297",
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.296) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2076 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.297) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2078 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
 
@@ -1254,6 +1254,8 @@ The catalog below is the authoritative list of icons available in this library.
1254
1254
  - **IconWindowSquare** — window-square, browser, app, desktop
1255
1255
  - **IconWindowSquarePlus** — window-square-plus, browser, app, desktop
1256
1256
  - **IconWindowSquareDelete** — window-square-delete, browser, app, desktop
1257
+ - **IconWindowSquareLocked** — window-square-locked, browser, app, desktop, lock
1258
+ - **IconWindowSquareSecurity** — window-square-security, browser, app, desktop, shield, privacy
1257
1259
 
1258
1260
  ### Keyboard
1259
1261
  - **IconRunShortcut** — run-shortcut, slash, skills