@central-icons-react/square-outlined-radius-0-stroke-1 1.1.260 → 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/IconTorch/index.d.ts +4 -0
- package/IconTorch/index.js +3 -0
- package/IconTorch/index.js.map +11 -0
- package/IconTorch/index.mjs +3 -0
- package/IconTorch/index.mjs.map +11 -0
- package/README.md +2 -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 +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/SKILL.md +3 -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";
|
|
@@ -1853,6 +1854,7 @@ export { IconToiletPaper, default as IconToiletPaperDefault } from "./IconToilet
|
|
|
1853
1854
|
export { IconToolbox, default as IconToolboxDefault } from "./IconToolbox";
|
|
1854
1855
|
export { IconTopbarHiddenTopWide, default as IconTopbarHiddenTopWideDefault } from "./IconTopbarHiddenTopWide";
|
|
1855
1856
|
export { IconToque, default as IconToqueDefault } from "./IconToque";
|
|
1857
|
+
export { IconTorch, default as IconTorchDefault } from "./IconTorch";
|
|
1856
1858
|
export { IconTouch, default as IconTouchDefault } from "./IconTouch";
|
|
1857
1859
|
export { IconTouchGrass, default as IconTouchGrassDefault } from "./IconTouchGrass";
|
|
1858
1860
|
export { IconTower, default as IconTowerDefault } from "./IconTower";
|
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;
|
|
@@ -5565,6 +5568,9 @@ exports.IconTopbarHiddenTopWideDefault = _IconTopbarHiddenTopWide.default;
|
|
|
5565
5568
|
var _IconToque = require("./IconToque/index.js");
|
|
5566
5569
|
exports.IconToque = _IconToque.IconToque;
|
|
5567
5570
|
exports.IconToqueDefault = _IconToque.default;
|
|
5571
|
+
var _IconTorch = require("./IconTorch/index.js");
|
|
5572
|
+
exports.IconTorch = _IconTorch.IconTorch;
|
|
5573
|
+
exports.IconTorchDefault = _IconTorch.default;
|
|
5568
5574
|
var _IconTouch = require("./IconTouch/index.js");
|
|
5569
5575
|
exports.IconTouch = _IconTouch.IconTouch;
|
|
5570
5576
|
exports.IconTouchDefault = _IconTouch.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";
|
|
@@ -1853,6 +1854,7 @@ export { IconToiletPaper, default as IconToiletPaperDefault } from "./IconToilet
|
|
|
1853
1854
|
export { IconToolbox, default as IconToolboxDefault } from "./IconToolbox/index.mjs";
|
|
1854
1855
|
export { IconTopbarHiddenTopWide, default as IconTopbarHiddenTopWideDefault } from "./IconTopbarHiddenTopWide/index.mjs";
|
|
1855
1856
|
export { IconToque, default as IconToqueDefault } from "./IconToque/index.mjs";
|
|
1857
|
+
export { IconTorch, default as IconTorchDefault } from "./IconTorch/index.mjs";
|
|
1856
1858
|
export { IconTouch, default as IconTouchDefault } from "./IconTouch/index.mjs";
|
|
1857
1859
|
export { IconTouchGrass, default as IconTouchGrassDefault } from "./IconTouchGrass/index.mjs";
|
|
1858
1860
|
export { IconTower, default as IconTowerDefault } from "./IconTower/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
|
|
|
@@ -632,6 +632,7 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
632
632
|
- **IconAgentNetwork** — agent-network, connections, atoms
|
|
633
633
|
- **IconMagicMouse** — magic-mouse
|
|
634
634
|
- **IconDevices2** — devices-2, laptop-phone
|
|
635
|
+
- **IconTorch** — torch, flashlight, inspect
|
|
635
636
|
|
|
636
637
|
### Edit
|
|
637
638
|
- **IconBezierCurves1** — bezier-curves, path
|
|
@@ -975,6 +976,7 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
975
976
|
- **IconSword** — sword, action, gaming
|
|
976
977
|
- **IconGamecontroller** — gamecontroller, joystick, play
|
|
977
978
|
- **IconOldJoystick** — old-joystick, gamepad, gaming, control
|
|
979
|
+
- **IconPipe** — pipe, super mario
|
|
978
980
|
|
|
979
981
|
### Hands
|
|
980
982
|
- **IconThumbsUp** — thumbs-up, thumb, hand, yes, pro
|