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