@central-icons-react-native/round-outlined-radius-0-stroke-2 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.
- package/IconFormCapsule/index.d.ts +4 -0
- package/IconFormCapsule/index.js +2 -0
- package/IconFormCapsule/index.js.map +1 -0
- package/IconFormCapsule/index.mjs +2 -0
- package/IconFormCapsule/index.mjs.map +1 -0
- package/IconFormCircle/index.d.ts +4 -0
- package/IconFormCircle/index.js +2 -0
- package/IconFormCircle/index.js.map +1 -0
- package/IconFormCircle/index.mjs +2 -0
- package/IconFormCircle/index.mjs.map +1 -0
- package/IconFormDiamond/index.d.ts +4 -0
- package/IconFormDiamond/index.js +2 -0
- package/IconFormDiamond/index.js.map +1 -0
- package/IconFormDiamond/index.mjs +2 -0
- package/IconFormDiamond/index.mjs.map +1 -0
- package/IconFormHexagon/index.d.ts +4 -0
- package/IconFormHexagon/index.js +2 -0
- package/IconFormHexagon/index.js.map +1 -0
- package/IconFormHexagon/index.mjs +2 -0
- package/IconFormHexagon/index.mjs.map +1 -0
- package/IconFormOctagonRotate/index.d.ts +4 -0
- package/IconFormOctagonRotate/index.js +2 -0
- package/IconFormOctagonRotate/index.js.map +1 -0
- package/IconFormOctagonRotate/index.mjs +2 -0
- package/IconFormOctagonRotate/index.mjs.map +1 -0
- package/IconFormOval/index.d.ts +4 -0
- package/IconFormOval/index.js +2 -0
- package/IconFormOval/index.js.map +1 -0
- package/IconFormOval/index.mjs +2 -0
- package/IconFormOval/index.mjs.map +1 -0
- package/IconFormPentagon/index.d.ts +4 -0
- package/IconFormPentagon/index.js +2 -0
- package/IconFormPentagon/index.js.map +1 -0
- package/IconFormPentagon/index.mjs +2 -0
- package/IconFormPentagon/index.mjs.map +1 -0
- package/IconFormRectangle/index.d.ts +4 -0
- package/IconFormRectangle/index.js +2 -0
- package/IconFormRectangle/index.js.map +1 -0
- package/IconFormRectangle/index.mjs +2 -0
- package/IconFormRectangle/index.mjs.map +1 -0
- package/IconFormSquare/index.d.ts +4 -0
- package/IconFormSquare/index.js +2 -0
- package/IconFormSquare/index.js.map +1 -0
- package/IconFormSquare/index.mjs +2 -0
- package/IconFormSquare/index.mjs.map +1 -0
- package/README.md +12 -0
- package/filtered-icons.json +126 -0
- package/icons/index.d.ts +9 -0
- package/icons-index.json +25 -2
- package/index.d.ts +9 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +63 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
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 5H9.5C5.63401 5 2.5 8.13401 2.5 12C2.5 15.866 5.63401 19 9.5 19H14.5C18.366 19 21.5 15.866 21.5 12C21.5 8.13401 18.366 5 14.5 5Z\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
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\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
5521
|
+
"tags": "Circle",
|
|
5522
|
+
"componentName": "IconFormCircle",
|
|
5523
|
+
"iconName": "form-circle",
|
|
5524
|
+
"pathname": "src/IconFormCircle"
|
|
5525
|
+
},
|
|
5526
|
+
{
|
|
5527
|
+
"svg": "<Path d=\"M12 2.5L2.5 12L12 21.5L21.5 12L12 2.5Z\" stroke=\"currentColor\" strokeWidth=\"2\" 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 2.5L20.2272 7.25V16.75L12 21.5L3.77276 16.75V7.25L12 2.5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
|
|
5535
|
+
"tags": "Path",
|
|
5536
|
+
"componentName": "IconFormHexagon",
|
|
5537
|
+
"iconName": "form-hexagon",
|
|
5538
|
+
"pathname": "src/IconFormHexagon"
|
|
5539
|
+
},
|
|
5540
|
+
{
|
|
5541
|
+
"svg": "<Path d=\"M12 2.5L18.7175 5.28249L21.5 12L18.7175 18.7175L12 21.5L5.28249 18.7175L2.5 12L5.28249 5.28249L12 2.5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
|
|
5542
|
+
"tags": "Path",
|
|
5543
|
+
"componentName": "IconFormOctagonRotate",
|
|
5544
|
+
"iconName": "form-octagon-rotate",
|
|
5545
|
+
"pathname": "src/IconFormOctagonRotate"
|
|
5546
|
+
},
|
|
5547
|
+
{
|
|
5548
|
+
"svg": "<Ellipse cx=\"12\" cy=\"12\" rx=\"9.5\" ry=\"7.25\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
5549
|
+
"tags": "Ellipse",
|
|
5550
|
+
"componentName": "IconFormOval",
|
|
5551
|
+
"iconName": "form-oval",
|
|
5552
|
+
"pathname": "src/IconFormOval"
|
|
5553
|
+
},
|
|
5554
|
+
{
|
|
5555
|
+
"svg": "<Path d=\"M12 2.5L21.035 9.06434L17.584 19.6857H6.41604L2.96496 9.06434L12 2.5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
|
|
5556
|
+
"tags": "Path",
|
|
5557
|
+
"componentName": "IconFormPentagon",
|
|
5558
|
+
"iconName": "form-pentagon",
|
|
5559
|
+
"pathname": "src/IconFormPentagon"
|
|
5560
|
+
},
|
|
5561
|
+
{
|
|
5562
|
+
"svg": "<Path d=\"M21 5H3V19H21V5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
|
|
5563
|
+
"tags": "Path",
|
|
5564
|
+
"componentName": "IconFormRectangle",
|
|
5565
|
+
"iconName": "form-rectangle",
|
|
5566
|
+
"pathname": "src/IconFormRectangle"
|
|
5567
|
+
},
|
|
5568
|
+
{
|
|
5569
|
+
"svg": "<Path d=\"M20 4H4V20H20V4Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
|
|
5570
|
+
"tags": "Path",
|
|
5571
|
+
"componentName": "IconFormSquare",
|
|
5572
|
+
"iconName": "form-square",
|
|
5573
|
+
"pathname": "src/IconFormSquare"
|
|
5574
|
+
},
|
|
5512
5575
|
{
|
|
5513
5576
|
"svg": "<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\"/><Path d=\"M8.00621 18C5.61158 16.6115 4 14.0126 4 11.0357C4 6.59771 7.58172 3 12 3C16.4183 3 20 6.59771 20 11.0357C20 14.0126 18.3884 16.6115 15.9938 18M7 18L6 21H18L17 18H7Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
5514
5577
|
"tags": "Path",
|