@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.205 → 1.1.206
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/IconLightningBolt/index.d.ts +4 -0
- package/IconLightningBolt/index.js +2 -0
- package/IconLightningBolt/index.js.map +1 -0
- package/IconLightningBolt/index.mjs +2 -0
- package/IconLightningBolt/index.mjs.map +1 -0
- package/IconLightningBoltOff/index.d.ts +4 -0
- package/IconLightningBoltOff/index.js +2 -0
- package/IconLightningBoltOff/index.js.map +1 -0
- package/IconLightningBoltOff/index.mjs +2 -0
- package/IconLightningBoltOff/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.206) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1964 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
|
|
|
@@ -2157,6 +2157,8 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
2157
2157
|
- **IconDrop** — drop, water, precipitation, liquid
|
|
2158
2158
|
- **IconFullMoon** — full-moon, dark-mode, nasa
|
|
2159
2159
|
- **IconLightning** — lightning, zap, flash, thunder
|
|
2160
|
+
- **IconLightningBolt** — lightning-bolt, speed, thunder, flash, high woltage
|
|
2161
|
+
- **IconLightningBoltOff** — lightning-bolt-off, speed, thunder, flash, high woltage
|
|
2160
2162
|
- **IconMoon** — moon, dark-mode, night
|
|
2161
2163
|
- **IconMoonStar** — moon-star, night
|
|
2162
2164
|
- **IconRainy** — rainy, rain
|
package/tsx-icons.json
CHANGED
|
@@ -7574,6 +7574,20 @@
|
|
|
7574
7574
|
"iconName": "lightning, zap, flash, thunder",
|
|
7575
7575
|
"pathname": "src/IconLightning"
|
|
7576
7576
|
},
|
|
7577
|
+
{
|
|
7578
|
+
"svg": "<Path d=\"M6.5 14L13.5 5L13 10H17.5L10.5 19L11 14H6.5Z\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
7579
|
+
"tags": "Path",
|
|
7580
|
+
"componentName": "IconLightningBolt",
|
|
7581
|
+
"iconName": "lightning-bolt, speed, thunder, flash, high woltage",
|
|
7582
|
+
"pathname": "src/IconLightningBolt"
|
|
7583
|
+
},
|
|
7584
|
+
{
|
|
7585
|
+
"svg": "<Path d=\"M4.5 4.5L19.5 19.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M9.25391 12.084L8.54297 13H10.1699L11.9268 14.7568L11.8379 15.6475L12.2656 15.0957L13.6914 16.5215L11.2871 19.6143L9.1582 22.3516L9.50293 18.9004L9.89258 15H4.45312L5.70898 13.3857L7.8291 10.6592L9.25391 12.084ZM14.4932 5.09961L14.1035 9H19.543L18.2871 10.6143L16.166 13.3398L14.7412 11.915L15.4531 11H13.8262L12.0684 9.24219L12.1572 8.35156L11.7285 8.90234L10.3037 7.47754L12.709 4.38574L14.8379 1.64844L14.4932 5.09961Z\" fill=\"currentColor\"/>",
|
|
7586
|
+
"tags": "Path",
|
|
7587
|
+
"componentName": "IconLightningBoltOff",
|
|
7588
|
+
"iconName": "lightning-bolt-off, speed, thunder, flash, high woltage",
|
|
7589
|
+
"pathname": "src/IconLightningBoltOff"
|
|
7590
|
+
},
|
|
7577
7591
|
{
|
|
7578
7592
|
"svg": "<Path d=\"M12 13L9 10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M5.29147 19C2.12534 15.4663 2.2402 10.0319 5.63604 6.63604C9.15076 3.12132 14.8492 3.12132 18.364 6.63604C21.7598 10.0319 21.8747 15.4663 18.7085 19\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
7579
7593
|
"tags": "Path",
|