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