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