import { createIcon } from './icon'; export const MoveUp = createIcon('MoveUp', [ ['path', { d: 'M8 6L12 2L16 6' }], ['path', { d: 'M12 2V22' }], ]);