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