@central-icons-react/round-outlined-radius-0-stroke-2 1.1.285 → 1.1.286
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/IconWindow2/index.js +2 -2
- package/IconWindow2/index.js.map +3 -3
- package/IconWindow2/index.mjs +2 -2
- package/IconWindow2/index.mjs.map +3 -3
- package/IconWindowApp/index.js +2 -2
- package/IconWindowApp/index.js.map +3 -3
- package/IconWindowApp/index.mjs +2 -2
- package/IconWindowApp/index.mjs.map +3 -3
- package/IconWindowSquare/index.d.ts +4 -0
- package/IconWindowSquare/index.js +3 -0
- package/IconWindowSquare/index.js.map +11 -0
- package/IconWindowSquare/index.mjs +3 -0
- package/IconWindowSquare/index.mjs.map +11 -0
- package/README.md +1 -0
- 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 +1 -0
- package/index.js +3 -0
- package/index.mjs +1 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react/SKILL.md +2 -1
package/index.d.ts
CHANGED
|
@@ -2026,6 +2026,7 @@ export { IconWindow2, default as IconWindow2Default } from "./IconWindow2";
|
|
|
2026
2026
|
export { IconWindowApp, default as IconWindowAppDefault } from "./IconWindowApp";
|
|
2027
2027
|
export { IconWindowCursor, default as IconWindowCursorDefault } from "./IconWindowCursor";
|
|
2028
2028
|
export { IconWindowSparkle, default as IconWindowSparkleDefault } from "./IconWindowSparkle";
|
|
2029
|
+
export { IconWindowSquare, default as IconWindowSquareDefault } from "./IconWindowSquare";
|
|
2029
2030
|
export { IconWindsurf, default as IconWindsurfDefault } from "./IconWindsurf";
|
|
2030
2031
|
export { IconWip, default as IconWipDefault } from "./IconWip";
|
|
2031
2032
|
export { IconWizardHat, default as IconWizardHatDefault } from "./IconWizardHat";
|
package/index.js
CHANGED
|
@@ -6084,6 +6084,9 @@ exports.IconWindowCursorDefault = _IconWindowCursor.default;
|
|
|
6084
6084
|
var _IconWindowSparkle = require("./IconWindowSparkle/index.js");
|
|
6085
6085
|
exports.IconWindowSparkle = _IconWindowSparkle.IconWindowSparkle;
|
|
6086
6086
|
exports.IconWindowSparkleDefault = _IconWindowSparkle.default;
|
|
6087
|
+
var _IconWindowSquare = require("./IconWindowSquare/index.js");
|
|
6088
|
+
exports.IconWindowSquare = _IconWindowSquare.IconWindowSquare;
|
|
6089
|
+
exports.IconWindowSquareDefault = _IconWindowSquare.default;
|
|
6087
6090
|
var _IconWindsurf = require("./IconWindsurf/index.js");
|
|
6088
6091
|
exports.IconWindsurf = _IconWindsurf.IconWindsurf;
|
|
6089
6092
|
exports.IconWindsurfDefault = _IconWindsurf.default;
|
package/index.mjs
CHANGED
|
@@ -2026,6 +2026,7 @@ export { IconWindow2, default as IconWindow2Default } from "./IconWindow2/index.
|
|
|
2026
2026
|
export { IconWindowApp, default as IconWindowAppDefault } from "./IconWindowApp/index.mjs";
|
|
2027
2027
|
export { IconWindowCursor, default as IconWindowCursorDefault } from "./IconWindowCursor/index.mjs";
|
|
2028
2028
|
export { IconWindowSparkle, default as IconWindowSparkleDefault } from "./IconWindowSparkle/index.mjs";
|
|
2029
|
+
export { IconWindowSquare, default as IconWindowSquareDefault } from "./IconWindowSquare/index.mjs";
|
|
2029
2030
|
export { IconWindsurf, default as IconWindsurfDefault } from "./IconWindsurf/index.mjs";
|
|
2030
2031
|
export { IconWip, default as IconWipDefault } from "./IconWip/index.mjs";
|
|
2031
2032
|
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 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.
|
|
8
|
+
This skill helps you find icons from the Central Icons React library (`@central-icons-react/*`, version 1.1.286) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2048 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
|
|
|
@@ -1227,6 +1227,7 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
1227
1227
|
- **IconCheckmark2Medium** — checkmark-2-medium
|
|
1228
1228
|
- **IconCard** — card, profile, avatar, account
|
|
1229
1229
|
- **IconUnblock** — unblock, unban
|
|
1230
|
+
- **IconWindowSquare** — window-square, browser, app, desktop
|
|
1230
1231
|
|
|
1231
1232
|
### Keyboard
|
|
1232
1233
|
- **IconRunShortcut** — run-shortcut, slash, skills
|