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