import React from 'react' import './GithubCorner.css' export default ({ url, style, className = '', color = '#151513' }) => ( )