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