@central-icons-react-native/round-filled-radius-0-stroke-1 1.1.299 → 1.1.301
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/IconChevronGrabberHorizontalToward/index.d.ts +4 -0
- package/IconChevronGrabberHorizontalToward/index.js +3 -0
- package/IconChevronGrabberHorizontalToward/index.js.map +11 -0
- package/IconChevronGrabberHorizontalToward/index.mjs +3 -0
- package/IconChevronGrabberHorizontalToward/index.mjs.map +11 -0
- package/IconChevronGrabberVerticalToward/index.d.ts +4 -0
- package/IconChevronGrabberVerticalToward/index.js +3 -0
- package/IconChevronGrabberVerticalToward/index.js.map +11 -0
- package/IconChevronGrabberVerticalToward/index.mjs +3 -0
- package/IconChevronGrabberVerticalToward/index.mjs.map +11 -0
- 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 +3 -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 +3 -0
- package/index.js +9 -0
- package/index.mjs +3 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +4 -1
package/index.d.ts
CHANGED
|
@@ -470,7 +470,9 @@ export { IconChevronDoubleRight, default as IconChevronDoubleRightDefault } from
|
|
|
470
470
|
export { IconChevronDownMedium, default as IconChevronDownMediumDefault } from "./IconChevronDownMedium";
|
|
471
471
|
export { IconChevronDownSmall, default as IconChevronDownSmallDefault } from "./IconChevronDownSmall";
|
|
472
472
|
export { IconChevronGrabberHorizontal, default as IconChevronGrabberHorizontalDefault } from "./IconChevronGrabberHorizontal";
|
|
473
|
+
export { IconChevronGrabberHorizontalToward, default as IconChevronGrabberHorizontalTowardDefault } from "./IconChevronGrabberHorizontalToward";
|
|
473
474
|
export { IconChevronGrabberVertical, default as IconChevronGrabberVerticalDefault } from "./IconChevronGrabberVertical";
|
|
475
|
+
export { IconChevronGrabberVerticalToward, default as IconChevronGrabberVerticalTowardDefault } from "./IconChevronGrabberVerticalToward";
|
|
474
476
|
export { IconChevronLargeDown, default as IconChevronLargeDownDefault } from "./IconChevronLargeDown";
|
|
475
477
|
export { IconChevronLargeLeft, default as IconChevronLargeLeftDefault } from "./IconChevronLargeLeft";
|
|
476
478
|
export { IconChevronLargeRight, default as IconChevronLargeRightDefault } from "./IconChevronLargeRight";
|
|
@@ -1511,6 +1513,7 @@ export { IconQrCode, default as IconQrCodeDefault } from "./IconQrCode";
|
|
|
1511
1513
|
export { IconQuickAi, default as IconQuickAiDefault } from "./IconQuickAi";
|
|
1512
1514
|
export { IconQuickSearch, default as IconQuickSearchDefault } from "./IconQuickSearch";
|
|
1513
1515
|
export { IconQuora, default as IconQuoraDefault } from "./IconQuora";
|
|
1516
|
+
export { IconQwen, default as IconQwenDefault } from "./IconQwen";
|
|
1514
1517
|
export { IconQwik, default as IconQwikDefault } from "./IconQwik";
|
|
1515
1518
|
export { IconRacingFlag, default as IconRacingFlagDefault } from "./IconRacingFlag";
|
|
1516
1519
|
export { IconRadar, default as IconRadarDefault } from "./IconRadar";
|
package/index.js
CHANGED
|
@@ -1416,9 +1416,15 @@ exports.IconChevronDownSmallDefault = _IconChevronDownSmall.default;
|
|
|
1416
1416
|
var _IconChevronGrabberHorizontal = require("./IconChevronGrabberHorizontal/index.js");
|
|
1417
1417
|
exports.IconChevronGrabberHorizontal = _IconChevronGrabberHorizontal.IconChevronGrabberHorizontal;
|
|
1418
1418
|
exports.IconChevronGrabberHorizontalDefault = _IconChevronGrabberHorizontal.default;
|
|
1419
|
+
var _IconChevronGrabberHorizontalToward = require("./IconChevronGrabberHorizontalToward/index.js");
|
|
1420
|
+
exports.IconChevronGrabberHorizontalToward = _IconChevronGrabberHorizontalToward.IconChevronGrabberHorizontalToward;
|
|
1421
|
+
exports.IconChevronGrabberHorizontalTowardDefault = _IconChevronGrabberHorizontalToward.default;
|
|
1419
1422
|
var _IconChevronGrabberVertical = require("./IconChevronGrabberVertical/index.js");
|
|
1420
1423
|
exports.IconChevronGrabberVertical = _IconChevronGrabberVertical.IconChevronGrabberVertical;
|
|
1421
1424
|
exports.IconChevronGrabberVerticalDefault = _IconChevronGrabberVertical.default;
|
|
1425
|
+
var _IconChevronGrabberVerticalToward = require("./IconChevronGrabberVerticalToward/index.js");
|
|
1426
|
+
exports.IconChevronGrabberVerticalToward = _IconChevronGrabberVerticalToward.IconChevronGrabberVerticalToward;
|
|
1427
|
+
exports.IconChevronGrabberVerticalTowardDefault = _IconChevronGrabberVerticalToward.default;
|
|
1422
1428
|
var _IconChevronLargeDown = require("./IconChevronLargeDown/index.js");
|
|
1423
1429
|
exports.IconChevronLargeDown = _IconChevronLargeDown.IconChevronLargeDown;
|
|
1424
1430
|
exports.IconChevronLargeDownDefault = _IconChevronLargeDown.default;
|
|
@@ -4539,6 +4545,9 @@ exports.IconQuickSearchDefault = _IconQuickSearch.default;
|
|
|
4539
4545
|
var _IconQuora = require("./IconQuora/index.js");
|
|
4540
4546
|
exports.IconQuora = _IconQuora.IconQuora;
|
|
4541
4547
|
exports.IconQuoraDefault = _IconQuora.default;
|
|
4548
|
+
var _IconQwen = require("./IconQwen/index.js");
|
|
4549
|
+
exports.IconQwen = _IconQwen.IconQwen;
|
|
4550
|
+
exports.IconQwenDefault = _IconQwen.default;
|
|
4542
4551
|
var _IconQwik = require("./IconQwik/index.js");
|
|
4543
4552
|
exports.IconQwik = _IconQwik.IconQwik;
|
|
4544
4553
|
exports.IconQwikDefault = _IconQwik.default;
|
package/index.mjs
CHANGED
|
@@ -470,7 +470,9 @@ export { IconChevronDoubleRight, default as IconChevronDoubleRightDefault } from
|
|
|
470
470
|
export { IconChevronDownMedium, default as IconChevronDownMediumDefault } from "./IconChevronDownMedium/index.mjs";
|
|
471
471
|
export { IconChevronDownSmall, default as IconChevronDownSmallDefault } from "./IconChevronDownSmall/index.mjs";
|
|
472
472
|
export { IconChevronGrabberHorizontal, default as IconChevronGrabberHorizontalDefault } from "./IconChevronGrabberHorizontal/index.mjs";
|
|
473
|
+
export { IconChevronGrabberHorizontalToward, default as IconChevronGrabberHorizontalTowardDefault } from "./IconChevronGrabberHorizontalToward/index.mjs";
|
|
473
474
|
export { IconChevronGrabberVertical, default as IconChevronGrabberVerticalDefault } from "./IconChevronGrabberVertical/index.mjs";
|
|
475
|
+
export { IconChevronGrabberVerticalToward, default as IconChevronGrabberVerticalTowardDefault } from "./IconChevronGrabberVerticalToward/index.mjs";
|
|
474
476
|
export { IconChevronLargeDown, default as IconChevronLargeDownDefault } from "./IconChevronLargeDown/index.mjs";
|
|
475
477
|
export { IconChevronLargeLeft, default as IconChevronLargeLeftDefault } from "./IconChevronLargeLeft/index.mjs";
|
|
476
478
|
export { IconChevronLargeRight, default as IconChevronLargeRightDefault } from "./IconChevronLargeRight/index.mjs";
|
|
@@ -1511,6 +1513,7 @@ export { IconQrCode, default as IconQrCodeDefault } from "./IconQrCode/index.mjs
|
|
|
1511
1513
|
export { IconQuickAi, default as IconQuickAiDefault } from "./IconQuickAi/index.mjs";
|
|
1512
1514
|
export { IconQuickSearch, default as IconQuickSearchDefault } from "./IconQuickSearch/index.mjs";
|
|
1513
1515
|
export { IconQuora, default as IconQuoraDefault } from "./IconQuora/index.mjs";
|
|
1516
|
+
export { IconQwen, default as IconQwenDefault } from "./IconQwen/index.mjs";
|
|
1514
1517
|
export { IconQwik, default as IconQwikDefault } from "./IconQwik/index.mjs";
|
|
1515
1518
|
export { IconRacingFlag, default as IconRacingFlagDefault } from "./IconRacingFlag/index.mjs";
|
|
1516
1519
|
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 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.301) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2085 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
|
|
|
@@ -360,6 +360,8 @@ Need the raw, unmasked shapes instead (e.g. to style individual paths)? Set `mod
|
|
|
360
360
|
- **IconChevronTriangleUpMedium** — chevron-triangle-up-medium, dropdown, caret
|
|
361
361
|
- **IconCompassPointer** — compass-pointer, arrow, route
|
|
362
362
|
- **IconArrowRotatePoint** — arrow-rotate-point, rotate-camera
|
|
363
|
+
- **IconChevronGrabberVerticalToward** — chevron-grabber-vertical-toward
|
|
364
|
+
- **IconChevronGrabberHorizontalToward** — chevron-grabber-horizontal-toward
|
|
363
365
|
|
|
364
366
|
### Augmented Reality
|
|
365
367
|
- **IconVisionPro** — vision-pro, goggles
|
|
@@ -1812,6 +1814,7 @@ Need the raw, unmasked shapes instead (e.g. to style individual paths)? Set `mod
|
|
|
1812
1814
|
- **IconMinimax** — minimax
|
|
1813
1815
|
- **IconKimi** — kimi
|
|
1814
1816
|
- **IconSpacexai** — spacexai
|
|
1817
|
+
- **IconQwen** — qwen
|
|
1815
1818
|
|
|
1816
1819
|
### Sound & Music
|
|
1817
1820
|
- **IconVolumeFull** — volume-full, speaker, loud, sound
|