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