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