@central-icons-react-native/square-outlined-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/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 +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-native/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 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.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
|
The library uses `react-native-svg` under the hood — it must be installed as a peer dependency in the consumer's project.
|
|
11
11
|
|
|
@@ -974,6 +974,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
974
974
|
- **IconSword** — sword, action, gaming
|
|
975
975
|
- **IconGamecontroller** — gamecontroller, joystick, play
|
|
976
976
|
- **IconOldJoystick** — old-joystick, gamepad, gaming, control
|
|
977
|
+
- **IconPipe** — pipe, super mario
|
|
977
978
|
|
|
978
979
|
### Hands
|
|
979
980
|
- **IconThumbsUp** — thumbs-up, thumb, hand, yes, pro
|