@react-pakistan/react-emoji-collection
Version:
React Emoji Collection built upon React StoryBook
50 lines (49 loc) • 3.26 kB
JavaScript
"use strict";
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
var React = __importStar(require("react"));
var SvgSmileysEmotion1 = function (props) { return (React.createElement("svg", __assign({ viewBox: "0 0 72 72", width: "1em", height: "1em" }, props),
React.createElement("path", { fill: "#FCEA2B", d: "M36 13.2c-12.572 0-22.8 10.228-22.8 22.8 0 12.572 10.228 22.8 22.8 22.8 12.572 0 22.8-10.228 22.8-22.8 0-12.572-10.228-22.8-22.8-22.8z" }),
React.createElement("path", { fill: "#FFF", d: "M31.58 31.346a4.464 4.464 0 11-4.463-4.463c2.462 0 4.463 2.001 4.463 4.464M49.58 31.346a4.464 4.464 0 11-4.463-4.463c2.462 0 4.463 2.001 4.463 4.464" }),
React.createElement("g", null,
React.createElement("circle", { cx: 36, cy: 36, r: 23, fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 2 }),
React.createElement("path", { fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 2, d: "M31.78 31.463A4.464 4.464 0 1127.317 27c2.463 0 4.463 2 4.463 4.463" }),
React.createElement("path", { d: "M29.317 31.925a2 2 0 11-4.001-.001 2 2 0 014.001.001" }),
React.createElement("path", { fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 2, d: "M49.78 31.463A4.464 4.464 0 1145.317 27c2.462 0 4.463 2 4.463 4.463" }),
React.createElement("path", { d: "M47.317 31.925a2 2 0 11-4.001-.001 2 2 0 014.001.001M22.855 31c0-2.462 2-4.463 4.462-4.463s4.463 2 4.463 4.463" }),
React.createElement("path", { d: "M40.855 31c0-2.462 2-4.463 4.462-4.463s4.463 2 4.463 4.463" }),
React.createElement("path", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: 10, strokeWidth: 2, d: "M29 43c1.284-.638 3.985-1.03 6.842-.998 2.624.03 4.99.414 6.158.998" })))); };
exports.default = SvgSmileysEmotion1;