@central-icons-react/round-filled-radius-0-stroke-1 1.1.300 → 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/README.md +2 -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 +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/SKILL.md +3 -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";
|
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;
|
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";
|
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.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
|
## Before you pick an import path
|
|
11
11
|
|
|
@@ -362,6 +362,8 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
362
362
|
- **IconChevronTriangleUpMedium** — chevron-triangle-up-medium, dropdown, caret
|
|
363
363
|
- **IconCompassPointer** — compass-pointer, arrow, route
|
|
364
364
|
- **IconArrowRotatePoint** — arrow-rotate-point, rotate-camera
|
|
365
|
+
- **IconChevronGrabberVerticalToward** — chevron-grabber-vertical-toward
|
|
366
|
+
- **IconChevronGrabberHorizontalToward** — chevron-grabber-horizontal-toward
|
|
365
367
|
|
|
366
368
|
### Augmented Reality
|
|
367
369
|
- **IconVisionPro** — vision-pro, goggles
|