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