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