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