@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/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
@@ -18,7 +18,7 @@ const licenseCheck = async () => {
18
18
  },
19
19
  body: JSON.stringify({
20
20
  package: "central-icons-react/round-filled-radius-0-stroke-1",
21
- version: "1.1.300",
21
+ version: "1.1.301",
22
22
  }),
23
23
  signal: controller.signal,
24
24
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react/round-filled-radius-0-stroke-1",
3
- "version": "1.1.300",
3
+ "version": "1.1.301",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
@@ -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.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.
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