import * as React from "react"; function StarIcon(props: React.SVGProps) { return ; } export default StarIcon;