@central-icons-react-native/round-filled-radius-0-stroke-2 1.1.269 → 1.1.270
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/IconRocket2/index.d.ts +4 -0
- package/IconRocket2/index.js +3 -0
- package/IconRocket2/index.js.map +11 -0
- package/IconRocket2/index.mjs +3 -0
- package/IconRocket2/index.mjs.map +11 -0
- package/IconWebhooks/index.d.ts +4 -0
- package/IconWebhooks/index.js +3 -0
- package/IconWebhooks/index.js.map +11 -0
- package/IconWebhooks/index.mjs +3 -0
- package/IconWebhooks/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
|
@@ -1537,6 +1537,7 @@ export { IconRobot2, default as IconRobot2Default } from "./IconRobot2";
|
|
|
1537
1537
|
export { IconRobot3, default as IconRobot3Default } from "./IconRobot3";
|
|
1538
1538
|
export { IconRobotHeadSlop, default as IconRobotHeadSlopDefault } from "./IconRobotHeadSlop";
|
|
1539
1539
|
export { IconRocket, default as IconRocketDefault } from "./IconRocket";
|
|
1540
|
+
export { IconRocket2, default as IconRocket2Default } from "./IconRocket2";
|
|
1540
1541
|
export { IconRockingHorse, default as IconRockingHorseDefault } from "./IconRockingHorse";
|
|
1541
1542
|
export { IconRoller, default as IconRollerDefault } from "./IconRoller";
|
|
1542
1543
|
export { IconRose, default as IconRoseDefault } from "./IconRose";
|
|
@@ -1994,6 +1995,7 @@ export { IconWaste, default as IconWasteDefault } from "./IconWaste";
|
|
|
1994
1995
|
export { IconWeb3, default as IconWeb3Default } from "./IconWeb3";
|
|
1995
1996
|
export { IconWebcam, default as IconWebcamDefault } from "./IconWebcam";
|
|
1996
1997
|
export { IconWebflow, default as IconWebflowDefault } from "./IconWebflow";
|
|
1998
|
+
export { IconWebhooks, default as IconWebhooksDefault } from "./IconWebhooks";
|
|
1997
1999
|
export { IconWebsite, default as IconWebsiteDefault } from "./IconWebsite";
|
|
1998
2000
|
export { IconWechat, default as IconWechatDefault } from "./IconWechat";
|
|
1999
2001
|
export { IconWeight, default as IconWeightDefault } from "./IconWeight";
|
package/index.js
CHANGED
|
@@ -4617,6 +4617,9 @@ exports.IconRobotHeadSlopDefault = _IconRobotHeadSlop.default;
|
|
|
4617
4617
|
var _IconRocket = require("./IconRocket/index.js");
|
|
4618
4618
|
exports.IconRocket = _IconRocket.IconRocket;
|
|
4619
4619
|
exports.IconRocketDefault = _IconRocket.default;
|
|
4620
|
+
var _IconRocket2 = require("./IconRocket2/index.js");
|
|
4621
|
+
exports.IconRocket2 = _IconRocket2.IconRocket2;
|
|
4622
|
+
exports.IconRocket2Default = _IconRocket2.default;
|
|
4620
4623
|
var _IconRockingHorse = require("./IconRockingHorse/index.js");
|
|
4621
4624
|
exports.IconRockingHorse = _IconRockingHorse.IconRockingHorse;
|
|
4622
4625
|
exports.IconRockingHorseDefault = _IconRockingHorse.default;
|
|
@@ -5988,6 +5991,9 @@ exports.IconWebcamDefault = _IconWebcam.default;
|
|
|
5988
5991
|
var _IconWebflow = require("./IconWebflow/index.js");
|
|
5989
5992
|
exports.IconWebflow = _IconWebflow.IconWebflow;
|
|
5990
5993
|
exports.IconWebflowDefault = _IconWebflow.default;
|
|
5994
|
+
var _IconWebhooks = require("./IconWebhooks/index.js");
|
|
5995
|
+
exports.IconWebhooks = _IconWebhooks.IconWebhooks;
|
|
5996
|
+
exports.IconWebhooksDefault = _IconWebhooks.default;
|
|
5991
5997
|
var _IconWebsite = require("./IconWebsite/index.js");
|
|
5992
5998
|
exports.IconWebsite = _IconWebsite.IconWebsite;
|
|
5993
5999
|
exports.IconWebsiteDefault = _IconWebsite.default;
|
package/index.mjs
CHANGED
|
@@ -1537,6 +1537,7 @@ export { IconRobot2, default as IconRobot2Default } from "./IconRobot2/index.mjs
|
|
|
1537
1537
|
export { IconRobot3, default as IconRobot3Default } from "./IconRobot3/index.mjs";
|
|
1538
1538
|
export { IconRobotHeadSlop, default as IconRobotHeadSlopDefault } from "./IconRobotHeadSlop/index.mjs";
|
|
1539
1539
|
export { IconRocket, default as IconRocketDefault } from "./IconRocket/index.mjs";
|
|
1540
|
+
export { IconRocket2, default as IconRocket2Default } from "./IconRocket2/index.mjs";
|
|
1540
1541
|
export { IconRockingHorse, default as IconRockingHorseDefault } from "./IconRockingHorse/index.mjs";
|
|
1541
1542
|
export { IconRoller, default as IconRollerDefault } from "./IconRoller/index.mjs";
|
|
1542
1543
|
export { IconRose, default as IconRoseDefault } from "./IconRose/index.mjs";
|
|
@@ -1994,6 +1995,7 @@ export { IconWaste, default as IconWasteDefault } from "./IconWaste/index.mjs";
|
|
|
1994
1995
|
export { IconWeb3, default as IconWeb3Default } from "./IconWeb3/index.mjs";
|
|
1995
1996
|
export { IconWebcam, default as IconWebcamDefault } from "./IconWebcam/index.mjs";
|
|
1996
1997
|
export { IconWebflow, default as IconWebflowDefault } from "./IconWebflow/index.mjs";
|
|
1998
|
+
export { IconWebhooks, default as IconWebhooksDefault } from "./IconWebhooks/index.mjs";
|
|
1997
1999
|
export { IconWebsite, default as IconWebsiteDefault } from "./IconWebsite/index.mjs";
|
|
1998
2000
|
export { IconWechat, default as IconWechatDefault } from "./IconWechat/index.mjs";
|
|
1999
2001
|
export { IconWeight, default as IconWeightDefault } from "./IconWeight/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.270) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2036 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
|
|
|
@@ -475,6 +475,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
475
475
|
- **IconBridge** — bridge, connection
|
|
476
476
|
- **IconAnimatePath** — animate-path, animation, jump
|
|
477
477
|
- **IconAgents** — agents, connections, flow
|
|
478
|
+
- **IconWebhooks** — webhooks
|
|
478
479
|
|
|
479
480
|
### Communication
|
|
480
481
|
- **IconBubbleSparkle1** — bubble-sparkle, comment, feedback
|
|
@@ -2145,6 +2146,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
2145
2146
|
- **IconSteeringWheel1** — steering-wheel, autopilot, drive
|
|
2146
2147
|
- **IconBoat** — boat, ship, sailing
|
|
2147
2148
|
- **IconCarTaxi** — car-taxi, uber
|
|
2149
|
+
- **IconRocket2** — rocket-2, startup, launch
|
|
2148
2150
|
|
|
2149
2151
|
### Vehicles & Aircrafts
|
|
2150
2152
|
- **IconBike** — bike
|