@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.306 → 1.1.307
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/IconAiBotHead/index.d.ts +4 -0
- package/IconAiBotHead/index.js +3 -0
- package/IconAiBotHead/index.js.map +11 -0
- package/IconAiBotHead/index.mjs +3 -0
- package/IconAiBotHead/index.mjs.map +11 -0
- package/IconAiBotHeadLooking/index.d.ts +4 -0
- package/IconAiBotHeadLooking/index.js +3 -0
- package/IconAiBotHeadLooking/index.js.map +11 -0
- package/IconAiBotHeadLooking/index.mjs +3 -0
- package/IconAiBotHeadLooking/index.mjs.map +11 -0
- package/README.md +2 -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 +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-native/SKILL.md +3 -1
package/index.d.ts
CHANGED
|
@@ -16,6 +16,8 @@ export { IconAgent, default as IconAgentDefault } from "./IconAgent";
|
|
|
16
16
|
export { IconAgentNetwork, default as IconAgentNetworkDefault } from "./IconAgentNetwork";
|
|
17
17
|
export { IconAgenticCoding, default as IconAgenticCodingDefault } from "./IconAgenticCoding";
|
|
18
18
|
export { IconAgents, default as IconAgentsDefault } from "./IconAgents";
|
|
19
|
+
export { IconAiBotHead, default as IconAiBotHeadDefault } from "./IconAiBotHead";
|
|
20
|
+
export { IconAiBotHeadLooking, default as IconAiBotHeadLookingDefault } from "./IconAiBotHeadLooking";
|
|
19
21
|
export { IconAiSlop, default as IconAiSlopDefault } from "./IconAiSlop";
|
|
20
22
|
export { IconAiTokens, default as IconAiTokensDefault } from "./IconAiTokens";
|
|
21
23
|
export { IconAiTranslate, default as IconAiTranslateDefault } from "./IconAiTranslate";
|
package/index.js
CHANGED
|
@@ -54,6 +54,12 @@ exports.IconAgenticCodingDefault = _IconAgenticCoding.default;
|
|
|
54
54
|
var _IconAgents = require("./IconAgents/index.js");
|
|
55
55
|
exports.IconAgents = _IconAgents.IconAgents;
|
|
56
56
|
exports.IconAgentsDefault = _IconAgents.default;
|
|
57
|
+
var _IconAiBotHead = require("./IconAiBotHead/index.js");
|
|
58
|
+
exports.IconAiBotHead = _IconAiBotHead.IconAiBotHead;
|
|
59
|
+
exports.IconAiBotHeadDefault = _IconAiBotHead.default;
|
|
60
|
+
var _IconAiBotHeadLooking = require("./IconAiBotHeadLooking/index.js");
|
|
61
|
+
exports.IconAiBotHeadLooking = _IconAiBotHeadLooking.IconAiBotHeadLooking;
|
|
62
|
+
exports.IconAiBotHeadLookingDefault = _IconAiBotHeadLooking.default;
|
|
57
63
|
var _IconAiSlop = require("./IconAiSlop/index.js");
|
|
58
64
|
exports.IconAiSlop = _IconAiSlop.IconAiSlop;
|
|
59
65
|
exports.IconAiSlopDefault = _IconAiSlop.default;
|
package/index.mjs
CHANGED
|
@@ -16,6 +16,8 @@ export { IconAgent, default as IconAgentDefault } from "./IconAgent/index.mjs";
|
|
|
16
16
|
export { IconAgentNetwork, default as IconAgentNetworkDefault } from "./IconAgentNetwork/index.mjs";
|
|
17
17
|
export { IconAgenticCoding, default as IconAgenticCodingDefault } from "./IconAgenticCoding/index.mjs";
|
|
18
18
|
export { IconAgents, default as IconAgentsDefault } from "./IconAgents/index.mjs";
|
|
19
|
+
export { IconAiBotHead, default as IconAiBotHeadDefault } from "./IconAiBotHead/index.mjs";
|
|
20
|
+
export { IconAiBotHeadLooking, default as IconAiBotHeadLookingDefault } from "./IconAiBotHeadLooking/index.mjs";
|
|
19
21
|
export { IconAiSlop, default as IconAiSlopDefault } from "./IconAiSlop/index.mjs";
|
|
20
22
|
export { IconAiTokens, default as IconAiTokensDefault } from "./IconAiTokens/index.mjs";
|
|
21
23
|
export { IconAiTranslate, default as IconAiTranslateDefault } from "./IconAiTranslate/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.307) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2094 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
|
|
|
@@ -201,6 +201,8 @@ Need the raw, unmasked shapes instead (e.g. to style individual paths)? Set `mod
|
|
|
201
201
|
- **IconGoblin2** — goblin-2, troll, agent, helper
|
|
202
202
|
- **IconShieldAi** — shield-ai, security, safety, privacy, cyber
|
|
203
203
|
- **IconGoblin** — goblin, troll, agent, helper
|
|
204
|
+
- **IconAiBotHeadLooking** — ai-bot-head-looking, agent, robot
|
|
205
|
+
- **IconAiBotHead** — ai-bot-head, robot
|
|
204
206
|
|
|
205
207
|
### Accessibility
|
|
206
208
|
- **IconCirclePerson** — circle-person, accessibility, a11y
|