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