@central-icons-react/square-outlined-radius-0-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/{IconReceiptCheck2 → IconProgress50}/index.js.map +1 -1
  45. package/IconProgress50/index.mjs +2 -0
  46. package/{IconReceiptCheck2 → IconProgress50}/index.mjs.map +1 -1
  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/icons/index.d.ts +3 -1
  62. package/icons/index.js +1 -1
  63. package/icons/index.js.map +1 -1
  64. package/icons/index.mjs +1 -1
  65. package/icons/index.mjs.map +1 -1
  66. package/icons-index.json +10 -6
  67. package/index.d.ts +12 -4
  68. package/index.js +1 -1
  69. package/index.js.map +1 -1
  70. package/index.mjs +1 -1
  71. package/index.mjs.map +1 -1
  72. package/license-check.js +1 -1
  73. package/package.json +1 -1
  74. package/IconReceiptCheck2/index.d.ts +0 -4
  75. package/IconReceiptCheck2/index.js +0 -2
  76. package/IconReceiptCheck2/index.mjs +0 -2
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react/square-outlined-radius-0-stroke-1",
3
- "version": "1.1.29",
3
+ "version": "1.1.31",
4
4
  "style": "square-outlined-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react/square-outlined-radius-0-stroke-1/IconHome';",
@@ -12,7 +12,7 @@
12
12
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
13
13
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
14
14
  },
15
- "totalIcons": 1563,
15
+ "totalIcons": 1565,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 44,
@@ -752,7 +752,7 @@
752
752
  ]
753
753
  },
754
754
  "Interface General": {
755
- "count": 161,
755
+ "count": 164,
756
756
  "icons": [
757
757
  "IconAnchor1",
758
758
  "IconAnchor2",
@@ -861,6 +861,9 @@
861
861
  "IconPlanning",
862
862
  "IconPlusLarge",
863
863
  "IconPlusSmall",
864
+ "IconProgress25",
865
+ "IconProgress50",
866
+ "IconProgress75",
864
867
  "IconQrCode",
865
868
  "IconQuickSearch",
866
869
  "IconReview",
@@ -1177,7 +1180,7 @@
1177
1180
  ]
1178
1181
  },
1179
1182
  "Shopping & Payment": {
1180
- "count": 70,
1183
+ "count": 69,
1181
1184
  "icons": [
1182
1185
  "IconAddToBasket",
1183
1186
  "IconAddToBasket2",
@@ -1227,7 +1230,6 @@
1227
1230
  "IconPound",
1228
1231
  "IconReceiptBill",
1229
1232
  "IconReceiptCheck",
1230
- "IconReceiptCheck2",
1231
1233
  "IconReceiptStorno",
1232
1234
  "IconReceiptTax",
1233
1235
  "IconRemoveFromBasket",
@@ -2877,6 +2879,9 @@
2877
2879
  "IconPrinter": "printer, print",
2878
2880
  "IconProcessor": "processor, chip",
2879
2881
  "IconProducthunt": "producthunt",
2882
+ "IconProgress25": "progress-25, ideas, open, status, task",
2883
+ "IconProgress50": "progress-50, ideas, open, status, tas",
2884
+ "IconProgress75": "progress-75, ideas, open, status, tas",
2880
2885
  "IconPrompt": "prompt, scan-text",
2881
2886
  "IconPrompt1": "prompt, vibe-designing, box-sparkle",
2882
2887
  "IconPromptSuggestion": "prompt-suggestion, auto-prompt",
@@ -2902,7 +2907,6 @@
2902
2907
  "IconRear": "rear, front-back, change-cam, lens",
2903
2908
  "IconReceiptBill": "receipt-bill, purchase, invoice",
2904
2909
  "IconReceiptCheck": "receipt-check, ticket",
2905
- "IconReceiptCheck2": "receipt-check-2, ticket",
2906
2910
  "IconReceiptionBell": "receiption-bell, concierge",
2907
2911
  "IconReceiptStorno": "receipt-storno, close, remove",
2908
2912
  "IconReceiptTax": "receipt-tax, discount",
package/index.d.ts CHANGED
@@ -3170,6 +3170,18 @@ export {
3170
3170
  IconProducthunt,
3171
3171
  default as IconProducthuntDefault,
3172
3172
  } from "./IconProducthunt";
3173
+ export {
3174
+ IconProgress25,
3175
+ default as IconProgress25Default,
3176
+ } from "./IconProgress25";
3177
+ export {
3178
+ IconProgress50,
3179
+ default as IconProgress50Default,
3180
+ } from "./IconProgress50";
3181
+ export {
3182
+ IconProgress75,
3183
+ default as IconProgress75Default,
3184
+ } from "./IconProgress75";
3173
3185
  export { IconPrompt, default as IconPromptDefault } from "./IconPrompt";
3174
3186
  export { IconPrompt1, default as IconPrompt1Default } from "./IconPrompt1";
3175
3187
  export {
@@ -3239,10 +3251,6 @@ export {
3239
3251
  IconReceiptCheck,
3240
3252
  default as IconReceiptCheckDefault,
3241
3253
  } from "./IconReceiptCheck";
3242
- export {
3243
- IconReceiptCheck2,
3244
- default as IconReceiptCheck2Default,
3245
- } from "./IconReceiptCheck2";
3246
3254
  export {
3247
3255
  IconReceiptStorno,
3248
3256
  default as IconReceiptStornoDefault,