@react-pakistan/react-emoji-collection
Version:
React Emoji Collection built upon React StoryBook
57 lines (56 loc) • 4.31 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 SvgObjects15 = function (props) { return (React.createElement("svg", __assign({ viewBox: "0 0 72 72", width: "1em", height: "1em" }, props),
React.createElement("path", { fill: "#fff", d: "M16.617 37.555A3 3 0 0119.584 35h13.832a3 3 0 012.967 2.555l2.1 14A3 3 0 0135.516 55H17.484a3 3 0 01-2.967-3.445l2.1-14z" }),
React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M20.744 35h-1.16a3 3 0 00-2.967 2.555l-2.1 14c-.051.34-.043.675.016.993A4.5 4.5 0 0112 48.5v-12a4.5 4.5 0 018.744-1.5z", clipRule: "evenodd" }),
React.createElement("path", { fill: "#6A462F", fillRule: "evenodd", d: "M18 55h17a3 3 0 003-3v-7H15v7a3 3 0 003 3z", clipRule: "evenodd" }),
React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M13 12a1 1 0 00-1 1v13h31v29H12v4a1 1 0 001 1h46a1 1 0 001-1V13a1 1 0 00-1-1H13z", clipRule: "evenodd" }),
React.createElement("rect", { x: 49, y: 19, rx: 1, width: 4, height: 20, fill: "#D0CFCE" }),
React.createElement("circle", { cx: 51.5, cy: 46.5, r: 2.5, fill: "#D22F27", stroke: "#D0CFCE", strokeWidth: 2 }),
React.createElement("path", { fill: "#fff", d: "M17 29h19v6H17z" }),
React.createElement("g", null,
React.createElement("path", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeWidth: 2, d: "M19.584 35a3 3 0 00-2.967 2.555l-2.1 14c-.051.34-.043.675.016.993A4.5 4.5 0 0112 48.5v-12a4.5 4.5 0 014.5-4.5" }),
React.createElement("path", { d: "M12 26h-1a1 1 0 001 1v-1zm31 0h1a1 1 0 00-1-1v1zm0 29v1a1 1 0 001-1h-1zm-31 0v-1a1 1 0 00-1 1h1zm1-42v-2a2 2 0 00-2 2h2zm0 13V13h-2v13h2zm-1 1h31v-2H12v2zm30-1v29h2V26h-2zm1 28H12v2h31v-2zm-30 5v-4h-2v4h2zm0 0h-2a2 2 0 002 2v-2zm46 0H13v2h46v-2zm0 0v2a2 2 0 002-2h-2zm0-46v46h2V13h-2zm0 0h2a2 2 0 00-2-2v2zm-46 0h46v-2H13v2z" }),
React.createElement("path", { fill: "none", stroke: "#000", strokeWidth: 2, d: "M12 26h30.5M40 26V12.5" }),
React.createElement("path", { stroke: "#000", strokeWidth: 2, d: "M12 55h48" }),
React.createElement("path", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeWidth: 2, d: "M51.5 49a2.5 2.5 0 010-5" }),
React.createElement("path", { fill: "none", stroke: "#000", strokeWidth: 2, d: "M16.617 37.555A3 3 0 0119.584 35h13.832a3 3 0 012.967 2.555l2.1 14A3 3 0 0135.516 55H17.484a3 3 0 01-2.967-3.445l2.1-14z" }),
React.createElement("path", { fill: "none", stroke: "#000", strokeLinejoin: "round", strokeWidth: 2, d: "M17 29h19v6H17z" }),
React.createElement("path", { stroke: "#000", strokeLinecap: "round", strokeWidth: 2, d: "M50 20v18" }),
React.createElement("path", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeWidth: 2, d: "M50 20h2M50 38h2M50 29h2" })))); };
exports.default = SvgObjects15;