@central-icons-react-native/round-outlined-radius-2-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.12946 12.4188L12.292 3.79125C12.9183 2.91443 14.2976 3.51201 14.0863 4.5686L13.1196 9.40194C13.0577 9.71134 13.2944 10 13.6099 10H17.0568C17.8702 10 18.3433 10.9194 17.8705 11.5812L11.708 20.2088C11.0817 21.0856 9.7024 20.488 9.91372 19.4314L10.8804 14.5981C10.9423 14.2887 10.7056 14 10.3901 14H6.94319C6.12982 14 5.65669 13.0806 6.12946 12.4188Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
|
|
7579
|
+
"tags": "Path",
|
|
7580
|
+
"componentName": "IconLightningBolt",
|
|
7581
|
+
"iconName": "lightning-bolt, speed, thunder, flash, high woltage",
|
|
7582
|
+
"pathname": "src/IconLightningBolt"
|
|
7583
|
+
},
|
|
7584
|
+
{
|
|
7585
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.28591 11.116L6.94118 12.9998H10.1697L11.8718 14.702C11.8677 14.7324 11.8652 14.7632 11.8591 14.7938L10.8924 19.6278L13.3523 16.1824L14.7859 17.616L12.5193 20.7899C11.2667 22.5433 8.50879 21.3483 8.93142 19.2352L9.7781 14.9998H6.94118C5.31459 14.9998 4.36818 13.1614 5.31325 11.8377L6.85231 9.68245L8.28591 11.116ZM11.4763 3.20979C12.729 1.45676 15.4866 2.65156 15.0642 4.76448L14.2175 8.99983H17.0545C18.6808 9 19.6272 10.8383 18.6824 12.1619L17.1424 14.3162L15.7088 12.8826L17.0545 10.9998H13.8259L12.1228 9.2967C12.127 9.26665 12.1305 9.23609 12.1365 9.20588L13.1033 4.3719L10.6424 7.81623L9.20876 6.38264L11.4763 3.20979Z\" fill=\"currentColor\"/><Path d=\"M5 5L19 19\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/>",
|
|
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=\"round\" strokeLinejoin=\"round\"/><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=\"round\" strokeLinejoin=\"round\"/>",
|
|
7579
7593
|
"tags": "Path",
|