@central-icons-react-native/round-outlined-radius-0-stroke-1 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=\"M2.5 13.5533C10.8873 5.22452 14.345 1.98563 16.3759 4.15545C19.2621 7.2387 4.43808 16.5967 8.53917 18.9727C11.9562 20.9508 17.4705 10.1582 19.7352 12.9262C21.0712 14.5575 16.3759 18.1729 17.6259 19.9718C18.4863 21.2097 20.3333 20.0215 21.4952 18.9655\" stroke=\"currentColor\" 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=\"M4.5 2.5H19.5V19.5H4.5V2.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19 11L5 11\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6.75 19.75V21.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17.25 19.75V21.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9.5 6.5H14.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9.5 15H14.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
3960
3967
|
"tags": "Path",
|