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