@central-icons-react-native/round-filled-radius-2-stroke-2 1.1.255 → 1.1.256
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/IconStopShareScreen/index.d.ts +4 -0
- package/IconStopShareScreen/index.js +3 -0
- package/IconStopShareScreen/index.js.map +11 -0
- package/IconStopShareScreen/index.mjs +3 -0
- package/IconStopShareScreen/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
|
@@ -1744,6 +1744,7 @@ export { IconSticker, default as IconStickerDefault } from "./IconSticker";
|
|
|
1744
1744
|
export { IconStocks, default as IconStocksDefault } from "./IconStocks";
|
|
1745
1745
|
export { IconStop, default as IconStopDefault } from "./IconStop";
|
|
1746
1746
|
export { IconStopCircle, default as IconStopCircleDefault } from "./IconStopCircle";
|
|
1747
|
+
export { IconStopShareScreen, default as IconStopShareScreenDefault } from "./IconStopShareScreen";
|
|
1747
1748
|
export { IconStopwatch, default as IconStopwatchDefault } from "./IconStopwatch";
|
|
1748
1749
|
export { IconStorage, default as IconStorageDefault } from "./IconStorage";
|
|
1749
1750
|
export { IconStore1, default as IconStore1Default } from "./IconStore1";
|
package/index.js
CHANGED
|
@@ -5238,6 +5238,9 @@ exports.IconStopDefault = _IconStop.default;
|
|
|
5238
5238
|
var _IconStopCircle = require("./IconStopCircle/index.js");
|
|
5239
5239
|
exports.IconStopCircle = _IconStopCircle.IconStopCircle;
|
|
5240
5240
|
exports.IconStopCircleDefault = _IconStopCircle.default;
|
|
5241
|
+
var _IconStopShareScreen = require("./IconStopShareScreen/index.js");
|
|
5242
|
+
exports.IconStopShareScreen = _IconStopShareScreen.IconStopShareScreen;
|
|
5243
|
+
exports.IconStopShareScreenDefault = _IconStopShareScreen.default;
|
|
5241
5244
|
var _IconStopwatch = require("./IconStopwatch/index.js");
|
|
5242
5245
|
exports.IconStopwatch = _IconStopwatch.IconStopwatch;
|
|
5243
5246
|
exports.IconStopwatchDefault = _IconStopwatch.default;
|
package/index.mjs
CHANGED
|
@@ -1744,6 +1744,7 @@ export { IconSticker, default as IconStickerDefault } from "./IconSticker/index.
|
|
|
1744
1744
|
export { IconStocks, default as IconStocksDefault } from "./IconStocks/index.mjs";
|
|
1745
1745
|
export { IconStop, default as IconStopDefault } from "./IconStop/index.mjs";
|
|
1746
1746
|
export { IconStopCircle, default as IconStopCircleDefault } from "./IconStopCircle/index.mjs";
|
|
1747
|
+
export { IconStopShareScreen, default as IconStopShareScreenDefault } from "./IconStopShareScreen/index.mjs";
|
|
1747
1748
|
export { IconStopwatch, default as IconStopwatchDefault } from "./IconStopwatch/index.mjs";
|
|
1748
1749
|
export { IconStorage, default as IconStorageDefault } from "./IconStorage/index.mjs";
|
|
1749
1750
|
export { IconStore1, default as IconStore1Default } from "./IconStore1/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.256) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2018 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
|
|
|
@@ -1473,6 +1473,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1473
1473
|
- **IconLens** — lens, camera, focal-length, aperture, f-stop, iso, focus, depth
|
|
1474
1474
|
- **IconVideo2** — video-2, camera, movie, play
|
|
1475
1475
|
- **IconVideo2Off** — video-2-off, cam-off, movie, play
|
|
1476
|
+
- **IconStopShareScreen** — stop-share-screen, stop-sharing
|
|
1476
1477
|
|
|
1477
1478
|
### Security
|
|
1478
1479
|
- **IconLock** — lock, private
|