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