@central-icons-react/round-outlined-radius-0-stroke-2 1.1.281 → 1.1.282
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/IconPresentationAnalytics/index.d.ts +4 -0
- package/IconPresentationAnalytics/index.js +3 -0
- package/IconPresentationAnalytics/index.js.map +11 -0
- package/IconPresentationAnalytics/index.mjs +3 -0
- package/IconPresentationAnalytics/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
|
@@ -1452,6 +1452,7 @@ export { IconPostcard1, default as IconPostcard1Default } from "./IconPostcard1"
|
|
|
1452
1452
|
export { IconPostcard2, default as IconPostcard2Default } from "./IconPostcard2";
|
|
1453
1453
|
export { IconPound, default as IconPoundDefault } from "./IconPound";
|
|
1454
1454
|
export { IconPowerPlant, default as IconPowerPlantDefault } from "./IconPowerPlant";
|
|
1455
|
+
export { IconPresentationAnalytics, default as IconPresentationAnalyticsDefault } from "./IconPresentationAnalytics";
|
|
1455
1456
|
export { IconPreview, default as IconPreviewDefault } from "./IconPreview";
|
|
1456
1457
|
export { IconPrinter, default as IconPrinterDefault } from "./IconPrinter";
|
|
1457
1458
|
export { IconPrinter2, default as IconPrinter2Default } from "./IconPrinter2";
|
package/index.js
CHANGED
|
@@ -4362,6 +4362,9 @@ exports.IconPoundDefault = _IconPound.default;
|
|
|
4362
4362
|
var _IconPowerPlant = require("./IconPowerPlant/index.js");
|
|
4363
4363
|
exports.IconPowerPlant = _IconPowerPlant.IconPowerPlant;
|
|
4364
4364
|
exports.IconPowerPlantDefault = _IconPowerPlant.default;
|
|
4365
|
+
var _IconPresentationAnalytics = require("./IconPresentationAnalytics/index.js");
|
|
4366
|
+
exports.IconPresentationAnalytics = _IconPresentationAnalytics.IconPresentationAnalytics;
|
|
4367
|
+
exports.IconPresentationAnalyticsDefault = _IconPresentationAnalytics.default;
|
|
4365
4368
|
var _IconPreview = require("./IconPreview/index.js");
|
|
4366
4369
|
exports.IconPreview = _IconPreview.IconPreview;
|
|
4367
4370
|
exports.IconPreviewDefault = _IconPreview.default;
|
package/index.mjs
CHANGED
|
@@ -1452,6 +1452,7 @@ export { IconPostcard1, default as IconPostcard1Default } from "./IconPostcard1/
|
|
|
1452
1452
|
export { IconPostcard2, default as IconPostcard2Default } from "./IconPostcard2/index.mjs";
|
|
1453
1453
|
export { IconPound, default as IconPoundDefault } from "./IconPound/index.mjs";
|
|
1454
1454
|
export { IconPowerPlant, default as IconPowerPlantDefault } from "./IconPowerPlant/index.mjs";
|
|
1455
|
+
export { IconPresentationAnalytics, default as IconPresentationAnalyticsDefault } from "./IconPresentationAnalytics/index.mjs";
|
|
1455
1456
|
export { IconPreview, default as IconPreviewDefault } from "./IconPreview/index.mjs";
|
|
1456
1457
|
export { IconPrinter, default as IconPrinterDefault } from "./IconPrinter/index.mjs";
|
|
1457
1458
|
export { IconPrinter2, default as IconPrinter2Default } from "./IconPrinter2/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.282) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2044 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
|
|
|
@@ -1406,6 +1406,7 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
1406
1406
|
- **IconPeopleSparkles** — people-sparkles, star, aura
|
|
1407
1407
|
- **IconPeopleNoise** — people-noise, audio-quality, user-noise
|
|
1408
1408
|
- **IconPeopleIdCard2** — people-id-card-2, profile, user-account, badge, person
|
|
1409
|
+
- **IconPresentationAnalytics** — presentation-analytics, presenter
|
|
1409
1410
|
|
|
1410
1411
|
### Photography & Video
|
|
1411
1412
|
- **IconCamera1** — camera-1, picture, image, cam
|