@central-icons-react-native/round-filled-radius-0-stroke-1 1.1.302 → 1.1.303
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.js +2 -2
- package/IconChart8/index.js.map +3 -3
- package/IconChart8/index.mjs +2 -2
- package/IconChart8/index.mjs.map +3 -3
- package/IconWave/index.d.ts +4 -0
- package/IconWave/index.js +3 -0
- package/IconWave/index.js.map +11 -0
- package/IconWave/index.mjs +3 -0
- package/IconWave/index.mjs.map +11 -0
- package/IconWaveRound2/index.d.ts +4 -0
- package/IconWaveRound2/index.js +3 -0
- package/IconWaveRound2/index.js.map +11 -0
- package/IconWaveRound2/index.mjs +3 -0
- package/IconWaveRound2/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
|
@@ -2037,6 +2037,8 @@ export { IconWarningSign, default as IconWarningSignDefault } from "./IconWarnin
|
|
|
2037
2037
|
export { IconWarp, default as IconWarpDefault } from "./IconWarp";
|
|
2038
2038
|
export { IconWashingMachine, default as IconWashingMachineDefault } from "./IconWashingMachine";
|
|
2039
2039
|
export { IconWaste, default as IconWasteDefault } from "./IconWaste";
|
|
2040
|
+
export { IconWave, default as IconWaveDefault } from "./IconWave";
|
|
2041
|
+
export { IconWaveRound2, default as IconWaveRound2Default } from "./IconWaveRound2";
|
|
2040
2042
|
export { IconWeb3, default as IconWeb3Default } from "./IconWeb3";
|
|
2041
2043
|
export { IconWebcam, default as IconWebcamDefault } from "./IconWebcam";
|
|
2042
2044
|
export { IconWebflow, default as IconWebflowDefault } from "./IconWebflow";
|
package/index.js
CHANGED
|
@@ -6117,6 +6117,12 @@ exports.IconWashingMachineDefault = _IconWashingMachine.default;
|
|
|
6117
6117
|
var _IconWaste = require("./IconWaste/index.js");
|
|
6118
6118
|
exports.IconWaste = _IconWaste.IconWaste;
|
|
6119
6119
|
exports.IconWasteDefault = _IconWaste.default;
|
|
6120
|
+
var _IconWave = require("./IconWave/index.js");
|
|
6121
|
+
exports.IconWave = _IconWave.IconWave;
|
|
6122
|
+
exports.IconWaveDefault = _IconWave.default;
|
|
6123
|
+
var _IconWaveRound2 = require("./IconWaveRound2/index.js");
|
|
6124
|
+
exports.IconWaveRound2 = _IconWaveRound2.IconWaveRound2;
|
|
6125
|
+
exports.IconWaveRound2Default = _IconWaveRound2.default;
|
|
6120
6126
|
var _IconWeb3 = require("./IconWeb3/index.js");
|
|
6121
6127
|
exports.IconWeb3 = _IconWeb3.IconWeb3;
|
|
6122
6128
|
exports.IconWeb3Default = _IconWeb3.default;
|
package/index.mjs
CHANGED
|
@@ -2037,6 +2037,8 @@ export { IconWarningSign, default as IconWarningSignDefault } from "./IconWarnin
|
|
|
2037
2037
|
export { IconWarp, default as IconWarpDefault } from "./IconWarp/index.mjs";
|
|
2038
2038
|
export { IconWashingMachine, default as IconWashingMachineDefault } from "./IconWashingMachine/index.mjs";
|
|
2039
2039
|
export { IconWaste, default as IconWasteDefault } from "./IconWaste/index.mjs";
|
|
2040
|
+
export { IconWave, default as IconWaveDefault } from "./IconWave/index.mjs";
|
|
2041
|
+
export { IconWaveRound2, default as IconWaveRound2Default } from "./IconWaveRound2/index.mjs";
|
|
2040
2042
|
export { IconWeb3, default as IconWeb3Default } from "./IconWeb3/index.mjs";
|
|
2041
2043
|
export { IconWebcam, default as IconWebcamDefault } from "./IconWebcam/index.mjs";
|
|
2042
2044
|
export { IconWebflow, default as IconWebflowDefault } from "./IconWebflow/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.303) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2089 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
|
|
|
@@ -1878,6 +1878,8 @@ Need the raw, unmasked shapes instead (e.g. to style individual paths)? Set `mod
|
|
|
1878
1878
|
- **IconVoiceShare** — voice-share
|
|
1879
1879
|
- **IconConductor** — conductor, ochestrator, vibe
|
|
1880
1880
|
- **IconAlbums2** — albums-2, cover
|
|
1881
|
+
- **IconWave** — wave, waveform, signal, pulse, frequency
|
|
1882
|
+
- **IconWaveRound2** — wave-round-2, waveform, signal, pulse, frequency
|
|
1881
1883
|
|
|
1882
1884
|
### Sports
|
|
1883
1885
|
- **IconTennis** — tennis
|