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