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