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