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