import * as React from "react"; import { SVGProps } from "react"; const SvgStarFourPoints = (props: SVGProps) => ( ); export default SvgStarFourPoints;