@react-pakistan/react-emoji-collection
Version:
React Emoji Collection built upon React StoryBook
45 lines (44 loc) • 3.83 kB
JavaScript
;
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 SvgFoodPrepared19 = function (props) { return (React.createElement("svg", __assign({ viewBox: "0 0 72 72", width: "1em", height: "1em" }, props),
React.createElement("path", { fill: "#f4aa41", d: "M51.678 23.857a9.907 9.907 0 012 1.536c3.904 3.906 3.904 10.238-.002 14.142a9.937 9.937 0 01-3.145 2.121c-.953.409-1.982.51-2.972.764-2.396.613-4.506 2.63-5.134 5.02-.291 1.107-.39 2.265-.876 3.326a9.948 9.948 0 01-2.014 2.912c-3.905 3.905-10.236 3.906-14.142 0a9.908 9.908 0 01-1.536-2 10.064 10.064 0 01-1.046-2.489c-.864-.23-1.7-.584-2.489-1.046a9.846 9.846 0 01-2-1.536c-3.906-3.906-3.905-10.237 0-14.142a9.963 9.963 0 012.913-2.014c1.06-.485 2.218-.585 3.326-.876 2.387-.628 4.406-2.738 5.02-5.134.253-.99.356-2.02.763-2.975a9.955 9.955 0 012.12-3.144c3.906-3.905 10.237-3.906 14.142 0a9.896 9.896 0 011.537 2c.463.789.814 1.625 1.045 2.489.863.23 1.7.583 2.49 1.046z" }),
React.createElement("path", { fill: "#FFF", d: "M20.322 48.143l-3.767 3.767a3 3 0 10-1.524 5.059 3 3 0 105.059-1.524l3.767-3.766M51.678 23.857l3.767-3.768a3 3 0 101.524-5.058 3 3 0 10-5.059 1.524l-3.767 3.766" }),
React.createElement("g", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: 10, strokeWidth: 2 },
React.createElement("path", { d: "M20.322 48.143l-3.767 3.767a3 3 0 10-1.524 5.059 3 3 0 105.059-1.524l3.767-3.766M20.322 48.143c.79.463 1.625.816 2.488 1.047.231.863.584 1.699 1.047 2.489M51.678 23.857l3.767-3.768a3 3 0 101.524-5.058 2.994 2.994 0 00-.817-2.719 3.001 3.001 0 00-4.244 4.242l-3.765 3.768M48.143 20.322a9.896 9.896 0 00-1.537-2c-3.905-3.905-10.236-3.904-14.141 0a9.955 9.955 0 00-2.121 3.144c-.408.954-.51 1.985-.764 2.975-.613 2.396-2.632 4.506-5.02 5.134-1.107.291-2.264.39-3.325.876a9.963 9.963 0 00-2.913 2.014c-3.905 3.905-3.906 10.236 0 14.142a9.846 9.846 0 002 1.536" }),
React.createElement("path", { d: "M51.678 23.857a10.05 10.05 0 00-2.49-1.046c-.231-.864-.583-1.7-1.045-2.49M51.678 23.857a9.907 9.907 0 012 1.536c3.904 3.906 3.904 10.238-.002 14.142a9.937 9.937 0 01-3.145 2.121c-.953.409-1.982.51-2.972.764-2.396.613-4.506 2.63-5.134 5.02-.291 1.107-.39 2.265-.876 3.326a9.948 9.948 0 01-2.014 2.912c-3.905 3.905-10.236 3.906-14.142 0a9.908 9.908 0 01-1.536-2" })))); };
exports.default = SvgFoodPrepared19;