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