import React from "react"; const GitHubMark = ({ width, height }) => { return ( ); }; export default GitHubMark;