@central-icons-react/square-outlined-radius-0-stroke-2 1.1.282 → 1.1.283
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/IconPinFocus/index.d.ts +4 -0
- package/IconPinFocus/index.js +3 -0
- package/IconPinFocus/index.js.map +11 -0
- package/IconPinFocus/index.mjs +3 -0
- package/IconPinFocus/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
|
@@ -1419,6 +1419,7 @@ export { IconPin, default as IconPinDefault } from "./IconPin";
|
|
|
1419
1419
|
export { IconPin2, default as IconPin2Default } from "./IconPin2";
|
|
1420
1420
|
export { IconPinCircle, default as IconPinCircleDefault } from "./IconPinCircle";
|
|
1421
1421
|
export { IconPinFlag, default as IconPinFlagDefault } from "./IconPinFlag";
|
|
1422
|
+
export { IconPinFocus, default as IconPinFocusDefault } from "./IconPinFocus";
|
|
1422
1423
|
export { IconPinLocation, default as IconPinLocationDefault } from "./IconPinLocation";
|
|
1423
1424
|
export { IconPinch, default as IconPinchDefault } from "./IconPinch";
|
|
1424
1425
|
export { IconPinterest, default as IconPinterestDefault } from "./IconPinterest";
|
package/index.js
CHANGED
|
@@ -4263,6 +4263,9 @@ exports.IconPinCircleDefault = _IconPinCircle.default;
|
|
|
4263
4263
|
var _IconPinFlag = require("./IconPinFlag/index.js");
|
|
4264
4264
|
exports.IconPinFlag = _IconPinFlag.IconPinFlag;
|
|
4265
4265
|
exports.IconPinFlagDefault = _IconPinFlag.default;
|
|
4266
|
+
var _IconPinFocus = require("./IconPinFocus/index.js");
|
|
4267
|
+
exports.IconPinFocus = _IconPinFocus.IconPinFocus;
|
|
4268
|
+
exports.IconPinFocusDefault = _IconPinFocus.default;
|
|
4266
4269
|
var _IconPinLocation = require("./IconPinLocation/index.js");
|
|
4267
4270
|
exports.IconPinLocation = _IconPinLocation.IconPinLocation;
|
|
4268
4271
|
exports.IconPinLocationDefault = _IconPinLocation.default;
|
package/index.mjs
CHANGED
|
@@ -1419,6 +1419,7 @@ export { IconPin, default as IconPinDefault } from "./IconPin/index.mjs";
|
|
|
1419
1419
|
export { IconPin2, default as IconPin2Default } from "./IconPin2/index.mjs";
|
|
1420
1420
|
export { IconPinCircle, default as IconPinCircleDefault } from "./IconPinCircle/index.mjs";
|
|
1421
1421
|
export { IconPinFlag, default as IconPinFlagDefault } from "./IconPinFlag/index.mjs";
|
|
1422
|
+
export { IconPinFocus, default as IconPinFocusDefault } from "./IconPinFocus/index.mjs";
|
|
1422
1423
|
export { IconPinLocation, default as IconPinLocationDefault } from "./IconPinLocation/index.mjs";
|
|
1423
1424
|
export { IconPinch, default as IconPinchDefault } from "./IconPinch/index.mjs";
|
|
1424
1425
|
export { IconPinterest, default as IconPinterestDefault } from "./IconPinterest/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.283) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2045 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
|
|
|
@@ -1326,6 +1326,7 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
1326
1326
|
- **IconStandingGlobe** — standing-globe, travel, language
|
|
1327
1327
|
- **IconMapPin2** — map-pin-2, location
|
|
1328
1328
|
- **IconMapEditFlat** — map-edit-flat, route, plan
|
|
1329
|
+
- **IconPinFocus** — pin-focus, zoom, select
|
|
1329
1330
|
|
|
1330
1331
|
### Nature & Energy
|
|
1331
1332
|
- **IconExposure2** — exposure-2, macro, flower
|