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