@central-icons-react/round-filled-radius-0-stroke-2 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/IconEditSmall1/index.js +2 -2
- package/IconEditSmall1/index.js.map +3 -3
- package/IconEditSmall1/index.mjs +2 -2
- package/IconEditSmall1/index.mjs.map +3 -3
- 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/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/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 code that imports from @central-i
|
|
|
5
5
|
|
|
6
6
|
# Central Icons — React
|
|
7
7
|
|
|
8
|
-
This skill helps you find icons from the Central Icons React library (`@central-icons-react/*`, version 1.1.
|
|
8
|
+
This skill helps you find icons from the Central Icons React library (`@central-icons-react/*`, 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
|
## Before you pick an import path
|
|
11
11
|
|
|
@@ -362,6 +362,7 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
362
362
|
- **IconQm3** — qm3, room, transform, xyz, 3d
|
|
363
363
|
- **Icon3dBoxTop** — 3d-box-top, shaders, model, cube, ar
|
|
364
364
|
- **Icon3dBoxBottom** — 3d-box-bottom, shaders, model, room
|
|
365
|
+
- **IconReframe** — reframe, 3D, scale
|
|
365
366
|
|
|
366
367
|
### Building
|
|
367
368
|
- **IconHomeRoundDoor** — home-round-door
|
|
@@ -724,6 +725,7 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
724
725
|
- **IconWrite3** — write-3, fountain-pen, vector, ink
|
|
725
726
|
- **IconColorPalette2** — color-palette-2, design, coloring
|
|
726
727
|
- **IconEyedropper** — eyedropper, color-picker, pipette, suction-tube, labor
|
|
728
|
+
- **IconExtendImage** — extend-image
|
|
727
729
|
|
|
728
730
|
### Emoji
|
|
729
731
|
- **IconEmojiSmilingFace** — emoji-smiling-face, heart-eyes
|