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