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