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