@central-icons-react-native/round-outlined-radius-0-stroke-1.5 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.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/><Path d=\"M6.5 12H1.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/><Path d=\"M22.25 12H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/>",
|
|
3484
|
+
"tags": "Circle, Path",
|
|
3485
|
+
"componentName": "IconCommits",
|
|
3486
|
+
"iconName": "commits",
|
|
3487
|
+
"pathname": "src/IconCommits"
|
|
3488
|
+
},
|
|
3482
3489
|
{
|
|
3483
3490
|
"svg": "<Path d=\"M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/><Path d=\"M15.5 8.5L10 10L8.5 15.5L14 14L15.5 8.5Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/>",
|
|
3484
3491
|
"tags": "Path",
|