import type { FC, SVGProps } from 'react'; const Linux: FC> = props => ( ); export default Linux;