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