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