@clubmed/trident-icons
Version:
Shared ClubMed Icons library
7 lines (6 loc) • 1.13 kB
JavaScript
import * as e from "react";
const l = (C) => /* @__PURE__ */ e.createElement("svg", { id: "Share", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 30 30", fill: "none", ...C }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.0261 6.32375L12.0331 8.32075C11.6671 8.68975 11.0261 8.69175 10.6561 8.32075C10.4711 8.13675 10.3711 7.89175 10.3711 7.63075C10.3711 7.36975 10.4711 7.12475 10.6561 6.94075L14.3111 3.27675C14.6781 2.90775 15.3221 2.90775 15.6911 3.27675L19.3451 6.94075C19.7261 7.32075 19.7261 7.94075 19.3451 8.32075C18.9731 8.69175 18.3331 8.68875 17.9671 8.32075L15.9741 6.32375V19.2108C15.9741 19.7488 15.5371 20.1868 15.0001 20.1868C14.4631 20.1868 14.0261 19.7488 14.0261 19.2108V6.32375ZM7 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=Share.js.map