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