@central-icons-react-native/round-outlined-radius-0-stroke-2 1.1.17 → 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/IconTumblr/index.d.ts +4 -0
- package/IconTumblr/index.js +2 -0
- package/IconTumblr/index.js.map +1 -0
- package/IconTumblr/index.mjs +2 -0
- package/IconTumblr/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": "dispersion, refraction",
|
|
3900
3900
|
"pathname": "src/IconDispersion"
|
|
3901
3901
|
},
|
|
3902
|
+
{
|
|
3903
|
+
"svg": "<Rect x=\"4\" y=\"4\" width=\"16\" height=\"16\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 4C16.9253 10.9347 7.0746 13.0653 12 20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4 12C10.9347 7.0746 13.0653 16.9253 20 12\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
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",
|
|
@@ -10192,6 +10199,13 @@
|
|
|
10192
10199
|
"iconName": "truck, delivery",
|
|
10193
10200
|
"pathname": "src/IconTruck"
|
|
10194
10201
|
},
|
|
10202
|
+
{
|
|
10203
|
+
"svg": "<Path d=\"M17.6592 22H14.3188C11.3109 22 9.0691 20.4524 9.0691 16.7503V10.8215H6.33594V7.61109C9.34383 6.82988 10.6019 4.24148 10.7467 2H13.8701V7.09052H17.5141V10.8215H13.8701V15.9842C13.8701 17.5315 14.6513 18.0665 15.8946 18.0665H17.6592V22Z\" fill=\"currentColor\"/>",
|
|
10204
|
+
"tags": "Path",
|
|
10205
|
+
"componentName": "IconTumblr",
|
|
10206
|
+
"iconName": "tumblr",
|
|
10207
|
+
"pathname": "src/IconTumblr"
|
|
10208
|
+
},
|
|
10195
10209
|
{
|
|
10196
10210
|
"svg": "<Path d=\"M13.5421 6.60715H12.0004V11.2143H13.5421V6.60715Z\" fill=\"currentColor\"/><Path d=\"M17.3962 11.2143V6.60715H15.8546V11.2143H17.3962Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.60417 2L2.75 5.83929V19.6607H7.375V23.5L11.2292 19.6607H14.3125L21.25 12.75V2H6.60417ZM16.6269 15.0536L19.7103 11.9821V3.53571H7.37693V15.0536H10.4603V18.125L13.5436 15.0536H16.6269Z\" fill=\"currentColor\"/>",
|
|
10197
10211
|
"tags": "Path",
|