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