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