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