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