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