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