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