@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.204 → 1.1.205
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/IconAiSlop/index.d.ts +4 -0
- package/IconAiSlop/index.js +2 -0
- package/IconAiSlop/index.js.map +1 -0
- package/IconAiSlop/index.mjs +2 -0
- package/IconAiSlop/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +2 -1
- package/tsx-icons.json +7 -0
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.205) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1962 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
|
|
|
@@ -99,6 +99,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
99
99
|
|
|
100
100
|
### AI & Magic
|
|
101
101
|
|
|
102
|
+
- **IconAiSlop** — ai-slop, trash
|
|
102
103
|
- **IconAiTokens** — ai-tokens, credits
|
|
103
104
|
- **IconAiTranslate** — ai-translate, language, auto-translate
|
|
104
105
|
- **IconAppleIntelligenceIcon** — apple-intelligence-icon, ai, tools
|
package/tsx-icons.json
CHANGED
|
@@ -196,6 +196,13 @@
|
|
|
196
196
|
"iconName": "airpods, headphones, vibe",
|
|
197
197
|
"pathname": "src/IconAirpods"
|
|
198
198
|
},
|
|
199
|
+
{
|
|
200
|
+
"svg": "<Path d=\"M4 7H20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8 7L8.62127 4.51493C8.84385 3.62459 9.64382 3 10.5616 3H13.4384C14.3562 3 15.1561 3.62459 15.3787 4.51493L16 7\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5 7V13.25C5 14.2165 5.7835 15 6.75 15C7.7165 15 8.5 14.2165 8.5 13.25V11.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M15.5 12V12.25C15.5 13.2165 16.2835 14 17.25 14C18.2165 14 19 13.2165 19 12.25V7.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M15.5 12V14.25C15.5 15.2165 14.7165 16 13.75 16C12.7835 16 12 15.2165 12 14.25V10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M17.9999 14L17.6325 19.1425C17.5578 20.1891 16.6869 21 15.6376 21H8.3621C7.31282 21 6.44194 20.1891 6.36718 19.1425L6.07129 15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
|
|
201
|
+
"tags": "Path",
|
|
202
|
+
"componentName": "IconAiSlop",
|
|
203
|
+
"iconName": "ai-slop, trash",
|
|
204
|
+
"pathname": "src/IconAiSlop"
|
|
205
|
+
},
|
|
199
206
|
{
|
|
200
207
|
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M13.5905 9.68381L12.6795 7.31531C12.5714 7.03415 12.3012 6.84863 12 6.84863C11.6988 6.84863 11.4286 7.03415 11.3205 7.31531L10.4095 9.68381C10.308 9.94791 10.0993 10.1566 9.83518 10.2582L7.46667 11.1691C7.18552 11.2773 7 11.5474 7 11.8486C7 12.1499 7.18552 12.42 7.46667 12.5281L9.83518 13.4391C10.0993 13.5407 10.308 13.7494 10.4095 14.0135L11.3205 16.382C11.4286 16.6631 11.6988 16.8486 12 16.8486C12.3012 16.8486 12.5714 16.6631 12.6795 16.382L13.5905 14.0135C13.692 13.7494 13.9007 13.5407 14.1648 13.4391L16.5333 12.5281C16.8145 12.42 17 12.1499 17 11.8486C17 11.5474 16.8145 11.2773 16.5333 11.1691L14.1648 10.2582C13.9007 10.1566 13.692 9.9479 13.5905 9.68381Z\" fill=\"currentColor\"/>",
|
|
201
208
|
"tags": "Circle, Path",
|