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