@central-icons-react-native/round-filled-radius-2-stroke-1 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=\"M12.6916 2.14995C13.4975 1.11413 15.1505 1.86168 14.9054 3.15093L13.6017 9.99956H17.4523C18.7004 9.99956 19.4029 11.4352 18.6369 12.4205L11.3029 21.8492C10.4969 22.8852 8.84363 22.1376 9.08903 20.8482L10.3927 13.9996H6.54215C5.29411 13.9994 4.59145 12.5639 5.35758 11.5787L12.6916 2.14995Z\" fill=\"currentColor\"/>",
|
|
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=\"M14.9902 17.1111L11.3056 21.8494C10.4996 22.8852 8.84651 22.1377 9.09173 20.8484L10.3954 13.9998H6.54485C5.29695 13.9996 4.59437 12.5641 5.36028 11.5789L7.15227 9.27324L14.9902 17.1111Z\" fill=\"currentColor\"/><Path d=\"M4.14641 4.14629C4.34166 3.95115 4.65821 3.95113 4.85344 4.14629L19.8534 19.1463C20.0487 19.3415 20.0486 19.6581 19.8534 19.8533C19.6582 20.0486 19.3417 20.0486 19.1464 19.8533L4.14641 4.85332C3.95122 4.65805 3.95117 4.34153 4.14641 4.14629Z\" fill=\"currentColor\"/><Path d=\"M12.6943 2.1502C13.5002 1.11438 15.1532 1.86192 14.9081 3.15117L13.6044 9.9998H17.455C18.7031 9.9998 19.4056 11.4354 18.6396 12.4207L16.8466 14.7254L9.00872 6.8875L12.6943 2.1502Z\" 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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 4C7.02944 4 3 8.02944 3 13C3 15.3823 3.92497 17.5475 5.43633 19.1578C5.62531 19.3592 5.61528 19.6756 5.41393 19.8646C5.21258 20.0536 4.89616 20.0435 4.70718 19.8422C3.02874 18.0539 2 15.6465 2 13C2 7.47715 6.47715 3 12 3C17.5228 3 22 7.47715 22 13C22 15.6465 20.9713 18.0539 19.2928 19.8422C19.1038 20.0435 18.7874 20.0536 18.5861 19.8646C18.3847 19.6756 18.3747 19.3592 18.5637 19.1578C20.075 17.5475 21 15.3823 21 13C21 8.02944 16.9706 4 12 4Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.14645 9.14645C8.34171 8.95118 8.65829 8.95118 8.85355 9.14645L12.3536 12.6464C12.5488 12.8417 12.5488 13.1583 12.3536 13.3536C12.1583 13.5488 11.8417 13.5488 11.6464 13.3536L8.14645 9.85355C7.95118 9.65829 7.95118 9.34171 8.14645 9.14645Z\" fill=\"currentColor\"/>",
|
|
7579
7593
|
"tags": "Path",
|