@central-icons-react-native/round-filled-radius-1-stroke-2 1.1.296 → 1.1.298
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/IconWindowSquareLocked/index.d.ts +4 -0
- package/IconWindowSquareLocked/index.js +3 -0
- package/IconWindowSquareLocked/index.js.map +11 -0
- package/IconWindowSquareLocked/index.mjs +3 -0
- package/IconWindowSquareLocked/index.mjs.map +11 -0
- package/IconWindowSquareSecurity/index.d.ts +4 -0
- package/IconWindowSquareSecurity/index.js +3 -0
- package/IconWindowSquareSecurity/index.js.map +11 -0
- package/IconWindowSquareSecurity/index.mjs +3 -0
- package/IconWindowSquareSecurity/index.mjs.map +11 -0
- package/README.md +2 -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 +2 -0
- package/index.js +6 -0
- package/index.mjs +2 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +3 -1
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
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.298) 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
|
The library uses `react-native-svg` under the hood — it must be installed as a peer dependency in the consumer's project.
|
|
11
11
|
|
|
@@ -1252,6 +1252,8 @@ Need the raw, unmasked shapes instead (e.g. to style individual paths)? Set `mod
|
|
|
1252
1252
|
- **IconWindowSquare** — window-square, browser, app, desktop
|
|
1253
1253
|
- **IconWindowSquarePlus** — window-square-plus, browser, app, desktop
|
|
1254
1254
|
- **IconWindowSquareDelete** — window-square-delete, browser, app, desktop
|
|
1255
|
+
- **IconWindowSquareLocked** — window-square-locked, browser, app, desktop, lock
|
|
1256
|
+
- **IconWindowSquareSecurity** — window-square-security, browser, app, desktop, shield, privacy
|
|
1255
1257
|
|
|
1256
1258
|
### Keyboard
|
|
1257
1259
|
- **IconRunShortcut** — run-shortcut, slash, skills
|