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