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