@react-pakistan/react-emoji-collection
Version:
React Emoji Collection built upon React StoryBook
55 lines (54 loc) • 4.41 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 SvgFoodPrepared27 = function (props) { return (React.createElement("svg", __assign({ viewBox: "0 0 72 72", width: "1em", height: "1em" }, props),
React.createElement("circle", { cx: 36, cy: 37, r: 23, fill: "#3f3f3f" }),
React.createElement("circle", { cx: 36, cy: 36, r: 20, fill: "#e27022" }),
React.createElement("path", { fill: "#f4aa41", stroke: "#f4aa41", strokeMiterlimit: 10, strokeWidth: 1.6, d: "M49.285 30.6a1.653 1.653 0 00-2.976-.73 7.566 7.566 0 00-2.436 8.48l-.373 1.518a.921.921 0 00.687 1.135l1.822.447a.921.921 0 001.135-.687l.373-1.518a7.566 7.566 0 001.768-8.646z" }),
React.createElement("path", { fill: "#fff", stroke: "#fff", strokeMiterlimit: 10, strokeWidth: 1.6, d: "M43.398 45.303a.935.935 0 00.856-.208.935.935 0 00.662.58.938.938 0 10.448-1.821l.447-1.822-1.518-.373-.448 1.822a.938.938 0 10-.447 1.822z" }),
React.createElement("circle", { cx: 38, cy: 24, r: 3, fill: "#f4aa41", stroke: "#f4aa41", strokeMiterlimit: 10, strokeWidth: 1.6 }),
React.createElement("circle", { cx: 25, cy: 40, r: 2, fill: "#f4aa41", stroke: "#f4aa41", strokeMiterlimit: 10, strokeWidth: 1.6 }),
React.createElement("circle", { cx: 38.5, cy: 35.5, r: 2, fill: "#f4aa41", stroke: "#f4aa41", strokeMiterlimit: 10, strokeWidth: 1.6 }),
React.createElement("path", { fill: "#5c9e31", stroke: "#5c9e31", strokeLinejoin: "round", strokeWidth: 1.6, d: "M38.59 48.158a4.663 4.663 0 01-8.399-2.86 4.664 4.664 0 108.732 2.338 4.695 4.695 0 01-.333.522z" }),
React.createElement("path", { fill: "#5c9e31", stroke: "#5c9e31", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.6, d: "M24.985 30.381a3.668 3.668 0 015.046 4.823 3.67 3.67 0 10-5.457-4.56 3.69 3.69 0 01.411-.263z" }),
React.createElement("g", { stroke: "#000" },
React.createElement("circle", { cx: 36, cy: 36, r: 23, fill: "none", strokeMiterlimit: 10, strokeWidth: 2 }),
React.createElement("path", { fill: "none", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M60 33c1.657 0 3 1.79 3 4s-1.343 4-3 4M12 33c-1.657 0-3 1.79-3 4s1.343 4 3 4" }),
React.createElement("path", { fill: "none", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.6, d: "M30.19 45.298a4.664 4.664 0 108.733 2.338 4.695 4.695 0 01-.334.522M30.03 35.205a3.67 3.67 0 10-5.456-4.562 3.69 3.69 0 01.411-.262M46.01 41.45a.921.921 0 001.134-.687l.373-1.519a7.566 7.566 0 001.768-8.645 1.68 1.68 0 00-1.242-1.367" }),
React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.6, d: "M45.581 45.6a.932.932 0 00.47-.612.921.921 0 00-.688-1.134l.448-1.822" }),
React.createElement("path", { fill: "none", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.6, d: "M38 21a3 3 0 010 6M38.5 37.5a2 2 0 010-4M25 42a2 2 0 010-4" })))); };
exports.default = SvgFoodPrepared27;