@react-pakistan/react-emoji-collection
Version:
React Emoji Collection built upon React StoryBook
53 lines (52 loc) • 3.73 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 SvgOffice4 = function (props) { return (React.createElement("svg", __assign({ viewBox: "0 0 72 72", width: "1em", height: "1em" }, props),
React.createElement("path", { fill: "#FFF", d: "M12 28.122l-.003 31.97 31.66-.006 16.09-12.048c-.008-.049.253-3.946.253-3.946l-.003-16-47.997.03z" }),
React.createElement("path", { fill: "#EA5A47", d: "M11.444 28.292l48.553-.2.003-15.97s-6.536-1-5.983-1H50.46l.052 5.773c1.727.456 2.15 3.087 2.15 3.087-.022 2.192-2.678 2.53-2.69 2.527-1.848-.378-2.489-1.282-2.468-2.802.014-1.068.046-1.33.808-2.078.513-.502.634-.608 1.311-.78l-.028-5.726h-3.54H22.345l.07 5.726c1.728.456 2.293.853 2.276 2.719-.02 2.193-2.706 3.28-2.719 3.28-2.205-.02-2.992-1.037-2.971-3.242.01-1.068.877-1.864 1.64-2.612.511-.502.698-.822 1.375-.994l-.24-4.877h-3.743c.214 0-6.032 1-6.032 1l-.556 16.17z" }),
React.createElement("path", { fill: "#d0cfce", d: "M59.997 48.038H43.138s-.899 6.104-.97 5.623v5.425l1.488 1 16.341-12.048z" }),
React.createElement("path", { fill: "#9b9b9a", fillRule: "evenodd", clipRule: "evenodd", d: "M22.015 8.688v10.31M50.016 8.688v10.31" }),
React.createElement("g", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: 10, strokeWidth: 2 },
React.createElement("circle", { cx: 22, cy: 19.849, transform: "rotate(-89.45 22 19.848)", clipRule: "evenodd", r: 3 }),
React.createElement("path", { d: "M26.006 12.122h20.05M54.016 12.122H60v16H12v-16h6.032" }),
React.createElement("path", { clipRule: "evenodd", d: "M22.015 8.688v10.31" }),
React.createElement("circle", { cx: 50.001, cy: 19.849, transform: "rotate(-89.45 50 19.848)", clipRule: "evenodd", r: 3 }),
React.createElement("path", { clipRule: "evenodd", d: "M50.016 8.688v10.31" }),
React.createElement("path", { d: "M34.336 38.092a5.63 5.63 0 015.513-4.494h0c1.554 0 2.96.63 3.98 1.649 1.584 1.584 1.437 4.217-.05 5.893l-9.558 10.78h4.76M23.276 37.398l5.073-3.8V51.92" }),
React.createElement("path", { d: "M11.997 28.092v32l31.66-.006 16.34-12.048V28.092" }),
React.createElement("path", { d: "M59.746 48.038H43.138v5.48" })))); };
exports.default = SvgOffice4;