@central-icons-react-native/round-outlined-radius-0-stroke-2 1.1.258 → 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.
Files changed (40) hide show
  1. package/IconExtendImage/index.d.ts +4 -0
  2. package/IconExtendImage/index.js +3 -0
  3. package/IconExtendImage/index.js.map +11 -0
  4. package/IconExtendImage/index.mjs +3 -0
  5. package/IconExtendImage/index.mjs.map +11 -0
  6. package/IconPageCloud/index.js +2 -2
  7. package/IconPageCloud/index.js.map +3 -3
  8. package/IconPageCloud/index.mjs +2 -2
  9. package/IconPageCloud/index.mjs.map +3 -3
  10. package/IconReframe/index.d.ts +4 -0
  11. package/IconReframe/index.js +3 -0
  12. package/IconReframe/index.js.map +11 -0
  13. package/IconReframe/index.mjs +3 -0
  14. package/IconReframe/index.mjs.map +11 -0
  15. package/IconShoppingBagEdit2/index.js +2 -2
  16. package/IconShoppingBagEdit2/index.js.map +3 -3
  17. package/IconShoppingBagEdit2/index.mjs +2 -2
  18. package/IconShoppingBagEdit2/index.mjs.map +3 -3
  19. package/IconShoppingBagLike1/index.js +2 -2
  20. package/IconShoppingBagLike1/index.js.map +3 -3
  21. package/IconShoppingBagLike1/index.mjs +2 -2
  22. package/IconShoppingBagLike1/index.mjs.map +3 -3
  23. package/IconShoppingBagLike2/index.js +2 -2
  24. package/IconShoppingBagLike2/index.js.map +3 -3
  25. package/IconShoppingBagLike2/index.mjs +2 -2
  26. package/IconShoppingBagLike2/index.mjs.map +3 -3
  27. package/README.md +2 -0
  28. package/filtered-icons.json +1 -1
  29. package/icons/index.d.ts +1 -1
  30. package/icons/index.js +2 -2
  31. package/icons/index.js.map +3 -3
  32. package/icons/index.mjs +2 -2
  33. package/icons/index.mjs.map +3 -3
  34. package/icons-index.json +4 -4
  35. package/index.d.ts +2 -0
  36. package/index.js +6 -0
  37. package/index.mjs +2 -0
  38. package/license-check.js +1 -1
  39. package/package.json +1 -1
  40. 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
@@ -18,7 +18,7 @@ const licenseCheck = async () => {
18
18
  },
19
19
  body: JSON.stringify({
20
20
  package: "central-icons-react-native/round-outlined-radius-0-stroke-2",
21
- version: "1.1.258",
21
+ version: "1.1.260",
22
22
  }),
23
23
  signal: controller.signal,
24
24
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/round-outlined-radius-0-stroke-2",
3
- "version": "1.1.258",
3
+ "version": "1.1.260",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
@@ -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.258) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2019 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
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