@central-icons-react/square-filled-radius-0-stroke-1 1.1.261 → 1.1.262
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/IconPipe/index.d.ts +4 -0
- package/IconPipe/index.js +3 -0
- package/IconPipe/index.js.map +11 -0
- package/IconPipe/index.mjs +3 -0
- package/IconPipe/index.mjs.map +11 -0
- package/README.md +1 -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 +1 -0
- package/index.js +3 -0
- package/index.mjs +1 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react/SKILL.md +2 -1
package/index.d.ts
CHANGED
|
@@ -1406,6 +1406,7 @@ export { IconPinLocation, default as IconPinLocationDefault } from "./IconPinLoc
|
|
|
1406
1406
|
export { IconPinch, default as IconPinchDefault } from "./IconPinch";
|
|
1407
1407
|
export { IconPinterest, default as IconPinterestDefault } from "./IconPinterest";
|
|
1408
1408
|
export { IconPinterestSimple, default as IconPinterestSimpleDefault } from "./IconPinterestSimple";
|
|
1409
|
+
export { IconPipe, default as IconPipeDefault } from "./IconPipe";
|
|
1409
1410
|
export { IconPizza, default as IconPizzaDefault } from "./IconPizza";
|
|
1410
1411
|
export { IconPlaceholder, default as IconPlaceholderDefault } from "./IconPlaceholder";
|
|
1411
1412
|
export { IconPlan, default as IconPlanDefault } from "./IconPlan";
|
package/index.js
CHANGED
|
@@ -4224,6 +4224,9 @@ exports.IconPinterestDefault = _IconPinterest.default;
|
|
|
4224
4224
|
var _IconPinterestSimple = require("./IconPinterestSimple/index.js");
|
|
4225
4225
|
exports.IconPinterestSimple = _IconPinterestSimple.IconPinterestSimple;
|
|
4226
4226
|
exports.IconPinterestSimpleDefault = _IconPinterestSimple.default;
|
|
4227
|
+
var _IconPipe = require("./IconPipe/index.js");
|
|
4228
|
+
exports.IconPipe = _IconPipe.IconPipe;
|
|
4229
|
+
exports.IconPipeDefault = _IconPipe.default;
|
|
4227
4230
|
var _IconPizza = require("./IconPizza/index.js");
|
|
4228
4231
|
exports.IconPizza = _IconPizza.IconPizza;
|
|
4229
4232
|
exports.IconPizzaDefault = _IconPizza.default;
|
package/index.mjs
CHANGED
|
@@ -1406,6 +1406,7 @@ export { IconPinLocation, default as IconPinLocationDefault } from "./IconPinLoc
|
|
|
1406
1406
|
export { IconPinch, default as IconPinchDefault } from "./IconPinch/index.mjs";
|
|
1407
1407
|
export { IconPinterest, default as IconPinterestDefault } from "./IconPinterest/index.mjs";
|
|
1408
1408
|
export { IconPinterestSimple, default as IconPinterestSimpleDefault } from "./IconPinterestSimple/index.mjs";
|
|
1409
|
+
export { IconPipe, default as IconPipeDefault } from "./IconPipe/index.mjs";
|
|
1409
1410
|
export { IconPizza, default as IconPizzaDefault } from "./IconPizza/index.mjs";
|
|
1410
1411
|
export { IconPlaceholder, default as IconPlaceholderDefault } from "./IconPlaceholder/index.mjs";
|
|
1411
1412
|
export { IconPlan, default as IconPlanDefault } from "./IconPlan/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.262) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2023 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
|
|
|
@@ -976,6 +976,7 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
976
976
|
- **IconSword** — sword, action, gaming
|
|
977
977
|
- **IconGamecontroller** — gamecontroller, joystick, play
|
|
978
978
|
- **IconOldJoystick** — old-joystick, gamepad, gaming, control
|
|
979
|
+
- **IconPipe** — pipe, super mario
|
|
979
980
|
|
|
980
981
|
### Hands
|
|
981
982
|
- **IconThumbsUp** — thumbs-up, thumb, hand, yes, pro
|