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