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