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