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