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