@central-icons-react/square-outlined-radius-0-stroke-2 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/square-outlined-radius-0-stroke-2",
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/square-outlined-radius-0-stroke-2",
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 code that imports from @central-i
5
5
 
6
6
  # Central Icons — React
7
7
 
8
- This skill helps you find icons from the Central Icons React library (`@central-icons-react/*`, 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 library (`@central-icons-react/*`, 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
  ## Before you pick an import path
11
11
 
@@ -477,6 +477,7 @@ The catalog below is the authoritative list of icons available in this library.
477
477
  - **IconBridge** — bridge, connection
478
478
  - **IconAnimatePath** — animate-path, animation, jump
479
479
  - **IconAgents** — agents, connections, flow
480
+ - **IconWebhooks** — webhooks
480
481
 
481
482
  ### Communication
482
483
  - **IconBubbleSparkle1** — bubble-sparkle, comment, feedback
@@ -1601,6 +1602,7 @@ The catalog below is the authoritative list of icons available in this library.
1601
1602
  - **IconCurrencyLira** — currency-lira, money
1602
1603
  - **Icon3dPackage2** — 3d-package-2, box, delivery
1603
1604
  - **IconCreditCardNfc** — credit-card-nfc, card, payment
1605
+ - **IconCardNfc** — card-nfc, payment
1604
1606
 
1605
1607
  ### Social Media & Brands
1606
1608
  - **IconFigma** — figma
@@ -2146,6 +2148,7 @@ The catalog below is the authoritative list of icons available in this library.
2146
2148
  - **IconSteeringWheel1** — steering-wheel, autopilot, drive
2147
2149
  - **IconBoat** — boat, ship, sailing
2148
2150
  - **IconCarTaxi** — car-taxi, uber
2151
+ - **IconRocket2** — rocket-2, startup, launch
2149
2152
 
2150
2153
  ### Vehicles & Aircrafts
2151
2154
  - **IconBike** — bike