import * as React from 'react'; export interface IncreaseIndent24Props extends React.SVGProps { ariaLabel?: string } export default function IncreaseIndent24({ ariaLabel, ...props }: IncreaseIndent24Props) { return ( ); }