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