@central-icons-react-native/square-filled-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": "<Path d=\"M12 6C15.0596 6 17.582 8.29041 17.9512 11.25H23V12.75H17.9512C17.582 15.7096 15.0596 18 12 18C8.94039 18 6.41803 15.7096 6.04883 12.75H1V11.25H6.04883C6.41803 8.29041 8.94039 6 12 6Z\" fill=\"currentColor\"/>",
|
|
3484
|
+
"tags": "Path",
|
|
3485
|
+
"componentName": "IconCommits",
|
|
3486
|
+
"iconName": "commits",
|
|
3487
|
+
"pathname": "src/IconCommits"
|
|
3488
|
+
},
|
|
3482
3489
|
{
|
|
3483
3490
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM15.4795 8.52148L14.3202 14.3182L8.52344 15.4776L9.68278 9.68083L15.4795 8.52148Z\" fill=\"currentColor\"/>",
|
|
3484
3491
|
"tags": "Path",
|