@ticketmaster/prism
Version:
Live Nation Component library
34 lines • 2.12 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 SvgClock(_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 .5C22.7.5.5 22.7.5 50S22.7 99.5 50 99.5 99.5 77.3 99.5 50 77.3.5 50 .5zm36.3 73.8C84.7 76.8 82.9 79 81 81c-2 2-4.2 3.8-6.5 5.4-2.3 1.6-4.8 2.9-7.4 4-5.4 2.3-11.1 3.4-17 3.4s-11.6-1.2-17-3.4c-2.6-1.1-5.1-2.5-7.4-4-2.5-1.7-4.7-3.5-6.7-5.4-2-2-3.8-4.2-5.4-6.5-1.6-2.3-2.9-4.8-4-7.4-2.3-5.4-3.4-11.1-3.4-17s1.2-11.6 3.4-17c1.1-2.6 2.5-5.1 4-7.4 1.6-2.3 3.4-4.5 5.4-6.5s4.2-3.8 6.5-5.4c2.3-1.6 4.8-2.9 7.4-4C38.4 7.4 44.1 6.2 50 6.2s11.6 1.2 17 3.4c2.6 1.1 5.1 2.5 7.4 4 2.3 1.6 4.5 3.4 6.5 5.4s3.8 4.2 5.4 6.5c1.6 2.3 2.9 4.8 4 7.4 2.3 5.4 3.4 11.1 3.4 17s-1.2 11.6-3.4 17c-1.1 2.6-2.5 5.1-4 7.4z" }),
React.createElement("path", { d: "M71.3 69.5l-4 4-20.1-20V14.1h5.7v37zM47.2 53.5z" }),
React.createElement("g", null,
React.createElement("path", { d: "M47.2 53.4v.1z" }))));
}
exports.default = SvgClock;
//# sourceMappingURL=Clock.js.map