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