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