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