@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.211 → 1.1.212

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-2-stroke-2",
21
- version: "1.1.211",
21
+ version: "1.1.212",
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-2-stroke-2",
3
- "version": "1.1.211",
3
+ "version": "1.1.212",
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.211) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1972 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.212) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1973 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
 
@@ -112,6 +112,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
112
112
  - **IconBroomSparkle** — broom-sparkle, clean, brush
113
113
  - **IconBubbleSparkle** — bubble-sparkle, message, like, heart
114
114
  - **IconBubbleWideSparkle** — bubble-wide-sparkle, message, chat
115
+ - **IconBurnTokens** — burn-tokens, limit
115
116
  - **IconCalenderSparkle** — calender-sparkle, date, plan
116
117
  - **IconCameraSparkle** — camera-sparkle, picture, image, cam
117
118
  - **IconClapboardSparkle** — clapboard-sparkle, movie, film, ai
package/tsx-icons.json CHANGED
@@ -2429,6 +2429,13 @@
2429
2429
  "iconName": "burger, hamburger, sandwich ",
2430
2430
  "pathname": "src/IconBurger"
2431
2431
  },
2432
+ {
2433
+ "svg": "<Path d=\"M19.8811 13.2032C20.5541 13.8534 20.8445 14.6929 20.9534 15.5692C21.6444 21.08 14.4567 23.0565 12.3639 18.3759C11.744 16.9852 11.9367 15.6115 12.7855 14.3593C13.0732 13.9353 13.4306 13.5509 13.7964 13.1948C14.771 12.2478 15.7232 11.4896 16.142 10C18.0214 11.4359 18.5659 13.0195 18.1917 15.1706H18.3622C18.7441 14.7448 19.6392 13.5492 19.8811 13.2032Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17.6153 6.5C16.1753 4.38723 13.7497 3 11 3C6.58172 3 3 6.58172 3 11C3 14.5452 5.30607 17.5518 8.5 18.6016\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12.7323 8L11.5002 7.28868C11.1908 7.11004 10.8096 7.11004 10.5002 7.28868L8.03613 8.71132C7.72673 8.88996 7.53613 9.22008 7.53613 9.57735V12.4226C7.53613 12.7799 7.72673 13.11 8.03613 13.2887L8.83517 13.75\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
2434
+ "tags": "Path",
2435
+ "componentName": "IconBurnTokens",
2436
+ "iconName": "burn-tokens, limit",
2437
+ "pathname": "src/IconBurnTokens"
2438
+ },
2432
2439
  {
2433
2440
  "svg": "<Path d=\"M12 2V4M12 20V22M2 12H4M20 12H22M5 5L7.5 7.5M16.5 16.5L19 19M5 19L7.5 16.5M16.5 7.5L19 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/>",
2434
2441
  "tags": "Path",