UNPKG

@ticketmaster/prism

Version:

Live Nation Component library

31 lines 1.38 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 SvgPlay(_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: "M19.1 11l57.5 38.9L19.1 89V11M13.5.5v98.9l73-49.6L13.5.5z" }))); } exports.default = SvgPlay; //# sourceMappingURL=Play.js.map