@clubmed/trident-icons
Version:
Shared ClubMed Icons library
7 lines (6 loc) • 1.12 kB
JavaScript
import * as e from "react";
const l = (C) => /* @__PURE__ */ e.createElement("svg", { id: "Compare", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 30 30", fill: "none", ...C }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.70711 4.70711C10.0976 4.31658 10.0976 3.68342 9.70711 3.29289C9.31658 2.90237 8.68342 2.90237 8.29289 3.29289L3.29289 8.29289C2.90237 8.68342 2.90237 9.31658 3.29289 9.70711L8.29289 14.7071C8.68342 15.0976 9.31658 15.0976 9.70711 14.7071C10.0976 14.3166 10.0976 13.6834 9.70711 13.2929L6.41421 10H22C22.5523 10 23 9.55228 23 9C23 8.44772 22.5523 8 22 8H6.41421L9.70711 4.70711ZM20.2929 25.2929C19.9024 25.6834 19.9024 26.3166 20.2929 26.7071C20.6834 27.0976 21.3166 27.0976 21.7071 26.7071L26.7071 21.7071C27.0976 21.3166 27.0976 20.6834 26.7071 20.2929L21.7071 15.2929C21.3166 14.9024 20.6834 14.9024 20.2929 15.2929C19.9024 15.6834 19.9024 16.3166 20.2929 16.7071L23.5858 20H8C7.44772 20 7 20.4477 7 21C7 21.5523 7.44772 22 8 22H23.5858L20.2929 25.2929Z", fill: "currentColor" }));
export {
l as default
};
//# sourceMappingURL=Compare.js.map