@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.207 → 1.1.208
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/IconMailbox/index.d.ts +4 -0
- package/IconMailbox/index.js +2 -0
- package/IconMailbox/index.js.map +1 -0
- package/IconMailbox/index.mjs +2 -0
- package/IconMailbox/index.mjs.map +1 -0
- package/IconRobot3/index.d.ts +4 -0
- package/IconRobot3/index.js +2 -0
- package/IconRobot3/index.js.map +1 -0
- package/IconRobot3/index.mjs +2 -0
- package/IconRobot3/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 +8 -4
- 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.208) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1969 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
|
|
|
@@ -152,6 +152,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
152
152
|
- **IconReceiptionBellSparkle** — receiption-bell-sparkle, ai-concierge, ai-assistant
|
|
153
153
|
- **IconRobot** — robot
|
|
154
154
|
- **IconRobot2** — robot-2, agent, scout
|
|
155
|
+
- **IconRobot3** — robot-3, agent, scout
|
|
155
156
|
- **IconScanTextSparkle** — scan-text-sparkle, scan, arrows-all-sides, focus, list
|
|
156
157
|
- **IconScriptAi** — script-ai, paper, page, contract, file, document, skills
|
|
157
158
|
- **IconSearchIntelligence** — search-intelligence, search-ai
|
|
@@ -503,6 +504,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
503
504
|
- **IconEmailPlus** — email-plus, envelope, add, plus
|
|
504
505
|
- **IconEmailSettings** — email-settings, envelope, gear
|
|
505
506
|
- **IconInvite** — invite, briefing
|
|
507
|
+
- **IconMailbox** — mailbox, inbox
|
|
506
508
|
- **IconNewspaper** — newspaper, News, paper
|
|
507
509
|
- **IconNewspaper1** — newspaper-1, guide, info, faq, book
|
|
508
510
|
- **IconNewspaper2** — newspaper-2, guide, info, faq, book
|
package/tsx-icons.json
CHANGED
|
@@ -7889,6 +7889,13 @@
|
|
|
7889
7889
|
"iconName": "magnifying-glass-2, search ",
|
|
7890
7890
|
"pathname": "src/IconMagnifyingGlass2"
|
|
7891
7891
|
},
|
|
7892
|
+
{
|
|
7893
|
+
"svg": "<Path d=\"M12.5 22V9.5C12.5 6.73858 10.2614 4.5 7.5 4.5H7\" stroke=\"currentColor\"/><Path d=\"M16.5 4.5H7.5C4.73858 4.5 2.5 6.73858 2.5 9.5V19.5H21.5V9.5C21.5 6.73858 19.2614 4.5 16.5 4.5Z\" stroke=\"currentColor\"/><Path d=\"M5 9.5H10\" stroke=\"currentColor\"/>",
|
|
7894
|
+
"tags": "Path",
|
|
7895
|
+
"componentName": "IconMailbox",
|
|
7896
|
+
"iconName": "mailbox, inbox",
|
|
7897
|
+
"pathname": "src/IconMailbox"
|
|
7898
|
+
},
|
|
7892
7899
|
{
|
|
7893
7900
|
"svg": "<Path d=\"M14.6389 16.2222C18.4282 16.2222 21.5 13.1504 21.5 9.36111C21.5 8.56985 21.3661 7.80987 21.1196 7.10262L18.3333 9.88889C17.1674 11.0548 15.277 11.0548 14.1111 9.88889C12.9452 8.72295 12.9452 6.8326 14.1111 5.66667L16.8974 2.88039C16.1901 2.63394 15.4302 2.5 14.6389 2.5C10.8496 2.5 7.77778 5.57182 7.77778 9.36111C7.77778 10.2968 7.96506 11.1887 8.30419 12.0014L2.5 17.8056L6.19444 21.5L11.9986 15.6958C12.8113 16.0349 13.7032 16.2222 14.6389 16.2222Z\" stroke=\"currentColor\"/>",
|
|
7894
7901
|
"tags": "Path",
|
|
@@ -10402,6 +10409,13 @@
|
|
|
10402
10409
|
"iconName": "robot-2, agent, scout",
|
|
10403
10410
|
"pathname": "src/IconRobot2"
|
|
10404
10411
|
},
|
|
10412
|
+
{
|
|
10413
|
+
"svg": "<Path d=\"M3.5 12.7786C3.5 10.7156 3.5 9.68407 3.91596 8.84471C4.26839 8.13356 4.89442 7.48383 5.592 7.10524C6.41534 6.65839 7.38161 6.62249 9.31415 6.55068C11.1326 6.48311 12.8674 6.48311 14.6859 6.55068C16.6184 6.62249 17.5847 6.65839 18.408 7.10524C19.1056 7.48383 19.7316 8.13356 20.084 8.84471C20.5 9.68407 20.5 10.7156 20.5 12.7786V14.2214C20.5 16.2844 20.5 17.3159 20.084 18.1553C19.7316 18.8664 19.1056 19.5162 18.408 19.8948C17.5847 20.3416 16.6184 20.3775 14.6859 20.4493C12.8674 20.5169 11.1326 20.5169 9.31415 20.4493C7.38161 20.3775 6.41534 20.3416 5.592 19.8948C4.89442 19.5162 4.26839 18.8664 3.91596 18.1553C3.5 17.3159 3.5 16.2844 3.5 14.2214V12.7786Z\" stroke=\"currentColor\"/><Circle cx=\"12\" cy=\"3.5\" r=\"1.5\" fill=\"currentColor\"/><Path d=\"M9.5 13.2248V11.1748C9.5 10.9677 9.33211 10.7998 9.125 10.7998C8.91789 10.7998 8.75 10.9677 8.75 11.1748V13.2248C8.75 13.4319 8.91789 13.5998 9.125 13.5998C9.33211 13.5998 9.5 13.4319 9.5 13.2248Z\" stroke=\"currentColor\"/><Path d=\"M15.25 13.2248V11.1748C15.25 10.9677 15.0821 10.7998 14.875 10.7998C14.6679 10.7998 14.5 10.9677 14.5 11.1748V13.2248C14.5 13.4319 14.6679 13.5998 14.875 13.5998C15.0821 13.5998 15.25 13.4319 15.25 13.2248Z\" stroke=\"currentColor\"/><Path d=\"M2.5 14V10.5H3.5V14H2.5Z\" stroke=\"currentColor\"/><Path d=\"M20.5 14V10.5H21.5V14H20.5Z\" stroke=\"currentColor\"/><Path d=\"M12 7V3.5\" stroke=\"currentColor\"/>",
|
|
10414
|
+
"tags": "Circle, Path",
|
|
10415
|
+
"componentName": "IconRobot3",
|
|
10416
|
+
"iconName": "robot-3, agent, scout",
|
|
10417
|
+
"pathname": "src/IconRobot3"
|
|
10418
|
+
},
|
|
10405
10419
|
{
|
|
10406
10420
|
"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\"/>",
|
|
10407
10421
|
"tags": "Path",
|