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