@central-icons-react/square-filled-radius-0-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/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
|
@@ -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 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.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
|
## Before you pick an import path
|
|
11
11
|
|
|
@@ -205,6 +205,7 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
205
205
|
- **IconGoblin** — goblin, troll, agent, helper
|
|
206
206
|
- **IconAiBotHeadLooking** — ai-bot-head-looking, agent, robot
|
|
207
207
|
- **IconAiBotHead** — ai-bot-head, robot
|
|
208
|
+
- **IconAiSlopSign** — ai-slop-sign, mark-as-slop
|
|
208
209
|
|
|
209
210
|
### Accessibility
|
|
210
211
|
- **IconCirclePerson** — circle-person, accessibility, a11y
|