@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.30 → 1.1.31
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/IconProgress25/index.d.ts +4 -0
- package/IconProgress25/index.js +2 -0
- package/IconProgress25/index.js.map +1 -0
- package/IconProgress25/index.mjs +2 -0
- package/IconProgress25/index.mjs.map +1 -0
- package/IconProgress50/index.d.ts +4 -0
- package/IconProgress50/index.js +2 -0
- package/IconProgress50/index.js.map +1 -0
- package/IconProgress50/index.mjs +2 -0
- package/IconProgress50/index.mjs.map +1 -0
- package/IconProgress75/index.d.ts +4 -0
- package/IconProgress75/index.js +2 -0
- package/IconProgress75/index.js.map +1 -0
- package/IconProgress75/index.mjs +2 -0
- package/IconProgress75/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +9 -3
- package/index.d.ts +3 -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 +21 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -7861,6 +7861,27 @@
|
|
|
7861
7861
|
"iconName": "producthunt",
|
|
7862
7862
|
"pathname": "src/IconProducthunt"
|
|
7863
7863
|
},
|
|
7864
|
+
{
|
|
7865
|
+
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M19 12C19 8.13401 15.866 5 12 5V12H19Z\" fill=\"currentColor\"/>",
|
|
7866
|
+
"tags": "Circle, Path",
|
|
7867
|
+
"componentName": "IconProgress25",
|
|
7868
|
+
"iconName": "progress-25, ideas, open, status, task",
|
|
7869
|
+
"pathname": "src/IconProgress25"
|
|
7870
|
+
},
|
|
7871
|
+
{
|
|
7872
|
+
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5V19Z\" fill=\"currentColor\"/>",
|
|
7873
|
+
"tags": "Circle, Path",
|
|
7874
|
+
"componentName": "IconProgress50",
|
|
7875
|
+
"iconName": "progress-50, ideas, open, status, tas",
|
|
7876
|
+
"pathname": "src/IconProgress50"
|
|
7877
|
+
},
|
|
7878
|
+
{
|
|
7879
|
+
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5V12H5C5 15.866 8.13401 19 12 19Z\" fill=\"currentColor\"/>",
|
|
7880
|
+
"tags": "Circle, Path",
|
|
7881
|
+
"componentName": "IconProgress75",
|
|
7882
|
+
"iconName": "progress-75, ideas, open, status, tas",
|
|
7883
|
+
"pathname": "src/IconProgress75"
|
|
7884
|
+
},
|
|
7864
7885
|
{
|
|
7865
7886
|
"svg": "<Path d=\"M6 5H5C3.89543 5 3 5.89543 3 7V8M18 5H19C20.1046 5 21 5.89543 21 7V8M21 16V17C21 18.1046 20.1046 19 19 19H18M6 19H5C3.89543 19 3 18.1046 3 17V16\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8 10H16\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8 14H14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
7866
7887
|
"tags": "Path",
|