@central-icons-react-native/round-outlined-radius-3-stroke-1 1.1.29 → 1.1.31

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 (76) hide show
  1. package/IconBank/index.js +1 -1
  2. package/IconBank/index.js.map +1 -1
  3. package/IconBank/index.mjs +1 -1
  4. package/IconBank/index.mjs.map +1 -1
  5. package/IconBlock/index.js +1 -1
  6. package/IconBlock/index.js.map +1 -1
  7. package/IconBlock/index.mjs +1 -1
  8. package/IconBlock/index.mjs.map +1 -1
  9. package/IconBuildings/index.js +1 -1
  10. package/IconBuildings/index.js.map +1 -1
  11. package/IconBuildings/index.mjs +1 -1
  12. package/IconBuildings/index.mjs.map +1 -1
  13. package/IconCoinRupees/index.js +1 -1
  14. package/IconCoinRupees/index.js.map +1 -1
  15. package/IconCoinRupees/index.mjs +1 -1
  16. package/IconCoinRupees/index.mjs.map +1 -1
  17. package/IconCookies/index.js +1 -1
  18. package/IconCookies/index.js.map +1 -1
  19. package/IconCookies/index.mjs +1 -1
  20. package/IconCookies/index.mjs.map +1 -1
  21. package/IconDia/index.js +1 -1
  22. package/IconDia/index.js.map +1 -1
  23. package/IconDia/index.mjs +1 -1
  24. package/IconDia/index.mjs.map +1 -1
  25. package/IconGarage/index.js +1 -1
  26. package/IconGarage/index.js.map +1 -1
  27. package/IconGarage/index.mjs +1 -1
  28. package/IconGarage/index.mjs.map +1 -1
  29. package/IconHomeRoof/index.js +1 -1
  30. package/IconHomeRoof/index.js.map +1 -1
  31. package/IconHomeRoof/index.mjs +1 -1
  32. package/IconHomeRoof/index.mjs.map +1 -1
  33. package/IconMall/index.js +1 -1
  34. package/IconMall/index.js.map +1 -1
  35. package/IconMall/index.mjs +1 -1
  36. package/IconMall/index.mjs.map +1 -1
  37. package/IconProgress25/index.d.ts +4 -0
  38. package/IconProgress25/index.js +2 -0
  39. package/IconProgress25/index.js.map +1 -0
  40. package/IconProgress25/index.mjs +2 -0
  41. package/IconProgress25/index.mjs.map +1 -0
  42. package/IconProgress50/index.d.ts +4 -0
  43. package/IconProgress50/index.js +2 -0
  44. package/IconProgress50/index.js.map +1 -0
  45. package/IconProgress50/index.mjs +2 -0
  46. package/IconProgress50/index.mjs.map +1 -0
  47. package/IconProgress75/index.d.ts +4 -0
  48. package/IconProgress75/index.js +2 -0
  49. package/IconProgress75/index.js.map +1 -0
  50. package/IconProgress75/index.mjs +2 -0
  51. package/IconProgress75/index.mjs.map +1 -0
  52. package/IconSchool/index.js +1 -1
  53. package/IconSchool/index.js.map +1 -1
  54. package/IconSchool/index.mjs +1 -1
  55. package/IconSchool/index.mjs.map +1 -1
  56. package/IconTruck/index.js +1 -1
  57. package/IconTruck/index.js.map +1 -1
  58. package/IconTruck/index.mjs +1 -1
  59. package/IconTruck/index.mjs.map +1 -1
  60. package/README.md +3 -1
  61. package/filtered-icons.json +53 -25
  62. package/icons/index.d.ts +3 -1
  63. package/icons-index.json +10 -6
  64. package/index.d.ts +3 -1
  65. package/index.js +1 -1
  66. package/index.js.map +1 -1
  67. package/index.mjs +1 -1
  68. package/index.mjs.map +1 -1
  69. package/license-check.js +1 -1
  70. package/package.json +1 -1
  71. package/tsx-icons.json +33 -19
  72. package/IconReceiptCheck2/index.d.ts +0 -4
  73. package/IconReceiptCheck2/index.js +0 -2
  74. package/IconReceiptCheck2/index.js.map +0 -1
  75. package/IconReceiptCheck2/index.mjs +0 -2
  76. package/IconReceiptCheck2/index.mjs.map +0 -1
package/icons/index.d.ts CHANGED
@@ -1122,6 +1122,9 @@ export type CentralIconName =
1122
1122
  | "IconPrinter"
1123
1123
  | "IconProcessor"
1124
1124
  | "IconProducthunt"
1125
+ | "IconProgress25"
1126
+ | "IconProgress50"
1127
+ | "IconProgress75"
1125
1128
  | "IconPrompt"
1126
1129
  | "IconPrompt1"
1127
1130
  | "IconPromptSuggestion"
@@ -1147,7 +1150,6 @@ export type CentralIconName =
1147
1150
  | "IconRear"
1148
1151
  | "IconReceiptBill"
1149
1152
  | "IconReceiptCheck"
1150
- | "IconReceiptCheck2"
1151
1153
  | "IconReceiptionBell"
1152
1154
  | "IconReceiptStorno"
1153
1155
  | "IconReceiptTax"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-3-stroke-1",
3
- "version": "1.1.29",
3
+ "version": "1.1.31",
4
4
  "style": "round-outlined-radius-3-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-stroke-1/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": 1563,
14
+ "totalIcons": 1565,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 44,
@@ -751,7 +751,7 @@
751
751
  ]
752
752
  },
753
753
  "Interface General": {
754
- "count": 161,
754
+ "count": 164,
755
755
  "icons": [
756
756
  "IconAnchor1",
757
757
  "IconAnchor2",
@@ -860,6 +860,9 @@
860
860
  "IconPlanning",
861
861
  "IconPlusLarge",
862
862
  "IconPlusSmall",
863
+ "IconProgress25",
864
+ "IconProgress50",
865
+ "IconProgress75",
863
866
  "IconQrCode",
864
867
  "IconQuickSearch",
865
868
  "IconReview",
@@ -1176,7 +1179,7 @@
1176
1179
  ]
1177
1180
  },
1178
1181
  "Shopping & Payment": {
1179
- "count": 70,
1182
+ "count": 69,
1180
1183
  "icons": [
1181
1184
  "IconAddToBasket",
1182
1185
  "IconAddToBasket2",
@@ -1226,7 +1229,6 @@
1226
1229
  "IconPound",
1227
1230
  "IconReceiptBill",
1228
1231
  "IconReceiptCheck",
1229
- "IconReceiptCheck2",
1230
1232
  "IconReceiptStorno",
1231
1233
  "IconReceiptTax",
1232
1234
  "IconRemoveFromBasket",
@@ -2876,6 +2878,9 @@
2876
2878
  "IconPrinter": "printer, print",
2877
2879
  "IconProcessor": "processor, chip",
2878
2880
  "IconProducthunt": "producthunt",
2881
+ "IconProgress25": "progress-25, ideas, open, status, task",
2882
+ "IconProgress50": "progress-50, ideas, open, status, tas",
2883
+ "IconProgress75": "progress-75, ideas, open, status, tas",
2879
2884
  "IconPrompt": "prompt, scan-text",
2880
2885
  "IconPrompt1": "prompt, vibe-designing, box-sparkle",
2881
2886
  "IconPromptSuggestion": "prompt-suggestion, auto-prompt",
@@ -2901,7 +2906,6 @@
2901
2906
  "IconRear": "rear, front-back, change-cam, lens",
2902
2907
  "IconReceiptBill": "receipt-bill, purchase, invoice",
2903
2908
  "IconReceiptCheck": "receipt-check, ticket",
2904
- "IconReceiptCheck2": "receipt-check-2, ticket",
2905
2909
  "IconReceiptionBell": "receiption-bell, concierge",
2906
2910
  "IconReceiptStorno": "receipt-storno, close, remove",
2907
2911
  "IconReceiptTax": "receipt-tax, discount",
package/index.d.ts CHANGED
@@ -1121,6 +1121,9 @@ export { IconPowerPlant, default as IconPowerPlantDefault, } from "./IconPowerPl
1121
1121
  export { IconPrinter, default as IconPrinterDefault } from "./IconPrinter";
1122
1122
  export { IconProcessor, default as IconProcessorDefault, } from "./IconProcessor";
1123
1123
  export { IconProducthunt, default as IconProducthuntDefault, } from "./IconProducthunt";
1124
+ export { IconProgress25, default as IconProgress25Default, } from "./IconProgress25";
1125
+ export { IconProgress50, default as IconProgress50Default, } from "./IconProgress50";
1126
+ export { IconProgress75, default as IconProgress75Default, } from "./IconProgress75";
1124
1127
  export { IconPrompt, default as IconPromptDefault } from "./IconPrompt";
1125
1128
  export { IconPrompt1, default as IconPrompt1Default } from "./IconPrompt1";
1126
1129
  export { IconPromptSuggestion, default as IconPromptSuggestionDefault, } from "./IconPromptSuggestion";
@@ -1148,7 +1151,6 @@ export { IconRecKeyframe, default as IconRecKeyframeDefault, } from "./IconRecKe
1148
1151
  export { IconRecKeyframe2, default as IconRecKeyframe2Default, } from "./IconRecKeyframe2";
1149
1152
  export { IconReceiptBill, default as IconReceiptBillDefault, } from "./IconReceiptBill";
1150
1153
  export { IconReceiptCheck, default as IconReceiptCheckDefault, } from "./IconReceiptCheck";
1151
- export { IconReceiptCheck2, default as IconReceiptCheck2Default, } from "./IconReceiptCheck2";
1152
1154
  export { IconReceiptStorno, default as IconReceiptStornoDefault, } from "./IconReceiptStorno";
1153
1155
  export { IconReceiptTax, default as IconReceiptTaxDefault, } from "./IconReceiptTax";
1154
1156
  export { IconReceiptionBell, default as IconReceiptionBellDefault, } from "./IconReceiptionBell";