@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.310 → 1.1.311

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/index.d.ts CHANGED
@@ -1663,6 +1663,7 @@ export { IconShieldCrossed, default as IconShieldCrossedDefault } from "./IconSh
1663
1663
  export { IconShieldKeyhole, default as IconShieldKeyholeDefault } from "./IconShieldKeyhole";
1664
1664
  export { IconShieldSafeSearch, default as IconShieldSafeSearchDefault } from "./IconShieldSafeSearch";
1665
1665
  export { IconShieldSearch, default as IconShieldSearchDefault } from "./IconShieldSearch";
1666
+ export { IconShieldUser, default as IconShieldUserDefault } from "./IconShieldUser";
1666
1667
  export { IconShift, default as IconShiftDefault } from "./IconShift";
1667
1668
  export { IconShimmer, default as IconShimmerDefault } from "./IconShimmer";
1668
1669
  export { IconShip, default as IconShipDefault } from "./IconShip";
package/index.js CHANGED
@@ -4995,6 +4995,9 @@ exports.IconShieldSafeSearchDefault = _IconShieldSafeSearch.default;
4995
4995
  var _IconShieldSearch = require("./IconShieldSearch/index.js");
4996
4996
  exports.IconShieldSearch = _IconShieldSearch.IconShieldSearch;
4997
4997
  exports.IconShieldSearchDefault = _IconShieldSearch.default;
4998
+ var _IconShieldUser = require("./IconShieldUser/index.js");
4999
+ exports.IconShieldUser = _IconShieldUser.IconShieldUser;
5000
+ exports.IconShieldUserDefault = _IconShieldUser.default;
4998
5001
  var _IconShift = require("./IconShift/index.js");
4999
5002
  exports.IconShift = _IconShift.IconShift;
5000
5003
  exports.IconShiftDefault = _IconShift.default;
package/index.mjs CHANGED
@@ -1663,6 +1663,7 @@ export { IconShieldCrossed, default as IconShieldCrossedDefault } from "./IconSh
1663
1663
  export { IconShieldKeyhole, default as IconShieldKeyholeDefault } from "./IconShieldKeyhole/index.mjs";
1664
1664
  export { IconShieldSafeSearch, default as IconShieldSafeSearchDefault } from "./IconShieldSafeSearch/index.mjs";
1665
1665
  export { IconShieldSearch, default as IconShieldSearchDefault } from "./IconShieldSearch/index.mjs";
1666
+ export { IconShieldUser, default as IconShieldUserDefault } from "./IconShieldUser/index.mjs";
1666
1667
  export { IconShift, default as IconShiftDefault } from "./IconShift/index.mjs";
1667
1668
  export { IconShimmer, default as IconShimmerDefault } from "./IconShimmer/index.mjs";
1668
1669
  export { IconShip, default as IconShipDefault } from "./IconShip/index.mjs";
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.310",
21
+ version: "1.1.311",
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.310",
3
+ "version": "1.1.311",
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.310) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2095 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.311) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2096 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
 
@@ -1583,6 +1583,7 @@ Need the raw, unmasked shapes instead (e.g. to style individual paths)? Set `mod
1583
1583
  - **IconUnlocked2** — unlocked-2, unlock, private
1584
1584
  - **IconKeyhole2** — keyhole-2, lock, unlock
1585
1585
  - **IconShieldSafeSearch** — shield-safe-search, child-protection
1586
+ - **IconShieldUser** — shield-user, personal-data, id
1586
1587
 
1587
1588
  ### Shopping & Payment
1588
1589
  - **IconCreditCard1** — credit-card-1, card, payment