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