@clubmed/trident-icons
Version:
Shared ClubMed Icons library
7 lines (6 loc) • 1.09 kB
JavaScript
import * as e from "react";
const l = (C) => /* @__PURE__ */ e.createElement("svg", { id: "Download", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 30 30", fill: "none", ...C }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.9758 17.863L17.9688 15.866C18.3348 15.497 18.9758 15.495 19.3458 15.866C19.5308 16.05 19.6308 16.295 19.6308 16.556C19.6308 16.817 19.5308 17.062 19.3458 17.246L15.6908 20.91C15.3238 21.279 14.6798 21.279 14.3108 20.91L10.6568 17.246C10.2758 16.866 10.2758 16.246 10.6568 15.866C11.0288 15.495 11.6688 15.498 12.0348 15.866L14.0278 17.863V4.976C14.0278 4.438 14.4648 4 15.0018 4C15.5388 4 15.9758 4.438 15.9758 4.976V17.863ZM7 10.5C5.89543 10.5 5 11.3954 5 12.5V26C5 27.1046 5.89543 28 7 28H23C24.1046 28 25 27.1046 25 26V12.5C25 11.3954 24.1046 10.5 23 10.5H18.5C17.9477 10.5 17.5 10.9477 17.5 11.5C17.5 12.0523 17.9477 12.5 18.5 12.5H23V26H7V12.5H11C11.5523 12.5 12 12.0523 12 11.5C12 10.9477 11.5523 10.5 11 10.5H7Z", fill: "currentColor" }));
export {
l as default
};
//# sourceMappingURL=Download.js.map