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