@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.268 → 1.1.269
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/IconCardNfc/index.d.ts +4 -0
- package/IconCardNfc/index.js +3 -0
- package/IconCardNfc/index.js.map +11 -0
- package/IconCardNfc/index.mjs +3 -0
- package/IconCardNfc/index.mjs.map +11 -0
- package/README.md +1 -0
- package/filtered-icons.json +1 -1
- package/icons/index.d.ts +1 -1
- package/icons/index.js +2 -2
- package/icons/index.js.map +3 -3
- package/icons/index.mjs +2 -2
- package/icons/index.mjs.map +3 -3
- package/icons-index.json +4 -4
- package/index.d.ts +1 -0
- package/index.js +3 -0
- package/index.mjs +1 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +2 -1
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";
|
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;
|
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";
|
package/license-check.js
CHANGED
package/package.json
CHANGED
|
@@ -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.
|
|
8
|
+
This skill helps you find icons from the Central Icons React Native library (`@central-icons-react-native/*`, version 1.1.269) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2034 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
|
|
|
@@ -1599,6 +1599,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1599
1599
|
- **IconCurrencyLira** — currency-lira, money
|
|
1600
1600
|
- **Icon3dPackage2** — 3d-package-2, box, delivery
|
|
1601
1601
|
- **IconCreditCardNfc** — credit-card-nfc, card, payment
|
|
1602
|
+
- **IconCardNfc** — card-nfc, payment
|
|
1602
1603
|
|
|
1603
1604
|
### Social Media & Brands
|
|
1604
1605
|
- **IconFigma** — figma
|