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