Add Codeberg in rezoList
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import {SvgIcon} from '@mui/material'
|
||||
|
||||
export default function CodebergIcon(props) {
|
||||
return (
|
||||
<SvgIcon {...props}>
|
||||
<path d='M11.955.49A12 12 0 0 0 0 12.49a12 12 0 0 0 1.832 6.373L11.838 5.928a.187.14 0 0 1 .324 0l10.006 12.935A12 12 0 0 0 24 12.49a12 12 0 0 0-12-12 12 12 0 0 0-.045 0zm.375 6.467l4.416 16.553a12 12 0 0 0 5.137-4.213z' /> </SvgIcon>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user