@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.307 → 1.1.308
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/IconAiSlopSign/index.d.ts +4 -0
- package/IconAiSlopSign/index.js +3 -0
- package/IconAiSlopSign/index.js.map +11 -0
- package/IconAiSlopSign/index.mjs +3 -0
- package/IconAiSlopSign/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
|
@@ -19,6 +19,7 @@ export { IconAgents, default as IconAgentsDefault } from "./IconAgents";
|
|
|
19
19
|
export { IconAiBotHead, default as IconAiBotHeadDefault } from "./IconAiBotHead";
|
|
20
20
|
export { IconAiBotHeadLooking, default as IconAiBotHeadLookingDefault } from "./IconAiBotHeadLooking";
|
|
21
21
|
export { IconAiSlop, default as IconAiSlopDefault } from "./IconAiSlop";
|
|
22
|
+
export { IconAiSlopSign, default as IconAiSlopSignDefault } from "./IconAiSlopSign";
|
|
22
23
|
export { IconAiTokens, default as IconAiTokensDefault } from "./IconAiTokens";
|
|
23
24
|
export { IconAiTranslate, default as IconAiTranslateDefault } from "./IconAiTranslate";
|
|
24
25
|
export { IconAirdrop, default as IconAirdropDefault } from "./IconAirdrop";
|
package/index.js
CHANGED
|
@@ -63,6 +63,9 @@ exports.IconAiBotHeadLookingDefault = _IconAiBotHeadLooking.default;
|
|
|
63
63
|
var _IconAiSlop = require("./IconAiSlop/index.js");
|
|
64
64
|
exports.IconAiSlop = _IconAiSlop.IconAiSlop;
|
|
65
65
|
exports.IconAiSlopDefault = _IconAiSlop.default;
|
|
66
|
+
var _IconAiSlopSign = require("./IconAiSlopSign/index.js");
|
|
67
|
+
exports.IconAiSlopSign = _IconAiSlopSign.IconAiSlopSign;
|
|
68
|
+
exports.IconAiSlopSignDefault = _IconAiSlopSign.default;
|
|
66
69
|
var _IconAiTokens = require("./IconAiTokens/index.js");
|
|
67
70
|
exports.IconAiTokens = _IconAiTokens.IconAiTokens;
|
|
68
71
|
exports.IconAiTokensDefault = _IconAiTokens.default;
|
package/index.mjs
CHANGED
|
@@ -19,6 +19,7 @@ export { IconAgents, default as IconAgentsDefault } from "./IconAgents/index.mjs
|
|
|
19
19
|
export { IconAiBotHead, default as IconAiBotHeadDefault } from "./IconAiBotHead/index.mjs";
|
|
20
20
|
export { IconAiBotHeadLooking, default as IconAiBotHeadLookingDefault } from "./IconAiBotHeadLooking/index.mjs";
|
|
21
21
|
export { IconAiSlop, default as IconAiSlopDefault } from "./IconAiSlop/index.mjs";
|
|
22
|
+
export { IconAiSlopSign, default as IconAiSlopSignDefault } from "./IconAiSlopSign/index.mjs";
|
|
22
23
|
export { IconAiTokens, default as IconAiTokensDefault } from "./IconAiTokens/index.mjs";
|
|
23
24
|
export { IconAiTranslate, default as IconAiTranslateDefault } from "./IconAiTranslate/index.mjs";
|
|
24
25
|
export { IconAirdrop, default as IconAirdropDefault } from "./IconAirdrop/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.308) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2095 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
|
|
|
@@ -203,6 +203,7 @@ Need the raw, unmasked shapes instead (e.g. to style individual paths)? Set `mod
|
|
|
203
203
|
- **IconGoblin** — goblin, troll, agent, helper
|
|
204
204
|
- **IconAiBotHeadLooking** — ai-bot-head-looking, agent, robot
|
|
205
205
|
- **IconAiBotHead** — ai-bot-head, robot
|
|
206
|
+
- **IconAiSlopSign** — ai-slop-sign, mark-as-slop
|
|
206
207
|
|
|
207
208
|
### Accessibility
|
|
208
209
|
- **IconCirclePerson** — circle-person, accessibility, a11y
|