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