@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.210 → 1.1.212
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/IconBurnTokens/index.d.ts +4 -0
- package/IconBurnTokens/index.js +2 -0
- package/IconBurnTokens/index.js.map +1 -0
- package/IconBurnTokens/index.mjs +2 -0
- package/IconBurnTokens/index.mjs.map +1 -0
- package/IconRobotHeadSlop/index.d.ts +4 -0
- package/IconRobotHeadSlop/index.js +2 -0
- package/IconRobotHeadSlop/index.js.map +1 -0
- package/IconRobotHeadSlop/index.mjs +2 -0
- package/IconRobotHeadSlop/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +7 -3
- package/index.d.ts +2 -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 +3 -1
- package/tsx-icons.json +14 -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.212) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1973 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
|
|
|
@@ -112,6 +112,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
112
112
|
- **IconBroomSparkle** — broom-sparkle, clean, brush
|
|
113
113
|
- **IconBubbleSparkle** — bubble-sparkle, message, like, heart
|
|
114
114
|
- **IconBubbleWideSparkle** — bubble-wide-sparkle, message, chat
|
|
115
|
+
- **IconBurnTokens** — burn-tokens, limit
|
|
115
116
|
- **IconCalenderSparkle** — calender-sparkle, date, plan
|
|
116
117
|
- **IconCameraSparkle** — camera-sparkle, picture, image, cam
|
|
117
118
|
- **IconClapboardSparkle** — clapboard-sparkle, movie, film, ai
|
|
@@ -154,6 +155,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
154
155
|
- **IconRobot** — robot
|
|
155
156
|
- **IconRobot2** — robot-2, agent, scout
|
|
156
157
|
- **IconRobot3** — robot-3, agent, scout
|
|
158
|
+
- **IconRobotHeadSlop** — robot-head-slop
|
|
157
159
|
- **IconScanTextSparkle** — scan-text-sparkle, scan, arrows-all-sides, focus, list
|
|
158
160
|
- **IconScriptAi** — script-ai, paper, page, contract, file, document, skills
|
|
159
161
|
- **IconSearchIntelligence** — search-intelligence, search-ai
|
package/tsx-icons.json
CHANGED
|
@@ -2429,6 +2429,13 @@
|
|
|
2429
2429
|
"iconName": "burger, hamburger, sandwich ",
|
|
2430
2430
|
"pathname": "src/IconBurger"
|
|
2431
2431
|
},
|
|
2432
|
+
{
|
|
2433
|
+
"svg": "<Path d=\"M20.2568 12.9945C21.0045 13.7037 21.3272 14.6195 21.4482 15.5754C22.216 21.5873 14.2297 23.7434 11.9043 18.6374C11.2155 17.1203 11.4296 15.6217 12.3728 14.2556C12.6924 13.7931 13.0896 13.3737 13.496 12.9852C14.5789 11.9522 15.6369 11.125 16.1023 9.5C18.1904 11.0665 18.7954 12.794 18.3797 15.1407H18.5691C18.9935 14.6762 19.988 13.3719 20.2568 12.9945Z\" stroke=\"currentColor\"/><Path d=\"M18.814 9C18.0115 5.28424 14.7059 2.5 10.75 2.5C6.19365 2.5 2.5 6.19365 2.5 10.75C2.5 14.8814 5.53682 18.3035 9.5 18.9059\" stroke=\"currentColor\"/><Path d=\"M9.93814 14.0312L7.50244 12.625V8.875L10.75 7L13.5 8.58769\" stroke=\"currentColor\"/>",
|
|
2434
|
+
"tags": "Path",
|
|
2435
|
+
"componentName": "IconBurnTokens",
|
|
2436
|
+
"iconName": "burn-tokens, limit",
|
|
2437
|
+
"pathname": "src/IconBurnTokens"
|
|
2438
|
+
},
|
|
2432
2439
|
{
|
|
2433
2440
|
"svg": "<Path d=\"M12 1.5V4.5M12 19.5V22.5M1.5 12H4.5M19.5 12H22.5M4.5 4.5L8 8M16 16L19.5 19.5M4.5 19.5L8 16M16 8L19.5 4.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
|
|
2434
2441
|
"tags": "Path",
|
|
@@ -10430,6 +10437,13 @@
|
|
|
10430
10437
|
"iconName": "robot-3, agent, scout",
|
|
10431
10438
|
"pathname": "src/IconRobot3"
|
|
10432
10439
|
},
|
|
10440
|
+
{
|
|
10441
|
+
"svg": "<Path d=\"M9.5 15.5H8.5C6.29086 15.5 4.5 13.7091 4.5 11.5V9.5H3.5V6.5H4.5V3.5H19.5V6.5H20.5V9.5H19.5V11.5C19.5 13.7091 17.7091 15.5 15.5 15.5H14.5\" stroke=\"currentColor\"/><Path d=\"M12 3.5V2\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M14.0475 12.5L14.5586 18.2393C14.5839 18.4361 14.7409 18.5919 14.9418 18.628C16.4795 18.904 17.5 19.3904 17.5 19.9437C17.5 20.8032 15.0376 21.5 12 21.5C8.96243 21.5 6.5 20.8032 6.5 19.9437C6.5 19.3905 7.52017 18.904 9.05735 18.628C9.25827 18.5919 9.41517 18.4361 9.44053 18.2394L9.9526 12.5\" stroke=\"currentColor\"/><Path d=\"M8.5 12.5C10.9143 11.8333 13.0857 11.8333 15.5 12.5\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M4.95003 19.7851C4.65188 20.212 3.05646 19.912 2.54004 19.6656C2.02362 19.4191 1.84668 18.8733 2.14484 18.4464C2.44299 18.0195 3.10334 17.8733 3.61976 18.1197C4.13619 18.3662 5.24819 19.3583 4.95003 19.7851Z\" fill=\"currentColor\"/><Path d=\"M19.05 19.7851C19.3481 20.212 20.9435 19.912 21.46 19.6656C21.9764 19.4191 22.1533 18.8733 21.8552 18.4464C21.557 18.0195 20.8967 17.8733 20.3802 18.1197C19.8638 18.3662 18.7518 19.3583 19.05 19.7851Z\" fill=\"currentColor\"/><Ellipse cx=\"9.25\" cy=\"7.8\" rx=\"1.25\" ry=\"1.3\" fill=\"currentColor\"/><Circle cx=\"14.75\" cy=\"7.75\" r=\"1.25\" fill=\"currentColor\"/>",
|
|
10442
|
+
"tags": "Circle, Ellipse, Path",
|
|
10443
|
+
"componentName": "IconRobotHeadSlop",
|
|
10444
|
+
"iconName": "robot-head-slop",
|
|
10445
|
+
"pathname": "src/IconRobotHeadSlop"
|
|
10446
|
+
},
|
|
10433
10447
|
{
|
|
10434
10448
|
"svg": "<Path d=\"M6.49777 13.5H2.78906L5.99777 7.5H11.2061C14.1089 4.33333 17.2755 2.5 21.4978 2.5C21.4978 6.72222 19.6644 9.98348 16.4978 12.8863V18L10.4978 21.2087V17.5L6.49777 13.5Z\" stroke=\"currentColor\"/><Path d=\"M2.5 21.5H4.50168C5.60625 21.5 6.50168 20.6046 6.50168 19.5C6.50168 18.3954 5.60583 17.5 4.50126 17.5C3.39623 17.5 2.5 18.3958 2.5 19.5008V21.5Z\" stroke=\"currentColor\"/><Path d=\"M6.5 13.5L11.2083 7.5\" stroke=\"currentColor\"/><Path d=\"M16.5 12.8862L10.5 17.5\" stroke=\"currentColor\"/>",
|
|
10435
10449
|
"tags": "Path",
|