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