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