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