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