@central-icons-react-native/square-filled-radius-0-stroke-1.5 1.1.15 → 1.1.17
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/IconArena/index.d.ts +4 -0
- package/IconArena/index.js +2 -0
- package/IconArena/index.js.map +1 -0
- package/IconArena/index.mjs +2 -0
- package/IconArena/index.mjs.map +1 -0
- package/IconBezierEdit/index.js +1 -1
- package/IconBezierEdit/index.js.map +1 -1
- package/IconBezierEdit/index.mjs +1 -1
- package/IconBezierEdit/index.mjs.map +1 -1
- package/IconCosmos/index.d.ts +4 -0
- package/IconCosmos/index.js +2 -0
- package/IconCosmos/index.js.map +1 -0
- package/IconCosmos/index.mjs +2 -0
- package/IconCosmos/index.mjs.map +1 -0
- package/IconFigmaSimple/index.d.ts +4 -0
- package/IconFigmaSimple/index.js +2 -0
- package/IconFigmaSimple/index.js.map +1 -0
- package/IconFigmaSimple/index.mjs +2 -0
- package/IconFigmaSimple/index.mjs.map +1 -0
- package/IconPinterestSimple/index.d.ts +4 -0
- package/IconPinterestSimple/index.js +2 -0
- package/IconPinterestSimple/index.js.map +1 -0
- package/IconPinterestSimple/index.mjs +2 -0
- package/IconPinterestSimple/index.mjs.map +1 -0
- package/IconTextEdit/index.js +1 -1
- package/IconTextEdit/index.js.map +1 -1
- package/IconTextEdit/index.mjs +1 -1
- package/IconTextEdit/index.mjs.map +1 -1
- package/LICENSE.md +4 -0
- package/README.md +4 -0
- package/filtered-icons.json +58 -2
- package/icons/index.d.ts +4 -0
- package/icons-index.json +11 -3
- package/index.d.ts +4 -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 +30 -2
package/index.d.ts
CHANGED
|
@@ -62,6 +62,7 @@ export { IconArScanCube2, default as IconArScanCube2Default, } from "./IconArSca
|
|
|
62
62
|
export { IconArc, default as IconArcDefault } from "./IconArc";
|
|
63
63
|
export { IconArchive, default as IconArchiveDefault } from "./IconArchive";
|
|
64
64
|
export { IconArchive1, default as IconArchive1Default } from "./IconArchive1";
|
|
65
|
+
export { IconArena, default as IconArenaDefault } from "./IconArena";
|
|
65
66
|
export { IconArmchair, default as IconArmchairDefault } from "./IconArmchair";
|
|
66
67
|
export { IconAround, default as IconAroundDefault } from "./IconAround";
|
|
67
68
|
export { IconArrow, default as IconArrowDefault } from "./IconArrow";
|
|
@@ -492,6 +493,7 @@ export { IconCooking, default as IconCookingDefault } from "./IconCooking";
|
|
|
492
493
|
export { IconCopilot, default as IconCopilotDefault } from "./IconCopilot";
|
|
493
494
|
export { IconCopyright, default as IconCopyrightDefault, } from "./IconCopyright";
|
|
494
495
|
export { IconCornerRadius, default as IconCornerRadiusDefault, } from "./IconCornerRadius";
|
|
496
|
+
export { IconCosmos, default as IconCosmosDefault } from "./IconCosmos";
|
|
495
497
|
export { IconCourt, default as IconCourtDefault } from "./IconCourt";
|
|
496
498
|
export { IconCpp, default as IconCppDefault } from "./IconCpp";
|
|
497
499
|
export { IconCreditCard1, default as IconCreditCard1Default, } from "./IconCreditCard1";
|
|
@@ -633,6 +635,7 @@ export { IconFastForward5s, default as IconFastForward5sDefault, } from "./IconF
|
|
|
633
635
|
export { IconFeather, default as IconFeatherDefault } from "./IconFeather";
|
|
634
636
|
export { IconFeature, default as IconFeatureDefault } from "./IconFeature";
|
|
635
637
|
export { IconFigma, default as IconFigmaDefault } from "./IconFigma";
|
|
638
|
+
export { IconFigmaSimple, default as IconFigmaSimpleDefault, } from "./IconFigmaSimple";
|
|
636
639
|
export { IconFileBend, default as IconFileBendDefault } from "./IconFileBend";
|
|
637
640
|
export { IconFileChart, default as IconFileChartDefault, } from "./IconFileChart";
|
|
638
641
|
export { IconFileCloud, default as IconFileCloudDefault, } from "./IconFileCloud";
|
|
@@ -1083,6 +1086,7 @@ export { IconPinFlag, default as IconPinFlagDefault } from "./IconPinFlag";
|
|
|
1083
1086
|
export { IconPinLocation, default as IconPinLocationDefault, } from "./IconPinLocation";
|
|
1084
1087
|
export { IconPinch, default as IconPinchDefault } from "./IconPinch";
|
|
1085
1088
|
export { IconPinterest, default as IconPinterestDefault, } from "./IconPinterest";
|
|
1089
|
+
export { IconPinterestSimple, default as IconPinterestSimpleDefault, } from "./IconPinterestSimple";
|
|
1086
1090
|
export { IconPizza, default as IconPizzaDefault } from "./IconPizza";
|
|
1087
1091
|
export { IconPlaceholder, default as IconPlaceholderDefault, } from "./IconPlaceholder";
|
|
1088
1092
|
export { IconPlanning, default as IconPlanningDefault } from "./IconPlanning";
|