@central-icons-react/round-outlined-radius-3-stroke-2 1.1.269 → 1.1.271
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/IconFistbump/index.js +2 -2
- package/IconFistbump/index.js.map +3 -3
- package/IconFistbump/index.mjs +2 -2
- package/IconFistbump/index.mjs.map +3 -3
- package/IconHandTouch/index.d.ts +4 -0
- package/IconHandTouch/index.js +3 -0
- package/IconHandTouch/index.js.map +11 -0
- package/IconHandTouch/index.mjs +3 -0
- package/IconHandTouch/index.mjs.map +11 -0
- package/IconMagicHands/index.js +2 -2
- package/IconMagicHands/index.js.map +3 -3
- package/IconMagicHands/index.mjs +2 -2
- package/IconMagicHands/index.mjs.map +3 -3
- package/IconPinch/index.js +2 -2
- package/IconPinch/index.js.map +3 -3
- package/IconPinch/index.mjs +2 -2
- package/IconPinch/index.mjs.map +3 -3
- 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/IconScript/index.js +2 -2
- package/IconScript/index.js.map +3 -3
- package/IconScript/index.mjs +2 -2
- package/IconScript/index.mjs.map +3 -3
- package/IconScript2/index.js +2 -2
- package/IconScript2/index.js.map +3 -3
- package/IconScript2/index.mjs +2 -2
- package/IconScript2/index.mjs.map +3 -3
- package/IconTouch/index.js +2 -2
- package/IconTouch/index.js.map +3 -3
- package/IconTouch/index.mjs +2 -2
- package/IconTouch/index.mjs.map +3 -3
- 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 +3 -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 +3 -0
- package/index.js +9 -0
- package/index.mjs +3 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react/SKILL.md +4 -1
package/index.d.ts
CHANGED
|
@@ -982,6 +982,7 @@ export { IconHammer2, default as IconHammer2Default } from "./IconHammer2";
|
|
|
982
982
|
export { IconHand4Finger, default as IconHand4FingerDefault } from "./IconHand4Finger";
|
|
983
983
|
export { IconHand5Finger, default as IconHand5FingerDefault } from "./IconHand5Finger";
|
|
984
984
|
export { IconHandBell, default as IconHandBellDefault } from "./IconHandBell";
|
|
985
|
+
export { IconHandTouch, default as IconHandTouchDefault } from "./IconHandTouch";
|
|
985
986
|
export { IconHandshake, default as IconHandshakeDefault } from "./IconHandshake";
|
|
986
987
|
export { IconHaptic, default as IconHapticDefault } from "./IconHaptic";
|
|
987
988
|
export { IconHapticFeedback, default as IconHapticFeedbackDefault } from "./IconHapticFeedback";
|
|
@@ -1537,6 +1538,7 @@ export { IconRobot2, default as IconRobot2Default } from "./IconRobot2";
|
|
|
1537
1538
|
export { IconRobot3, default as IconRobot3Default } from "./IconRobot3";
|
|
1538
1539
|
export { IconRobotHeadSlop, default as IconRobotHeadSlopDefault } from "./IconRobotHeadSlop";
|
|
1539
1540
|
export { IconRocket, default as IconRocketDefault } from "./IconRocket";
|
|
1541
|
+
export { IconRocket2, default as IconRocket2Default } from "./IconRocket2";
|
|
1540
1542
|
export { IconRockingHorse, default as IconRockingHorseDefault } from "./IconRockingHorse";
|
|
1541
1543
|
export { IconRoller, default as IconRollerDefault } from "./IconRoller";
|
|
1542
1544
|
export { IconRose, default as IconRoseDefault } from "./IconRose";
|
|
@@ -1994,6 +1996,7 @@ export { IconWaste, default as IconWasteDefault } from "./IconWaste";
|
|
|
1994
1996
|
export { IconWeb3, default as IconWeb3Default } from "./IconWeb3";
|
|
1995
1997
|
export { IconWebcam, default as IconWebcamDefault } from "./IconWebcam";
|
|
1996
1998
|
export { IconWebflow, default as IconWebflowDefault } from "./IconWebflow";
|
|
1999
|
+
export { IconWebhooks, default as IconWebhooksDefault } from "./IconWebhooks";
|
|
1997
2000
|
export { IconWebsite, default as IconWebsiteDefault } from "./IconWebsite";
|
|
1998
2001
|
export { IconWechat, default as IconWechatDefault } from "./IconWechat";
|
|
1999
2002
|
export { IconWeight, default as IconWeightDefault } from "./IconWeight";
|
package/index.js
CHANGED
|
@@ -2952,6 +2952,9 @@ exports.IconHand5FingerDefault = _IconHand5Finger.default;
|
|
|
2952
2952
|
var _IconHandBell = require("./IconHandBell/index.js");
|
|
2953
2953
|
exports.IconHandBell = _IconHandBell.IconHandBell;
|
|
2954
2954
|
exports.IconHandBellDefault = _IconHandBell.default;
|
|
2955
|
+
var _IconHandTouch = require("./IconHandTouch/index.js");
|
|
2956
|
+
exports.IconHandTouch = _IconHandTouch.IconHandTouch;
|
|
2957
|
+
exports.IconHandTouchDefault = _IconHandTouch.default;
|
|
2955
2958
|
var _IconHandshake = require("./IconHandshake/index.js");
|
|
2956
2959
|
exports.IconHandshake = _IconHandshake.IconHandshake;
|
|
2957
2960
|
exports.IconHandshakeDefault = _IconHandshake.default;
|
|
@@ -4617,6 +4620,9 @@ exports.IconRobotHeadSlopDefault = _IconRobotHeadSlop.default;
|
|
|
4617
4620
|
var _IconRocket = require("./IconRocket/index.js");
|
|
4618
4621
|
exports.IconRocket = _IconRocket.IconRocket;
|
|
4619
4622
|
exports.IconRocketDefault = _IconRocket.default;
|
|
4623
|
+
var _IconRocket2 = require("./IconRocket2/index.js");
|
|
4624
|
+
exports.IconRocket2 = _IconRocket2.IconRocket2;
|
|
4625
|
+
exports.IconRocket2Default = _IconRocket2.default;
|
|
4620
4626
|
var _IconRockingHorse = require("./IconRockingHorse/index.js");
|
|
4621
4627
|
exports.IconRockingHorse = _IconRockingHorse.IconRockingHorse;
|
|
4622
4628
|
exports.IconRockingHorseDefault = _IconRockingHorse.default;
|
|
@@ -5988,6 +5994,9 @@ exports.IconWebcamDefault = _IconWebcam.default;
|
|
|
5988
5994
|
var _IconWebflow = require("./IconWebflow/index.js");
|
|
5989
5995
|
exports.IconWebflow = _IconWebflow.IconWebflow;
|
|
5990
5996
|
exports.IconWebflowDefault = _IconWebflow.default;
|
|
5997
|
+
var _IconWebhooks = require("./IconWebhooks/index.js");
|
|
5998
|
+
exports.IconWebhooks = _IconWebhooks.IconWebhooks;
|
|
5999
|
+
exports.IconWebhooksDefault = _IconWebhooks.default;
|
|
5991
6000
|
var _IconWebsite = require("./IconWebsite/index.js");
|
|
5992
6001
|
exports.IconWebsite = _IconWebsite.IconWebsite;
|
|
5993
6002
|
exports.IconWebsiteDefault = _IconWebsite.default;
|
package/index.mjs
CHANGED
|
@@ -982,6 +982,7 @@ export { IconHammer2, default as IconHammer2Default } from "./IconHammer2/index.
|
|
|
982
982
|
export { IconHand4Finger, default as IconHand4FingerDefault } from "./IconHand4Finger/index.mjs";
|
|
983
983
|
export { IconHand5Finger, default as IconHand5FingerDefault } from "./IconHand5Finger/index.mjs";
|
|
984
984
|
export { IconHandBell, default as IconHandBellDefault } from "./IconHandBell/index.mjs";
|
|
985
|
+
export { IconHandTouch, default as IconHandTouchDefault } from "./IconHandTouch/index.mjs";
|
|
985
986
|
export { IconHandshake, default as IconHandshakeDefault } from "./IconHandshake/index.mjs";
|
|
986
987
|
export { IconHaptic, default as IconHapticDefault } from "./IconHaptic/index.mjs";
|
|
987
988
|
export { IconHapticFeedback, default as IconHapticFeedbackDefault } from "./IconHapticFeedback/index.mjs";
|
|
@@ -1537,6 +1538,7 @@ export { IconRobot2, default as IconRobot2Default } from "./IconRobot2/index.mjs
|
|
|
1537
1538
|
export { IconRobot3, default as IconRobot3Default } from "./IconRobot3/index.mjs";
|
|
1538
1539
|
export { IconRobotHeadSlop, default as IconRobotHeadSlopDefault } from "./IconRobotHeadSlop/index.mjs";
|
|
1539
1540
|
export { IconRocket, default as IconRocketDefault } from "./IconRocket/index.mjs";
|
|
1541
|
+
export { IconRocket2, default as IconRocket2Default } from "./IconRocket2/index.mjs";
|
|
1540
1542
|
export { IconRockingHorse, default as IconRockingHorseDefault } from "./IconRockingHorse/index.mjs";
|
|
1541
1543
|
export { IconRoller, default as IconRollerDefault } from "./IconRoller/index.mjs";
|
|
1542
1544
|
export { IconRose, default as IconRoseDefault } from "./IconRose/index.mjs";
|
|
@@ -1994,6 +1996,7 @@ export { IconWaste, default as IconWasteDefault } from "./IconWaste/index.mjs";
|
|
|
1994
1996
|
export { IconWeb3, default as IconWeb3Default } from "./IconWeb3/index.mjs";
|
|
1995
1997
|
export { IconWebcam, default as IconWebcamDefault } from "./IconWebcam/index.mjs";
|
|
1996
1998
|
export { IconWebflow, default as IconWebflowDefault } from "./IconWebflow/index.mjs";
|
|
1999
|
+
export { IconWebhooks, default as IconWebhooksDefault } from "./IconWebhooks/index.mjs";
|
|
1997
2000
|
export { IconWebsite, default as IconWebsiteDefault } from "./IconWebsite/index.mjs";
|
|
1998
2001
|
export { IconWechat, default as IconWechatDefault } from "./IconWechat/index.mjs";
|
|
1999
2002
|
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 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.271) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2037 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
|
|
|
@@ -477,6 +477,7 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
477
477
|
- **IconBridge** — bridge, connection
|
|
478
478
|
- **IconAnimatePath** — animate-path, animation, jump
|
|
479
479
|
- **IconAgents** — agents, connections, flow
|
|
480
|
+
- **IconWebhooks** — webhooks
|
|
480
481
|
|
|
481
482
|
### Communication
|
|
482
483
|
- **IconBubbleSparkle1** — bubble-sparkle, comment, feedback
|
|
@@ -1006,6 +1007,7 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
1006
1007
|
- **IconHandshake** — handshake, heart
|
|
1007
1008
|
- **IconBecepsLeftArm** — beceps-left-arm, strong, flex, power
|
|
1008
1009
|
- **IconBecepsRightArm** — beceps-right-arm, strong, flex, power
|
|
1010
|
+
- **IconHandTouch** — hand-touch, input, area, target
|
|
1009
1011
|
|
|
1010
1012
|
### Health & Medical
|
|
1011
1013
|
- **IconMask1** — mask, medical-mask, covid
|
|
@@ -2147,6 +2149,7 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
2147
2149
|
- **IconSteeringWheel1** — steering-wheel, autopilot, drive
|
|
2148
2150
|
- **IconBoat** — boat, ship, sailing
|
|
2149
2151
|
- **IconCarTaxi** — car-taxi, uber
|
|
2152
|
+
- **IconRocket2** — rocket-2, startup, launch
|
|
2150
2153
|
|
|
2151
2154
|
### Vehicles & Aircrafts
|
|
2152
2155
|
- **IconBike** — bike
|