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