@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.199 → 1.1.201
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 +17 -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/skills/central-icons-react-native/SKILL.md +2171 -0
- package/tsx-icons.json +14 -0
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 3C16.9706 3 21 7.02944 21 12C21 12.5585 20.9487 13.1049 20.851 13.6351C20.6974 14.4686 19.9197 15 19.0721 15H14C12.8954 15 12 15.8954 12 17V19C12 20.1046 11.0932 21.023 10.0156 20.7805C5.99979 19.8768 3 16.2887 3 12C3 7.02944 7.02944 3 12 3Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Circle cx=\"17.2504\" cy=\"10.6498\" r=\"1.35\" fill=\"currentColor\"/><Circle cx=\"13.35\" cy=\"6.9501\" r=\"1.35\" fill=\"currentColor\"/><Circle cx=\"8.25039\" cy=\"8.14981\" r=\"1.35\" fill=\"currentColor\"/><Circle cx=\"7.04922\" cy=\"13.2499\" r=\"1.35\" fill=\"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=\"M15.5858 4.41422L4.29289 15.7071C4.10536 15.8946 4 16.149 4 16.4142V19C4 19.5523 4.44772 20 5 20H7.58579C7.851 20 8.10536 19.8946 8.29289 19.7071L19.5858 8.41422C20.3668 7.63317 20.3668 6.36684 19.5858 5.58579L18.4142 4.41422C17.6332 3.63317 16.3668 3.63317 15.5858 4.41422Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M10 7L17 14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
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=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M10.3833 16.15L7.97434 8.92302C7.7789 8.33671 8.3367 7.7789 8.92302 7.97434L16.15 10.3833C16.854 10.618 16.8261 11.6232 16.1102 11.8184L13.1516 12.6253C12.8954 12.6952 12.6952 12.8954 12.6253 13.1516L11.8184 16.1102C11.6232 16.8261 10.618 16.854 10.3833 16.15Z\" fill=\"currentColor\"/>",
|
|
4030
|
+
"tags": "Path",
|
|
4031
|
+
"componentName": "IconComputerUse",
|
|
4032
|
+
"iconName": "computer-use, cursor",
|
|
4033
|
+
"pathname": "src/IconComputerUse"
|
|
4034
|
+
},
|
|
4021
4035
|
{
|
|
4022
4036
|
"svg": "<Path d=\"M4 10H20M20 14H4\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9.5 20L12 17.5L14.5 20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14.5 4L12 6.5L9.5 4\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
4023
4037
|
"tags": "Path",
|