@central-icons-react-native/round-filled-radius-2-stroke-1 1.1.268 → 1.1.270

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
@@ -417,6 +417,7 @@ export { IconCar9Ev, default as IconCar9EvDefault } from "./IconCar9Ev";
417
417
  export { IconCarFrontView, default as IconCarFrontViewDefault } from "./IconCarFrontView";
418
418
  export { IconCarTaxi, default as IconCarTaxiDefault } from "./IconCarTaxi";
419
419
  export { IconCard, default as IconCardDefault } from "./IconCard";
420
+ export { IconCardNfc, default as IconCardNfcDefault } from "./IconCardNfc";
420
421
  export { IconCarussel, default as IconCarusselDefault } from "./IconCarussel";
421
422
  export { IconCash, default as IconCashDefault } from "./IconCash";
422
423
  export { IconCat, default as IconCatDefault } from "./IconCat";
@@ -1536,6 +1537,7 @@ export { IconRobot2, default as IconRobot2Default } from "./IconRobot2";
1536
1537
  export { IconRobot3, default as IconRobot3Default } from "./IconRobot3";
1537
1538
  export { IconRobotHeadSlop, default as IconRobotHeadSlopDefault } from "./IconRobotHeadSlop";
1538
1539
  export { IconRocket, default as IconRocketDefault } from "./IconRocket";
1540
+ export { IconRocket2, default as IconRocket2Default } from "./IconRocket2";
1539
1541
  export { IconRockingHorse, default as IconRockingHorseDefault } from "./IconRockingHorse";
1540
1542
  export { IconRoller, default as IconRollerDefault } from "./IconRoller";
1541
1543
  export { IconRose, default as IconRoseDefault } from "./IconRose";
@@ -1993,6 +1995,7 @@ export { IconWaste, default as IconWasteDefault } from "./IconWaste";
1993
1995
  export { IconWeb3, default as IconWeb3Default } from "./IconWeb3";
1994
1996
  export { IconWebcam, default as IconWebcamDefault } from "./IconWebcam";
1995
1997
  export { IconWebflow, default as IconWebflowDefault } from "./IconWebflow";
1998
+ export { IconWebhooks, default as IconWebhooksDefault } from "./IconWebhooks";
1996
1999
  export { IconWebsite, default as IconWebsiteDefault } from "./IconWebsite";
1997
2000
  export { IconWechat, default as IconWechatDefault } from "./IconWechat";
1998
2001
  export { IconWeight, default as IconWeightDefault } from "./IconWeight";
package/index.js CHANGED
@@ -1257,6 +1257,9 @@ exports.IconCarTaxiDefault = _IconCarTaxi.default;
1257
1257
  var _IconCard = require("./IconCard/index.js");
1258
1258
  exports.IconCard = _IconCard.IconCard;
1259
1259
  exports.IconCardDefault = _IconCard.default;
1260
+ var _IconCardNfc = require("./IconCardNfc/index.js");
1261
+ exports.IconCardNfc = _IconCardNfc.IconCardNfc;
1262
+ exports.IconCardNfcDefault = _IconCardNfc.default;
1260
1263
  var _IconCarussel = require("./IconCarussel/index.js");
1261
1264
  exports.IconCarussel = _IconCarussel.IconCarussel;
1262
1265
  exports.IconCarusselDefault = _IconCarussel.default;
@@ -4614,6 +4617,9 @@ exports.IconRobotHeadSlopDefault = _IconRobotHeadSlop.default;
4614
4617
  var _IconRocket = require("./IconRocket/index.js");
4615
4618
  exports.IconRocket = _IconRocket.IconRocket;
4616
4619
  exports.IconRocketDefault = _IconRocket.default;
4620
+ var _IconRocket2 = require("./IconRocket2/index.js");
4621
+ exports.IconRocket2 = _IconRocket2.IconRocket2;
4622
+ exports.IconRocket2Default = _IconRocket2.default;
4617
4623
  var _IconRockingHorse = require("./IconRockingHorse/index.js");
4618
4624
  exports.IconRockingHorse = _IconRockingHorse.IconRockingHorse;
4619
4625
  exports.IconRockingHorseDefault = _IconRockingHorse.default;
@@ -5985,6 +5991,9 @@ exports.IconWebcamDefault = _IconWebcam.default;
5985
5991
  var _IconWebflow = require("./IconWebflow/index.js");
5986
5992
  exports.IconWebflow = _IconWebflow.IconWebflow;
5987
5993
  exports.IconWebflowDefault = _IconWebflow.default;
5994
+ var _IconWebhooks = require("./IconWebhooks/index.js");
5995
+ exports.IconWebhooks = _IconWebhooks.IconWebhooks;
5996
+ exports.IconWebhooksDefault = _IconWebhooks.default;
5988
5997
  var _IconWebsite = require("./IconWebsite/index.js");
5989
5998
  exports.IconWebsite = _IconWebsite.IconWebsite;
5990
5999
  exports.IconWebsiteDefault = _IconWebsite.default;
package/index.mjs CHANGED
@@ -417,6 +417,7 @@ export { IconCar9Ev, default as IconCar9EvDefault } from "./IconCar9Ev/index.mjs
417
417
  export { IconCarFrontView, default as IconCarFrontViewDefault } from "./IconCarFrontView/index.mjs";
418
418
  export { IconCarTaxi, default as IconCarTaxiDefault } from "./IconCarTaxi/index.mjs";
419
419
  export { IconCard, default as IconCardDefault } from "./IconCard/index.mjs";
420
+ export { IconCardNfc, default as IconCardNfcDefault } from "./IconCardNfc/index.mjs";
420
421
  export { IconCarussel, default as IconCarusselDefault } from "./IconCarussel/index.mjs";
421
422
  export { IconCash, default as IconCashDefault } from "./IconCash/index.mjs";
422
423
  export { IconCat, default as IconCatDefault } from "./IconCat/index.mjs";
@@ -1536,6 +1537,7 @@ export { IconRobot2, default as IconRobot2Default } from "./IconRobot2/index.mjs
1536
1537
  export { IconRobot3, default as IconRobot3Default } from "./IconRobot3/index.mjs";
1537
1538
  export { IconRobotHeadSlop, default as IconRobotHeadSlopDefault } from "./IconRobotHeadSlop/index.mjs";
1538
1539
  export { IconRocket, default as IconRocketDefault } from "./IconRocket/index.mjs";
1540
+ export { IconRocket2, default as IconRocket2Default } from "./IconRocket2/index.mjs";
1539
1541
  export { IconRockingHorse, default as IconRockingHorseDefault } from "./IconRockingHorse/index.mjs";
1540
1542
  export { IconRoller, default as IconRollerDefault } from "./IconRoller/index.mjs";
1541
1543
  export { IconRose, default as IconRoseDefault } from "./IconRose/index.mjs";
@@ -1993,6 +1995,7 @@ export { IconWaste, default as IconWasteDefault } from "./IconWaste/index.mjs";
1993
1995
  export { IconWeb3, default as IconWeb3Default } from "./IconWeb3/index.mjs";
1994
1996
  export { IconWebcam, default as IconWebcamDefault } from "./IconWebcam/index.mjs";
1995
1997
  export { IconWebflow, default as IconWebflowDefault } from "./IconWebflow/index.mjs";
1998
+ export { IconWebhooks, default as IconWebhooksDefault } from "./IconWebhooks/index.mjs";
1996
1999
  export { IconWebsite, default as IconWebsiteDefault } from "./IconWebsite/index.mjs";
1997
2000
  export { IconWechat, default as IconWechatDefault } from "./IconWechat/index.mjs";
1998
2001
  export { IconWeight, default as IconWeightDefault } from "./IconWeight/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-filled-radius-2-stroke-1",
21
- version: "1.1.268",
21
+ version: "1.1.270",
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-filled-radius-2-stroke-1",
3
- "version": "1.1.268",
3
+ "version": "1.1.270",
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.268) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2033 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.270) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2036 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
 
@@ -475,6 +475,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
475
475
  - **IconBridge** — bridge, connection
476
476
  - **IconAnimatePath** — animate-path, animation, jump
477
477
  - **IconAgents** — agents, connections, flow
478
+ - **IconWebhooks** — webhooks
478
479
 
479
480
  ### Communication
480
481
  - **IconBubbleSparkle1** — bubble-sparkle, comment, feedback
@@ -1599,6 +1600,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
1599
1600
  - **IconCurrencyLira** — currency-lira, money
1600
1601
  - **Icon3dPackage2** — 3d-package-2, box, delivery
1601
1602
  - **IconCreditCardNfc** — credit-card-nfc, card, payment
1603
+ - **IconCardNfc** — card-nfc, payment
1602
1604
 
1603
1605
  ### Social Media & Brands
1604
1606
  - **IconFigma** — figma
@@ -2144,6 +2146,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
2144
2146
  - **IconSteeringWheel1** — steering-wheel, autopilot, drive
2145
2147
  - **IconBoat** — boat, ship, sailing
2146
2148
  - **IconCarTaxi** — car-taxi, uber
2149
+ - **IconRocket2** — rocket-2, startup, launch
2147
2150
 
2148
2151
  ### Vehicles & Aircrafts
2149
2152
  - **IconBike** — bike