@central-icons-react-native/round-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/license-check.js CHANGED
@@ -18,7 +18,7 @@ const licenseCheck = async () => {
18
18
  },
19
19
  body: JSON.stringify({
20
20
  package: "central-icons-react-native/round-outlined-radius-0-stroke-2",
21
- version: "1.1.205",
21
+ version: "1.1.206",
22
22
  }),
23
23
  signal: controller.signal,
24
24
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/round-outlined-radius-0-stroke-2",
3
- "version": "1.1.205",
3
+ "version": "1.1.206",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
@@ -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.205) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1962 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
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 14L14 3L13 10H18L10 21L11 14H6Z\" 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.89273 11.7206L7.96402 12.9999H10.172L11.9054 14.7333L11.5597 17.1552L12.7248 15.5526L14.1564 16.9843L10.8087 21.5878C10.5385 21.9593 10.0499 22.0993 9.62417 21.9267C9.19859 21.7539 8.94496 21.313 9.00992 20.8583L9.84683 14.9999H6.00015C5.62413 14.9998 5.2792 14.7891 5.10855 14.454C4.93799 14.1189 4.97047 13.7161 5.19156 13.412L7.46206 10.2899L8.89273 11.7206ZM13.1916 2.41201C13.4617 2.04051 13.9504 1.90059 14.3761 2.07315C14.8018 2.24585 15.0553 2.68673 14.9904 3.14151L14.1535 8.9999H18.0002C18.3762 8.9999 18.721 9.21076 18.8918 9.5458C19.0624 9.88093 19.0299 10.2836 18.8087 10.5878L16.5373 13.7089L15.1066 12.2782L16.0363 10.9999H13.8283L12.0939 9.26553L12.4396 6.84365L11.2736 8.44522L9.84292 7.01455L13.1916 2.41201Z\" 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",