@ticketmaster/prism
Version:
Live Nation Component library
31 lines • 1.83 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 SvgSearch(_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: "M71.6 68.3c6.6-7.2 10.6-16.8 10.6-27.3C82.2 18.6 64.1.5 41.7.5S1.2 18.6 1.2 41s18.1 40.5 40.5 40.5c9.8 0 18.8-3.5 25.8-9.3l27.4 27.4 4-4-27.3-27.3zm-16.3 4.9C51 75 46.4 76 41.7 76s-9.3-.9-13.6-2.7c-4.2-1.8-7.9-4.3-11.1-7.5s-5.7-6.9-7.5-11.1c-1.8-4.4-2.7-9-2.7-13.7s.9-9.3 2.7-13.6c1.8-4.2 4.3-7.9 7.5-11.1s6.9-5.7 11.1-7.5C32.4 7 37 6.1 41.7 6.1S51 7 55.3 8.8c4.2 1.8 7.9 4.3 11.1 7.5 3.2 3.2 5.7 6.9 7.5 11.1 1.8 4.3 2.7 8.9 2.7 13.6s-.9 9.3-2.7 13.6c-1.8 4.2-4.3 7.9-7.5 11.1-3.2 3.2-6.9 5.7-11.1 7.5z" })));
}
exports.default = SvgSearch;
//# sourceMappingURL=Search.js.map