/// import { IconProps } from '.'; declare const SvgArrowIndent: ({ size, color, secondaryColor, className, ...props }: IconProps) => JSX.Element; export default SvgArrowIndent;