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