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