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