@central-icons-react-native/square-outlined-radius-0-stroke-1.5 1.1.75 → 1.1.77

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 (55) hide show
  1. package/IconArrowLeftSquare/index.d.ts +4 -0
  2. package/IconArrowLeftSquare/index.js +2 -0
  3. package/IconArrowLeftSquare/index.js.map +1 -0
  4. package/IconArrowLeftSquare/index.mjs +2 -0
  5. package/IconArrowLeftSquare/index.mjs.map +1 -0
  6. package/IconArrowRightCircle/index.js +1 -1
  7. package/IconArrowRightCircle/index.js.map +1 -1
  8. package/IconArrowRightCircle/index.mjs +1 -1
  9. package/IconArrowRightCircle/index.mjs.map +1 -1
  10. package/IconArrowRightSquare/index.d.ts +4 -0
  11. package/IconArrowRightSquare/index.js +2 -0
  12. package/IconArrowRightSquare/index.js.map +1 -0
  13. package/IconArrowRightSquare/index.mjs +2 -0
  14. package/IconArrowRightSquare/index.mjs.map +1 -0
  15. package/IconArrowUpSquare/index.d.ts +4 -0
  16. package/IconArrowUpSquare/index.js +2 -0
  17. package/IconArrowUpSquare/index.js.map +1 -0
  18. package/IconArrowUpSquare/index.mjs +2 -0
  19. package/IconArrowUpSquare/index.mjs.map +1 -0
  20. package/IconClapboard/index.d.ts +4 -0
  21. package/IconClapboard/index.js +2 -0
  22. package/IconClapboard/index.js.map +1 -0
  23. package/IconClapboard/index.mjs +2 -0
  24. package/IconClapboard/index.mjs.map +1 -0
  25. package/IconClapboardWide/index.d.ts +4 -0
  26. package/IconClapboardWide/index.js +2 -0
  27. package/IconClapboardWide/index.js.map +1 -0
  28. package/IconClapboardWide/index.mjs +2 -0
  29. package/IconClapboardWide/index.mjs.map +1 -0
  30. package/IconRadar/index.js +1 -1
  31. package/IconRadar/index.js.map +1 -1
  32. package/IconRadar/index.mjs +1 -1
  33. package/IconRadar/index.mjs.map +1 -1
  34. package/IconRadar1/index.d.ts +4 -0
  35. package/IconRadar1/index.js +2 -0
  36. package/IconRadar1/index.js.map +1 -0
  37. package/IconRadar1/index.mjs +2 -0
  38. package/IconRadar1/index.mjs.map +1 -0
  39. package/IconRedirectArrow/index.d.ts +4 -0
  40. package/IconRedirectArrow/index.js +2 -0
  41. package/IconRedirectArrow/index.js.map +1 -0
  42. package/IconRedirectArrow/index.mjs +2 -0
  43. package/IconRedirectArrow/index.mjs.map +1 -0
  44. package/README.md +8 -1
  45. package/filtered-icons.json +100 -2
  46. package/icons/index.d.ts +7 -0
  47. package/icons-index.json +21 -7
  48. package/index.d.ts +7 -0
  49. package/index.js +1 -1
  50. package/index.js.map +1 -1
  51. package/index.mjs +1 -1
  52. package/index.mjs.map +1 -1
  53. package/license-check.js +1 -1
  54. package/package.json +1 -1
  55. package/tsx-icons.json +52 -3
@@ -1288,6 +1288,20 @@
1288
1288
  "packageName": "square-outlined-radius-0-stroke-1.5",
1289
1289
  "componentName": "IconArrowLeftRight"
1290
1290
  },
1291
+ {
1292
+ "category": "Arrows",
1293
+ "svg": "<path d=\"M20.25 3.75H3.75V20.25H20.25V3.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M11 15.25L7.75 12L11 8.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M16.25 12H8.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
1294
+ "iconName": "arrow-left-square",
1295
+ "variant": {
1296
+ "join": "square",
1297
+ "filled": "off",
1298
+ "radius": "0",
1299
+ "stroke": "1.5"
1300
+ },
1301
+ "createdAt": "2025-12-19T23:20:54.027591+00:00",
1302
+ "packageName": "square-outlined-radius-0-stroke-1.5",
1303
+ "componentName": "IconArrowLeftSquare"
1304
+ },
1291
1305
  {
1292
1306
  "category": "Arrows",
1293
1307
  "svg": "<path d=\"M15.25 15.25L9.43056 9.43056M8.75 14.25V8.75H14.25M2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
@@ -1430,7 +1444,7 @@
1430
1444
  },
1431
1445
  {
1432
1446
  "category": "Arrows",
1433
- "svg": "<path d=\"M13 8.75L16.25 12L13 15.25M7.75 12H15.5M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
1447
+ "svg": "<path d=\"M12 21.25C17.1086 21.25 21.25 17.1086 21.25 12C21.25 6.89137 17.1086 2.75 12 2.75C6.89137 2.75 2.75 6.89137 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M13 8.75L16.25 12L13 15.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M7.75 12H15.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
1434
1448
  "iconName": "arrow-right-circle",
1435
1449
  "variant": {
1436
1450
  "join": "square",
@@ -1470,6 +1484,20 @@
1470
1484
  "packageName": "square-outlined-radius-0-stroke-1.5",
1471
1485
  "componentName": "IconArrowRightLeft"
1472
1486
  },
1487
+ {
1488
+ "category": "Arrows",
1489
+ "svg": "<path d=\"M20.25 3.75H3.75V20.25H20.25V3.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M13 8.75L16.25 12L13 15.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M7.75 12H15.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
1490
+ "iconName": "arrow-right-square",
1491
+ "variant": {
1492
+ "join": "square",
1493
+ "filled": "off",
1494
+ "radius": "0",
1495
+ "stroke": "1.5"
1496
+ },
1497
+ "createdAt": "2025-12-19T23:20:54.027591+00:00",
1498
+ "packageName": "square-outlined-radius-0-stroke-1.5",
1499
+ "componentName": "IconArrowRightSquare"
1500
+ },
1473
1501
  {
1474
1502
  "category": "Arrows",
1475
1503
  "svg": "<path d=\"M8.75 15.25L14.5694 9.43056M15.25 14.25V8.75H9.75M21.25 12C21.25 6.89137 17.1086 2.75 12 2.75C6.89137 2.75 2.75 6.89137 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
@@ -1918,6 +1946,20 @@
1918
1946
  "packageName": "square-outlined-radius-0-stroke-1.5",
1919
1947
  "componentName": "IconArrowUpRight"
1920
1948
  },
1949
+ {
1950
+ "category": "Arrows",
1951
+ "svg": "<path d=\"M20.25 3.75H3.75V20.25H20.25V3.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M12 16.25V8.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M8.75 11L12 7.75L15.25 11\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
1952
+ "iconName": "arrow-up-square, top",
1953
+ "variant": {
1954
+ "join": "square",
1955
+ "filled": "off",
1956
+ "radius": "0",
1957
+ "stroke": "1.5"
1958
+ },
1959
+ "createdAt": "2025-12-19T23:20:54.027591+00:00",
1960
+ "packageName": "square-outlined-radius-0-stroke-1.5",
1961
+ "componentName": "IconArrowUpSquare"
1962
+ },
1921
1963
  {
1922
1964
  "category": "Arrows",
1923
1965
  "svg": "<path d=\"M7.75 14.5L12 18.75L16.25 14.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M4.75 20.25H19.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M12 3.75V18\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
@@ -6146,6 +6188,34 @@
6146
6188
  "packageName": "square-outlined-radius-0-stroke-1.5",
6147
6189
  "componentName": "IconCircleX"
6148
6190
  },
6191
+ {
6192
+ "category": "Photography & Video",
6193
+ "svg": "<path d=\"M20.25 3.75H3.75V20.25H20.25V3.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M4 8.75H20\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M8.25 8.75L10.25 3.75\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M13.75 8.75L15.75 3.75\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
6194
+ "iconName": "clapboard, movie, film",
6195
+ "variant": {
6196
+ "join": "square",
6197
+ "filled": "off",
6198
+ "radius": "0",
6199
+ "stroke": "1.5"
6200
+ },
6201
+ "createdAt": "2025-12-20T00:02:02.860952+00:00",
6202
+ "packageName": "square-outlined-radius-0-stroke-1.5",
6203
+ "componentName": "IconClapboard"
6204
+ },
6205
+ {
6206
+ "category": "Photography & Video",
6207
+ "svg": "<path d=\"M21.25 4.75H2.75V19.25H21.25V4.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M3 9.75H21\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M7.75 9.75L9.75 4.75\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M14.25 9.75L16.25 4.75\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
6208
+ "iconName": "clapboard-wide, movie, film",
6209
+ "variant": {
6210
+ "join": "square",
6211
+ "filled": "off",
6212
+ "radius": "0",
6213
+ "stroke": "1.5"
6214
+ },
6215
+ "createdAt": "2025-12-20T00:02:02.860952+00:00",
6216
+ "packageName": "square-outlined-radius-0-stroke-1.5",
6217
+ "componentName": "IconClapboardWide"
6218
+ },
6149
6219
  {
6150
6220
  "category": "Social Media & Brands",
6151
6221
  "svg": "<path d=\"M5.92405 15.2962L9.85823 13.0903L9.92405 12.8981L9.85823 12.7918H9.66582L9.0076 12.7513L6.75949 12.6906L4.81013 12.6097L2.92152 12.5085L2.44557 12.4073L2 11.8204L2.04557 11.5269L2.44557 11.2588L3.01772 11.3094L4.28354 11.3954L6.18228 11.5269L7.55949 11.6079L9.6 11.8204H9.92405L9.96962 11.6888L9.85823 11.6079L9.77215 11.5269L7.8076 10.1963L5.68101 8.78978L4.56709 7.98027L3.96456 7.57045L3.66076 7.18594L3.52911 6.34607L4.07595 5.74399L4.81013 5.79459L4.99747 5.84518L5.74177 6.4169L7.33165 7.64635L9.4076 9.1743L9.71139 9.42727L9.83291 9.34126L9.8481 9.28055L9.71139 9.05287L8.58228 7.01391L7.37722 4.93954L6.84051 4.07943L6.69873 3.56337C6.6481 3.35087 6.61266 3.17379 6.61266 2.95624L7.23544 2.11131L7.57975 2L8.41013 2.11131L8.75949 2.41487L9.27595 3.59373L10.1114 5.45054L11.4076 7.97521L11.7873 8.72401L11.9899 9.41715L12.0658 9.62965H12.1975V9.50822L12.3038 8.08652L12.5013 6.34101L12.6937 4.09461L12.7595 3.46218L13.0734 2.70326L13.6962 2.29345L14.1823 2.52618L14.5823 3.0979L14.5266 3.46724L14.2886 5.01037L13.8228 7.42879L13.519 9.04781H13.6962L13.8987 8.84543L14.719 7.75765L16.0962 6.03744L16.7038 5.35441L17.4127 4.60056L17.8684 4.24134H18.7291L19.362 5.18239L19.0785 6.15381L18.1924 7.27701L17.4582 8.22818L16.4051 9.64483L15.7468 10.7781L15.8076 10.8692L15.9646 10.854L18.3443 10.3481L19.6304 10.1154L21.1646 9.85226L21.8582 10.1761L21.9342 10.5049L21.6608 11.1778L20.0203 11.5826L18.0962 11.9671L15.2304 12.6451L15.1949 12.6704L15.2354 12.721L16.5266 12.8424L17.0785 12.8728H18.4304L20.9468 13.06L21.6051 13.4951L22 14.0263L21.9342 14.4311L20.9215 14.9471L19.5544 14.6233L16.3646 13.8644L15.2709 13.5912H15.119V13.6823L16.0304 14.5727L17.7013 16.0804L19.7924 18.0233L19.8987 18.5039L19.6304 18.8834L19.3468 18.8429L17.5089 17.4617L16.8 16.8394L15.1949 15.4885H15.0886V15.6302L15.4582 16.1715L17.4127 19.106L17.5139 20.0066L17.3722 20.3L16.8658 20.4771L16.3089 20.3759L15.1646 18.7721L13.9848 16.9658L13.0329 15.3468L12.9165 15.4126L12.3544 21.4586L12.0911 21.7673L11.4835 22L10.9772 21.6155L10.7089 20.9932L10.9772 19.7637L11.3013 18.1599L11.5646 16.8849L11.8025 15.3013L11.9443 14.7751L11.9342 14.7397L11.8177 14.7549L10.6228 16.3941L8.80506 18.848L7.36709 20.386L7.02279 20.5226L6.42532 20.214L6.48101 19.6625L6.81519 19.1718L8.80506 16.642L10.0051 15.0736L10.7797 14.168L10.7747 14.0364H10.7291L5.44304 17.4667L4.50127 17.5882L4.0962 17.2087L4.14684 16.5864L4.33924 16.384L5.92911 15.2912L5.92405 15.2962Z\" fill=\"currentColor\"/>",
@@ -16758,6 +16828,20 @@
16758
16828
  "packageName": "square-outlined-radius-0-stroke-1.5",
16759
16829
  "componentName": "IconQuora"
16760
16830
  },
16831
+ {
16832
+ "category": "Devices & Signals",
16833
+ "svg": "<path d=\"M18.5407 5.45926C14.9284 1.84691 9.07161 1.84691 5.45926 5.45926C1.84691 9.07161 1.84691 14.9284 5.45926 18.5407C9.07161 22.1531 14.9284 22.1531 18.5407 18.5407C21.1211 15.9603 21.8583 12.2347 20.7522 9\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M15.7123 8.28769C13.6621 6.23744 10.3379 6.23744 8.28769 8.28769C6.23744 10.3379 6.23744 13.6621 8.28769 15.7123C10.3379 17.7626 13.6621 17.7626 15.7123 15.7123C16.993 14.4316 17.4737 12.6538 17.1544 11\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M12 12L20 4\" stroke=\"currentColor\" stroke-width=\"1.5\"/><circle cx=\"12\" cy=\"12\" r=\"1.5\" fill=\"currentColor\"/>",
16834
+ "iconName": "radar, control, check",
16835
+ "variant": {
16836
+ "join": "square",
16837
+ "filled": "off",
16838
+ "radius": "0",
16839
+ "stroke": "1.5"
16840
+ },
16841
+ "createdAt": "2025-12-20T00:02:02.860952+00:00",
16842
+ "packageName": "square-outlined-radius-0-stroke-1.5",
16843
+ "componentName": "IconRadar"
16844
+ },
16761
16845
  {
16762
16846
  "category": "Location",
16763
16847
  "svg": "<path d=\"M12 11.9998L11.3569 12.3857C11.4924 12.6116 11.7366 12.7498 12 12.7498C12.2634 12.7498 12.5076 12.6116 12.6431 12.3857L12 11.9998ZM17.25 11.9644H18H17.25ZM12.6431 12.3857L17.4029 4.45285L16.1166 3.6811L11.3569 11.614L12.6431 12.3857ZM6.59715 4.45282L11.3569 12.3857L12.6431 11.614L7.88339 3.68108L6.59715 4.45282ZM12 20.5C7.30558 20.5 3.5 16.6944 3.5 12H2C2 17.5228 6.47715 22 12 22V20.5ZM3.5 12C3.5 7.30558 7.30558 3.5 12 3.5V2C6.47715 2 2 6.47715 2 12H3.5ZM12 3.5C16.6944 3.5 20.5 7.30558 20.5 12H22C22 6.47715 17.5228 2 12 2V3.5ZM20.5 12C20.5 16.6944 16.6944 20.5 12 20.5V22C17.5228 22 22 17.5228 22 12H20.5ZM12 16.4644C9.51472 16.4644 7.5 14.4497 7.5 11.9644H6C6 15.2781 8.68629 17.9644 12 17.9644V16.4644ZM16.5 11.9644C16.5 14.4497 14.4853 16.4644 12 16.4644V17.9644C15.3137 17.9644 18 15.2781 18 11.9644H16.5ZM14.315 8.10467C15.6258 8.89282 16.5 10.3269 16.5 11.9644H18C18 9.77898 16.8311 7.86728 15.088 6.81916L14.315 8.10467ZM7.5 11.9644C7.5 10.3269 8.37421 8.89282 9.68497 8.10467L8.91201 6.81916C7.16889 7.86728 6 9.77898 6 11.9644H7.5ZM12 12H10.5C10.5 12.8284 11.1716 13.5 12 13.5V12ZM12 12V10.5C11.1716 10.5 10.5 11.1716 10.5 12H12ZM12 12H13.5C13.5 11.1716 12.8284 10.5 12 10.5V12ZM12 12V13.5C12.8284 13.5 13.5 12.8284 13.5 12H12Z\" fill=\"currentColor\"/>",
@@ -16770,7 +16854,7 @@
16770
16854
  },
16771
16855
  "createdAt": "2025-02-15T21:11:33.882223+00:00",
16772
16856
  "packageName": "square-outlined-radius-0-stroke-1.5",
16773
- "componentName": "IconRadar"
16857
+ "componentName": "IconRadar1"
16774
16858
  },
16775
16859
  {
16776
16860
  "category": "Devices & Signals",
@@ -17038,6 +17122,20 @@
17038
17122
  "packageName": "square-outlined-radius-0-stroke-1.5",
17039
17123
  "componentName": "IconReddit"
17040
17124
  },
17125
+ {
17126
+ "category": "Arrows",
17127
+ "svg": "<path d=\"M12 21V7.875C12 5.59683 10.1532 3.75 7.875 3.75C5.59683 3.75 3.75 5.59683 3.75 7.875C3.75 10.1532 5.59683 12 7.875 12H20\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M16.25 8L20.25 12L16.25 16\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
17128
+ "iconName": "redirect-arrow",
17129
+ "variant": {
17130
+ "join": "square",
17131
+ "filled": "off",
17132
+ "radius": "0",
17133
+ "stroke": "1.5"
17134
+ },
17135
+ "createdAt": "2025-12-20T00:02:02.860952+00:00",
17136
+ "packageName": "square-outlined-radius-0-stroke-1.5",
17137
+ "componentName": "IconRedirectArrow"
17138
+ },
17041
17139
  {
17042
17140
  "category": "Arrows",
17043
17141
  "svg": "<path d=\"M3.75 13V4.75H19.5\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M17.25 1.75L20.25 4.75L17.25 7.75\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M6.75 22.25L3.75 19.25L6.75 16.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M4.5 19.25H20.25V11\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M12 8V16\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M8 12H16\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
package/icons/index.d.ts CHANGED
@@ -91,6 +91,7 @@ export type CentralIconName =
91
91
  | "IconArrowLeftCircle"
92
92
  | "IconArrowLeftDownCircle"
93
93
  | "IconArrowLeftRight"
94
+ | "IconArrowLeftSquare"
94
95
  | "IconArrowLeftUpCircle"
95
96
  | "IconArrowLeftX"
96
97
  | "IconArrowOutOfBox"
@@ -104,6 +105,7 @@ export type CentralIconName =
104
105
  | "IconArrowRightCircle"
105
106
  | "IconArrowRightDownCircle"
106
107
  | "IconArrowRightLeft"
108
+ | "IconArrowRightSquare"
107
109
  | "IconArrowRightUpCircle"
108
110
  | "IconArrowRotateClockwise"
109
111
  | "IconArrowRotateCounterClockwise"
@@ -136,6 +138,7 @@ export type CentralIconName =
136
138
  | "IconArrowUpDownLeftRight"
137
139
  | "IconArrowUpLeft"
138
140
  | "IconArrowUpRight"
141
+ | "IconArrowUpSquare"
139
142
  | "IconArrowWall2Down"
140
143
  | "IconArrowWall2Left"
141
144
  | "IconArrowWall2Right"
@@ -438,6 +441,8 @@ export type CentralIconName =
438
441
  | "IconCircleRecord"
439
442
  | "IconCirclesThree"
440
443
  | "IconCircleX"
444
+ | "IconClapboard"
445
+ | "IconClapboardWide"
441
446
  | "IconClaudeai"
442
447
  | "IconClipboard"
443
448
  | "IconClipboard2"
@@ -1197,6 +1202,7 @@ export type CentralIconName =
1197
1202
  | "IconQuickSearch"
1198
1203
  | "IconQuora"
1199
1204
  | "IconRadar"
1205
+ | "IconRadar1"
1200
1206
  | "IconRadio"
1201
1207
  | "IconRainbow"
1202
1208
  | "IconRainy"
@@ -1216,6 +1222,7 @@ export type CentralIconName =
1216
1222
  | "IconRecord"
1217
1223
  | "IconRecraft"
1218
1224
  | "IconReddit"
1225
+ | "IconRedirectArrow"
1219
1226
  | "IconRemix"
1220
1227
  | "IconRemoveBackground"
1221
1228
  | "IconRemoveBackground2"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-outlined-radius-0-stroke-1.5",
3
- "version": "1.1.75",
3
+ "version": "1.1.77",
4
4
  "style": "square-outlined-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-1.5/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": 1648,
14
+ "totalIcons": 1655,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 63,
@@ -96,7 +96,7 @@
96
96
  ]
97
97
  },
98
98
  "Arrows": {
99
- "count": 120,
99
+ "count": 124,
100
100
  "icons": [
101
101
  "IconArrow",
102
102
  "IconArrowBottomTop",
@@ -118,6 +118,7 @@
118
118
  "IconArrowLeftCircle",
119
119
  "IconArrowLeftDownCircle",
120
120
  "IconArrowLeftRight",
121
+ "IconArrowLeftSquare",
121
122
  "IconArrowLeftUpCircle",
122
123
  "IconArrowPathDown",
123
124
  "IconArrowPathLeft",
@@ -129,6 +130,7 @@
129
130
  "IconArrowRightCircle",
130
131
  "IconArrowRightDownCircle",
131
132
  "IconArrowRightLeft",
133
+ "IconArrowRightSquare",
132
134
  "IconArrowRightUpCircle",
133
135
  "IconArrowRotateClockwise",
134
136
  "IconArrowRotateCounterClockwise",
@@ -157,6 +159,7 @@
157
159
  "IconArrowUpDownLeftRight",
158
160
  "IconArrowUpLeft",
159
161
  "IconArrowUpRight",
162
+ "IconArrowUpSquare",
160
163
  "IconArrowWall2Down",
161
164
  "IconArrowWall2Left",
162
165
  "IconArrowWall2Right",
@@ -204,6 +207,7 @@
204
207
  "IconMinimize45",
205
208
  "IconOngoing",
206
209
  "IconRandom",
210
+ "IconRedirectArrow",
207
211
  "IconRemix",
208
212
  "IconRotate360Left",
209
213
  "IconRotate360Right",
@@ -415,7 +419,7 @@
415
419
  ]
416
420
  },
417
421
  "Devices & Signals": {
418
- "count": 70,
422
+ "count": 71,
419
423
  "icons": [
420
424
  "IconAirdrop",
421
425
  "IconAirplay",
@@ -464,6 +468,7 @@
464
468
  "IconPhoneHaptic",
465
469
  "IconPrinter",
466
470
  "IconProcessor",
471
+ "IconRadar",
467
472
  "IconRadio",
468
473
  "IconSatellite1",
469
474
  "IconSatellite2",
@@ -1060,7 +1065,7 @@
1060
1065
  "IconPinCircle",
1061
1066
  "IconPinFlag",
1062
1067
  "IconPinLocation",
1063
- "IconRadar",
1068
+ "IconRadar1",
1064
1069
  "IconSend",
1065
1070
  "IconWorld"
1066
1071
  ]
@@ -1126,7 +1131,7 @@
1126
1131
  ]
1127
1132
  },
1128
1133
  "Photography & Video": {
1129
- "count": 79,
1134
+ "count": 81,
1130
1135
  "icons": [
1131
1136
  "Icon4k",
1132
1137
  "IconAdjustPhoto",
@@ -1152,6 +1157,8 @@
1152
1157
  "IconCameraOff1",
1153
1158
  "IconCapture",
1154
1159
  "IconCat",
1160
+ "IconClapboard",
1161
+ "IconClapboardWide",
1155
1162
  "IconClosedCaptioning",
1156
1163
  "IconContrast",
1157
1164
  "IconCrop",
@@ -1930,6 +1937,7 @@
1930
1937
  "IconArrowLeftCircle": "arrow-left-circle",
1931
1938
  "IconArrowLeftDownCircle": "arrow-left-down-circle",
1932
1939
  "IconArrowLeftRight": "arrow-left-right, sort 2, switch horizonatl",
1940
+ "IconArrowLeftSquare": "arrow-left-square",
1933
1941
  "IconArrowLeftUpCircle": "arrow-left-up-circle",
1934
1942
  "IconArrowLeftX": "arrow-left-x, delete, remove, backspace",
1935
1943
  "IconArrowOutOfBox": "arrow-out-of-box, upload, share",
@@ -1943,6 +1951,7 @@
1943
1951
  "IconArrowRightCircle": "arrow-right-circle",
1944
1952
  "IconArrowRightDownCircle": "arrow-right-down-circle",
1945
1953
  "IconArrowRightLeft": "arrow-right-left, sort 1, switch horizontal",
1954
+ "IconArrowRightSquare": "arrow-right-square",
1946
1955
  "IconArrowRightUpCircle": "arrow-right-up-circle",
1947
1956
  "IconArrowRotateClockwise": "arrow-rotate-clockwise, rotate-right",
1948
1957
  "IconArrowRotateCounterClockwise": "arrow-rotate-counter-clockwise, rotate-left",
@@ -1975,6 +1984,7 @@
1975
1984
  "IconArrowUpDownLeftRight": "arrow-up-down-left-right, move",
1976
1985
  "IconArrowUpLeft": "arrow-up-left",
1977
1986
  "IconArrowUpRight": "arrow-up-right",
1987
+ "IconArrowUpSquare": "arrow-up-square, top",
1978
1988
  "IconArrowWall2Down": "arrow-wall-2-down, align bottom",
1979
1989
  "IconArrowWall2Left": "arrow-wall-2-left, align left",
1980
1990
  "IconArrowWall2Right": "arrow-wall-2-right, align right",
@@ -2277,6 +2287,8 @@
2277
2287
  "IconCircleRecord": "circle-record, voicemail, band, tape",
2278
2288
  "IconCirclesThree": "circles-three, bubbles",
2279
2289
  "IconCircleX": "circle-x, close, checkbox, remove",
2290
+ "IconClapboard": "clapboard, movie, film",
2291
+ "IconClapboardWide": "clapboard-wide, movie, film",
2280
2292
  "IconClaudeai": "claudeai",
2281
2293
  "IconClipboard": "clipboard, copy, list",
2282
2294
  "IconClipboard2": "clipboard-2, copy, list",
@@ -3035,7 +3047,8 @@
3035
3047
  "IconQrCode": "qr-code, barcode, scan",
3036
3048
  "IconQuickSearch": "quick-search, quick-menu, command-k",
3037
3049
  "IconQuora": "quora",
3038
- "IconRadar": "radar, location, search",
3050
+ "IconRadar": "radar, control, check",
3051
+ "IconRadar1": "radar, location, search",
3039
3052
  "IconRadio": "radio, antenna, signal, broadcast, speaker",
3040
3053
  "IconRainbow": "rainbow",
3041
3054
  "IconRainy": "rainy, rain",
@@ -3055,6 +3068,7 @@
3055
3068
  "IconRecord": "record",
3056
3069
  "IconRecraft": "recraft",
3057
3070
  "IconReddit": "reddit",
3071
+ "IconRedirectArrow": "redirect-arrow",
3058
3072
  "IconRemix": "remix, new-try, repeat",
3059
3073
  "IconRemoveBackground": "remove-background",
3060
3074
  "IconRemoveBackground2": "remove-background-2",
package/index.d.ts CHANGED
@@ -92,6 +92,7 @@ export { IconArrowLeft, default as IconArrowLeftDefault, } from "./IconArrowLeft
92
92
  export { IconArrowLeftCircle, default as IconArrowLeftCircleDefault, } from "./IconArrowLeftCircle";
93
93
  export { IconArrowLeftDownCircle, default as IconArrowLeftDownCircleDefault, } from "./IconArrowLeftDownCircle";
94
94
  export { IconArrowLeftRight, default as IconArrowLeftRightDefault, } from "./IconArrowLeftRight";
95
+ export { IconArrowLeftSquare, default as IconArrowLeftSquareDefault, } from "./IconArrowLeftSquare";
95
96
  export { IconArrowLeftUpCircle, default as IconArrowLeftUpCircleDefault, } from "./IconArrowLeftUpCircle";
96
97
  export { IconArrowLeftX, default as IconArrowLeftXDefault, } from "./IconArrowLeftX";
97
98
  export { IconArrowOutOfBox, default as IconArrowOutOfBoxDefault, } from "./IconArrowOutOfBox";
@@ -105,6 +106,7 @@ export { IconArrowRight, default as IconArrowRightDefault, } from "./IconArrowRi
105
106
  export { IconArrowRightCircle, default as IconArrowRightCircleDefault, } from "./IconArrowRightCircle";
106
107
  export { IconArrowRightDownCircle, default as IconArrowRightDownCircleDefault, } from "./IconArrowRightDownCircle";
107
108
  export { IconArrowRightLeft, default as IconArrowRightLeftDefault, } from "./IconArrowRightLeft";
109
+ export { IconArrowRightSquare, default as IconArrowRightSquareDefault, } from "./IconArrowRightSquare";
108
110
  export { IconArrowRightUpCircle, default as IconArrowRightUpCircleDefault, } from "./IconArrowRightUpCircle";
109
111
  export { IconArrowRotateClockwise, default as IconArrowRotateClockwiseDefault, } from "./IconArrowRotateClockwise";
110
112
  export { IconArrowRotateCounterClockwise, default as IconArrowRotateCounterClockwiseDefault, } from "./IconArrowRotateCounterClockwise";
@@ -126,6 +128,7 @@ export { IconArrowUpCircle, default as IconArrowUpCircleDefault, } from "./IconA
126
128
  export { IconArrowUpDownLeftRight, default as IconArrowUpDownLeftRightDefault, } from "./IconArrowUpDownLeftRight";
127
129
  export { IconArrowUpLeft, default as IconArrowUpLeftDefault, } from "./IconArrowUpLeft";
128
130
  export { IconArrowUpRight, default as IconArrowUpRightDefault, } from "./IconArrowUpRight";
131
+ export { IconArrowUpSquare, default as IconArrowUpSquareDefault, } from "./IconArrowUpSquare";
129
132
  export { IconArrowWall2Down, default as IconArrowWall2DownDefault, } from "./IconArrowWall2Down";
130
133
  export { IconArrowWall2Left, default as IconArrowWall2LeftDefault, } from "./IconArrowWall2Left";
131
134
  export { IconArrowWall2Right, default as IconArrowWall2RightDefault, } from "./IconArrowWall2Right";
@@ -437,6 +440,8 @@ export { IconCircleQuestionmark, default as IconCircleQuestionmarkDefault, } fro
437
440
  export { IconCircleRecord, default as IconCircleRecordDefault, } from "./IconCircleRecord";
438
441
  export { IconCircleX, default as IconCircleXDefault } from "./IconCircleX";
439
442
  export { IconCirclesThree, default as IconCirclesThreeDefault, } from "./IconCirclesThree";
443
+ export { IconClapboard, default as IconClapboardDefault, } from "./IconClapboard";
444
+ export { IconClapboardWide, default as IconClapboardWideDefault, } from "./IconClapboardWide";
440
445
  export { IconClaudeai, default as IconClaudeaiDefault } from "./IconClaudeai";
441
446
  export { IconClipboard, default as IconClipboardDefault, } from "./IconClipboard";
442
447
  export { IconClipboard2, default as IconClipboard2Default, } from "./IconClipboard2";
@@ -1196,6 +1201,7 @@ export { IconQrCode, default as IconQrCodeDefault } from "./IconQrCode";
1196
1201
  export { IconQuickSearch, default as IconQuickSearchDefault, } from "./IconQuickSearch";
1197
1202
  export { IconQuora, default as IconQuoraDefault } from "./IconQuora";
1198
1203
  export { IconRadar, default as IconRadarDefault } from "./IconRadar";
1204
+ export { IconRadar1, default as IconRadar1Default } from "./IconRadar1";
1199
1205
  export { IconRadio, default as IconRadioDefault } from "./IconRadio";
1200
1206
  export { IconRainbow, default as IconRainbowDefault } from "./IconRainbow";
1201
1207
  export { IconRainy, default as IconRainyDefault } from "./IconRainy";
@@ -1215,6 +1221,7 @@ export { IconReceiptionBell, default as IconReceiptionBellDefault, } from "./Ico
1215
1221
  export { IconRecord, default as IconRecordDefault } from "./IconRecord";
1216
1222
  export { IconRecraft, default as IconRecraftDefault } from "./IconRecraft";
1217
1223
  export { IconReddit, default as IconRedditDefault } from "./IconReddit";
1224
+ export { IconRedirectArrow, default as IconRedirectArrowDefault, } from "./IconRedirectArrow";
1218
1225
  export { IconRemix, default as IconRemixDefault } from "./IconRemix";
1219
1226
  export { IconRemoveBackground, default as IconRemoveBackgroundDefault, } from "./IconRemoveBackground";
1220
1227
  export { IconRemoveBackground2, default as IconRemoveBackground2Default, } from "./IconRemoveBackground2";