@central-icons-react-native/round-outlined-radius-3-stroke-2 1.1.18 → 1.1.19
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/IconDistortion/index.d.ts +4 -0
- package/IconDistortion/index.js +2 -0
- package/IconDistortion/index.js.map +1 -0
- package/IconDistortion/index.mjs +2 -0
- package/IconDistortion/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -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 +7 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -3899,6 +3899,13 @@
|
|
|
3899
3899
|
"iconName": "dispersion, refraction",
|
|
3900
3900
|
"pathname": "src/IconDispersion"
|
|
3901
3901
|
},
|
|
3902
|
+
{
|
|
3903
|
+
"svg": "<Rect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"3\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 4C16.9253 10.9347 7.0746 13.0653 12 20\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M4 12C10.9347 7.0746 13.0653 16.9253 20 12\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
3904
|
+
"tags": "Path, Rect",
|
|
3905
|
+
"componentName": "IconDistortion",
|
|
3906
|
+
"iconName": "distortion, liquid, material",
|
|
3907
|
+
"pathname": "src/IconDistortion"
|
|
3908
|
+
},
|
|
3902
3909
|
{
|
|
3903
3910
|
"svg": "<Path d=\"M3 12H21M3 5H5M11 5H13M19 5H21M3 19H5M11 19H13M19 19H21\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
3904
3911
|
"tags": "Path",
|