@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.319 → 1.1.320
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/IconReferenceImage/index.d.ts +4 -0
- package/IconReferenceImage/index.js +3 -0
- package/IconReferenceImage/index.js.map +11 -0
- package/IconReferenceImage/index.mjs +3 -0
- package/IconReferenceImage/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
|
@@ -1557,6 +1557,7 @@ export { IconReddit, default as IconRedditDefault } from "./IconReddit";
|
|
|
1557
1557
|
export { IconRedirectArrow, default as IconRedirectArrowDefault } from "./IconRedirectArrow";
|
|
1558
1558
|
export { IconReduceMotion, default as IconReduceMotionDefault } from "./IconReduceMotion";
|
|
1559
1559
|
export { IconReference, default as IconReferenceDefault } from "./IconReference";
|
|
1560
|
+
export { IconReferenceImage, default as IconReferenceImageDefault } from "./IconReferenceImage";
|
|
1560
1561
|
export { IconReframe, default as IconReframeDefault } from "./IconReframe";
|
|
1561
1562
|
export { IconRemix, default as IconRemixDefault } from "./IconRemix";
|
|
1562
1563
|
export { IconRemixCircle, default as IconRemixCircleDefault } from "./IconRemixCircle";
|
package/index.js
CHANGED
|
@@ -4677,6 +4677,9 @@ exports.IconReduceMotionDefault = _IconReduceMotion.default;
|
|
|
4677
4677
|
var _IconReference = require("./IconReference/index.js");
|
|
4678
4678
|
exports.IconReference = _IconReference.IconReference;
|
|
4679
4679
|
exports.IconReferenceDefault = _IconReference.default;
|
|
4680
|
+
var _IconReferenceImage = require("./IconReferenceImage/index.js");
|
|
4681
|
+
exports.IconReferenceImage = _IconReferenceImage.IconReferenceImage;
|
|
4682
|
+
exports.IconReferenceImageDefault = _IconReferenceImage.default;
|
|
4680
4683
|
var _IconReframe = require("./IconReframe/index.js");
|
|
4681
4684
|
exports.IconReframe = _IconReframe.IconReframe;
|
|
4682
4685
|
exports.IconReframeDefault = _IconReframe.default;
|
package/index.mjs
CHANGED
|
@@ -1557,6 +1557,7 @@ export { IconReddit, default as IconRedditDefault } from "./IconReddit/index.mjs
|
|
|
1557
1557
|
export { IconRedirectArrow, default as IconRedirectArrowDefault } from "./IconRedirectArrow/index.mjs";
|
|
1558
1558
|
export { IconReduceMotion, default as IconReduceMotionDefault } from "./IconReduceMotion/index.mjs";
|
|
1559
1559
|
export { IconReference, default as IconReferenceDefault } from "./IconReference/index.mjs";
|
|
1560
|
+
export { IconReferenceImage, default as IconReferenceImageDefault } from "./IconReferenceImage/index.mjs";
|
|
1560
1561
|
export { IconReframe, default as IconReframeDefault } from "./IconReframe/index.mjs";
|
|
1561
1562
|
export { IconRemix, default as IconRemixDefault } from "./IconRemix/index.mjs";
|
|
1562
1563
|
export { IconRemixCircle, default as IconRemixCircleDefault } from "./IconRemixCircle/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.320) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2107 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
|
|
|
@@ -1550,6 +1550,7 @@ Need the raw, unmasked shapes instead (e.g. to style individual paths)? Set `mod
|
|
|
1550
1550
|
- **IconVideo2** — video-2, camera, movie, play
|
|
1551
1551
|
- **IconVideo2Off** — video-2-off, cam-off, movie, play
|
|
1552
1552
|
- **IconStopShareScreen** — stop-share-screen, stop-sharing
|
|
1553
|
+
- **IconReferenceImage** — reference-image, verified-photo, proof, aperture
|
|
1553
1554
|
|
|
1554
1555
|
### Security
|
|
1555
1556
|
- **IconLock** — lock, private
|