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