@central-icons-react/round-outlined-radius-3-stroke-2 1.1.272 → 1.1.274
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/IconPhoneHaptic2/index.d.ts +4 -0
- package/IconPhoneHaptic2/index.js +3 -0
- package/IconPhoneHaptic2/index.js.map +11 -0
- package/IconPhoneHaptic2/index.mjs +3 -0
- package/IconPhoneHaptic2/index.mjs.map +11 -0
- package/IconPrinter2/index.d.ts +4 -0
- package/IconPrinter2/index.js +3 -0
- package/IconPrinter2/index.js.map +11 -0
- package/IconPrinter2/index.mjs +3 -0
- package/IconPrinter2/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
|
@@ -1395,6 +1395,7 @@ export { IconPets, default as IconPetsDefault } from "./IconPets";
|
|
|
1395
1395
|
export { IconPhone, default as IconPhoneDefault } from "./IconPhone";
|
|
1396
1396
|
export { IconPhoneDynamicIsland, default as IconPhoneDynamicIslandDefault } from "./IconPhoneDynamicIsland";
|
|
1397
1397
|
export { IconPhoneHaptic, default as IconPhoneHapticDefault } from "./IconPhoneHaptic";
|
|
1398
|
+
export { IconPhoneHaptic2, default as IconPhoneHaptic2Default } from "./IconPhoneHaptic2";
|
|
1398
1399
|
export { IconPhoneTopDynamicIsland, default as IconPhoneTopDynamicIslandDefault } from "./IconPhoneTopDynamicIsland";
|
|
1399
1400
|
export { IconPhoneTopPunchHoleCenter, default as IconPhoneTopPunchHoleCenterDefault } from "./IconPhoneTopPunchHoleCenter";
|
|
1400
1401
|
export { IconPhp, default as IconPhpDefault } from "./IconPhp";
|
|
@@ -1449,6 +1450,7 @@ export { IconPound, default as IconPoundDefault } from "./IconPound";
|
|
|
1449
1450
|
export { IconPowerPlant, default as IconPowerPlantDefault } from "./IconPowerPlant";
|
|
1450
1451
|
export { IconPreview, default as IconPreviewDefault } from "./IconPreview";
|
|
1451
1452
|
export { IconPrinter, default as IconPrinterDefault } from "./IconPrinter";
|
|
1453
|
+
export { IconPrinter2, default as IconPrinter2Default } from "./IconPrinter2";
|
|
1452
1454
|
export { IconProcessor, default as IconProcessorDefault } from "./IconProcessor";
|
|
1453
1455
|
export { IconProducthunt, default as IconProducthuntDefault } from "./IconProducthunt";
|
|
1454
1456
|
export { IconProgress100, default as IconProgress100Default } from "./IconProgress100";
|
package/index.js
CHANGED
|
@@ -4191,6 +4191,9 @@ exports.IconPhoneDynamicIslandDefault = _IconPhoneDynamicIsland.default;
|
|
|
4191
4191
|
var _IconPhoneHaptic = require("./IconPhoneHaptic/index.js");
|
|
4192
4192
|
exports.IconPhoneHaptic = _IconPhoneHaptic.IconPhoneHaptic;
|
|
4193
4193
|
exports.IconPhoneHapticDefault = _IconPhoneHaptic.default;
|
|
4194
|
+
var _IconPhoneHaptic2 = require("./IconPhoneHaptic2/index.js");
|
|
4195
|
+
exports.IconPhoneHaptic2 = _IconPhoneHaptic2.IconPhoneHaptic2;
|
|
4196
|
+
exports.IconPhoneHaptic2Default = _IconPhoneHaptic2.default;
|
|
4194
4197
|
var _IconPhoneTopDynamicIsland = require("./IconPhoneTopDynamicIsland/index.js");
|
|
4195
4198
|
exports.IconPhoneTopDynamicIsland = _IconPhoneTopDynamicIsland.IconPhoneTopDynamicIsland;
|
|
4196
4199
|
exports.IconPhoneTopDynamicIslandDefault = _IconPhoneTopDynamicIsland.default;
|
|
@@ -4353,6 +4356,9 @@ exports.IconPreviewDefault = _IconPreview.default;
|
|
|
4353
4356
|
var _IconPrinter = require("./IconPrinter/index.js");
|
|
4354
4357
|
exports.IconPrinter = _IconPrinter.IconPrinter;
|
|
4355
4358
|
exports.IconPrinterDefault = _IconPrinter.default;
|
|
4359
|
+
var _IconPrinter2 = require("./IconPrinter2/index.js");
|
|
4360
|
+
exports.IconPrinter2 = _IconPrinter2.IconPrinter2;
|
|
4361
|
+
exports.IconPrinter2Default = _IconPrinter2.default;
|
|
4356
4362
|
var _IconProcessor = require("./IconProcessor/index.js");
|
|
4357
4363
|
exports.IconProcessor = _IconProcessor.IconProcessor;
|
|
4358
4364
|
exports.IconProcessorDefault = _IconProcessor.default;
|
package/index.mjs
CHANGED
|
@@ -1395,6 +1395,7 @@ export { IconPets, default as IconPetsDefault } from "./IconPets/index.mjs";
|
|
|
1395
1395
|
export { IconPhone, default as IconPhoneDefault } from "./IconPhone/index.mjs";
|
|
1396
1396
|
export { IconPhoneDynamicIsland, default as IconPhoneDynamicIslandDefault } from "./IconPhoneDynamicIsland/index.mjs";
|
|
1397
1397
|
export { IconPhoneHaptic, default as IconPhoneHapticDefault } from "./IconPhoneHaptic/index.mjs";
|
|
1398
|
+
export { IconPhoneHaptic2, default as IconPhoneHaptic2Default } from "./IconPhoneHaptic2/index.mjs";
|
|
1398
1399
|
export { IconPhoneTopDynamicIsland, default as IconPhoneTopDynamicIslandDefault } from "./IconPhoneTopDynamicIsland/index.mjs";
|
|
1399
1400
|
export { IconPhoneTopPunchHoleCenter, default as IconPhoneTopPunchHoleCenterDefault } from "./IconPhoneTopPunchHoleCenter/index.mjs";
|
|
1400
1401
|
export { IconPhp, default as IconPhpDefault } from "./IconPhp/index.mjs";
|
|
@@ -1449,6 +1450,7 @@ export { IconPound, default as IconPoundDefault } from "./IconPound/index.mjs";
|
|
|
1449
1450
|
export { IconPowerPlant, default as IconPowerPlantDefault } from "./IconPowerPlant/index.mjs";
|
|
1450
1451
|
export { IconPreview, default as IconPreviewDefault } from "./IconPreview/index.mjs";
|
|
1451
1452
|
export { IconPrinter, default as IconPrinterDefault } from "./IconPrinter/index.mjs";
|
|
1453
|
+
export { IconPrinter2, default as IconPrinter2Default } from "./IconPrinter2/index.mjs";
|
|
1452
1454
|
export { IconProcessor, default as IconProcessorDefault } from "./IconProcessor/index.mjs";
|
|
1453
1455
|
export { IconProducthunt, default as IconProducthuntDefault } from "./IconProducthunt/index.mjs";
|
|
1454
1456
|
export { IconProgress100, default as IconProgress100Default } from "./IconProgress100/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.274) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2039 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
|
|
|
@@ -635,6 +635,8 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
635
635
|
- **IconMagicMouse** — magic-mouse
|
|
636
636
|
- **IconDevices2** — devices-2, macbook, iphone, phone, connected
|
|
637
637
|
- **IconTorch** — torch, flashlight, inspect
|
|
638
|
+
- **IconPrinter2** — printer-2, print
|
|
639
|
+
- **IconPhoneHaptic2** — phone-haptic-2, vibration, sound
|
|
638
640
|
|
|
639
641
|
### Edit
|
|
640
642
|
- **IconBezierCurves1** — bezier-curves, path
|