@central-icons-react-native/round-outlined-radius-3-stroke-1 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 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=\"M15 5L3.79289 16.2071C3.60536 16.3946 3.5 16.649 3.5 16.9142V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H7.08579C7.351 20.5 7.60536 20.3946 7.79289 20.2071L19 9C20.1046 7.89543 20.1046 6.10456 19 5C17.8954 3.89543 16.1046 3.89543 15 5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M10 7L17 14\" stroke=\"currentColor\" 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=\"M17.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V17.5C3.5 19.1569 4.84315 20.5 6.5 20.5H17.5C19.1569 20.5 20.5 19.1569 20.5 17.5V6.5C20.5 4.84315 19.1569 3.5 17.5 3.5Z\" stroke=\"currentColor\"/><Path d=\"M10.4915 16.0471L7.84306 8.48016C7.70466 8.08475 8.08475 7.70466 8.48016 7.84306L16.0471 10.4915C16.5043 10.6515 16.4896 11.3031 16.0256 11.4423L12.7579 12.4226C12.5969 12.4709 12.4709 12.5969 12.4226 12.7579L11.4423 16.0256C11.3031 16.4896 10.6515 16.5043 10.4915 16.0471Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/>",
|
|
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=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15.5 3.5L12 7L8.5 3.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8.5 20.5L12 17L15.5 20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
4023
4037
|
"tags": "Path",
|