@central-icons-react-native/round-filled-radius-1-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=\"M12.5037 2.57669C13.4701 1.45259 15.3754 2.3077 15.1072 3.82864L14.1941 9.00052H17.5261C18.7486 9.00058 19.4579 10.3843 18.7439 11.3765L11.5925 21.3091C10.6609 22.6025 8.62179 21.7421 8.8982 20.1724L9.81129 15.0005H6.47926C5.25685 15.0005 4.54779 13.6167 5.26148 12.6245L12.4128 2.69192L12.5037 2.57669Z\" 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.4736 17.3027L11.5898 21.3086C10.6581 22.6018 8.61896 21.7416 8.89543 20.1718L9.80852 15H6.47649C5.25433 14.9997 4.54522 13.6161 5.25871 12.624L7.15715 9.98629L14.4736 17.3027Z\" fill=\"currentColor\"/><Path d=\"M4.29289 4.29293C4.68342 3.90248 5.31646 3.90243 5.70695 4.29293L19.707 18.2929C20.0975 18.6834 20.0974 19.3165 19.707 19.707C19.3164 20.0975 18.6834 20.0975 18.2929 19.707L4.29289 5.70699C3.90237 5.31647 3.90237 4.68345 4.29289 4.29293Z\" fill=\"currentColor\"/><Path d=\"M12.5009 2.57613C13.4673 1.45279 15.3721 2.30762 15.1044 3.82808L14.1913 8.99996H17.5234C18.7454 9.00026 19.4545 10.3839 18.7411 11.3759L16.8407 14.0136L9.52434 6.69722L12.4101 2.69137L12.5009 2.57613Z\" 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=\"M17.6568 7.34315C14.5326 4.21895 9.46733 4.21895 6.34314 7.34315C3.32484 10.3614 3.22249 15.1922 6.03624 18.3327C6.40478 18.744 6.37009 19.3762 5.95876 19.7448C5.54743 20.1133 4.91521 20.0786 4.54667 19.6673C1.02817 15.7403 1.15554 9.70232 4.92892 5.92893C8.83417 2.02369 15.1658 2.02369 19.0711 5.92893C22.8444 9.70232 22.9718 15.7403 19.4533 19.6673C19.0848 20.0786 18.4526 20.1133 18.0412 19.7448C17.6299 19.3762 17.5952 18.744 17.9637 18.3327C20.7775 15.1922 20.6751 10.3614 17.6568 7.34315Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.29289 9.29289C8.68342 8.90237 9.31658 8.90237 9.70711 9.29289L12.7071 12.2929C13.0976 12.6834 13.0976 13.3166 12.7071 13.7071C12.3166 14.0976 11.6834 14.0976 11.2929 13.7071L8.29289 10.7071C7.90237 10.3166 7.90237 9.68342 8.29289 9.29289Z\" fill=\"currentColor\"/>",
|
|
7579
7593
|
"tags": "Path",
|