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