@central-icons-react-native/square-outlined-radius-0-stroke-1.5 1.1.19 → 1.1.21

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
@@ -19,7 +19,7 @@ const licenseCheck = async () => {
19
19
  body: JSON.stringify({
20
20
  package:
21
21
  "central-icons-react-native/square-outlined-radius-0-stroke-1.5",
22
- version: "1.1.19",
22
+ version: "1.1.21",
23
23
  }),
24
24
  signal: controller.signal,
25
25
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/square-outlined-radius-0-stroke-1.5",
3
- "version": "1.1.19",
3
+ "version": "1.1.21",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
package/tsx-icons.json CHANGED
@@ -3521,6 +3521,13 @@
3521
3521
  "iconName": "cross-large, crossed large, close",
3522
3522
  "pathname": "src/IconCrossLarge"
3523
3523
  },
3524
+ {
3525
+ "svg": "<Path d=\"M6.25 6.25L17.75 17.75M17.75 6.25L6.25 17.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/>",
3526
+ "tags": "Path",
3527
+ "componentName": "IconCrossMedium",
3528
+ "iconName": "cross-medium, crossed medium, close",
3529
+ "pathname": "src/IconCrossMedium"
3530
+ },
3524
3531
  {
3525
3532
  "svg": "<Path d=\"M7.75 7.75L16.25 16.25M16.25 7.75L7.75 16.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/>",
3526
3533
  "tags": "Path",