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