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