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