@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.281 → 1.1.283

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
@@ -1419,6 +1419,7 @@ export { IconPin, default as IconPinDefault } from "./IconPin";
1419
1419
  export { IconPin2, default as IconPin2Default } from "./IconPin2";
1420
1420
  export { IconPinCircle, default as IconPinCircleDefault } from "./IconPinCircle";
1421
1421
  export { IconPinFlag, default as IconPinFlagDefault } from "./IconPinFlag";
1422
+ export { IconPinFocus, default as IconPinFocusDefault } from "./IconPinFocus";
1422
1423
  export { IconPinLocation, default as IconPinLocationDefault } from "./IconPinLocation";
1423
1424
  export { IconPinch, default as IconPinchDefault } from "./IconPinch";
1424
1425
  export { IconPinterest, default as IconPinterestDefault } from "./IconPinterest";
@@ -1452,6 +1453,7 @@ export { IconPostcard1, default as IconPostcard1Default } from "./IconPostcard1"
1452
1453
  export { IconPostcard2, default as IconPostcard2Default } from "./IconPostcard2";
1453
1454
  export { IconPound, default as IconPoundDefault } from "./IconPound";
1454
1455
  export { IconPowerPlant, default as IconPowerPlantDefault } from "./IconPowerPlant";
1456
+ export { IconPresentationAnalytics, default as IconPresentationAnalyticsDefault } from "./IconPresentationAnalytics";
1455
1457
  export { IconPreview, default as IconPreviewDefault } from "./IconPreview";
1456
1458
  export { IconPrinter, default as IconPrinterDefault } from "./IconPrinter";
1457
1459
  export { IconPrinter2, default as IconPrinter2Default } from "./IconPrinter2";
package/index.js CHANGED
@@ -4263,6 +4263,9 @@ exports.IconPinCircleDefault = _IconPinCircle.default;
4263
4263
  var _IconPinFlag = require("./IconPinFlag/index.js");
4264
4264
  exports.IconPinFlag = _IconPinFlag.IconPinFlag;
4265
4265
  exports.IconPinFlagDefault = _IconPinFlag.default;
4266
+ var _IconPinFocus = require("./IconPinFocus/index.js");
4267
+ exports.IconPinFocus = _IconPinFocus.IconPinFocus;
4268
+ exports.IconPinFocusDefault = _IconPinFocus.default;
4266
4269
  var _IconPinLocation = require("./IconPinLocation/index.js");
4267
4270
  exports.IconPinLocation = _IconPinLocation.IconPinLocation;
4268
4271
  exports.IconPinLocationDefault = _IconPinLocation.default;
@@ -4362,6 +4365,9 @@ exports.IconPoundDefault = _IconPound.default;
4362
4365
  var _IconPowerPlant = require("./IconPowerPlant/index.js");
4363
4366
  exports.IconPowerPlant = _IconPowerPlant.IconPowerPlant;
4364
4367
  exports.IconPowerPlantDefault = _IconPowerPlant.default;
4368
+ var _IconPresentationAnalytics = require("./IconPresentationAnalytics/index.js");
4369
+ exports.IconPresentationAnalytics = _IconPresentationAnalytics.IconPresentationAnalytics;
4370
+ exports.IconPresentationAnalyticsDefault = _IconPresentationAnalytics.default;
4365
4371
  var _IconPreview = require("./IconPreview/index.js");
4366
4372
  exports.IconPreview = _IconPreview.IconPreview;
4367
4373
  exports.IconPreviewDefault = _IconPreview.default;
package/index.mjs CHANGED
@@ -1419,6 +1419,7 @@ export { IconPin, default as IconPinDefault } from "./IconPin/index.mjs";
1419
1419
  export { IconPin2, default as IconPin2Default } from "./IconPin2/index.mjs";
1420
1420
  export { IconPinCircle, default as IconPinCircleDefault } from "./IconPinCircle/index.mjs";
1421
1421
  export { IconPinFlag, default as IconPinFlagDefault } from "./IconPinFlag/index.mjs";
1422
+ export { IconPinFocus, default as IconPinFocusDefault } from "./IconPinFocus/index.mjs";
1422
1423
  export { IconPinLocation, default as IconPinLocationDefault } from "./IconPinLocation/index.mjs";
1423
1424
  export { IconPinch, default as IconPinchDefault } from "./IconPinch/index.mjs";
1424
1425
  export { IconPinterest, default as IconPinterestDefault } from "./IconPinterest/index.mjs";
@@ -1452,6 +1453,7 @@ export { IconPostcard1, default as IconPostcard1Default } from "./IconPostcard1/
1452
1453
  export { IconPostcard2, default as IconPostcard2Default } from "./IconPostcard2/index.mjs";
1453
1454
  export { IconPound, default as IconPoundDefault } from "./IconPound/index.mjs";
1454
1455
  export { IconPowerPlant, default as IconPowerPlantDefault } from "./IconPowerPlant/index.mjs";
1456
+ export { IconPresentationAnalytics, default as IconPresentationAnalyticsDefault } from "./IconPresentationAnalytics/index.mjs";
1455
1457
  export { IconPreview, default as IconPreviewDefault } from "./IconPreview/index.mjs";
1456
1458
  export { IconPrinter, default as IconPrinterDefault } from "./IconPrinter/index.mjs";
1457
1459
  export { IconPrinter2, default as IconPrinter2Default } from "./IconPrinter2/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/round-outlined-radius-2-stroke-2",
21
- version: "1.1.281",
21
+ version: "1.1.283",
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/round-outlined-radius-2-stroke-2",
3
- "version": "1.1.281",
3
+ "version": "1.1.283",
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.281) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2043 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.283) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2045 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
 
@@ -1324,6 +1324,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
1324
1324
  - **IconStandingGlobe** — standing-globe, travel, language
1325
1325
  - **IconMapPin2** — map-pin-2, location
1326
1326
  - **IconMapEditFlat** — map-edit-flat, route, plan
1327
+ - **IconPinFocus** — pin-focus, zoom, select
1327
1328
 
1328
1329
  ### Nature & Energy
1329
1330
  - **IconExposure2** — exposure-2, macro, flower
@@ -1404,6 +1405,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
1404
1405
  - **IconPeopleSparkles** — people-sparkles, star, aura
1405
1406
  - **IconPeopleNoise** — people-noise, audio-quality, user-noise
1406
1407
  - **IconPeopleIdCard2** — people-id-card-2, profile, user-account, badge, person
1408
+ - **IconPresentationAnalytics** — presentation-analytics, presenter
1407
1409
 
1408
1410
  ### Photography & Video
1409
1411
  - **IconCamera1** — camera-1, picture, image, cam