@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.62 → 1.1.64
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/IconAffinity/index.d.ts +4 -0
- package/IconAffinity/index.js +2 -0
- package/IconAffinity/index.js.map +1 -0
- package/IconAffinity/index.mjs +2 -0
- package/IconAffinity/index.mjs.map +1 -0
- package/IconGoogle/index.js +1 -1
- package/IconGoogle/index.js.map +1 -1
- package/IconGoogle/index.mjs +1 -1
- package/IconGoogle/index.mjs.map +1 -1
- package/IconHdr/index.d.ts +4 -0
- package/IconHdr/index.js +2 -0
- package/IconHdr/index.js.map +1 -0
- package/IconHdr/index.mjs +2 -0
- package/IconHdr/index.mjs.map +1 -0
- package/IconIncrease/index.d.ts +4 -0
- package/IconIncrease/index.js +2 -0
- package/IconIncrease/index.js.map +1 -0
- package/IconIncrease/index.mjs +2 -0
- package/IconIncrease/index.mjs.map +1 -0
- package/IconRotate360Left/index.d.ts +4 -0
- package/IconRotate360Left/index.js +2 -0
- package/IconRotate360Left/index.js.map +1 -0
- package/IconRotate360Left/index.mjs +2 -0
- package/IconRotate360Left/index.mjs.map +1 -0
- package/IconRotate360Right/index.d.ts +4 -0
- package/IconRotate360Right/index.js +2 -0
- package/IconRotate360Right/index.js.map +1 -0
- package/IconRotate360Right/index.mjs +2 -0
- package/IconRotate360Right/index.mjs.map +1 -0
- package/README.md +5 -0
- package/filtered-icons.json +72 -2
- package/icons/index.d.ts +5 -0
- package/icons-index.json +16 -6
- package/index.d.ts +5 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +37 -2
package/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ export { IconAddKeyframe, default as IconAddKeyframeDefault, } from "./IconAddKe
|
|
|
6
6
|
export { IconAddToBasket, default as IconAddToBasketDefault, } from "./IconAddToBasket";
|
|
7
7
|
export { IconAddToBasket2, default as IconAddToBasket2Default, } from "./IconAddToBasket2";
|
|
8
8
|
export { IconAdjustPhoto, default as IconAdjustPhotoDefault, } from "./IconAdjustPhoto";
|
|
9
|
+
export { IconAffinity, default as IconAffinityDefault } from "./IconAffinity";
|
|
9
10
|
export { IconAirdrop, default as IconAirdropDefault } from "./IconAirdrop";
|
|
10
11
|
export { IconAirdrop2, default as IconAirdrop2Default } from "./IconAirdrop2";
|
|
11
12
|
export { IconAirplane, default as IconAirplaneDefault } from "./IconAirplane";
|
|
@@ -811,6 +812,7 @@ export { IconHashtag, default as IconHashtagDefault } from "./IconHashtag";
|
|
|
811
812
|
export { IconHatBunny, default as IconHatBunnyDefault } from "./IconHatBunny";
|
|
812
813
|
export { IconHatSparkle, default as IconHatSparkleDefault, } from "./IconHatSparkle";
|
|
813
814
|
export { IconHd, default as IconHdDefault } from "./IconHd";
|
|
815
|
+
export { IconHdr, default as IconHdrDefault } from "./IconHdr";
|
|
814
816
|
export { IconHead, default as IconHeadDefault } from "./IconHead";
|
|
815
817
|
export { IconHeadline, default as IconHeadlineDefault } from "./IconHeadline";
|
|
816
818
|
export { IconHeadphones, default as IconHeadphonesDefault, } from "./IconHeadphones";
|
|
@@ -858,6 +860,7 @@ export { IconImport, default as IconImportDefault } from "./IconImport";
|
|
|
858
860
|
export { IconImport2, default as IconImport2Default } from "./IconImport2";
|
|
859
861
|
export { IconInboxChecked, default as IconInboxCheckedDefault, } from "./IconInboxChecked";
|
|
860
862
|
export { IconInboxEmpty, default as IconInboxEmptyDefault, } from "./IconInboxEmpty";
|
|
863
|
+
export { IconIncrease, default as IconIncreaseDefault } from "./IconIncrease";
|
|
861
864
|
export { IconInfinity, default as IconInfinityDefault } from "./IconInfinity";
|
|
862
865
|
export { IconInitiatives, default as IconInitiativesDefault, } from "./IconInitiatives";
|
|
863
866
|
export { IconInjection, default as IconInjectionDefault, } from "./IconInjection";
|
|
@@ -1238,6 +1241,8 @@ export { IconRockingHorse, default as IconRockingHorseDefault, } from "./IconRoc
|
|
|
1238
1241
|
export { IconRoller, default as IconRollerDefault } from "./IconRoller";
|
|
1239
1242
|
export { IconRose, default as IconRoseDefault } from "./IconRose";
|
|
1240
1243
|
export { IconRotate, default as IconRotateDefault } from "./IconRotate";
|
|
1244
|
+
export { IconRotate360Left, default as IconRotate360LeftDefault, } from "./IconRotate360Left";
|
|
1245
|
+
export { IconRotate360Right, default as IconRotate360RightDefault, } from "./IconRotate360Right";
|
|
1241
1246
|
export { IconRoulette1, default as IconRoulette1Default, } from "./IconRoulette1";
|
|
1242
1247
|
export { IconRoulette2, default as IconRoulette2Default, } from "./IconRoulette2";
|
|
1243
1248
|
export { IconRssFeed, default as IconRssFeedDefault } from "./IconRssFeed";
|