@central-icons-react-native/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/IconChart8/index.d.ts +4 -0
- package/IconChart8/index.js +3 -0
- package/IconChart8/index.js.map +11 -0
- package/IconChart8/index.mjs +3 -0
- package/IconChart8/index.mjs.map +11 -0
- package/IconShieldSafeSearch/index.d.ts +4 -0
- package/IconShieldSafeSearch/index.js +3 -0
- package/IconShieldSafeSearch/index.js.map +11 -0
- package/IconShieldSafeSearch/index.mjs +3 -0
- package/IconShieldSafeSearch/index.mjs.map +11 -0
- package/README.md +2 -0
- package/filtered-icons.json +1 -1
- 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-native/SKILL.md +3 -1
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
package/package.json
CHANGED
|
@@ -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.
|
|
8
|
+
This skill helps you find icons from the Central Icons React Native library (`@central-icons-react-native/*`, 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
|
The library uses `react-native-svg` under the hood — it must be installed as a peer dependency in the consumer's project.
|
|
11
11
|
|
|
@@ -1576,6 +1576,7 @@ Need the raw, unmasked shapes instead (e.g. to style individual paths)? Set `mod
|
|
|
1576
1576
|
- **IconLock2** — lock-2, private
|
|
1577
1577
|
- **IconUnlocked2** — unlocked-2, unlock, private
|
|
1578
1578
|
- **IconKeyhole2** — keyhole-2, lock, unlock
|
|
1579
|
+
- **IconShieldSafeSearch** — shield-safe-search, child-protection
|
|
1579
1580
|
|
|
1580
1581
|
### Shopping & Payment
|
|
1581
1582
|
- **IconCreditCard1** — credit-card-1, card, payment
|
|
@@ -1937,6 +1938,7 @@ Need the raw, unmasked shapes instead (e.g. to style individual paths)? Set `mod
|
|
|
1937
1938
|
- **IconStackedBarChart100Axis** — stacked-bar-chart-100-axis
|
|
1938
1939
|
- **IconStackedBarChartHorizontal100Axis** — stacked-bar-chart-horizontal-100-axis
|
|
1939
1940
|
- **IconTrending6** — trending-6, trends, downward
|
|
1941
|
+
- **IconChart8** — chart-8, statistics, flipchart, presentation, graph
|
|
1940
1942
|
|
|
1941
1943
|
### Things
|
|
1942
1944
|
- **IconToiletPaper** — toilet-paper, wipe
|