@central-icons-react/round-filled-radius-0-stroke-1 1.1.301 → 1.1.302

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
@@ -445,6 +445,7 @@ export { IconChart4, default as IconChart4Default } from "./IconChart4";
445
445
  export { IconChart5, default as IconChart5Default } from "./IconChart5";
446
446
  export { IconChart6, default as IconChart6Default } from "./IconChart6";
447
447
  export { IconChart7, default as IconChart7Default } from "./IconChart7";
448
+ export { IconChart8, default as IconChart8Default } from "./IconChart8";
448
449
  export { IconChartCompare, default as IconChartCompareDefault } from "./IconChartCompare";
449
450
  export { IconChartCompareHorizontal, default as IconChartCompareHorizontalDefault } from "./IconChartCompareHorizontal";
450
451
  export { IconChartWaterfall, default as IconChartWaterfallDefault } from "./IconChartWaterfall";
@@ -1654,6 +1655,7 @@ export { IconShieldCheck3, default as IconShieldCheck3Default } from "./IconShie
1654
1655
  export { IconShieldCode, default as IconShieldCodeDefault } from "./IconShieldCode";
1655
1656
  export { IconShieldCrossed, default as IconShieldCrossedDefault } from "./IconShieldCrossed";
1656
1657
  export { IconShieldKeyhole, default as IconShieldKeyholeDefault } from "./IconShieldKeyhole";
1658
+ export { IconShieldSafeSearch, default as IconShieldSafeSearchDefault } from "./IconShieldSafeSearch";
1657
1659
  export { IconShieldSearch, default as IconShieldSearchDefault } from "./IconShieldSearch";
1658
1660
  export { IconShift, default as IconShiftDefault } from "./IconShift";
1659
1661
  export { IconShimmer, default as IconShimmerDefault } from "./IconShimmer";
package/index.js CHANGED
@@ -1341,6 +1341,9 @@ exports.IconChart6Default = _IconChart6.default;
1341
1341
  var _IconChart7 = require("./IconChart7/index.js");
1342
1342
  exports.IconChart7 = _IconChart7.IconChart7;
1343
1343
  exports.IconChart7Default = _IconChart7.default;
1344
+ var _IconChart8 = require("./IconChart8/index.js");
1345
+ exports.IconChart8 = _IconChart8.IconChart8;
1346
+ exports.IconChart8Default = _IconChart8.default;
1344
1347
  var _IconChartCompare = require("./IconChartCompare/index.js");
1345
1348
  exports.IconChartCompare = _IconChartCompare.IconChartCompare;
1346
1349
  exports.IconChartCompareDefault = _IconChartCompare.default;
@@ -4968,6 +4971,9 @@ exports.IconShieldCrossedDefault = _IconShieldCrossed.default;
4968
4971
  var _IconShieldKeyhole = require("./IconShieldKeyhole/index.js");
4969
4972
  exports.IconShieldKeyhole = _IconShieldKeyhole.IconShieldKeyhole;
4970
4973
  exports.IconShieldKeyholeDefault = _IconShieldKeyhole.default;
4974
+ var _IconShieldSafeSearch = require("./IconShieldSafeSearch/index.js");
4975
+ exports.IconShieldSafeSearch = _IconShieldSafeSearch.IconShieldSafeSearch;
4976
+ exports.IconShieldSafeSearchDefault = _IconShieldSafeSearch.default;
4971
4977
  var _IconShieldSearch = require("./IconShieldSearch/index.js");
4972
4978
  exports.IconShieldSearch = _IconShieldSearch.IconShieldSearch;
4973
4979
  exports.IconShieldSearchDefault = _IconShieldSearch.default;
package/index.mjs CHANGED
@@ -445,6 +445,7 @@ export { IconChart4, default as IconChart4Default } from "./IconChart4/index.mjs
445
445
  export { IconChart5, default as IconChart5Default } from "./IconChart5/index.mjs";
446
446
  export { IconChart6, default as IconChart6Default } from "./IconChart6/index.mjs";
447
447
  export { IconChart7, default as IconChart7Default } from "./IconChart7/index.mjs";
448
+ export { IconChart8, default as IconChart8Default } from "./IconChart8/index.mjs";
448
449
  export { IconChartCompare, default as IconChartCompareDefault } from "./IconChartCompare/index.mjs";
449
450
  export { IconChartCompareHorizontal, default as IconChartCompareHorizontalDefault } from "./IconChartCompareHorizontal/index.mjs";
450
451
  export { IconChartWaterfall, default as IconChartWaterfallDefault } from "./IconChartWaterfall/index.mjs";
@@ -1654,6 +1655,7 @@ export { IconShieldCheck3, default as IconShieldCheck3Default } from "./IconShie
1654
1655
  export { IconShieldCode, default as IconShieldCodeDefault } from "./IconShieldCode/index.mjs";
1655
1656
  export { IconShieldCrossed, default as IconShieldCrossedDefault } from "./IconShieldCrossed/index.mjs";
1656
1657
  export { IconShieldKeyhole, default as IconShieldKeyholeDefault } from "./IconShieldKeyhole/index.mjs";
1658
+ export { IconShieldSafeSearch, default as IconShieldSafeSearchDefault } from "./IconShieldSafeSearch/index.mjs";
1657
1659
  export { IconShieldSearch, default as IconShieldSearchDefault } from "./IconShieldSearch/index.mjs";
1658
1660
  export { IconShift, default as IconShiftDefault } from "./IconShift/index.mjs";
1659
1661
  export { IconShimmer, default as IconShimmerDefault } from "./IconShimmer/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.301",
21
+ version: "1.1.302",
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.301",
3
+ "version": "1.1.302",
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.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.
8
+ This skill helps you find icons from the Central Icons React library (`@central-icons-react/*`, version 1.1.302) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2087 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
 
@@ -1578,6 +1578,7 @@ The catalog below is the authoritative list of icons available in this library.
1578
1578
  - **IconLock2** — lock-2, private
1579
1579
  - **IconUnlocked2** — unlocked-2, unlock, private
1580
1580
  - **IconKeyhole2** — keyhole-2, lock, unlock
1581
+ - **IconShieldSafeSearch** — shield-safe-search, child-protection
1581
1582
 
1582
1583
  ### Shopping & Payment
1583
1584
  - **IconCreditCard1** — credit-card-1, card, payment
@@ -1939,6 +1940,7 @@ The catalog below is the authoritative list of icons available in this library.
1939
1940
  - **IconStackedBarChart100Axis** — stacked-bar-chart-100-axis
1940
1941
  - **IconStackedBarChartHorizontal100Axis** — stacked-bar-chart-horizontal-100-axis
1941
1942
  - **IconTrending6** — trending-6, trends, downward
1943
+ - **IconChart8** — chart-8, statistics, flipchart, presentation, graph
1942
1944
 
1943
1945
  ### Things
1944
1946
  - **IconToiletPaper** — toilet-paper, wipe