@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.199 → 1.1.200
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/IconColorPalette2/index.d.ts +4 -0
- package/IconColorPalette2/index.js +2 -0
- package/IconColorPalette2/index.js.map +1 -0
- package/IconColorPalette2/index.mjs +2 -0
- package/IconColorPalette2/index.mjs.map +1 -0
- package/IconComputerUse/index.d.ts +4 -0
- package/IconComputerUse/index.js +2 -0
- package/IconComputerUse/index.js.map +1 -0
- package/IconComputerUse/index.mjs +2 -0
- package/IconComputerUse/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -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 +14 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -3899,6 +3899,13 @@
|
|
|
3899
3899
|
"iconName": "color-palette, colours",
|
|
3900
3900
|
"pathname": "src/IconColorPalette"
|
|
3901
3901
|
},
|
|
3902
|
+
{
|
|
3903
|
+
"svg": "<Path d=\"M12 2.5C17.2467 2.5 21.5 6.75329 21.5 12C21.5 12.5462 21.4532 13.0814 21.364 13.6022C21.2186 14.4511 20.4325 15 19.5712 15H14C12.8954 15 12 15.8954 12 17V19.5C12 20.6046 11.0945 21.5219 10.0141 21.2921C5.7207 20.379 2.5 16.5656 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5Z\" stroke=\"currentColor\"/><Circle cx=\"17.1504\" cy=\"10.4497\" r=\"1.25\" stroke=\"currentColor\"/><Circle cx=\"13.25\" cy=\"6.75\" r=\"1.25\" stroke=\"currentColor\"/><Circle cx=\"8.15039\" cy=\"7.9502\" r=\"1.25\" stroke=\"currentColor\"/><Circle cx=\"6.94922\" cy=\"13.0498\" r=\"1.25\" stroke=\"currentColor\"/>",
|
|
3904
|
+
"tags": "Circle, Path",
|
|
3905
|
+
"componentName": "IconColorPalette2",
|
|
3906
|
+
"iconName": "color-palette-2, design, coloring",
|
|
3907
|
+
"pathname": "src/IconColorPalette2"
|
|
3908
|
+
},
|
|
3902
3909
|
{
|
|
3903
3910
|
"svg": "<Path d=\"M17 3L3.5 16.5V20.5H7.5L21 7L17 3Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M10 7L17 14\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
|
|
3904
3911
|
"tags": "Path",
|
|
@@ -4018,6 +4025,13 @@
|
|
|
4018
4025
|
"iconName": "components, figma",
|
|
4019
4026
|
"pathname": "src/IconComponents"
|
|
4020
4027
|
},
|
|
4028
|
+
{
|
|
4029
|
+
"svg": "<Path d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\"/><Path d=\"M10.75 16.75L7.75 7.75L16.75 10.75L12.25 12.25L10.75 16.75Z\" stroke=\"currentColor\"/>",
|
|
4030
|
+
"tags": "Path",
|
|
4031
|
+
"componentName": "IconComputerUse",
|
|
4032
|
+
"iconName": "computer-use, cursor",
|
|
4033
|
+
"pathname": "src/IconComputerUse"
|
|
4034
|
+
},
|
|
4021
4035
|
{
|
|
4022
4036
|
"svg": "<Path d=\"M3.5 10.5H20.5M20.5 13.5H3.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M15.5 3.5L12 7L8.5 3.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M8.5 20.5L12 17L15.5 20.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
|
|
4023
4037
|
"tags": "Path",
|