UNPKG

@ticketmaster/prism

Version:

Live Nation Component library

31 lines 1.59 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 SvgStar(_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 15.9l11.5 23.3 25.7 3.7-18.6 18.2L73 86.7 50 74.6 27 86.7l4.4-25.6-18.6-18.2 25.7-3.7L50 15.9m0-13.5l-5.3 10.8-10.2 20.6L11.9 37 0 38.8l8.6 8.4 16.4 16-3.9 22.5-2 11.9L29.8 92 50 81.3 70.2 92l10.7 5.6-2-11.9L75 63.1l16.4-16 8.6-8.4L88.1 37l-22.6-3.3-10.2-20.5L50 2.4z" }))); } exports.default = SvgStar; //# sourceMappingURL=Star.js.map