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