@central-icons-react-native/square-filled-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": "<Path d=\"M12 6C14.9729 6 17.4388 8.16245 17.915 11H23V13H17.915C17.4388 15.8376 14.9729 18 12 18C9.02712 18 6.56117 15.8376 6.08496 13H1V11H6.08496C6.56117 8.16245 9.02712 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.4412 8.55859L14.4334 14.4324L8.55957 15.4402L9.56735 9.56639L15.4412 8.55859Z\" fill=\"currentColor\"/>",
|
|
3484
3491
|
"tags": "Path",
|