@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.259 → 1.1.260
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/IconExtendImage/index.d.ts +4 -0
- package/IconExtendImage/index.js +3 -0
- package/IconExtendImage/index.js.map +11 -0
- package/IconExtendImage/index.mjs +3 -0
- package/IconExtendImage/index.mjs.map +11 -0
- package/IconReframe/index.d.ts +4 -0
- package/IconReframe/index.js +3 -0
- package/IconReframe/index.js.map +11 -0
- package/IconReframe/index.mjs +3 -0
- package/IconReframe/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
|
@@ -767,6 +767,7 @@ export { IconExpandSimple2, default as IconExpandSimple2Default } from "./IconEx
|
|
|
767
767
|
export { IconExplosion, default as IconExplosionDefault } from "./IconExplosion";
|
|
768
768
|
export { IconExposure1, default as IconExposure1Default } from "./IconExposure1";
|
|
769
769
|
export { IconExposure2, default as IconExposure2Default } from "./IconExposure2";
|
|
770
|
+
export { IconExtendImage, default as IconExtendImageDefault } from "./IconExtendImage";
|
|
770
771
|
export { IconEyeClosed, default as IconEyeClosedDefault } from "./IconEyeClosed";
|
|
771
772
|
export { IconEyeOpen, default as IconEyeOpenDefault } from "./IconEyeOpen";
|
|
772
773
|
export { IconEyeSlash, default as IconEyeSlashDefault } from "./IconEyeSlash";
|
|
@@ -1490,6 +1491,7 @@ export { IconReddit, default as IconRedditDefault } from "./IconReddit";
|
|
|
1490
1491
|
export { IconRedirectArrow, default as IconRedirectArrowDefault } from "./IconRedirectArrow";
|
|
1491
1492
|
export { IconReduceMotion, default as IconReduceMotionDefault } from "./IconReduceMotion";
|
|
1492
1493
|
export { IconReference, default as IconReferenceDefault } from "./IconReference";
|
|
1494
|
+
export { IconReframe, default as IconReframeDefault } from "./IconReframe";
|
|
1493
1495
|
export { IconRemix, default as IconRemixDefault } from "./IconRemix";
|
|
1494
1496
|
export { IconRemixCircle, default as IconRemixCircleDefault } from "./IconRemixCircle";
|
|
1495
1497
|
export { IconRemoveBackground, default as IconRemoveBackgroundDefault } from "./IconRemoveBackground";
|
package/index.js
CHANGED
|
@@ -2307,6 +2307,9 @@ exports.IconExposure1Default = _IconExposure1.default;
|
|
|
2307
2307
|
var _IconExposure2 = require("./IconExposure2/index.js");
|
|
2308
2308
|
exports.IconExposure2 = _IconExposure2.IconExposure2;
|
|
2309
2309
|
exports.IconExposure2Default = _IconExposure2.default;
|
|
2310
|
+
var _IconExtendImage = require("./IconExtendImage/index.js");
|
|
2311
|
+
exports.IconExtendImage = _IconExtendImage.IconExtendImage;
|
|
2312
|
+
exports.IconExtendImageDefault = _IconExtendImage.default;
|
|
2310
2313
|
var _IconEyeClosed = require("./IconEyeClosed/index.js");
|
|
2311
2314
|
exports.IconEyeClosed = _IconEyeClosed.IconEyeClosed;
|
|
2312
2315
|
exports.IconEyeClosedDefault = _IconEyeClosed.default;
|
|
@@ -4476,6 +4479,9 @@ exports.IconReduceMotionDefault = _IconReduceMotion.default;
|
|
|
4476
4479
|
var _IconReference = require("./IconReference/index.js");
|
|
4477
4480
|
exports.IconReference = _IconReference.IconReference;
|
|
4478
4481
|
exports.IconReferenceDefault = _IconReference.default;
|
|
4482
|
+
var _IconReframe = require("./IconReframe/index.js");
|
|
4483
|
+
exports.IconReframe = _IconReframe.IconReframe;
|
|
4484
|
+
exports.IconReframeDefault = _IconReframe.default;
|
|
4479
4485
|
var _IconRemix = require("./IconRemix/index.js");
|
|
4480
4486
|
exports.IconRemix = _IconRemix.IconRemix;
|
|
4481
4487
|
exports.IconRemixDefault = _IconRemix.default;
|
package/index.mjs
CHANGED
|
@@ -767,6 +767,7 @@ export { IconExpandSimple2, default as IconExpandSimple2Default } from "./IconEx
|
|
|
767
767
|
export { IconExplosion, default as IconExplosionDefault } from "./IconExplosion/index.mjs";
|
|
768
768
|
export { IconExposure1, default as IconExposure1Default } from "./IconExposure1/index.mjs";
|
|
769
769
|
export { IconExposure2, default as IconExposure2Default } from "./IconExposure2/index.mjs";
|
|
770
|
+
export { IconExtendImage, default as IconExtendImageDefault } from "./IconExtendImage/index.mjs";
|
|
770
771
|
export { IconEyeClosed, default as IconEyeClosedDefault } from "./IconEyeClosed/index.mjs";
|
|
771
772
|
export { IconEyeOpen, default as IconEyeOpenDefault } from "./IconEyeOpen/index.mjs";
|
|
772
773
|
export { IconEyeSlash, default as IconEyeSlashDefault } from "./IconEyeSlash/index.mjs";
|
|
@@ -1490,6 +1491,7 @@ export { IconReddit, default as IconRedditDefault } from "./IconReddit/index.mjs
|
|
|
1490
1491
|
export { IconRedirectArrow, default as IconRedirectArrowDefault } from "./IconRedirectArrow/index.mjs";
|
|
1491
1492
|
export { IconReduceMotion, default as IconReduceMotionDefault } from "./IconReduceMotion/index.mjs";
|
|
1492
1493
|
export { IconReference, default as IconReferenceDefault } from "./IconReference/index.mjs";
|
|
1494
|
+
export { IconReframe, default as IconReframeDefault } from "./IconReframe/index.mjs";
|
|
1493
1495
|
export { IconRemix, default as IconRemixDefault } from "./IconRemix/index.mjs";
|
|
1494
1496
|
export { IconRemixCircle, default as IconRemixCircleDefault } from "./IconRemixCircle/index.mjs";
|
|
1495
1497
|
export { IconRemoveBackground, default as IconRemoveBackgroundDefault } from "./IconRemoveBackground/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.260) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2021 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
|
|
|
@@ -360,6 +360,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
360
360
|
- **IconQm3** — qm3, room, transform, xyz, 3d
|
|
361
361
|
- **Icon3dBoxTop** — 3d-box-top, shaders, model, cube, ar
|
|
362
362
|
- **Icon3dBoxBottom** — 3d-box-bottom, shaders, model, room
|
|
363
|
+
- **IconReframe** — reframe, 3D, scale
|
|
363
364
|
|
|
364
365
|
### Building
|
|
365
366
|
- **IconHomeRoundDoor** — home-round-door
|
|
@@ -722,6 +723,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
722
723
|
- **IconWrite3** — write-3, fountain-pen, vector, ink
|
|
723
724
|
- **IconColorPalette2** — color-palette-2, design, coloring
|
|
724
725
|
- **IconEyedropper** — eyedropper, color-picker, pipette, suction-tube, labor
|
|
726
|
+
- **IconExtendImage** — extend-image
|
|
725
727
|
|
|
726
728
|
### Emoji
|
|
727
729
|
- **IconEmojiSmilingFace** — emoji-smiling-face, heart-eyes
|