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