@react-pakistan/react-emoji-collection
Version:
React Emoji Collection built upon React StoryBook
54 lines (53 loc) • 4.36 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 SvgObjects14 = function (props) { return (React.createElement("svg", __assign({ viewBox: "0 0 72 72", width: "1em", height: "1em" }, props),
React.createElement("path", { fill: "#3F3F3F", fillRule: "evenodd", d: "M49.5 21H42v2.5h7.5v4C49.5 30 44 41 44 41l3 6s5-15.5 5-19.5V21h-2.5z", clipRule: "evenodd" }),
React.createElement("path", { fill: "#d0cfce", d: "M18 27.5V21h4v4c0 2.5 4 6 4 6l-3 16s-5-15.5-5-19.5z" }),
React.createElement("path", { fill: "#d0cfce", fillRule: "evenodd", d: "M27.11 17c.635-2.838 3.926-5 7.89-5 3.964 0 7.255 2.162 7.89 5H43l5 33.5-3 9.5H25l-3-9.5L27 17h.11z", clipRule: "evenodd" }),
React.createElement("path", { fill: "#D0CFCE", fillRule: "evenodd", d: "M32.667 60H30l-2-9.5L31.333 17H34l-3.333 33.5 2 9.5z", clipRule: "evenodd" }),
React.createElement("path", { fill: "#3F3F3F", fillRule: "evenodd", d: "M47.776 49H22.224L22 50.5l3 9.5h20l3-9.5-.224-1.5z", clipRule: "evenodd" }),
React.createElement("circle", { cx: 35.5, cy: 55, r: 2, fill: "#D22F27", stroke: "#9B9B9A", strokeWidth: 2 }),
React.createElement("path", { fill: "#3F3F3F", d: "M33 8h4v4h-4z" }),
React.createElement("g", null,
React.createElement("path", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M44 21h8v6.5c0 3.238-3.277 14.013-4.525 18M44 23.5h5.5v4c0 1.48-1.927 5.938-3.5 9.33M22.5 45.42C21.234 41.371 18 30.717 18 27.5V21h4v4c0 1.667 1.778 3.778 2.963 5" }),
React.createElement("path", { d: "M43 17h-1c0 .05.004.099.011.148L43 17zm-16 0l.989.148A.998.998 0 0028 17h-1zm-5 33.5l-.989-.148a.998.998 0 00.035.45L22 50.5zm3 9.5l-.954.301A1 1 0 0025 61v-1zm20 0v1a1 1 0 00.954-.699L45 60zm3-9.5l.954.301a.998.998 0 00.035-.449L48 50.5zM35 13c2.052 0 3.862.522 5.127 1.313C41.407 15.111 42 16.087 42 17h2c0-1.85-1.197-3.373-2.813-4.383C39.557 11.597 37.367 11 35 11v2zm-7 4c0-.912.594-1.888 1.873-2.688C31.138 13.523 32.948 13 35 13v-2c-2.367 0-4.557.598-6.187 1.617C27.197 13.627 26 15.15 26 17h2zm-1.989-.148l-5 33.5 1.978.296 5-33.5-1.978-.296zm-4.965 33.95l3 9.5 1.908-.603-3-9.5-1.908.602zM25 61h10v-2H25v2zm10 0h10v-2H35v2zm10.954-.699l3-9.5-1.908-.602-3 9.5 1.908.602zm3.035-9.949l-5-33.5-1.978.296 5 33.5 1.978-.296z" }),
React.createElement("path", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeWidth: 2, d: "M35.5 57a2 2 0 110-4" }),
React.createElement("path", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M23 50h21.5" }),
React.createElement("path", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeWidth: 2, d: "M27 17h13" }),
React.createElement("path", { fill: "none", stroke: "#000", strokeLinejoin: "round", strokeWidth: 2, d: "M33 8h4v4h-4z" })))); };
exports.default = SvgObjects14;