@central-icons-react-native/round-outlined-radius-0-stroke-2 1.1.9 → 1.1.10
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/IconPan/index.d.ts +4 -0
- package/IconPan/index.js +2 -0
- package/IconPan/index.js.map +1 -0
- package/IconPan/index.mjs +2 -0
- package/IconPan/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
|
@@ -7175,6 +7175,13 @@
|
|
|
7175
7175
|
"iconName": "paint-bucket-drop",
|
|
7176
7176
|
"pathname": "src/IconPaintBucketDrop"
|
|
7177
7177
|
},
|
|
7178
|
+
{
|
|
7179
|
+
"svg": "<Path d=\"M8.75 5L9.5 3.5\" stroke=\"currentColor\" strokeWidth=\"1.8\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4.30391 10.5L3 9.5\" stroke=\"currentColor\" strokeWidth=\"1.8\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"13.5\" cy=\"7.25\" r=\"1\" fill=\"currentColor\"/><Circle cx=\"9\" cy=\"9.25\" r=\"1\" fill=\"currentColor\"/><Circle cx=\"4.5\" cy=\"6\" r=\"1\" fill=\"currentColor\"/><Path d=\"M16.3556 13.1069L23 11.4492M3.75781 16.2499L16.3717 13.1049L16.7345 14.5603C17.1354 16.168 16.1571 17.7962 14.5494 18.197L7.75735 19.8905C6.14971 20.2913 4.52152 19.313 4.1207 17.7053L3.75781 16.2499Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
7180
|
+
"tags": "Circle, Path",
|
|
7181
|
+
"componentName": "IconPan",
|
|
7182
|
+
"iconName": "pan, cooking, skills",
|
|
7183
|
+
"pathname": "src/IconPan"
|
|
7184
|
+
},
|
|
7178
7185
|
{
|
|
7179
7186
|
"svg": "<Path d=\"M16 12H20V8.5H18M8 12H3V8.5H8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18 8.5H20V5H4V8.5H8V14C8 15.1046 8.89543 16 10 16C11.1046 16 12 15.1046 12 14V11\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16 12H21V15.5H12M8 12H4V15.5H8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8 15.5H4V19H20V15.5H15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M2 19H22\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M12 11V11C12 12.1046 12.8954 13 14 13V13C15.1046 13 16 12.1046 16 11V8.5H19\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
7180
7187
|
"tags": "Path",
|