@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/license-check.js CHANGED
@@ -18,7 +18,7 @@ const licenseCheck = async () => {
18
18
  },
19
19
  body: JSON.stringify({
20
20
  package: "central-icons-react-native/square-outlined-radius-0-stroke-2",
21
- version: "1.1.99",
21
+ version: "1.1.101",
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-native/square-outlined-radius-0-stroke-2",
3
- "version": "1.1.99",
3
+ "version": "1.1.101",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {