Create Peertube and Pleroma svg icons

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-01-23 21:33:56 +04:00
parent 07ae66a513
commit 275e6a923d
2 changed files with 18 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import {SvgIcon} from '@mui/material'
export default function PeertubeIcon(props) {
return (
<SvgIcon {...props}>
<path d='M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545' />
</SvgIcon>
)
}