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