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