@ticketmaster/prism
Version:
Live Nation Component library
31 lines • 1.44 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 SvgFilter(_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: "M99.8 25.4v5.8H31.6v10.2h-5.8V31.2H0v-5.8h25.8v-9.5h5.8v9.5zM100 68.6v5.8H76V84h-5.8v-9.6H.2v-5.8h70V58.5H76v10.1z" })));
}
exports.default = SvgFilter;
//# sourceMappingURL=Filter.js.map