@central-icons-react/square-filled-radius-0-stroke-1 1.1.265 → 1.1.267
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/IconAlbums2/index.d.ts +4 -0
- package/IconAlbums2/index.js +3 -0
- package/IconAlbums2/index.js.map +11 -0
- package/IconAlbums2/index.mjs +3 -0
- package/IconAlbums2/index.mjs.map +11 -0
- package/IconDevices2/index.js +2 -2
- package/IconDevices2/index.js.map +3 -3
- package/IconDevices2/index.mjs +2 -2
- package/IconDevices2/index.mjs.map +3 -3
- package/IconHomePlus/index.d.ts +4 -0
- package/IconHomePlus/index.js +3 -0
- package/IconHomePlus/index.js.map +11 -0
- package/IconHomePlus/index.mjs +3 -0
- package/IconHomePlus/index.mjs.map +11 -0
- package/IconLayoutAlignLeftRight/index.d.ts +4 -0
- package/IconLayoutAlignLeftRight/index.js +3 -0
- package/IconLayoutAlignLeftRight/index.js.map +11 -0
- package/IconLayoutAlignLeftRight/index.mjs +3 -0
- package/IconLayoutAlignLeftRight/index.mjs.map +11 -0
- package/IconLayoutAlignTopBottom/index.d.ts +4 -0
- package/IconLayoutAlignTopBottom/index.js +3 -0
- package/IconLayoutAlignTopBottom/index.js.map +11 -0
- package/IconLayoutAlignTopBottom/index.mjs +3 -0
- package/IconLayoutAlignTopBottom/index.mjs.map +11 -0
- package/IconMacbook/index.js +2 -2
- package/IconMacbook/index.js.map +3 -3
- package/IconMacbook/index.mjs +2 -2
- package/IconMacbook/index.mjs.map +3 -3
- package/README.md +4 -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 +4 -0
- package/index.js +12 -0
- package/index.mjs +4 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react/SKILL.md +6 -2
package/index.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ export { IconAirpodLeft, default as IconAirpodLeftDefault } from "./IconAirpodLe
|
|
|
31
31
|
export { IconAirpodRight, default as IconAirpodRightDefault } from "./IconAirpodRight";
|
|
32
32
|
export { IconAirpods, default as IconAirpodsDefault } from "./IconAirpods";
|
|
33
33
|
export { IconAlbums, default as IconAlbumsDefault } from "./IconAlbums";
|
|
34
|
+
export { IconAlbums2, default as IconAlbums2Default } from "./IconAlbums2";
|
|
34
35
|
export { IconAlien, default as IconAlienDefault } from "./IconAlien";
|
|
35
36
|
export { IconAlignHorizontalCenter, default as IconAlignHorizontalCenterDefault } from "./IconAlignHorizontalCenter";
|
|
36
37
|
export { IconAlignVerticalCenter, default as IconAlignVerticalCenterDefault } from "./IconAlignVerticalCenter";
|
|
@@ -1006,6 +1007,7 @@ export { IconHomeEnergy2, default as IconHomeEnergy2Default } from "./IconHomeEn
|
|
|
1006
1007
|
export { IconHomeLine, default as IconHomeLineDefault } from "./IconHomeLine";
|
|
1007
1008
|
export { IconHomeOpen, default as IconHomeOpenDefault } from "./IconHomeOpen";
|
|
1008
1009
|
export { IconHomePersonalFeed, default as IconHomePersonalFeedDefault } from "./IconHomePersonalFeed";
|
|
1010
|
+
export { IconHomePlus, default as IconHomePlusDefault } from "./IconHomePlus";
|
|
1009
1011
|
export { IconHomeRoof, default as IconHomeRoofDefault } from "./IconHomeRoof";
|
|
1010
1012
|
export { IconHomeRoofDoor, default as IconHomeRoofDoorDefault } from "./IconHomeRoofDoor";
|
|
1011
1013
|
export { IconHomeRoundDoor, default as IconHomeRoundDoorDefault } from "./IconHomeRoundDoor";
|
|
@@ -1081,8 +1083,10 @@ export { IconLayersThree, default as IconLayersThreeDefault } from "./IconLayers
|
|
|
1081
1083
|
export { IconLayersTwo, default as IconLayersTwoDefault } from "./IconLayersTwo";
|
|
1082
1084
|
export { IconLayoutAlignBottom, default as IconLayoutAlignBottomDefault } from "./IconLayoutAlignBottom";
|
|
1083
1085
|
export { IconLayoutAlignLeft, default as IconLayoutAlignLeftDefault } from "./IconLayoutAlignLeft";
|
|
1086
|
+
export { IconLayoutAlignLeftRight, default as IconLayoutAlignLeftRightDefault } from "./IconLayoutAlignLeftRight";
|
|
1084
1087
|
export { IconLayoutAlignRight, default as IconLayoutAlignRightDefault } from "./IconLayoutAlignRight";
|
|
1085
1088
|
export { IconLayoutAlignTop, default as IconLayoutAlignTopDefault } from "./IconLayoutAlignTop";
|
|
1089
|
+
export { IconLayoutAlignTopBottom, default as IconLayoutAlignTopBottomDefault } from "./IconLayoutAlignTopBottom";
|
|
1086
1090
|
export { IconLayoutBottom, default as IconLayoutBottomDefault } from "./IconLayoutBottom";
|
|
1087
1091
|
export { IconLayoutColumn, default as IconLayoutColumnDefault } from "./IconLayoutColumn";
|
|
1088
1092
|
export { IconLayoutDashboard, default as IconLayoutDashboardDefault } from "./IconLayoutDashboard";
|
package/index.js
CHANGED
|
@@ -99,6 +99,9 @@ exports.IconAirpodsDefault = _IconAirpods.default;
|
|
|
99
99
|
var _IconAlbums = require("./IconAlbums/index.js");
|
|
100
100
|
exports.IconAlbums = _IconAlbums.IconAlbums;
|
|
101
101
|
exports.IconAlbumsDefault = _IconAlbums.default;
|
|
102
|
+
var _IconAlbums2 = require("./IconAlbums2/index.js");
|
|
103
|
+
exports.IconAlbums2 = _IconAlbums2.IconAlbums2;
|
|
104
|
+
exports.IconAlbums2Default = _IconAlbums2.default;
|
|
102
105
|
var _IconAlien = require("./IconAlien/index.js");
|
|
103
106
|
exports.IconAlien = _IconAlien.IconAlien;
|
|
104
107
|
exports.IconAlienDefault = _IconAlien.default;
|
|
@@ -3024,6 +3027,9 @@ exports.IconHomeOpenDefault = _IconHomeOpen.default;
|
|
|
3024
3027
|
var _IconHomePersonalFeed = require("./IconHomePersonalFeed/index.js");
|
|
3025
3028
|
exports.IconHomePersonalFeed = _IconHomePersonalFeed.IconHomePersonalFeed;
|
|
3026
3029
|
exports.IconHomePersonalFeedDefault = _IconHomePersonalFeed.default;
|
|
3030
|
+
var _IconHomePlus = require("./IconHomePlus/index.js");
|
|
3031
|
+
exports.IconHomePlus = _IconHomePlus.IconHomePlus;
|
|
3032
|
+
exports.IconHomePlusDefault = _IconHomePlus.default;
|
|
3027
3033
|
var _IconHomeRoof = require("./IconHomeRoof/index.js");
|
|
3028
3034
|
exports.IconHomeRoof = _IconHomeRoof.IconHomeRoof;
|
|
3029
3035
|
exports.IconHomeRoofDefault = _IconHomeRoof.default;
|
|
@@ -3249,12 +3255,18 @@ exports.IconLayoutAlignBottomDefault = _IconLayoutAlignBottom.default;
|
|
|
3249
3255
|
var _IconLayoutAlignLeft = require("./IconLayoutAlignLeft/index.js");
|
|
3250
3256
|
exports.IconLayoutAlignLeft = _IconLayoutAlignLeft.IconLayoutAlignLeft;
|
|
3251
3257
|
exports.IconLayoutAlignLeftDefault = _IconLayoutAlignLeft.default;
|
|
3258
|
+
var _IconLayoutAlignLeftRight = require("./IconLayoutAlignLeftRight/index.js");
|
|
3259
|
+
exports.IconLayoutAlignLeftRight = _IconLayoutAlignLeftRight.IconLayoutAlignLeftRight;
|
|
3260
|
+
exports.IconLayoutAlignLeftRightDefault = _IconLayoutAlignLeftRight.default;
|
|
3252
3261
|
var _IconLayoutAlignRight = require("./IconLayoutAlignRight/index.js");
|
|
3253
3262
|
exports.IconLayoutAlignRight = _IconLayoutAlignRight.IconLayoutAlignRight;
|
|
3254
3263
|
exports.IconLayoutAlignRightDefault = _IconLayoutAlignRight.default;
|
|
3255
3264
|
var _IconLayoutAlignTop = require("./IconLayoutAlignTop/index.js");
|
|
3256
3265
|
exports.IconLayoutAlignTop = _IconLayoutAlignTop.IconLayoutAlignTop;
|
|
3257
3266
|
exports.IconLayoutAlignTopDefault = _IconLayoutAlignTop.default;
|
|
3267
|
+
var _IconLayoutAlignTopBottom = require("./IconLayoutAlignTopBottom/index.js");
|
|
3268
|
+
exports.IconLayoutAlignTopBottom = _IconLayoutAlignTopBottom.IconLayoutAlignTopBottom;
|
|
3269
|
+
exports.IconLayoutAlignTopBottomDefault = _IconLayoutAlignTopBottom.default;
|
|
3258
3270
|
var _IconLayoutBottom = require("./IconLayoutBottom/index.js");
|
|
3259
3271
|
exports.IconLayoutBottom = _IconLayoutBottom.IconLayoutBottom;
|
|
3260
3272
|
exports.IconLayoutBottomDefault = _IconLayoutBottom.default;
|
package/index.mjs
CHANGED
|
@@ -31,6 +31,7 @@ export { IconAirpodLeft, default as IconAirpodLeftDefault } from "./IconAirpodLe
|
|
|
31
31
|
export { IconAirpodRight, default as IconAirpodRightDefault } from "./IconAirpodRight/index.mjs";
|
|
32
32
|
export { IconAirpods, default as IconAirpodsDefault } from "./IconAirpods/index.mjs";
|
|
33
33
|
export { IconAlbums, default as IconAlbumsDefault } from "./IconAlbums/index.mjs";
|
|
34
|
+
export { IconAlbums2, default as IconAlbums2Default } from "./IconAlbums2/index.mjs";
|
|
34
35
|
export { IconAlien, default as IconAlienDefault } from "./IconAlien/index.mjs";
|
|
35
36
|
export { IconAlignHorizontalCenter, default as IconAlignHorizontalCenterDefault } from "./IconAlignHorizontalCenter/index.mjs";
|
|
36
37
|
export { IconAlignVerticalCenter, default as IconAlignVerticalCenterDefault } from "./IconAlignVerticalCenter/index.mjs";
|
|
@@ -1006,6 +1007,7 @@ export { IconHomeEnergy2, default as IconHomeEnergy2Default } from "./IconHomeEn
|
|
|
1006
1007
|
export { IconHomeLine, default as IconHomeLineDefault } from "./IconHomeLine/index.mjs";
|
|
1007
1008
|
export { IconHomeOpen, default as IconHomeOpenDefault } from "./IconHomeOpen/index.mjs";
|
|
1008
1009
|
export { IconHomePersonalFeed, default as IconHomePersonalFeedDefault } from "./IconHomePersonalFeed/index.mjs";
|
|
1010
|
+
export { IconHomePlus, default as IconHomePlusDefault } from "./IconHomePlus/index.mjs";
|
|
1009
1011
|
export { IconHomeRoof, default as IconHomeRoofDefault } from "./IconHomeRoof/index.mjs";
|
|
1010
1012
|
export { IconHomeRoofDoor, default as IconHomeRoofDoorDefault } from "./IconHomeRoofDoor/index.mjs";
|
|
1011
1013
|
export { IconHomeRoundDoor, default as IconHomeRoundDoorDefault } from "./IconHomeRoundDoor/index.mjs";
|
|
@@ -1081,8 +1083,10 @@ export { IconLayersThree, default as IconLayersThreeDefault } from "./IconLayers
|
|
|
1081
1083
|
export { IconLayersTwo, default as IconLayersTwoDefault } from "./IconLayersTwo/index.mjs";
|
|
1082
1084
|
export { IconLayoutAlignBottom, default as IconLayoutAlignBottomDefault } from "./IconLayoutAlignBottom/index.mjs";
|
|
1083
1085
|
export { IconLayoutAlignLeft, default as IconLayoutAlignLeftDefault } from "./IconLayoutAlignLeft/index.mjs";
|
|
1086
|
+
export { IconLayoutAlignLeftRight, default as IconLayoutAlignLeftRightDefault } from "./IconLayoutAlignLeftRight/index.mjs";
|
|
1084
1087
|
export { IconLayoutAlignRight, default as IconLayoutAlignRightDefault } from "./IconLayoutAlignRight/index.mjs";
|
|
1085
1088
|
export { IconLayoutAlignTop, default as IconLayoutAlignTopDefault } from "./IconLayoutAlignTop/index.mjs";
|
|
1089
|
+
export { IconLayoutAlignTopBottom, default as IconLayoutAlignTopBottomDefault } from "./IconLayoutAlignTopBottom/index.mjs";
|
|
1086
1090
|
export { IconLayoutBottom, default as IconLayoutBottomDefault } from "./IconLayoutBottom/index.mjs";
|
|
1087
1091
|
export { IconLayoutColumn, default as IconLayoutColumnDefault } from "./IconLayoutColumn/index.mjs";
|
|
1088
1092
|
export { IconLayoutDashboard, default as IconLayoutDashboardDefault } from "./IconLayoutDashboard/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.267) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2032 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
|
|
|
@@ -391,6 +391,7 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
391
391
|
- **IconTower** — tower, terminal
|
|
392
392
|
- **IconGoldenGateBridge** — golden-gate-bridge, silicon-valley, sf
|
|
393
393
|
- **IconHomeRoofDoor** — home-roof-door, house
|
|
394
|
+
- **IconHomePlus** — home-plus
|
|
394
395
|
|
|
395
396
|
### Clouds
|
|
396
397
|
- **IconCloud** — cloud
|
|
@@ -631,7 +632,7 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
631
632
|
- **IconHapticFeedback** — haptic-feedback, vibration
|
|
632
633
|
- **IconAgentNetwork** — agent-network, connections, atoms
|
|
633
634
|
- **IconMagicMouse** — magic-mouse
|
|
634
|
-
- **IconDevices2** — devices-2,
|
|
635
|
+
- **IconDevices2** — devices-2, macbook, iphone, phone, connected
|
|
635
636
|
- **IconTorch** — torch, flashlight, inspect
|
|
636
637
|
|
|
637
638
|
### Edit
|
|
@@ -1294,6 +1295,8 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
1294
1295
|
- **IconCanvasGrid** — canvas-grid, design, app-icon, blueprint
|
|
1295
1296
|
- **IconTopbarHiddenTopWide** — topbar-hidden-top-wide
|
|
1296
1297
|
- **IconBottombarHiddenBottomWide** — bottombar-hidden-bottom-wide
|
|
1298
|
+
- **IconLayoutAlignLeftRight** — layout-align-left-right, padding
|
|
1299
|
+
- **IconLayoutAlignTopBottom** — layout-align-top-bottom, padding
|
|
1297
1300
|
|
|
1298
1301
|
### Location
|
|
1299
1302
|
- **IconRadar1** — radar, location, search
|
|
@@ -1809,6 +1812,7 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
1809
1812
|
- **IconCd** — cd, disc, vinyl, dvd, dj, spin, music, album
|
|
1810
1813
|
- **IconVoiceShare** — voice-share
|
|
1811
1814
|
- **IconConductor** — conductor, ochestrator, vibe
|
|
1815
|
+
- **IconAlbums2** — albums-2, cover
|
|
1812
1816
|
|
|
1813
1817
|
### Sports
|
|
1814
1818
|
- **IconTennis** — tennis
|