@react-pakistan/react-emoji-collection
Version:
React Emoji Collection built upon React StoryBook
57 lines (56 loc) • 4.12 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 SvgDishware1 = function (props) { return (React.createElement("svg", __assign({ viewBox: "0 0 72 72", width: "1em", height: "1em" }, props),
React.createElement("path", { fill: "#f4aa41", d: "M43 13h-7v9h6l1-9z" }),
React.createElement("path", { fill: "#e27022", d: "M29 13h7v9h-6l-1-9z" }),
React.createElement("path", { fill: "#f4aa41", d: "M36 13h-7l-1-6h8v6z" }),
React.createElement("path", { fill: "#e27022", d: "M36 13h7l1-6h-8v6z" }),
React.createElement("path", { fill: "#f4aa41", d: "M44.746 65H27.254a2.684 2.684 0 01-2.644-2.22l-5.338-30.42a8.61 8.61 0 014.597-9.437 10.158 10.158 0 014.725-1.077H44s7.357.147 8.752 6.865a9.7 9.7 0 01-.01 3.647L47.39 62.78A2.684 2.684 0 0144.746 65z" }),
React.createElement("path", { fill: "#e27022", d: "M36 21.845h8s7.357.147 8.752 6.865a9.7 9.7 0 01-.01 3.647l-5.493 31.229A1.71 1.71 0 0145.564 65h-9.575" }),
React.createElement("path", { fill: "#fcea2b", d: "M36.006 51.003h13.456l2.404-13.665H35.989" }),
React.createElement("path", { fill: "#d0cfce", d: "M36.006 51.003H22.544l-2.398-13.665h15.843" }),
React.createElement("path", { fill: "#fcea2b", d: "M27 41h4v6h-4z" }),
React.createElement("path", { fill: "#d0cfce", d: "M41 41h4v6h-4z" }),
React.createElement("g", { fill: "none", stroke: "#000", strokeLinejoin: "round" },
React.createElement("path", { strokeLinecap: "round", strokeWidth: 2, d: "M22.317 23.954a7.002 7.002 0 016.408-12.404M50 24a6.875 6.875 0 003-6 7.005 7.005 0 00-9.438-6.564M42 21l1-8h-7v8M30 21l-1-8h7v8" }),
React.createElement("path", { strokeLinecap: "round", strokeWidth: 2, d: "M36 13h-7l-1-6h8v6zM36 13h7l1-6h-8v6zM44.746 65H27.254a2.684 2.684 0 01-2.644-2.22l-5.338-30.42a8.61 8.61 0 014.597-9.437 10.158 10.158 0 014.725-1.077H44s7.357.147 8.752 6.865a9.7 9.7 0 01-.01 3.647L47.39 62.78A2.684 2.684 0 0144.746 65z" }),
React.createElement("path", { strokeLinecap: "round", strokeWidth: 2, d: "M36 21.845h8s7.357.147 8.752 6.865a9.7 9.7 0 01-.01 3.647l-5.493 31.229A1.71 1.71 0 0145.564 65h-9.575" }),
React.createElement("path", { strokeLinecap: "round", strokeWidth: 2, d: "M36.006 51.003h13.456l2.404-13.665H35.989" }),
React.createElement("path", { strokeLinecap: "round", strokeWidth: 2, d: "M36.006 51.003H22.544l-2.398-13.665h15.843M43 13h-7v8M30 21l-1-8h7v8M28 7h8v6h-7l-1-6M44 7h-8v6h7M22.317 23.954a7.002 7.002 0 016.408-12.404M50 24a6.875 6.875 0 003-6 7.005 7.005 0 00-9.438-6.564" }),
React.createElement("path", { d: "M27 41h4v6h-4zM41 41h4v6h-4z" })))); };
exports.default = SvgDishware1;