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