@central-icons-react-native/round-outlined-radius-0-stroke-2 1.1.66 → 1.1.67
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/IconCommits/index.d.ts +4 -0
- package/IconCommits/index.js +2 -0
- package/IconCommits/index.js.map +1 -0
- package/IconCommits/index.mjs +2 -0
- package/IconCommits/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
|
@@ -3479,6 +3479,13 @@
|
|
|
3479
3479
|
"iconName": "column-wide-remove",
|
|
3480
3480
|
"pathname": "src/IconColumnWideRemove"
|
|
3481
3481
|
},
|
|
3482
|
+
{
|
|
3483
|
+
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6.5 12H2\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M22 12H17.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
3484
|
+
"tags": "Circle, Path",
|
|
3485
|
+
"componentName": "IconCommits",
|
|
3486
|
+
"iconName": "commits",
|
|
3487
|
+
"pathname": "src/IconCommits"
|
|
3488
|
+
},
|
|
3482
3489
|
{
|
|
3483
3490
|
"svg": "<Path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M15.5 8.5L10 10L8.5 15.5L14 14L15.5 8.5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
|
|
3484
3491
|
"tags": "Path",
|