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