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