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