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