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