@central-icons-react-native/round-outlined-radius-3-stroke-2 1.1.1 → 1.1.2
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/IconDraw/index.d.ts +4 -0
- package/IconDraw/index.js +2 -0
- package/IconDraw/index.js.map +1 -0
- package/IconDraw/index.mjs +2 -0
- package/IconDraw/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
|
@@ -3955,6 +3955,13 @@
|
|
|
3955
3955
|
"iconName": "draft",
|
|
3956
3956
|
"pathname": "src/IconDraft"
|
|
3957
3957
|
},
|
|
3958
|
+
{
|
|
3959
|
+
"svg": "<Path d=\"M3 13.4373C10.9441 5.61671 14.2217 2.57684 16.1477 4.61689C18.8876 7.51877 4.81487 16.3263 8.70811 18.5625C11.9519 20.4243 17.1868 10.2665 19.3367 12.8717C20.605 14.407 16.1477 17.8098 17.3343 19.5029C18.1493 20.6653 19.8966 19.5547 21 18.5625\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
3960
|
+
"tags": "Path",
|
|
3961
|
+
"componentName": "IconDraw",
|
|
3962
|
+
"iconName": "draw, sketch, scratch",
|
|
3963
|
+
"pathname": "src/IconDraw"
|
|
3964
|
+
},
|
|
3958
3965
|
{
|
|
3959
3966
|
"svg": "<Path d=\"M5 6C5 4.34315 6.34315 3 8 3H16C17.6569 3 19 4.34315 19 6V16C19 17.6569 17.6569 19 16 19H8C6.34315 19 5 17.6569 5 16V6Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18 11L5 11\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7 19V21\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17 19V21\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M10 7H14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M10 15H14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
3960
3967
|
"tags": "Path",
|