UNPKG

liveemoji

Version:

AniMoji is a React library offering animated emojis to enhance user interfaces, providing fun and creative components for any application.

7 lines (6 loc) 466 B
import { jsx as _jsx } from "react/jsx-runtime"; var EmojiIcon = function (_a) { var className = _a.className, _b = _a.size, size = _b === void 0 ? 24 : _b; return (_jsx("img", { src: "https://raw.githubusercontent.com/Tarikul-Islam-Anik/Telegram-Animated-Emojis/main/Smileys/Beaming%20Face%20With%20Smiling%20Eyes.webp", alt: "Emoji Icon", className: "inline-block ".concat(className), style: { width: size, height: size } })); }; export default EmojiIcon;