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