@react-pakistan/react-emoji-collection
Version:
React Emoji Collection built upon React StoryBook
48 lines (47 loc) • 3.46 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 SvgPersonGesture132 = function (props) { return (React.createElement("svg", __assign({ viewBox: "0 0 72 72", width: "1em", height: "1em" }, props),
React.createElement("path", { fill: "#92d3f5", d: "M21.167 33.042a23.705 23.705 0 00-3.665 2.333c-2.216 1.774-3.918 16.334-3.834 17.667s1.583 7.916 2.25 7.916H56.25s2.166-3.333 2.083-4.333.25-14.749-1.166-16.583-1.546-4.19-2.418-4.833a28.567 28.567 0 00-3.582-2.167" }),
React.createElement("g", { fill: "#debb90" },
React.createElement("path", { d: "M39.167 36.042c0 4-14 2-14 6s4.873 8 10.936 8c5.937 0 11.064-4 11.064-10 0-2-7-2-8-4M34.167 58.042a1.92 1.92 0 01-2 1.942c-1.103 0-6 .058-6 .058h-6s0-4 5-4h7a1.959 1.959 0 012 2zM38.167 58.042a1.92 1.92 0 002 1.942c1.102 0 6 .058 6 .058h6s0-4-5-4h-7a1.959 1.959 0 00-2 2z" })),
React.createElement("path", { fill: "#fcea2b", d: "M39.007 36.42c-2.143 3.326-14.702 1.646-13.84 6.622-2 0-3-3-3-10s4-14 14-14 14 7 14 14-1 10-3 10c2.32-4.98-8.16-6.622-8.16-6.622z" }),
React.createElement("g", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeWidth: 2 },
React.createElement("path", { strokeLinejoin: "round", d: "M25.167 43.042c-2 0-3-3-3-10s4-14 14-14 14 7 14 14-1 10-3 10" }),
React.createElement("path", { strokeLinejoin: "round", d: "M39.167 36.042c0 4-14 2-14 6h0c0 4 4.873 8 10.936 8 5.937 0 11.064-4 11.064-10h0c0-2-7-2-8-4M34.167 58.042a1.92 1.92 0 01-2 1.942c-1.103 0-6 .058-6 .058h-6s0-4 5-4h7a1.959 1.959 0 012 2zM38.167 58.042a1.92 1.92 0 002 1.942c1.102 0 6 .058 6 .058h6s0-4-5-4h-7a1.959 1.959 0 00-2 2zM18.167 36.042s-4 3-4 12v4c0 3 0 6 2 8M54.167 36.042s4 3 4 12v5c0 3 0 5-2 7M23.167 15.042l3 3M31.167 15.042l-2-3M49.167 15.042l-3 3M41.167 15.042l2-3M39.167 36.042v-7" }),
React.createElement("path", { strokeMiterlimit: 10, d: "M33.167 43.042a2.782 2.782 0 01-3 0M39.167 43.042a2.966 2.966 0 003 0" })))); };
exports.default = SvgPersonGesture132;
;