import React from 'react'; const AuthorIcon = ({ fill }) => { return ( Author ); }; export default AuthorIcon;