import * as React from 'react'; export interface Books-4664Props extends React.SVGProps { ariaLabel?: string } export default function Books-4664({ ariaLabel, ...props }: Books-4664Props) { return ( ); }