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