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