UNPKG

@react-pakistan/react-emoji-collection

Version:
48 lines (47 loc) 3.21 kB
"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 SvgInteraction10 = function (props) { return (React.createElement("svg", __assign({ viewBox: "0 0 72 72", width: "1em", height: "1em" }, props), React.createElement("circle", { cx: 33, cy: 12, r: 4, fill: "#92D3F5" }), React.createElement("circle", { cx: 34, cy: 19, r: 3, fill: "#FCEA2B" }), React.createElement("path", { fill: "#FCEA2B", d: "M31 20h6v22h-6zM28 56l2.068 4.054 5.705 3.732 6.291.906 6.825-2.345 5.066-6.186 1.013-4.852-28.153 1.067.533 2.986z" }), React.createElement("path", { fill: "#FCEA2B", d: "M28 49l-4.953-7.75L21 38l2.09-2.04 5.24.758 2.451 2.64.723 3.291-.643 6.745z" }), React.createElement("path", { fill: "#FCEA2B", d: "M31.058 36.696v4.176H27V55h28V36.696z" }), React.createElement("g", { stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: 10, strokeWidth: 2 }, React.createElement("path", { d: "M40.568 11.595s7.21 0 14.42 4.807M26.148 11.595s-7.21 0-14.42 4.807" }), React.createElement("path", { fill: "none", d: "M54.624 10l1.307 7.239M48.692 18.546l7.239-1.307M12.343 10l-1.307 7.239M18.275 18.546l-7.239-1.307M55.02 50.547c0 7.806-6.328 14.135-14.135 14.135S26.75 58.353 26.75 50.547M55.021 49.796V39.488M49.014 39.236a3.006 3.006 0 116.008.252M43.004 39.036a3.006 3.006 0 016.008.252M43.008 38.921a3.006 3.006 0 015.993.482M36.96 38.626a3.007 3.007 0 016 .384M22.396 40.535a3.006 3.006 0 014.325-4.177M30.946 19.408a3.006 3.006 0 116.013 0M36.959 38.594V19.408M30.946 19.408V43.28M28.403 38.26l-1.682-1.902M23.915 42.528c1.677 1.842 2.897 4.439 2.835 8.18M22.396 40.535l1.565 2.045M35.527 13.618a3 3 0 10-4.648.503" })))); }; exports.default = SvgInteraction10;