@react-pakistan/react-emoji-collection
Version:
React Emoji Collection built upon React StoryBook
54 lines (53 loc) • 3.82 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 SvgObjects11 = function (props) { return (React.createElement("svg", __assign({ viewBox: "0 0 72 72", width: "1em", height: "1em" }, props),
React.createElement("path", { fill: "#fff", d: "M22 16h28v6H23l-5-4 4-2z" }),
React.createElement("path", { fill: "#A57939", fillRule: "evenodd", d: "M50 21v35a4 4 0 01-4 4H26a4 4 0 01-4-4V21h28z", clipRule: "evenodd" }),
React.createElement("path", { fill: "#3F3F3F", d: "M35.5 5a3.5 3.5 0 00-3.163 5h6.326A3.5 3.5 0 0035.5 5z" }),
React.createElement("path", { fill: "#9B9B9A", d: "M34 15.5h3V26l-3-2v-8.5z" }),
React.createElement("path", { fill: "#3F3F3F", fillRule: "evenodd", d: "M50 16.5V15a3 3 0 00-3-3H25a3 3 0 00-3 3v1.5h28z", clipRule: "evenodd" }),
React.createElement("path", { fill: "#6A462F", fillRule: "evenodd", d: "M50 56H22a4 4 0 004 4h20a4 4 0 004-4z", clipRule: "evenodd" }),
React.createElement("path", { fill: "#3F3F3F", fillRule: "evenodd", d: "M50 46v4c7.732 0 14-6.268 14-14s-6.268-14-14-14v4c5.523 0 10 4.477 10 10s-4.477 10-10 10z", clipRule: "evenodd" }),
React.createElement("path", { fill: "none", stroke: "#3F3F3F", strokeLinecap: "round", strokeWidth: 2, d: "M35.5 5a3.5 3.5 0 00-3.163 5h6.326A3.5 3.5 0 0035.5 5z" }),
React.createElement("g", null,
React.createElement("path", { fill: "none", stroke: "#000", strokeLinejoin: "round", strokeWidth: 2, d: "M22 15a3 3 0 013-3h22a3 3 0 013 3v41a4 4 0 01-4 4H26a4 4 0 01-4-4V21.5L17.5 18l4.5-2.5V15z", clipRule: "evenodd" }),
React.createElement("path", { d: "M50 50h-1v1h1v-1zm0-4v-1h-1v1h1zm0-24v-1h-1v1h1zm0 4h-1v1h1v-1zm1 24v-4h-2v4h2zm12-14c0 7.18-5.82 13-13 13v2c8.284 0 15-6.716 15-15h-2zM50 23c7.18 0 13 5.82 13 13h2c0-8.284-6.716-15-15-15v2zm1 3v-4h-2v4h2zm-1 1a9 9 0 019 9h2c0-6.075-4.925-11-11-11v2zm9 9a9 9 0 01-9 9v2c6.075 0 11-4.925 11-11h-2z" }),
React.createElement("path", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeWidth: 2, d: "M22 15.5h25M32.337 10a3.5 3.5 0 116.326 0M34 16v8" }),
React.createElement("path", { stroke: "#000", strokeLinecap: "round", strokeWidth: 2, d: "M37 16v10M23 22h8" }),
React.createElement("path", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeWidth: 2, d: "M40 22h10" })))); };
exports.default = SvgObjects11;