UNPKG

@ticketmaster/prism

Version:

Live Nation Component library

32 lines 2.54 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 __rest = (this && this.__rest) || function (s, e) { var t = {}; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) if (e.indexOf(p[i]) < 0) t[p[i]] = s[p[i]]; return t; }; Object.defineProperty(exports, "__esModule", { value: true }); var React = require("react"); function SvgComedy(_a) { var title = _a.title, props = __rest(_a, ["title"]); return (React.createElement("svg", __assign({ viewBox: "0 0 100 100", width: "1em", height: "1em", focusable: "false", "aria-hidden": "true", fill: "currentColor" }, props), React.createElement("title", null, title), React.createElement("path", { d: "M50.5 99.5c-3.7 0-7.4-1.1-11.2-3.1-3.4-1.9-6.8-4.7-10.1-8.2-8-8.7-15.1-21.8-19.9-36.9-2.4-7.6-4.2-15.4-5.2-23.2C3 19.9 2.8 12 3.3 4.5 3.4 3 4.3 1.7 5.6 1c1.3-.6 2.8-.6 4 .2 2.3 1.4 7.2 4.2 14.1 6.6 8.5 3 17.5 4.5 26.6 4.5 9.2 0 18.2-1.4 26.6-4.3 7-2.4 11.6-5 13.8-6.3 1.2-.7 2.6-.8 3.9-.2 1.3.7 2.1 2 2.2 3.4.9 14.7-1.4 31.4-6.3 47.1-4.9 15.5-12 28.6-19.9 37.1-3.1 3.3-6.3 5.8-9.5 7.5-3.6 1.9-7.1 2.9-10.6 2.9zM9.1 7.7c-.3 6.3 0 12.9.9 19.7 1 7.4 2.7 14.9 5 22.1 2.3 7.1 5 13.7 8.2 19.6 3.2 6 6.7 11 10.4 15 5.7 6.2 11.5 9.4 16.9 9.4 2.5 0 5.1-.7 7.7-2.1 2.6-1.4 5.3-3.6 8-6.4 3.7-3.9 7.1-8.9 10.4-14.9 3.2-6 5.9-12.7 8.2-19.9 4.4-13.9 6.6-28.6 6.2-41.8-2.8 1.5-6.8 3.4-12 5.2-9.1 3.1-18.7 4.6-28.5 4.6s-19.4-1.6-28.6-4.8C16.3 11.5 12 9.3 9.1 7.7zm84.8-.9c-.1 0-.1 0 0 0-.1 0-.1 0 0 0z" }), React.createElement("path", { d: "M44.1 41.2H29.4l.6-3.5c.2-1.4 1.1-2.8 2.4-3.7 1.2-.9 2.7-1.4 4.4-1.4 3.5 0 6.2 2.1 6.7 5.1l.6 3.5zM70.6 41.2H56l.6-3.5c.2-1.4 1.1-2.8 2.4-3.7 1.2-.9 2.7-1.4 4.4-1.4 3.5 0 6.2 2.1 6.7 5.1l.5 3.5zM50.2 76c-5.8 0-11.1-3.1-15.2-9.1-3-4.2-4.4-8.5-4.4-8.6l2.8-.9 2.8-.9c0 .1 4.7 13.7 14.2 13.7 3.9 0 7.4-2.2 10.4-6.6 2.4-3.5 3.6-7 3.6-7.1l5.5 1.7c-.1.2-1.4 4.4-4.3 8.6C61.3 72.9 56 76 50.2 76z" }))); } exports.default = SvgComedy; //# sourceMappingURL=Comedy.js.map