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