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