@ama-pt/agora-design-system
Version:
Ágora Design system
17 lines (16 loc) • 1.43 kB
JavaScript
import e from "react";
const V = (t) => {
const C = { ...t };
return delete C.alt, delete C.title, /* @__PURE__ */ e.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...C, role: "img" }, t.title && /* @__PURE__ */ e.createElement("title", null, t.title), /* @__PURE__ */ e.createElement("path", { d: "M16 10C16 9.44772 15.5523 9 15 9C14.4477 9 14 9.44772 14 10V14C14 14.5523 14.4477 15 15 15C15.5523 15 16 14.5523 16 14V10Z" }), /* @__PURE__ */ e.createElement(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M3 3C1.34315 3 0 4.34315 0 6V8C0 8.55228 0.447715 9 1 9C2.65685 9 4 10.3431 4 12C4 13.6569 2.65685 15 1 15C0.447715 15 0 15.4477 0 16V18C0 19.6569 1.34315 21 3 21H21C22.6569 21 24 19.6569 24 18V16C24 15.4477 23.5523 15 23 15C21.3431 15 20 13.6569 20 12C20 10.3431 21.3431 9 23 9C23.5523 9 24 8.55228 24 8V6C24 4.34315 22.6569 3 21 3H3ZM3 5C2.44772 5 2 5.44772 2 6V7.10002C4.28224 7.56329 6 9.58104 6 12C6 14.419 4.28224 16.4367 2 16.9V18C2 18.5523 2.44772 19 3 19H14V18C14 17.4477 14.4477 17 15 17C15.5523 17 16 17.4477 16 18V19H21C21.5523 19 22 18.5523 22 18V16.9C19.7178 16.4367 18 14.419 18 12C18 9.58104 19.7178 7.56329 22 7.10002V6C22 5.44772 21.5523 5 21 5H16V6C16 6.55228 15.5523 7 15 7C14.4477 7 14 6.55228 14 6V5H3Z"
}
));
};
export {
V as default
};
//# sourceMappingURL=line-ticket-D-P-ZR_6.mjs.map