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