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