import * as React from "react"; import { SVGProps } from "react"; const SvgSunglasses = (props: SVGProps) => ( ); export default SvgSunglasses;