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