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