@central-icons-react-native/round-outlined-radius-0-stroke-1 1.1.103 → 1.1.104

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 (57) hide show
  1. package/IconFormCapsule/index.d.ts +4 -0
  2. package/IconFormCapsule/index.js +2 -0
  3. package/IconFormCapsule/index.js.map +1 -0
  4. package/IconFormCapsule/index.mjs +2 -0
  5. package/IconFormCapsule/index.mjs.map +1 -0
  6. package/IconFormCircle/index.d.ts +4 -0
  7. package/IconFormCircle/index.js +2 -0
  8. package/IconFormCircle/index.js.map +1 -0
  9. package/IconFormCircle/index.mjs +2 -0
  10. package/IconFormCircle/index.mjs.map +1 -0
  11. package/IconFormDiamond/index.d.ts +4 -0
  12. package/IconFormDiamond/index.js +2 -0
  13. package/IconFormDiamond/index.js.map +1 -0
  14. package/IconFormDiamond/index.mjs +2 -0
  15. package/IconFormDiamond/index.mjs.map +1 -0
  16. package/IconFormHexagon/index.d.ts +4 -0
  17. package/IconFormHexagon/index.js +2 -0
  18. package/IconFormHexagon/index.js.map +1 -0
  19. package/IconFormHexagon/index.mjs +2 -0
  20. package/IconFormHexagon/index.mjs.map +1 -0
  21. package/IconFormOctagonRotate/index.d.ts +4 -0
  22. package/IconFormOctagonRotate/index.js +2 -0
  23. package/IconFormOctagonRotate/index.js.map +1 -0
  24. package/IconFormOctagonRotate/index.mjs +2 -0
  25. package/IconFormOctagonRotate/index.mjs.map +1 -0
  26. package/IconFormOval/index.d.ts +4 -0
  27. package/IconFormOval/index.js +2 -0
  28. package/IconFormOval/index.js.map +1 -0
  29. package/IconFormOval/index.mjs +2 -0
  30. package/IconFormOval/index.mjs.map +1 -0
  31. package/IconFormPentagon/index.d.ts +4 -0
  32. package/IconFormPentagon/index.js +2 -0
  33. package/IconFormPentagon/index.js.map +1 -0
  34. package/IconFormPentagon/index.mjs +2 -0
  35. package/IconFormPentagon/index.mjs.map +1 -0
  36. package/IconFormRectangle/index.d.ts +4 -0
  37. package/IconFormRectangle/index.js +2 -0
  38. package/IconFormRectangle/index.js.map +1 -0
  39. package/IconFormRectangle/index.mjs +2 -0
  40. package/IconFormRectangle/index.mjs.map +1 -0
  41. package/IconFormSquare/index.d.ts +4 -0
  42. package/IconFormSquare/index.js +2 -0
  43. package/IconFormSquare/index.js.map +1 -0
  44. package/IconFormSquare/index.mjs +2 -0
  45. package/IconFormSquare/index.mjs.map +1 -0
  46. package/README.md +12 -0
  47. package/filtered-icons.json +126 -0
  48. package/icons/index.d.ts +9 -0
  49. package/icons-index.json +25 -2
  50. package/index.d.ts +9 -0
  51. package/index.js +1 -1
  52. package/index.js.map +1 -1
  53. package/index.mjs +1 -1
  54. package/index.mjs.map +1 -1
  55. package/license-check.js +1 -1
  56. package/package.json +1 -1
  57. package/tsx-icons.json +63 -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-0-stroke-1",
21
- version: "1.1.103",
21
+ version: "1.1.104",
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-0-stroke-1",
3
- "version": "1.1.103",
3
+ "version": "1.1.104",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
package/tsx-icons.json CHANGED
@@ -5509,6 +5509,69 @@
5509
5509
  "iconName": "fork-spoon, cable, restaurant, cutlery",
5510
5510
  "pathname": "src/IconForkSpoon"
5511
5511
  },
5512
+ {
5513
+ "svg": "<Path d=\"M14.5 4.5H9.5C5.35786 4.5 2 7.85786 2 12C2 16.1421 5.35786 19.5 9.5 19.5H14.5C18.6421 19.5 22 16.1421 22 12C22 7.85786 18.6421 4.5 14.5 4.5Z\" stroke=\"currentColor\"/>",
5514
+ "tags": "Path",
5515
+ "componentName": "IconFormCapsule",
5516
+ "iconName": "form-capsule, button",
5517
+ "pathname": "src/IconFormCapsule"
5518
+ },
5519
+ {
5520
+ "svg": "<Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/>",
5521
+ "tags": "Circle",
5522
+ "componentName": "IconFormCircle",
5523
+ "iconName": "form-circle",
5524
+ "pathname": "src/IconFormCircle"
5525
+ },
5526
+ {
5527
+ "svg": "<Path d=\"M12 2L2 12L12 22L22 12L12 2Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/>",
5528
+ "tags": "Path",
5529
+ "componentName": "IconFormDiamond",
5530
+ "iconName": "form-diamond, square-45-degrees",
5531
+ "pathname": "src/IconFormDiamond"
5532
+ },
5533
+ {
5534
+ "svg": "<Path d=\"M12 2L20.6603 7V17L12 22L3.33975 17V7L12 2Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/>",
5535
+ "tags": "Path",
5536
+ "componentName": "IconFormHexagon",
5537
+ "iconName": "form-hexagon",
5538
+ "pathname": "src/IconFormHexagon"
5539
+ },
5540
+ {
5541
+ "svg": "<Path d=\"M12 2.25L18.8943 5.10571L21.75 12L18.8943 18.8943L12 21.75L5.10571 18.8943L2.25 12L5.10571 5.10571L12 2.25Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/>",
5542
+ "tags": "Path",
5543
+ "componentName": "IconFormOctagonRotate",
5544
+ "iconName": "form-octagon-rotate",
5545
+ "pathname": "src/IconFormOctagonRotate"
5546
+ },
5547
+ {
5548
+ "svg": "<Ellipse cx=\"11.75\" cy=\"12\" rx=\"9.75\" ry=\"7.75\" stroke=\"currentColor\"/>",
5549
+ "tags": "Ellipse",
5550
+ "componentName": "IconFormOval",
5551
+ "iconName": "form-oval",
5552
+ "pathname": "src/IconFormOval"
5553
+ },
5554
+ {
5555
+ "svg": "<Path d=\"M12 2L21.5106 8.90983L17.8779 20.0902H6.12215L2.48944 8.90983L12 2Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/>",
5556
+ "tags": "Path",
5557
+ "componentName": "IconFormPentagon",
5558
+ "iconName": "form-pentagon",
5559
+ "pathname": "src/IconFormPentagon"
5560
+ },
5561
+ {
5562
+ "svg": "<Path d=\"M21.5 4.5H2.5V19.5H21.5V4.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/>",
5563
+ "tags": "Path",
5564
+ "componentName": "IconFormRectangle",
5565
+ "iconName": "form-rectangle",
5566
+ "pathname": "src/IconFormRectangle"
5567
+ },
5568
+ {
5569
+ "svg": "<Path d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/>",
5570
+ "tags": "Path",
5571
+ "componentName": "IconFormSquare",
5572
+ "iconName": "form-square",
5573
+ "pathname": "src/IconFormSquare"
5574
+ },
5512
5575
  {
5513
5576
  "svg": "<Path d=\"M6 21.5L6.75 19.5H17.25L18 21.5H6Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M12 2.5C7.02944 2.5 3 6.52944 3 11.5C3 14.9829 4.97844 18.0038 7.8728 19.5H16.1272C19.0216 18.0038 21 14.9829 21 11.5C21 6.52944 16.9706 2.5 12 2.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M13.1671 6.09709C13.1231 5.96764 12.8769 5.96764 12.833 6.09709C12.7066 6.46962 12.5051 6.93052 12.2178 7.21783C11.9305 7.50513 11.4696 7.70656 11.0971 7.83298C10.9676 7.87691 10.9676 8.12315 11.0971 8.16708C11.4696 8.29351 11.9305 8.49493 12.2178 8.78223C12.5051 9.06954 12.7066 9.53044 12.833 9.90297C12.8769 10.0324 13.1231 10.0324 13.1671 9.90297C13.2935 9.53044 13.4949 9.06954 13.7822 8.78223C14.0695 8.49493 14.5304 8.29351 14.903 8.16708C15.0324 8.12315 15.0324 7.87691 14.903 7.83298C14.5304 7.70656 14.0695 7.50513 13.7822 7.21783C13.4949 6.93052 13.2935 6.46962 13.1671 6.09709Z\" fill=\"currentColor\"/><Path d=\"M15.6879 9.35928C15.6385 9.21365 15.3615 9.21365 15.3121 9.35928C15.1698 9.77837 14.9432 10.2969 14.62 10.6201C14.2968 10.9433 13.7783 11.1699 13.3592 11.3121C13.2136 11.3616 13.2136 11.6386 13.3592 11.688C13.7783 11.8302 14.2968 12.0568 14.62 12.38C14.9432 12.7032 15.1698 13.2218 15.3121 13.6408C15.3615 13.7865 15.6385 13.7865 15.6879 13.6408C15.8302 13.2218 16.0568 12.7032 16.38 12.38C16.7032 12.0568 17.2217 11.8302 17.6408 11.688C17.7864 11.6386 17.7864 11.3616 17.6408 11.3121C17.2217 11.1699 16.7032 10.9433 16.38 10.6201C16.0568 10.2969 15.8302 9.77837 15.6879 9.35928Z\" fill=\"currentColor\"/>",
5514
5577
  "tags": "Path",