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