@central-icons-react-native/round-filled-radius-2-stroke-2 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/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/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 +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-native/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 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.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
|
The library uses `react-native-svg` under the hood — it must be installed as a peer dependency in the consumer's project.
|
|
11
11
|
|
|
@@ -389,6 +389,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
389
389
|
- **IconTower** — tower, terminal
|
|
390
390
|
- **IconGoldenGateBridge** — golden-gate-bridge, silicon-valley, sf
|
|
391
391
|
- **IconHomeRoofDoor** — home-roof-door, house
|
|
392
|
+
- **IconHomePlus** — home-plus
|
|
392
393
|
|
|
393
394
|
### Clouds
|
|
394
395
|
- **IconCloud** — cloud
|
|
@@ -629,7 +630,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
629
630
|
- **IconHapticFeedback** — haptic-feedback, vibration
|
|
630
631
|
- **IconAgentNetwork** — agent-network, connections, atoms
|
|
631
632
|
- **IconMagicMouse** — magic-mouse
|
|
632
|
-
- **IconDevices2** — devices-2,
|
|
633
|
+
- **IconDevices2** — devices-2, macbook, iphone, phone, connected
|
|
633
634
|
- **IconTorch** — torch, flashlight, inspect
|
|
634
635
|
|
|
635
636
|
### Edit
|
|
@@ -1292,6 +1293,8 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1292
1293
|
- **IconCanvasGrid** — canvas-grid, design, app-icon, blueprint
|
|
1293
1294
|
- **IconTopbarHiddenTopWide** — topbar-hidden-top-wide
|
|
1294
1295
|
- **IconBottombarHiddenBottomWide** — bottombar-hidden-bottom-wide
|
|
1296
|
+
- **IconLayoutAlignLeftRight** — layout-align-left-right, padding
|
|
1297
|
+
- **IconLayoutAlignTopBottom** — layout-align-top-bottom, padding
|
|
1295
1298
|
|
|
1296
1299
|
### Location
|
|
1297
1300
|
- **IconRadar1** — radar, location, search
|
|
@@ -1807,6 +1810,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1807
1810
|
- **IconCd** — cd, disc, vinyl, dvd, dj, spin, music, album
|
|
1808
1811
|
- **IconVoiceShare** — voice-share
|
|
1809
1812
|
- **IconConductor** — conductor, ochestrator, vibe
|
|
1813
|
+
- **IconAlbums2** — albums-2, cover
|
|
1810
1814
|
|
|
1811
1815
|
### Sports
|
|
1812
1816
|
- **IconTennis** — tennis
|