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