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