@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.217 → 1.1.219

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-outlined-radius-0-stroke-2",
21
- version: "1.1.217",
21
+ version: "1.1.219",
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-outlined-radius-0-stroke-2",
3
- "version": "1.1.217",
3
+ "version": "1.1.219",
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.217) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1977 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.219) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1978 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
 
@@ -127,6 +127,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
127
127
  - **IconFileSparkle** — file-sparkle, document, locked, password
128
128
  - **IconFolderSparkle** — Folder-sparkle, plus
129
129
  - **IconFortuneTellerBall** — fortune-teller-ball, future
130
+ - **IconGoblin** — goblin, troll, agent, helper
130
131
  - **IconHatBunny** — hat-bunny, surprise, magic hat
131
132
  - **IconHatSparkle** — hat-sparkle, magic hat
132
133
  - **IconImageAvatarSparkle** — image-avatar-sparkle, generated avatar, profile ai, magic avatar
package/tsx-icons.json CHANGED
@@ -1016,7 +1016,7 @@
1016
1016
  "pathname": "src/IconArrowsRepeat"
1017
1017
  },
1018
1018
  {
1019
- "svg": "<Path d=\"M11 2L14 5L11 8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M13 16L10 19L13 22\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M11 19.0001H14C17.866 19.0001 21 15.866 21 12.0001C21 10.0928 20.2372 8.36361 19 7.10107\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M13 5H10C6.13401 5 3 8.13401 3 12C3 13.9073 3.76281 15.6364 5 16.899\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
1019
+ "svg": "<Path d=\"M11 2L14 5L11 8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M13 16L10 19L13 22\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M11 19.0005H14C17.866 19.0005 21 15.8665 21 12.0005C21 10.0932 20.2372 8.3641 19 7.10156\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M13 5H10C6.13401 5 3 8.13401 3 12C3 13.9073 3.76281 15.6364 5 16.899\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
1020
1020
  "tags": "Path",
1021
1021
  "componentName": "IconArrowsRepeatCircle",
1022
1022
  "iconName": "arrows-repeat-circle, repost",
@@ -6503,6 +6503,13 @@
6503
6503
  "iconName": "goat-head, goated",
6504
6504
  "pathname": "src/IconGoatHead"
6505
6505
  },
6506
+ {
6507
+ "svg": "<Rect x=\"5\" y=\"3\" width=\"14\" height=\"18\" rx=\"7\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M9 16C11.25 16.6667 12.75 16.6667 15 16\" stroke=\"currentColor\" strokeWidth=\"1.7\"/><Path d=\"M5 7.5H1V9C1 11.2091 2.79086 13 5 13\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M19 7.5H23V9C23 11.2091 21.2091 13 19 13\" stroke=\"currentColor\" strokeWidth=\"2\"/><Circle cx=\"9.5\" cy=\"11.5\" r=\"1.5\" fill=\"currentColor\"/><Circle cx=\"14.5\" cy=\"11.5\" r=\"1.5\" fill=\"currentColor\"/><Path d=\"M7.5 4.5L12 7L16.5 4.5\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
6508
+ "tags": "Circle, Path, Rect",
6509
+ "componentName": "IconGoblin",
6510
+ "iconName": "goblin, troll, agent, helper",
6511
+ "pathname": "src/IconGoblin"
6512
+ },
6506
6513
  {
6507
6514
  "svg": "<Path d=\"M2 18L4 11.5H10L12 18H2Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M7 11.5L9 5H15L17 11.5H7Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 18L14 11.5H20L22 18H12Z\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
6508
6515
  "tags": "Path",