@central-icons-react-native/square-filled-radius-0-stroke-2 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=\"M17.5 4C19.9853 4 22 6.01472 22 8.5V20H15V22H13V8.5C13 6.75302 12.3098 5.16799 11.1885 4H17.5Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.5 4C8.98528 4 11 6.01472 11 8.5V20H2V8.5C2 6.01472 4.01472 4 6.5 4ZM4.5 9V11H8.5V9H4.5Z\" fill=\"currentColor\"/>",
|
|
7894
|
+
"tags": "Path",
|
|
7895
|
+
"componentName": "IconMailbox",
|
|
7896
|
+
"iconName": "mailbox, inbox",
|
|
7897
|
+
"pathname": "src/IconMailbox"
|
|
7898
|
+
},
|
|
7892
7899
|
{
|
|
7893
7900
|
"svg": "<Path d=\"M22 9.5C22 13.6421 18.6421 17 14.5 17C13.4668 17 12.4824 16.7911 11.5868 16.4132L6 22L2 18L7.5868 12.4132C7.20891 11.5176 7 10.5332 7 9.5C7 5.35786 10.3579 2 14.5 2C15.7996 2 17.0221 2.33057 18.0878 2.91221L14 7C13.1716 7.82843 13.1716 9.17157 14 10C14.8284 10.8284 16.1716 10.8284 17 10L21.0878 5.91221C21.6694 6.97793 22 8.20036 22 9.5Z\" fill=\"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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C12.9665 2 13.75 2.7835 13.75 3.75C13.75 4.42795 13.3636 5.01407 12.7998 5.30469V6.00488C13.267 6.01037 13.7359 6.02007 14.21 6.03516C16.0379 6.09334 17.2853 6.10919 18.3682 6.69141C19.2497 7.16565 20.0306 7.97199 20.4766 8.86816C20.6561 9.22929 20.7723 9.60226 20.8477 10H22V15H20.9941C20.9881 15.4703 20.9756 15.8883 20.9443 16.2598C20.8863 16.9482 20.7631 17.5556 20.4766 18.1318C20.0306 19.028 19.2497 19.8344 18.3682 20.3086C17.2853 20.8908 16.0379 20.9067 14.21 20.9648C12.7201 21.0123 11.2799 21.0123 9.79004 20.9648C7.96215 20.9067 6.71469 20.8908 5.63184 20.3086C4.7503 19.8344 3.96944 19.028 3.52344 18.1318C3.23685 17.5556 3.11369 16.9482 3.05566 16.2598C3.0244 15.8883 3.01187 15.4703 3.00586 15H2V10H3.15234C3.22771 9.60226 3.34385 9.22929 3.52344 8.86816C3.96943 7.97199 4.7503 7.16565 5.63184 6.69141C6.7147 6.10919 7.96213 6.09334 9.79004 6.03516C10.2641 6.02007 10.733 6.01037 11.2002 6.00488V5.30469C10.6364 5.01407 10.25 4.42795 10.25 3.75C10.25 2.7835 11.0335 2 12 2ZM9.5 10.25C8.80978 10.25 8.25022 10.8098 8.25 11.5V13C8.25026 13.6901 8.80981 14.25 9.5 14.25C10.1902 14.25 10.7497 13.6901 10.75 13V11.5C10.7498 10.8098 10.1902 10.25 9.5 10.25ZM14.5 10.25C13.8098 10.25 13.2502 10.8098 13.25 11.5V13C13.2503 13.6901 13.8098 14.25 14.5 14.25C15.1902 14.25 15.7497 13.6901 15.75 13V11.5C15.7498 10.8098 15.1902 10.25 14.5 10.25Z\" fill=\"currentColor\"/>",
|
|
10414
|
+
"tags": "Path",
|
|
10415
|
+
"componentName": "IconRobot3",
|
|
10416
|
+
"iconName": "robot-3, agent, scout",
|
|
10417
|
+
"pathname": "src/IconRobot3"
|
|
10418
|
+
},
|
|
10405
10419
|
{
|
|
10406
10420
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.00085 19C2.00085 17.3431 3.34399 16 5.00085 16C6.6577 16 8.00085 17.3431 8.00085 19C8.00085 20.6569 6.6577 22 5.00085 22H2.00085V19Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.08841 9H6.61888L5.11888 12H6.53841L9.08841 9ZM6.58663 14H1.88281L5.38281 7H10.8155C13.5883 4.06747 16.7604 2 21.0008 2H22.0008V3C22.0008 7.24046 19.9334 10.4125 17.0008 13.1853V18.618L10.0008 22.118V17.4142L6.58663 14ZM12.0008 17.4624V18.882L15.0008 17.382V14.9124L12.0008 17.4624Z\" fill=\"currentColor\"/>",
|
|
10407
10421
|
"tags": "Path",
|