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