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