@clubmed/trident-icons
Version:
Shared ClubMed Icons library
7 lines (6 loc) • 598 B
JavaScript
import * as e from "react";
const o = (l) => /* @__PURE__ */ e.createElement("svg", { id: "MenuClosed", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 30 30", fill: "none", ...l }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.8 15.2 6.71 8.14A1 1 0 0 1 6.7 6.7a1 1 0 0 1 1.42 0l7.08 7.08 7.05-7.05a1 1 0 0 1 1.42 0 1 1 0 0 1 0 1.42l-7.06 7.05 7.05 7.04a1 1 0 0 1 0 1.42 1 1 0 0 1-1.41 0l-7.05-7.05-7.08 7.08a1 1 0 0 1-1.42 0 1 1 0 0 1 0-1.41l7.08-7.08Z", fill: "currentColor" }));
export {
o as default
};
//# sourceMappingURL=MenuClosed.js.map