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