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