@react-pakistan/react-emoji-collection
Version:
React Emoji Collection built upon React StoryBook
52 lines (51 loc) • 4.07 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 SvgClimateEnvironment9 = function (props) { return (React.createElement("svg", __assign({ viewBox: "0 0 72 72", width: "1em", height: "1em" }, props),
React.createElement("path", { fill: "#d22f27", d: "M43.313 23a4.29 4.29 0 00-4.429-3.916H32.76a4.347 4.347 0 00-4.296 4.131l-.809 19.44a1 1 0 01-.123.436l2.994-2.094-.728 22.133a1.214 1.214 0 00.255.879.247.247 0 00.155.09c.218 0 1.29-.385 1.37-1.084l2.578-22.578a4.261 4.261 0 01.172-1.159l.74-.805h1.658l.65.746a4.388 4.388 0 01.421 1.25l2.625 22.546a1.33 1.33 0 001.014 1.082.248.248 0 00.155-.09c.196-.248.5-.585.466-.9l-.951-22.11 3.572 2.43z" }),
React.createElement("path", { fill: "#fcea2b", d: "M38.933 12.58a3.032 3.032 0 01-6.064 0 2.947 2.947 0 01.204-1.08h5.564a.288.288 0 00.091-.01 3 3 0 01.205 1.09z" }),
React.createElement("path", { fill: "none", stroke: "#fff", strokeLinecap: "square", strokeLinejoin: "round", strokeWidth: 2, d: "M30.424 47.695l2.55.368M30.424 50.695l2.55.368M39.424 51.063l2.55-.368M39.424 48.063l2.55-.368M27.803 29.028l2.55.367M41.6 29.395l2.55-.367" }),
React.createElement("path", { fill: "#a57939", d: "M40.503 8.03v5.12s-.47 1.12-1.12 0v-2.04h-6.76v2.08c-.65 1.12-1.12 0-1.12 0V8.03a.734.734 0 01.73-.73h7.54a.734.734 0 01.73.73z" }),
React.createElement("path", { fill: "#6a462f", d: "M37.459 7.083h2.896v3.842h-2.896z" }),
React.createElement("path", { fill: "#6a462f", d: "M39.383 10.625h.972v2.979h-.972z" }),
React.createElement("g", null,
React.createElement("path", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.6, d: "M40.503 8.03v5.12s-.47 1.12-1.12 0v-2.04h-6.76v2.08c-.65 1.12-1.12 0-1.12 0V8.03a.734.734 0 01.73-.73h7.54a.734.734 0 01.73.73z" }),
React.createElement("g", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.6 },
React.createElement("path", { d: "M38.973 12.08a2.97 2.97 0 11-5.94 0M40.971 24.516s-.275 4.5-.2 6c.069 1.372.775 5.487.775 5.487l1.325 26.513c.055 1.1-.575 2-1.4 2a2.076 2.076 0 01-1.729-1.987L37.2 40.498c-.129-1.093-.679-1.987-1.229-1.987s-1.103.894-1.229 1.987l-2.539 22.031a2.076 2.076 0 01-1.729 1.987c-.825 0-1.455-.9-1.4-2L30.4 36.002c.109-2.173.704-4.07.774-5.474.075-1.503-.2-6.012-.2-6.012" }),
React.createElement("path", { d: "M26.974 42.516l.792-19a5.274 5.274 0 015.208-5h6" }),
React.createElement("path", { d: "M38.901 18.516a5.274 5.274 0 015.208 5l.792 19" }))))); };
exports.default = SvgClimateEnvironment9;