import React from 'react' import { Props } from './props.type.js' export const GithubLogo: React.FC = ({ width = 72, height = 71 }) => ( ) export default GithubLogo