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