@central-icons-react-native/square-filled-radius-0-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/square-filled-radius-0-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/square-filled-radius-0-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=\"M16.749 9.20508C17.7938 10.0034 18.538 10.8986 18.9453 11.959C19.0181 12.1485 19.0783 12.3403 19.1279 12.5342L19.7334 11.6699L20.5762 12.4844C21.4696 13.3477 21.8197 14.4351 21.9453 15.4443C22.3569 18.7273 20.3871 21.0249 17.9932 21.751C15.6157 22.4717 12.7343 21.6537 11.4512 18.7842L11.4502 18.7832C10.6742 17.0423 10.9372 15.3037 11.958 13.7979C12.3007 13.2927 12.7137 12.8533 13.0996 12.4775C14.1499 11.457 14.8501 10.9016 15.1797 9.72949L15.5781 8.31055L16.749 9.20508Z\" fill=\"currentColor\"/><Path d=\"M11 2C14.3898 2 17.3401 3.87455 18.874 6.63867L17.126 7.60938C15.9304 5.4548 13.6342 4 11 4C7.13401 4 4 7.13401 4 11C4 14.2602 6.2298 17.0021 9.24902 17.7793L8.75098 19.7168C4.86943 18.7178 2 15.195 2 11C2 6.02944 6.02944 2 11 2Z\" fill=\"currentColor\"/><Path d=\"M14.0986 7.63379L13.0986 9.36621L11 8.1543L8.53613 9.57715V12.4219L10.2012 13.3838L9.20117 15.1162L6.53613 13.5771V8.42285L11 5.8457L14.0986 7.63379Z\" fill=\"currentColor\"/>",
2434
+ "tags": "Path",
2435
+ "componentName": "IconBurnTokens",
2436
+ "iconName": "burn-tokens, limit",
2437
+ "pathname": "src/IconBurnTokens"
2438
+ },
2432
2439
  {
2433
2440
  "svg": "<Path d=\"M11 19H13V23H11V19ZM8.91406 16.5L5 20.4141L3.58594 19L7.5 15.0859L8.91406 16.5ZM20.4141 19L19 20.4141L15.0859 16.5L16.5 15.0859L20.4141 19ZM5 11V13H1V11H5ZM23 11V13H19V11H23ZM8.91406 7.5L7.5 8.91406L3.58594 5L5 3.58594L8.91406 7.5ZM20.4141 5L16.5 8.91406L15.0859 7.5L19 3.58594L20.4141 5ZM11 1H13V5H11V1Z\" fill=\"currentColor\"/>",
2434
2441
  "tags": "Path",