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