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