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