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