import React from 'react'; interface IconGoodreadsProps { color?: string; } export function IconGoodreads(props: IconGoodreadsProps): React.ReactElement { return ( ); }