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