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