import React from 'react'; import { STICKERS } from '~/constants/stickers'; type Props = { set: string, sticker: string, }; export const StickerIcon = ({ set, sticker }: Props) => (