@react-pakistan/react-emoji-collection
Version:
React Emoji Collection built upon React StoryBook
51 lines (50 loc) • 3.31 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 SvgAnimalBug7 = function (props) { return (React.createElement("svg", __assign({ viewBox: "0 0 72 72", width: "1em", height: "1em" }, props),
React.createElement("path", { fill: "#F4AA41", d: "M28 26h5v5h-5zM41 26h5v5h-5z" }),
React.createElement("path", { fill: "#E27022", d: "M32 30c-6.345.292-20 .076-20 15.87S34 41 34 41M42 30c6.345.292 20.58.076 20.58 15.87S40 40 40 40" }),
React.createElement("path", { fill: "#F4AA41", d: "M40.64 20.592s17.8-14.24 17.8-3.56-6.23 5.34-8.01 8.9-4.45.89-4.45.89L42 27l-3 6M33.36 20.592s-17.8-14.24-17.8-3.56 6.23 5.34 8.01 8.9S28 27 28 27h5l2 6" }),
React.createElement("ellipse", { cx: 36.921, cy: 17.922, rx: 3.56, ry: 2.67, fill: "#A57939" }),
React.createElement("ellipse", { cx: 36.921, cy: 22.372, rx: 3.56, ry: 1.78, fill: "#6A462F" }),
React.createElement("path", { fill: "#A57939", d: "M36.33 24.309c-8.175.759.644 22.984.644 22.984s10.31-24.001-.644-22.984z" }),
React.createElement("g", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: 10, strokeWidth: 2 },
React.createElement("path", { d: "M40.64 20.592s17.8-14.24 17.8-3.56-6.23 5.34-8.01 8.9-4.45.89-4.45.89M35.141 14.771l-1.78-3.189M38.998 14.845l1.483-3.263M33.36 20.592s-17.8-14.24-17.8-3.56 6.23 5.34 8.01 8.9 4.45.89 4.45.89" }),
React.createElement("ellipse", { cx: 36.921, cy: 17.922, rx: 3.56, ry: 2.67 }),
React.createElement("ellipse", { cx: 36.921, cy: 22.372, rx: 3.56, ry: 1.78 }),
React.createElement("path", { d: "M36.33 24.309c-8.175.759.644 22.984.644 22.984s10.31-24.001-.644-22.984zM28 31c-6.345.292-16-.924-16 14.87s19.58-3.917 19.58-3.917M46.58 31c6.346.292 16-.924 16 14.87S43 41.953 43 41.953" })))); };
exports.default = SvgAnimalBug7;