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