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