@clubmed/trident-icons
Version:
Shared ClubMed Icons library
7 lines (6 loc) • 883 B
JavaScript
import * as e from "react";
const l = (C) => /* @__PURE__ */ e.createElement("svg", { id: "Clipboard", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 30 30", fill: "none", ...C }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.5 3C9.84315 3 8.5 4.34315 8.5 6V7H7.5C5.84315 7 4.5 8.34315 4.5 10V24C4.5 25.6569 5.84315 27 7.5 27H18.5C20.1569 27 21.5 25.6569 21.5 24V23H22.5C24.1569 23 25.5 21.6569 25.5 20V6C25.5 4.34315 24.1569 3 22.5 3H11.5ZM19.5 23H11.5C9.84315 23 8.5 21.6569 8.5 20V9H7.5C6.94772 9 6.5 9.44772 6.5 10V24C6.5 24.5523 6.94772 25 7.5 25H18.5C19.0523 25 19.5 24.5523 19.5 24V23ZM10.5 6C10.5 5.44772 10.9477 5 11.5 5H22.5C23.0523 5 23.5 5.44772 23.5 6V20C23.5 20.5523 23.0523 21 22.5 21H11.5C10.9477 21 10.5 20.5523 10.5 20V6Z", fill: "currentColor" }));
export {
l as default
};
//# sourceMappingURL=Clipboard.js.map