@central-icons-react/square-outlined-radius-0-stroke-1 1.1.73 → 1.1.76

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 (44) hide show
  1. package/IconArrowRightCircle/index.js +1 -1
  2. package/IconArrowRightCircle/index.js.map +1 -1
  3. package/IconArrowRightCircle/index.mjs +1 -1
  4. package/IconArrowRightCircle/index.mjs.map +1 -1
  5. package/{IconFullscreen → IconFullScreen}/index.d.ts +2 -2
  6. package/IconFullScreen/index.js +2 -0
  7. package/IconFullScreen/index.js.map +1 -0
  8. package/{IconFullScreen1 → IconFullScreen}/index.mjs +1 -1
  9. package/IconFullScreen/index.mjs.map +1 -0
  10. package/{IconFullScreen1 → IconFullscreen1}/index.d.ts +2 -2
  11. package/IconFullscreen1/index.js +2 -0
  12. package/IconFullscreen1/index.js.map +1 -0
  13. package/IconFullscreen1/index.mjs +2 -0
  14. package/IconFullscreen1/index.mjs.map +1 -0
  15. package/IconFullscreen2/index.d.ts +4 -0
  16. package/IconFullscreen2/index.js +2 -0
  17. package/IconFullscreen2/index.js.map +1 -0
  18. package/{IconFullscreen → IconFullscreen2}/index.mjs +1 -1
  19. package/IconFullscreen2/index.mjs.map +1 -0
  20. package/README.md +3 -3
  21. package/icons/index.d.ts +3 -3
  22. package/icons/index.js +1 -1
  23. package/icons/index.js.map +1 -1
  24. package/icons/index.mjs +1 -1
  25. package/icons/index.mjs.map +1 -1
  26. package/icons-index.json +9 -9
  27. package/index.d.ts +10 -10
  28. package/index.js +1 -1
  29. package/index.js.map +1 -1
  30. package/index.mjs +1 -1
  31. package/index.mjs.map +1 -1
  32. package/license-check.js +1 -1
  33. package/package.json +1 -1
  34. package/IconClapperboard/index.d.ts +0 -4
  35. package/IconClapperboard/index.js +0 -2
  36. package/IconClapperboard/index.js.map +0 -1
  37. package/IconClapperboard/index.mjs +0 -2
  38. package/IconClapperboard/index.mjs.map +0 -1
  39. package/IconFullScreen1/index.js +0 -2
  40. package/IconFullScreen1/index.js.map +0 -1
  41. package/IconFullScreen1/index.mjs.map +0 -1
  42. package/IconFullscreen/index.js +0 -2
  43. package/IconFullscreen/index.js.map +0 -1
  44. package/IconFullscreen/index.mjs.map +0 -1
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.73",
3
+ "version": "1.1.76",
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';",
@@ -416,7 +416,7 @@
416
416
  ]
417
417
  },
418
418
  "Devices & Signals": {
419
- "count": 69,
419
+ "count": 70,
420
420
  "icons": [
421
421
  "IconAirdrop",
422
422
  "IconAirplay",
@@ -437,7 +437,8 @@
437
437
  "IconConnectors1",
438
438
  "IconConnectors2",
439
439
  "IconDevices",
440
- "IconFullscreen",
440
+ "IconFullscreen1",
441
+ "IconFullscreen2",
441
442
  "IconHaptic",
442
443
  "IconImac",
443
444
  "IconKeyboardCable",
@@ -1126,7 +1127,7 @@
1126
1127
  ]
1127
1128
  },
1128
1129
  "Photography & Video": {
1129
- "count": 80,
1130
+ "count": 79,
1130
1131
  "icons": [
1131
1132
  "Icon4k",
1132
1133
  "IconAdjustPhoto",
@@ -1152,7 +1153,6 @@
1152
1153
  "IconCameraOff1",
1153
1154
  "IconCapture",
1154
1155
  "IconCat",
1155
- "IconClapperboard",
1156
1156
  "IconClosedCaptioning",
1157
1157
  "IconContrast",
1158
1158
  "IconCrop",
@@ -1171,7 +1171,7 @@
1171
1171
  "IconFocusSquare",
1172
1172
  "IconFocusZoomIn",
1173
1173
  "IconFocusZoomOut",
1174
- "IconFullScreen1",
1174
+ "IconFullScreen",
1175
1175
  "IconGif",
1176
1176
  "IconGifSquare",
1177
1177
  "IconHd",
@@ -2278,7 +2278,6 @@
2278
2278
  "IconCircleRecord": "circle-record, voicemail, band, tape",
2279
2279
  "IconCirclesThree": "circles-three, bubbles",
2280
2280
  "IconCircleX": "circle-x, close, checkbox, remove",
2281
- "IconClapperboard": "clapperboard",
2282
2281
  "IconClaudeai": "claudeai",
2283
2282
  "IconClipboard": "clipboard, copy, list",
2284
2283
  "IconClipboard2": "clipboard-2, copy, list",
@@ -2596,8 +2595,9 @@
2596
2595
  "IconFridge": "fridge",
2597
2596
  "IconFrisbee": "frisbee",
2598
2597
  "IconFrisbeeGolf": "frisbee-golf",
2599
- "IconFullscreen": "fullscreen",
2600
- "IconFullScreen1": "full-screen, focus",
2598
+ "IconFullScreen": "full-screen, focus",
2599
+ "IconFullscreen1": "fullscreen-1",
2600
+ "IconFullscreen2": "fullscreen-2",
2601
2601
  "IconGalaxy": "galaxy, dark-hole",
2602
2602
  "IconGamepad": "gamepad, gaming, joystick",
2603
2603
  "IconGamepadControls": "gamepad-controls, joystick",
package/index.d.ts CHANGED
@@ -1313,10 +1313,6 @@ export {
1313
1313
  IconCirclesThree,
1314
1314
  default as IconCirclesThreeDefault,
1315
1315
  } from "./IconCirclesThree";
1316
- export {
1317
- IconClapperboard,
1318
- default as IconClapperboardDefault,
1319
- } from "./IconClapperboard";
1320
1316
  export { IconClaudeai, default as IconClaudeaiDefault } from "./IconClaudeai";
1321
1317
  export {
1322
1318
  IconClipboard,
@@ -2199,13 +2195,17 @@ export {
2199
2195
  default as IconFrisbeeGolfDefault,
2200
2196
  } from "./IconFrisbeeGolf";
2201
2197
  export {
2202
- IconFullScreen1,
2203
- default as IconFullScreen1Default,
2204
- } from "./IconFullScreen1";
2198
+ IconFullScreen,
2199
+ default as IconFullScreenDefault,
2200
+ } from "./IconFullScreen";
2201
+ export {
2202
+ IconFullscreen1,
2203
+ default as IconFullscreen1Default,
2204
+ } from "./IconFullscreen1";
2205
2205
  export {
2206
- IconFullscreen,
2207
- default as IconFullscreenDefault,
2208
- } from "./IconFullscreen";
2206
+ IconFullscreen2,
2207
+ default as IconFullscreen2Default,
2208
+ } from "./IconFullscreen2";
2209
2209
  export { IconGalaxy, default as IconGalaxyDefault } from "./IconGalaxy";
2210
2210
  export { IconGamepad, default as IconGamepadDefault } from "./IconGamepad";
2211
2211
  export {