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