import type { SVGProps } from "react"; const SvgThumbDownOutlineIcon = (props: SVGProps) => ( ); export default SvgThumbDownOutlineIcon;