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