UNPKG

@react-pakistan/react-emoji-collection

Version:
51 lines (50 loc) 3.2 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 SvgBookPaper4 = function (props) { return (React.createElement("svg", __assign({ viewBox: "0 0 72 72", width: "1em", height: "1em" }, props), React.createElement("path", { fill: "#fff", stroke: "#fff", strokeLinejoin: "round", strokeWidth: 2, d: "M14.85 64.04l.055-5.257-5.343-.033V7.96h28.89l5.287 5.29h11.3v50.79z" }), React.createElement("path", { fill: "#d0cfce", d: "M49.636 19.597L38.094 7.589v12.008" }), React.createElement("path", { fill: "#92d3f5", d: "M54.53 25.987h7.875v5.248H54.53l-1.945-2.624z" }), React.createElement("path", { fill: "#ea5a47", d: "M49.245 46.047h7.875v5.248h-7.875L47.3 48.67z" }), React.createElement("g", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round" }, React.createElement("path", { transform: "matrix(1.059 0 0 1.058 -8.462 -4.752)", strokeWidth: 1.889, d: "M60 28.75V17H49.32" }), React.createElement("path", { strokeWidth: 2, d: "M55.06 45.53V31.68" }), React.createElement("path", { transform: "matrix(1.059 0 0 1.058 -8.462 -4.752)", strokeWidth: 1.889, d: "M22 63.09V65h38V53.33" }), React.createElement("path", { transform: "matrix(1.059 0 0 1.058 -8.462 -4.752)", strokeWidth: 1.889, d: "M55 48V22.68L44.32 12H17v48h38v-7" }), React.createElement("path", { transform: "matrix(1.059 0 0 1.058 -8.462 -4.752)", strokeWidth: 1.889, d: "M55 23H44.3l.02-11M59.55 34l-1.84-2.48 1.84-2.48H67V34zM54.55 52.96l-1.84-2.48L54.55 48H62v4.96z" }), React.createElement("path", { strokeWidth: 2, d: "M15.89 17.48h14.82M15.89 25.94h27.52M15.89 33.35h27.52M15.89 41.82h27.52M15.89 50.29h27.52" })))); }; exports.default = SvgBookPaper4;