@central-icons-react-native/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-native/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-native/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 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.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 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