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