@ama-pt/agora-design-system
Version:
Ágora Design system
17 lines (16 loc) • 1.5 kB
JavaScript
import e from "react";
const V = (t) => {
const l = { ...t };
return delete l.alt, delete l.title, /* @__PURE__ */ e.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...l, role: "img" }, t.title && /* @__PURE__ */ e.createElement("title", null, t.title), /* @__PURE__ */ e.createElement("path", { d: "M10 16C10 15.4477 9.55229 15 9 15C8.44772 15 8 15.4477 8 16V17C8 17.5523 8.44772 18 9 18C9.55229 18 10 17.5523 10 17V16Z" }), /* @__PURE__ */ e.createElement("path", { d: "M15 15C15.5523 15 16 15.4477 16 16V17C16 17.5523 15.5523 18 15 18C14.4477 18 14 17.5523 14 17V16C14 15.4477 14.4477 15 15 15Z" }), /* @__PURE__ */ e.createElement(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M5 1C4.44772 1 4 1.44772 4 2V20C4 20.5523 4.44772 21 5 21H8V22C8 22.5523 8.44772 23 9 23C9.55229 23 10 22.5523 10 22V21H14V22C14 22.5523 14.4477 23 15 23C15.5523 23 16 22.5523 16 22V21H19C19.5523 21 20 20.5523 20 20V2C20 1.44772 19.5523 1 19 1H5ZM18 5V3H6V5H18ZM6 7H18V12H6V7ZM6 14V19H18V14H6Z"
}
), /* @__PURE__ */ e.createElement("path", { d: "M2 5C2.55228 5 3 5.44772 3 6V10C3 10.5523 2.55228 11 2 11C1.44772 11 1 10.5523 1 10V6C1 5.44772 1.44772 5 2 5Z" }), /* @__PURE__ */ e.createElement("path", { d: "M22 5C22.5523 5 23 5.44772 23 6V10C23 10.5523 22.5523 11 22 11C21.4477 11 21 10.5523 21 10V6C21 5.44772 21.4477 5 22 5Z" }));
};
export {
V as default
};
//# sourceMappingURL=line-bus-LL3fl8O6.mjs.map