@react-pakistan/react-emoji-collection
Version:
React Emoji Collection built upon React StoryBook
53 lines (52 loc) • 4.53 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 SvgPersonActivity166 = function (props) { return (React.createElement("svg", __assign({ viewBox: "0 0 72 72", width: "1em", height: "1em" }, props),
React.createElement("g", { fill: "#6a462f" },
React.createElement("path", { d: "M51.381 21.841c-.116-2.327-2.685-4.16-4.962-4.182h-6.073a4.68 4.68 0 00-1.426.264l-.297.094a4.715 4.715 0 00-3.091 3.886l-.036.195-.549 4.345-1.687 1.181-6.748-6.243s-1.478 1.75-.465 3.143 3.835 5.39 5.989 5.8a4.214 4.214 0 004.429-1.434 10.688 10.688 0 001.678-4.165l1.316 1.423-1.997 11.18-.82 24.908c-.033.32.825.652 1.02.904a.245.245 0 00.154.09c.217 0 1.151-.286 1.231-.994l2.086-22.96a5.026 5.026 0 01.31-1.243l1.192-.745h1.645l.996.63a4.99 4.99 0 01.356 1.358l2.572 22.814c.08.706.528 1.14.745 1.14a.244.244 0 00.154-.092c.194-.251.831-.52.798-.84l-.253-20.909 2.5 1.053c-.053-.12.863-.786.857-.917z" }),
React.createElement("circle", { cx: 43.787, cy: 10.618, r: 3.067 })),
React.createElement("path", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2.025, d: "M38.339 23.545c2.38 3.577.685 6.183.032 8.1a33.787 33.787 0 00-.909 5.682c-.608 6.05-1.015 24.301-1.015 24.301-.056 1.114.582 2.025 1.417 2.025a2.102 2.102 0 001.75-2.011l2.57-22.304c.128-1.106.688-2.011 1.245-2.011s1.113.905 1.244 2.011l2.574 22.304a2.102 2.102 0 001.75 2.011c.835 0 1.473-.911 1.417-2.025 0 0-.529-18.062-1.086-24.056a36.322 36.322 0 00-.837-5.928c-.625-1.926-2.446-4.798-.03-8.099" }),
React.createElement("path", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2.025, d: "M52.544 41.768l-.802-19.235a5.34 5.34 0 00-5.272-5.062h-6.075M27.186 22.056l3.753 4.29c1.834 2.095 3.708 1.562 4.166-1.184l.36-2.162c.457-2.747 2.64-5.242 4.867-5.52" }),
React.createElement("path", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeMiterlimit: 10, strokeWidth: 2.025, d: "M27.127 22.125l-4.52 40.061" }),
React.createElement("circle", { cx: 43.852, cy: 10.786, r: 2.954, fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 1.97 }),
React.createElement("path", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M47.092 7.575s.579-.27.925.018c.408.337.686 1.6 1.168 2.145a3.26 3.26 0 001.813 1.072" }),
React.createElement("g", null,
React.createElement("path", { fill: "none", stroke: "#d0cfce", strokeLinecap: "round", strokeMiterlimit: 10, strokeWidth: 2, d: "M25.196 21.698l-3.549 30.833" }),
React.createElement("path", { fill: "none", stroke: "#d22f27", strokeLinecap: "round", strokeMiterlimit: 10, strokeWidth: 2, d: "M21.647 52.531l-1.075 9.561" }),
React.createElement("circle", { cx: 20.572, cy: 62.172, r: 1.097, fill: "#d0cfce" }),
React.createElement("path", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeMiterlimit: 10, strokeWidth: 2, d: "M25.196 21.698l-.789 6.858" })))); };
exports.default = SvgPersonActivity166;