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