@central-icons-react-native/round-outlined-radius-1-stroke-2 1.1.100 → 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 (42) 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/IconPhoneTopDynamicIsland/index.d.ts +4 -0
  22. package/IconPhoneTopDynamicIsland/index.js +2 -0
  23. package/IconPhoneTopDynamicIsland/index.js.map +1 -0
  24. package/IconPhoneTopDynamicIsland/index.mjs +2 -0
  25. package/IconPhoneTopDynamicIsland/index.mjs.map +1 -0
  26. package/IconPhoneTopPunchHoleCenter/index.d.ts +4 -0
  27. package/IconPhoneTopPunchHoleCenter/index.js +2 -0
  28. package/IconPhoneTopPunchHoleCenter/index.js.map +1 -0
  29. package/IconPhoneTopPunchHoleCenter/index.mjs +2 -0
  30. package/IconPhoneTopPunchHoleCenter/index.mjs.map +1 -0
  31. package/README.md +6 -0
  32. package/filtered-icons.json +84 -0
  33. package/icons/index.d.ts +6 -0
  34. package/icons-index.json +16 -4
  35. package/index.d.ts +6 -0
  36. package/index.js +1 -1
  37. package/index.js.map +1 -1
  38. package/index.mjs +1 -1
  39. package/index.mjs.map +1 -1
  40. package/license-check.js +1 -1
  41. package/package.json +1 -1
  42. package/tsx-icons.json +42 -0
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/round-outlined-radius-1-stroke-2",
21
- version: "1.1.100",
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/round-outlined-radius-1-stroke-2",
3
- "version": "1.1.100",
3
+ "version": "1.1.101",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
package/tsx-icons.json CHANGED
@@ -4956,6 +4956,34 @@
4956
4956
  "iconName": "figma-simple",
4957
4957
  "pathname": "src/IconFigmaSimple"
4958
4958
  },
4959
+ {
4960
+ "svg": "<Path d=\"M13 3V8C13 8.55228 13.4477 9 14 9H19\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15 21H18C18.5523 21 19 20.5523 19 20V9L13 3H6C5.44772 3 5 3.44772 5 4V13\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4 19H10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8 16L11 19L8 22\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
4961
+ "tags": "Path",
4962
+ "componentName": "IconFileArrowLeftIn",
4963
+ "iconName": "file-arrow-left-in, document-arrow-left-in, incoming",
4964
+ "pathname": "src/IconFileArrowLeftIn"
4965
+ },
4966
+ {
4967
+ "svg": "<Path d=\"M16 21H18C18.5523 21 19 20.5523 19 20V9.41421C19 9.149 18.8946 8.89464 18.7071 8.70711L13.2929 3.29289C13.1054 3.10536 12.851 3 12.5858 3H6C5.44772 3 5 3.44772 5 4V12\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13 4V8C13 8.55228 13.4477 9 14 9H18\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5 19H11\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7 22L4 19L7 16\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
4968
+ "tags": "Path",
4969
+ "componentName": "IconFileArrowLeftOut",
4970
+ "iconName": "file-arrow-left-out, document-arrow-left-out, outgoing",
4971
+ "pathname": "src/IconFileArrowLeftOut"
4972
+ },
4973
+ {
4974
+ "svg": "<Path d=\"M19 12V9.41421C19 9.149 18.8946 8.89464 18.7071 8.70711L13.2929 3.29289C13.1054 3.10536 12.851 3 12.5858 3H6C5.44772 3 5 3.44772 5 4V20C5 20.5523 5.44772 21 6 21H8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13 4V8C13 8.55228 13.4477 9 14 9H18\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14 19H20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16 22L13 19L16 16\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
4975
+ "tags": "Path",
4976
+ "componentName": "IconFileArrowRightIn",
4977
+ "iconName": "file-arrow-right-in, document-arrow-right-in, incoming",
4978
+ "pathname": "src/IconFileArrowRightIn"
4979
+ },
4980
+ {
4981
+ "svg": "<Path d=\"M19 12V9.41421C19 9.149 18.8946 8.89464 18.7071 8.70711L13.2929 3.29289C13.1054 3.10536 12.851 3 12.5858 3H6C5.44772 3 5 3.44772 5 4V20C5 20.5523 5.44772 21 6 21H8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13 4V8C13 8.55228 13.4477 9 14 9H18\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13 19H19\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17 16L20 19L17 22\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
4982
+ "tags": "Path",
4983
+ "componentName": "IconFileArrowRightOut",
4984
+ "iconName": "file-arrow-right-out, document-arrow-right-out, outgoing",
4985
+ "pathname": "src/IconFileArrowRightOut"
4986
+ },
4959
4987
  {
4960
4988
  "svg": "<Path d=\"M6 3H12.5858C12.851 3 13.1054 3.10536 13.2929 3.29289L18.7071 8.70711C18.8946 8.89464 19 9.149 19 9.41421V20C19 20.5523 18.5523 21 18 21H6C5.44772 21 5 20.5523 5 20V4C5 3.44772 5.44772 3 6 3Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13 3V8C13 8.55228 13.4477 9 14 9H19\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
4961
4989
  "tags": "Path",
@@ -8246,6 +8274,20 @@
8246
8274
  "iconName": "phone-haptic, vibration",
8247
8275
  "pathname": "src/IconPhoneHaptic"
8248
8276
  },
8277
+ {
8278
+ "svg": "<Path d=\"M4 20V7C4 5.34315 5.34315 4 7 4H17C18.6569 4 20 5.34315 20 7V20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M11 6.75H13\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/>",
8279
+ "tags": "Path",
8280
+ "componentName": "IconPhoneTopDynamicIsland",
8281
+ "iconName": "phone-top-dynamic-island",
8282
+ "pathname": "src/IconPhoneTopDynamicIsland"
8283
+ },
8284
+ {
8285
+ "svg": "<Path d=\"M4 20V7C4 5.34315 5.34315 4 7 4H17C18.6569 4 20 5.34315 20 7V20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"12\" cy=\"7\" r=\"1\" fill=\"currentColor\"/>",
8286
+ "tags": "Circle, Path",
8287
+ "componentName": "IconPhoneTopPunchHoleCenter",
8288
+ "iconName": "phone-top-punch-hole-center",
8289
+ "pathname": "src/IconPhoneTopPunchHoleCenter"
8290
+ },
8249
8291
  {
8250
8292
  "svg": "<Path d=\"M5.99734 10.2705L5.58634 12.7363H6.57269C7.31238 12.6541 7.96994 12.4075 8.05206 11.0102C8.05206 10.5171 7.64116 10.2705 7.06581 10.2705H5.99734Z\" fill=\"currentColor\"/><Path d=\"M17.011 10.2705L16.6 12.7363H17.5864C18.3261 12.6541 18.9837 12.4075 19.0658 11.0102C19.0658 10.5171 18.6549 10.2705 18.0796 10.2705H17.011Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M24 11.9966C24 15.4464 18.6274 18.2431 12 18.2431C5.37258 18.2431 0 15.4464 0 11.9966C0 8.54668 5.37258 5.75 12 5.75C18.6274 5.75 24 8.54668 24 11.9966ZM4.68231 9.03759L3.36719 15.6952H4.92887L5.25766 13.9691H6.73694C8.13428 14.0513 9.69588 12.9007 9.69588 10.9281C9.69588 9.77728 9.03831 9.11981 7.72328 9.03759H4.68231ZM10.7054 7.31166L9.39034 13.9691H10.952L11.6917 10.2705H12.9246C13.4999 10.2705 13.4999 10.5171 13.4178 10.9281L12.8424 13.9691H14.4862L15.0616 10.5993C15.2259 9.77728 14.7328 9.11981 13.4177 9.03759H11.9383L12.2671 7.31166H10.7054ZM15.696 9.03759L14.3809 15.6952H15.9425L16.2713 13.9691H17.7508C19.148 14.0513 20.7097 12.9007 20.7097 10.9281C20.7097 9.77728 20.0522 9.11981 18.737 9.03759H15.696Z\" fill=\"currentColor\"/>",
8251
8293
  "tags": "Path",