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