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