@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.312 → 1.1.313
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/IconSaturn/index.d.ts +4 -0
- package/IconSaturn/index.js +3 -0
- package/IconSaturn/index.js.map +11 -0
- package/IconSaturn/index.mjs +3 -0
- package/IconSaturn/index.mjs.map +11 -0
- package/README.md +1 -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 +1 -0
- package/index.js +3 -0
- package/index.mjs +1 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +2 -1
package/index.d.ts
CHANGED
|
@@ -1605,6 +1605,7 @@ export { IconSankeyAxis, default as IconSankeyAxisDefault } from "./IconSankeyAx
|
|
|
1605
1605
|
export { IconSankeyChart, default as IconSankeyChartDefault } from "./IconSankeyChart";
|
|
1606
1606
|
export { IconSatellite1, default as IconSatellite1Default } from "./IconSatellite1";
|
|
1607
1607
|
export { IconSatellite2, default as IconSatellite2Default } from "./IconSatellite2";
|
|
1608
|
+
export { IconSaturn, default as IconSaturnDefault } from "./IconSaturn";
|
|
1608
1609
|
export { IconScanCode, default as IconScanCodeDefault } from "./IconScanCode";
|
|
1609
1610
|
export { IconScanTextSparkle, default as IconScanTextSparkleDefault } from "./IconScanTextSparkle";
|
|
1610
1611
|
export { IconScanVoice, default as IconScanVoiceDefault } from "./IconScanVoice";
|
package/index.js
CHANGED
|
@@ -4821,6 +4821,9 @@ exports.IconSatellite1Default = _IconSatellite1.default;
|
|
|
4821
4821
|
var _IconSatellite2 = require("./IconSatellite2/index.js");
|
|
4822
4822
|
exports.IconSatellite2 = _IconSatellite2.IconSatellite2;
|
|
4823
4823
|
exports.IconSatellite2Default = _IconSatellite2.default;
|
|
4824
|
+
var _IconSaturn = require("./IconSaturn/index.js");
|
|
4825
|
+
exports.IconSaturn = _IconSaturn.IconSaturn;
|
|
4826
|
+
exports.IconSaturnDefault = _IconSaturn.default;
|
|
4824
4827
|
var _IconScanCode = require("./IconScanCode/index.js");
|
|
4825
4828
|
exports.IconScanCode = _IconScanCode.IconScanCode;
|
|
4826
4829
|
exports.IconScanCodeDefault = _IconScanCode.default;
|
package/index.mjs
CHANGED
|
@@ -1605,6 +1605,7 @@ export { IconSankeyAxis, default as IconSankeyAxisDefault } from "./IconSankeyAx
|
|
|
1605
1605
|
export { IconSankeyChart, default as IconSankeyChartDefault } from "./IconSankeyChart/index.mjs";
|
|
1606
1606
|
export { IconSatellite1, default as IconSatellite1Default } from "./IconSatellite1/index.mjs";
|
|
1607
1607
|
export { IconSatellite2, default as IconSatellite2Default } from "./IconSatellite2/index.mjs";
|
|
1608
|
+
export { IconSaturn, default as IconSaturnDefault } from "./IconSaturn/index.mjs";
|
|
1608
1609
|
export { IconScanCode, default as IconScanCodeDefault } from "./IconScanCode/index.mjs";
|
|
1609
1610
|
export { IconScanTextSparkle, default as IconScanTextSparkleDefault } from "./IconScanTextSparkle/index.mjs";
|
|
1610
1611
|
export { IconScanVoice, default as IconScanVoiceDefault } from "./IconScanVoice/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.313) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2097 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
|
|
|
@@ -1372,6 +1372,7 @@ Need the raw, unmasked shapes instead (e.g. to style individual paths)? Set `mod
|
|
|
1372
1372
|
- **IconPinFocus** — pin-focus, zoom, select
|
|
1373
1373
|
- **IconCompassPointerSquare** — compass-pointer-square, gps, direction
|
|
1374
1374
|
- **IconEarth2** — earth-2, globe, world
|
|
1375
|
+
- **IconSaturn** — saturn, space, explore
|
|
1375
1376
|
|
|
1376
1377
|
### Nature & Energy
|
|
1377
1378
|
- **IconExposure2** — exposure-2, macro, flower
|