@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.214 → 1.1.215

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.214",
21
+ version: "1.1.215",
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.214",
3
+ "version": "1.1.215",
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.214) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1976 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.215) 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.
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
 
@@ -1037,6 +1037,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
1037
1037
  - **IconBrokenHeart** — broken-heart, delete-account
1038
1038
  - **IconBrowserTabs** — browser-tabs, tab-groups
1039
1039
  - **IconBucket** — bucket, trash, can
1040
+ - **IconCard** — card, profile, avatar, account
1040
1041
  - **IconChainLink1** — chain-link-1, url
1041
1042
  - **IconChainLink2** — chain-link-2, url
1042
1043
  - **IconChainLink3** — chain-link-3, url
package/tsx-icons.json CHANGED
@@ -2884,6 +2884,13 @@
2884
2884
  "iconName": "car-9-ev, van",
2885
2885
  "pathname": "src/IconCar9Ev"
2886
2886
  },
2887
+ {
2888
+ "svg": "<Path d=\"M5 3H19V21H5V3Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Circle cx=\"12\" cy=\"9\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M8 14H16\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M8 17H16\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
2889
+ "tags": "Circle, Path",
2890
+ "componentName": "IconCard",
2891
+ "iconName": "card, profile, avatar, account",
2892
+ "pathname": "src/IconCard"
2893
+ },
2887
2894
  {
2888
2895
  "svg": "<Path d=\"M3 19V11L7 5H17L21 11V19H17V17H7V19H3Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M1 10H3.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M20.5 10H23\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M5 13H8\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M16 13H19\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
2889
2896
  "tags": "Path",