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