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