@central-icons-react/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/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
@@ -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.299",
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.299",
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.299) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2082 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
@@ -1814,6 +1816,7 @@ The catalog below is the authoritative list of icons available in this library.
1814
1816
  - **IconMinimax** — minimax
1815
1817
  - **IconKimi** — kimi
1816
1818
  - **IconSpacexai** — spacexai
1819
+ - **IconQwen** — qwen
1817
1820
 
1818
1821
  ### Sound & Music
1819
1822
  - **IconVolumeFull** — volume-full, speaker, loud, sound