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