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