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