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