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