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