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