@ticketmaster/prism
Version:
Live Nation Component library
31 lines • 1.57 kB
JavaScript
;
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 SvgArtsAndCulture(_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: "M87.6 78.3V33.5h11.7V17.1L50 .5.8 17.1v16.4h11.7v44.8H.5v21.2h99V78.3H87.6zm-28.9 0H41.4V33.5h17.3v44.8zm22.7 0H64.9V33.5h16.5v44.8zM7 27.2v-5.6L50 7.1l43.1 14.5v5.6H7zm11.7 6.3h16.5v44.8H18.7V33.5zm74.6 59.8H6.7v-8.8h86.6v8.8z" })));
}
exports.default = SvgArtsAndCulture;
//# sourceMappingURL=ArtsAndCulture.js.map