import type { SVGProps } from "react"; const SvgTriangleDownIcon = (props: SVGProps) => ( ); export default SvgTriangleDownIcon;