@central-icons-react-native/round-outlined-radius-0-stroke-1 1.1.172 → 1.1.174
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/IconCanvasGrid/index.d.ts +4 -0
- package/IconCanvasGrid/index.js +2 -0
- package/IconCanvasGrid/index.js.map +1 -0
- package/IconCanvasGrid/index.mjs +2 -0
- package/IconCanvasGrid/index.mjs.map +1 -0
- package/IconCollaborationPointerLeft/index.d.ts +4 -0
- package/IconCollaborationPointerLeft/index.js +2 -0
- package/IconCollaborationPointerLeft/index.js.map +1 -0
- package/IconCollaborationPointerLeft/index.mjs +2 -0
- package/IconCollaborationPointerLeft/index.mjs.map +1 -0
- package/IconCollaborationPointerRight/index.d.ts +4 -0
- package/IconCollaborationPointerRight/index.js +2 -0
- package/IconCollaborationPointerRight/index.js.map +1 -0
- package/IconCollaborationPointerRight/index.mjs +2 -0
- package/IconCollaborationPointerRight/index.mjs.map +1 -0
- package/IconStudioDisplay1/index.d.ts +4 -0
- package/IconStudioDisplay1/index.js +2 -0
- package/IconStudioDisplay1/index.js.map +1 -0
- package/IconStudioDisplay1/index.mjs +2 -0
- package/IconStudioDisplay1/index.mjs.map +1 -0
- package/README.md +4 -0
- package/filtered-icons.json +56 -0
- package/icons/index.d.ts +4 -0
- package/icons-index.json +13 -5
- package/index.d.ts +4 -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 +28 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -2660,6 +2660,13 @@
|
|
|
2660
2660
|
"iconName": "candy, sweet",
|
|
2661
2661
|
"pathname": "src/IconCandy"
|
|
2662
2662
|
},
|
|
2663
|
+
{
|
|
2664
|
+
"svg": "<Path d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 3.5V6M12 20.5V18M3.5 12H6M20.5 12H18\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9.5 12H14.5M12 9.5V14.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
2665
|
+
"tags": "Path",
|
|
2666
|
+
"componentName": "IconCanvasGrid",
|
|
2667
|
+
"iconName": "canvas-grid, design, app-icon, blueprint",
|
|
2668
|
+
"pathname": "src/IconCanvasGrid"
|
|
2669
|
+
},
|
|
2663
2670
|
{
|
|
2664
2671
|
"svg": "<Path d=\"M2.5 12.8191V18.4408C2.5 19.1985 3.28305 19.7013 3.98156 19.4217C9.37482 17.2628 14.6252 17.2628 20.0184 19.4217C20.7169 19.7013 21.5 19.1985 21.5 18.4408V12.8191C21.5 7.67231 17.3617 3.5 12.2568 3.5H11.7432C6.63834 3.5 2.5 7.67231 2.5 12.8191Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3 14.837C9.23113 12.0543 14.7689 12.0543 21 14.837\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12.5 3.75C13.6945 5.34836 15.5 9.01321 15.5 12.75\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M11.5 3.75C10.3055 5.34836 8.5 9.01321 8.5 12.75\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
2665
2672
|
"tags": "Path",
|
|
@@ -3794,6 +3801,20 @@
|
|
|
3794
3801
|
"iconName": "coin-won, currency, money",
|
|
3795
3802
|
"pathname": "src/IconCoinWon"
|
|
3796
3803
|
},
|
|
3804
|
+
{
|
|
3805
|
+
"svg": "<Path d=\"M12.5 12.5L20.5 9.5L4.5 4.5L9.5 20.5L12.5 12.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.5 13.5L15.5 15.4998L13.5 20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
3806
|
+
"tags": "Path",
|
|
3807
|
+
"componentName": "IconCollaborationPointerLeft",
|
|
3808
|
+
"iconName": "collaboration-pointer-left, cursor, agents",
|
|
3809
|
+
"pathname": "src/IconCollaborationPointerLeft"
|
|
3810
|
+
},
|
|
3811
|
+
{
|
|
3812
|
+
"svg": "<Path d=\"M11.5 12.5L3.5 9.5L19.5 4.5L14.5 20.5L11.5 12.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.5 13.5L8.5 15.4998L10.5 20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
3813
|
+
"tags": "Path",
|
|
3814
|
+
"componentName": "IconCollaborationPointerRight",
|
|
3815
|
+
"iconName": "collaboration-pointer-right, cursor, agents",
|
|
3816
|
+
"pathname": "src/IconCollaborationPointerRight"
|
|
3817
|
+
},
|
|
3797
3818
|
{
|
|
3798
3819
|
"svg": "<Path d=\"M21.5 12C21.5 19.3125 13.702 12.8207 12 16.2353C10.9444 18.3529 14.9843 21 12 21C6.75329 21 2.5 16.9706 2.5 12C2.5 7.02944 6.75329 3 12 3C17.2467 3 21.5 7.02944 21.5 12Z\" stroke=\"currentColor\"/><Path d=\"M11.5 7.75C11.5 8.44036 10.9404 9 10.25 9C9.55964 9 9 8.44036 9 7.75C9 7.05964 9.55964 6.5 10.25 6.5C10.9404 6.5 11.5 7.05964 11.5 7.75Z\" stroke=\"currentColor\"/><Path d=\"M8.5 12C8.5 12.6904 7.94036 13.25 7.25 13.25C6.55964 13.25 6 12.6904 6 12C6 11.3096 6.55964 10.75 7.25 10.75C7.94036 10.75 8.5 11.3096 8.5 12Z\" stroke=\"currentColor\"/><Path d=\"M16.5 9.25C16.5 9.94036 15.9404 10.5 15.25 10.5C14.5596 10.5 14 9.94036 14 9.25C14 8.55964 14.5596 8 15.25 8C15.9404 8 16.5 8.55964 16.5 9.25Z\" stroke=\"currentColor\"/>",
|
|
3799
3820
|
"tags": "Path",
|
|
@@ -11634,6 +11655,13 @@
|
|
|
11634
11655
|
"iconName": "studio-display, thunderbolt",
|
|
11635
11656
|
"pathname": "src/IconStudioDisplay"
|
|
11636
11657
|
},
|
|
11658
|
+
{
|
|
11659
|
+
"svg": "<Path d=\"M21.5 3.5H2.5V15.5H21.5V3.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9.5 15.5V20.5H14.5V15.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
11660
|
+
"tags": "Path",
|
|
11661
|
+
"componentName": "IconStudioDisplay1",
|
|
11662
|
+
"iconName": "studio-display, xdr, imac",
|
|
11663
|
+
"pathname": "src/IconStudioDisplay1"
|
|
11664
|
+
},
|
|
11637
11665
|
{
|
|
11638
11666
|
"svg": "<Path d=\"M21.5 20.5H16.5C16.5 17.8333 21.5 17.4975 21.5 14.8423C21.5 13.4309 20.3872 12.5 19.0065 12.5C17.5269 12.5 16.6258 13.561 16.5175 14.7855\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M2.5 5.5L13.5 18.5M13.5 5.5L2.5 18.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
11639
11667
|
"tags": "Path",
|