@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.99 → 1.1.101

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.
Files changed (70) hide show
  1. package/IconFileArrowLeftIn/index.d.ts +4 -0
  2. package/IconFileArrowLeftIn/index.js +2 -0
  3. package/IconFileArrowLeftIn/index.js.map +1 -0
  4. package/IconFileArrowLeftIn/index.mjs +2 -0
  5. package/IconFileArrowLeftIn/index.mjs.map +1 -0
  6. package/IconFileArrowLeftOut/index.d.ts +4 -0
  7. package/IconFileArrowLeftOut/index.js +2 -0
  8. package/IconFileArrowLeftOut/index.js.map +1 -0
  9. package/IconFileArrowLeftOut/index.mjs +2 -0
  10. package/IconFileArrowLeftOut/index.mjs.map +1 -0
  11. package/IconFileArrowRightIn/index.d.ts +4 -0
  12. package/IconFileArrowRightIn/index.js +2 -0
  13. package/IconFileArrowRightIn/index.js.map +1 -0
  14. package/IconFileArrowRightIn/index.mjs +2 -0
  15. package/IconFileArrowRightIn/index.mjs.map +1 -0
  16. package/IconFileArrowRightOut/index.d.ts +4 -0
  17. package/IconFileArrowRightOut/index.js +2 -0
  18. package/IconFileArrowRightOut/index.js.map +1 -0
  19. package/IconFileArrowRightOut/index.mjs +2 -0
  20. package/IconFileArrowRightOut/index.mjs.map +1 -0
  21. package/IconFileEdit/index.js +1 -1
  22. package/IconFileEdit/index.js.map +1 -1
  23. package/IconFileEdit/index.mjs +1 -1
  24. package/IconFileEdit/index.mjs.map +1 -1
  25. package/IconPageSearch/index.js +1 -1
  26. package/IconPageSearch/index.js.map +1 -1
  27. package/IconPageSearch/index.mjs +1 -1
  28. package/IconPageSearch/index.mjs.map +1 -1
  29. package/IconPageSearchLines/index.js +1 -1
  30. package/IconPageSearchLines/index.js.map +1 -1
  31. package/IconPageSearchLines/index.mjs +1 -1
  32. package/IconPageSearchLines/index.mjs.map +1 -1
  33. package/IconPageTextSearch/index.js +1 -1
  34. package/IconPageTextSearch/index.js.map +1 -1
  35. package/IconPageTextSearch/index.mjs +1 -1
  36. package/IconPageTextSearch/index.mjs.map +1 -1
  37. package/IconPhoneTopDynamicIsland/index.d.ts +4 -0
  38. package/IconPhoneTopDynamicIsland/index.js +2 -0
  39. package/IconPhoneTopDynamicIsland/index.js.map +1 -0
  40. package/IconPhoneTopDynamicIsland/index.mjs +2 -0
  41. package/IconPhoneTopDynamicIsland/index.mjs.map +1 -0
  42. package/IconPhoneTopPunchHoleCenter/index.d.ts +4 -0
  43. package/IconPhoneTopPunchHoleCenter/index.js +2 -0
  44. package/IconPhoneTopPunchHoleCenter/index.js.map +1 -0
  45. package/IconPhoneTopPunchHoleCenter/index.mjs +2 -0
  46. package/IconPhoneTopPunchHoleCenter/index.mjs.map +1 -0
  47. package/IconScript/index.js +1 -1
  48. package/IconScript/index.js.map +1 -1
  49. package/IconScript/index.mjs +1 -1
  50. package/IconScript/index.mjs.map +1 -1
  51. package/IconScript2/index.js +1 -1
  52. package/IconScript2/index.js.map +1 -1
  53. package/IconScript2/index.mjs +1 -1
  54. package/IconScript2/index.mjs.map +1 -1
  55. package/IconTable/index.js +1 -1
  56. package/IconTable/index.js.map +1 -1
  57. package/IconTable/index.mjs +1 -1
  58. package/IconTable/index.mjs.map +1 -1
  59. package/README.md +6 -0
  60. package/filtered-icons.json +91 -7
  61. package/icons/index.d.ts +6 -0
  62. package/icons-index.json +16 -4
  63. package/index.d.ts +6 -0
  64. package/index.js +1 -1
  65. package/index.js.map +1 -1
  66. package/index.mjs +1 -1
  67. package/index.mjs.map +1 -1
  68. package/license-check.js +1 -1
  69. package/package.json +1 -1
  70. package/tsx-icons.json +49 -7
package/icons/index.d.ts CHANGED
@@ -707,6 +707,10 @@ export type CentralIconName =
707
707
  | "IconFeature"
708
708
  | "IconFigma"
709
709
  | "IconFigmaSimple"
710
+ | "IconFileArrowLeftIn"
711
+ | "IconFileArrowLeftOut"
712
+ | "IconFileArrowRightIn"
713
+ | "IconFileArrowRightOut"
710
714
  | "IconFileBend"
711
715
  | "IconFileChart"
712
716
  | "IconFileCloud"
@@ -1177,6 +1181,8 @@ export type CentralIconName =
1177
1181
  | "IconPhone"
1178
1182
  | "IconPhoneDynamicIsland"
1179
1183
  | "IconPhoneHaptic"
1184
+ | "IconPhoneTopDynamicIsland"
1185
+ | "IconPhoneTopPunchHoleCenter"
1180
1186
  | "IconPhp"
1181
1187
  | "IconPhpElephant"
1182
1188
  | "IconPhyton"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-outlined-radius-0-stroke-2",
3
- "version": "1.1.99",
3
+ "version": "1.1.101",
4
4
  "style": "square-outlined-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-2/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1706,
14
+ "totalIcons": 1712,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 66,
@@ -427,7 +427,7 @@
427
427
  ]
428
428
  },
429
429
  "Devices & Signals": {
430
- "count": 71,
430
+ "count": 73,
431
431
  "icons": [
432
432
  "IconAirdrop",
433
433
  "IconAirplay",
@@ -474,6 +474,8 @@
474
474
  "IconPhone",
475
475
  "IconPhoneDynamicIsland",
476
476
  "IconPhoneHaptic",
477
+ "IconPhoneTopDynamicIsland",
478
+ "IconPhoneTopPunchHoleCenter",
477
479
  "IconPrinter",
478
480
  "IconProcessor",
479
481
  "IconRadar",
@@ -640,13 +642,17 @@
640
642
  ]
641
643
  },
642
644
  "Folders & Files": {
643
- "count": 79,
645
+ "count": 83,
644
646
  "icons": [
645
647
  "IconArchive",
646
648
  "IconBlankPageLandscape",
647
649
  "IconBlankPagePortrait",
648
650
  "IconDossier",
649
651
  "IconFaceIdFace",
652
+ "IconFileArrowLeftIn",
653
+ "IconFileArrowLeftOut",
654
+ "IconFileArrowRightIn",
655
+ "IconFileArrowRightOut",
650
656
  "IconFileBend",
651
657
  "IconFileChart",
652
658
  "IconFileCloud",
@@ -2609,6 +2615,10 @@
2609
2615
  "IconFeature": "feature, shine",
2610
2616
  "IconFigma": "figma",
2611
2617
  "IconFigmaSimple": "figma-simple",
2618
+ "IconFileArrowLeftIn": "file-arrow-left-in, document-arrow-left-in, incoming",
2619
+ "IconFileArrowLeftOut": "file-arrow-left-out, document-arrow-left-out, outgoing",
2620
+ "IconFileArrowRightIn": "file-arrow-right-in, document-arrow-right-in, incoming",
2621
+ "IconFileArrowRightOut": "file-arrow-right-out, document-arrow-right-out, outgoing",
2612
2622
  "IconFileBend": "file-bend, document",
2613
2623
  "IconFileChart": "file-chart, document",
2614
2624
  "IconFileCloud": "file-cloud, document",
@@ -3079,6 +3089,8 @@
3079
3089
  "IconPhone": "phone, iphone, mobile",
3080
3090
  "IconPhoneDynamicIsland": "phone-dynamic-island",
3081
3091
  "IconPhoneHaptic": "phone-haptic, vibration",
3092
+ "IconPhoneTopDynamicIsland": "phone-top-dynamic-island",
3093
+ "IconPhoneTopPunchHoleCenter": "phone-top-punch-hole-center",
3082
3094
  "IconPhp": "php",
3083
3095
  "IconPhpElephant": "php-elephant",
3084
3096
  "IconPhyton": "phyton",
package/index.d.ts CHANGED
@@ -706,6 +706,10 @@ export { IconFeather, default as IconFeatherDefault } from "./IconFeather";
706
706
  export { IconFeature, default as IconFeatureDefault } from "./IconFeature";
707
707
  export { IconFigma, default as IconFigmaDefault } from "./IconFigma";
708
708
  export { IconFigmaSimple, default as IconFigmaSimpleDefault, } from "./IconFigmaSimple";
709
+ export { IconFileArrowLeftIn, default as IconFileArrowLeftInDefault, } from "./IconFileArrowLeftIn";
710
+ export { IconFileArrowLeftOut, default as IconFileArrowLeftOutDefault, } from "./IconFileArrowLeftOut";
711
+ export { IconFileArrowRightIn, default as IconFileArrowRightInDefault, } from "./IconFileArrowRightIn";
712
+ export { IconFileArrowRightOut, default as IconFileArrowRightOutDefault, } from "./IconFileArrowRightOut";
709
713
  export { IconFileBend, default as IconFileBendDefault } from "./IconFileBend";
710
714
  export { IconFileChart, default as IconFileChartDefault, } from "./IconFileChart";
711
715
  export { IconFileCloud, default as IconFileCloudDefault, } from "./IconFileCloud";
@@ -1176,6 +1180,8 @@ export { IconPets, default as IconPetsDefault } from "./IconPets";
1176
1180
  export { IconPhone, default as IconPhoneDefault } from "./IconPhone";
1177
1181
  export { IconPhoneDynamicIsland, default as IconPhoneDynamicIslandDefault, } from "./IconPhoneDynamicIsland";
1178
1182
  export { IconPhoneHaptic, default as IconPhoneHapticDefault, } from "./IconPhoneHaptic";
1183
+ export { IconPhoneTopDynamicIsland, default as IconPhoneTopDynamicIslandDefault, } from "./IconPhoneTopDynamicIsland";
1184
+ export { IconPhoneTopPunchHoleCenter, default as IconPhoneTopPunchHoleCenterDefault, } from "./IconPhoneTopPunchHoleCenter";
1179
1185
  export { IconPhp, default as IconPhpDefault } from "./IconPhp";
1180
1186
  export { IconPhpElephant, default as IconPhpElephantDefault, } from "./IconPhpElephant";
1181
1187
  export { IconPhyton, default as IconPhytonDefault } from "./IconPhyton";