import React from "react";

/**
 * sticker.svg
 */
declare const StickerIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default StickerIcon;
