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