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