Update Github.tsx

This commit is contained in:
+run 2020-11-09 14:56:23 +08:00 committed by GitHub
parent f52c780c97
commit 6627169653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
const Sun = ({ ...props }) => {
const Github = ({ ...props }) => {
return (
<svg
width="24"
@ -17,4 +17,4 @@ const Sun = ({ ...props }) => {
)
}
export default Sun
export default Github