@central-icons-react/square-outlined-radius-0-stroke-1 1.1.299 → 1.1.300
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/IconQwen/index.d.ts +4 -0
- package/IconQwen/index.js +3 -0
- package/IconQwen/index.js.map +11 -0
- package/IconQwen/index.mjs +3 -0
- package/IconQwen/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
|
@@ -1511,6 +1511,7 @@ export { IconQrCode, default as IconQrCodeDefault } from "./IconQrCode";
|
|
|
1511
1511
|
export { IconQuickAi, default as IconQuickAiDefault } from "./IconQuickAi";
|
|
1512
1512
|
export { IconQuickSearch, default as IconQuickSearchDefault } from "./IconQuickSearch";
|
|
1513
1513
|
export { IconQuora, default as IconQuoraDefault } from "./IconQuora";
|
|
1514
|
+
export { IconQwen, default as IconQwenDefault } from "./IconQwen";
|
|
1514
1515
|
export { IconQwik, default as IconQwikDefault } from "./IconQwik";
|
|
1515
1516
|
export { IconRacingFlag, default as IconRacingFlagDefault } from "./IconRacingFlag";
|
|
1516
1517
|
export { IconRadar, default as IconRadarDefault } from "./IconRadar";
|
package/index.js
CHANGED
|
@@ -4539,6 +4539,9 @@ exports.IconQuickSearchDefault = _IconQuickSearch.default;
|
|
|
4539
4539
|
var _IconQuora = require("./IconQuora/index.js");
|
|
4540
4540
|
exports.IconQuora = _IconQuora.IconQuora;
|
|
4541
4541
|
exports.IconQuoraDefault = _IconQuora.default;
|
|
4542
|
+
var _IconQwen = require("./IconQwen/index.js");
|
|
4543
|
+
exports.IconQwen = _IconQwen.IconQwen;
|
|
4544
|
+
exports.IconQwenDefault = _IconQwen.default;
|
|
4542
4545
|
var _IconQwik = require("./IconQwik/index.js");
|
|
4543
4546
|
exports.IconQwik = _IconQwik.IconQwik;
|
|
4544
4547
|
exports.IconQwikDefault = _IconQwik.default;
|
package/index.mjs
CHANGED
|
@@ -1511,6 +1511,7 @@ export { IconQrCode, default as IconQrCodeDefault } from "./IconQrCode/index.mjs
|
|
|
1511
1511
|
export { IconQuickAi, default as IconQuickAiDefault } from "./IconQuickAi/index.mjs";
|
|
1512
1512
|
export { IconQuickSearch, default as IconQuickSearchDefault } from "./IconQuickSearch/index.mjs";
|
|
1513
1513
|
export { IconQuora, default as IconQuoraDefault } from "./IconQuora/index.mjs";
|
|
1514
|
+
export { IconQwen, default as IconQwenDefault } from "./IconQwen/index.mjs";
|
|
1514
1515
|
export { IconQwik, default as IconQwikDefault } from "./IconQwik/index.mjs";
|
|
1515
1516
|
export { IconRacingFlag, default as IconRacingFlagDefault } from "./IconRacingFlag/index.mjs";
|
|
1516
1517
|
export { IconRadar, default as IconRadarDefault } from "./IconRadar/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.300) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2083 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
|
|
|
@@ -1814,6 +1814,7 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
1814
1814
|
- **IconMinimax** — minimax
|
|
1815
1815
|
- **IconKimi** — kimi
|
|
1816
1816
|
- **IconSpacexai** — spacexai
|
|
1817
|
+
- **IconQwen** — qwen
|
|
1817
1818
|
|
|
1818
1819
|
### Sound & Music
|
|
1819
1820
|
- **IconVolumeFull** — volume-full, speaker, loud, sound
|