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