hh-ui-components
Version:
8 lines • 743 B
JavaScript
import React from "react";
var CloseDrawerIcon = function () {
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-[18px] w-[18px] md:h-[2.344vw] md:w-[2.344vw] lg:h-6 lg:w-6 2xl:h-[1.667vw] 2xl:w-[1.667vw]", width: "100%", height: "100%", viewBox: "0 0 20 20", fill: "none", role: "img", "aria-labelledby": "icon-close" },
React.createElement("path", { d: "M18.9999 1L1.25488 18.745L18.9999 1Z", stroke: "#1C1C1C", strokeMiterlimit: "10", strokeLinecap: "round" }),
React.createElement("path", { d: "M18.745 18.745L1 1L18.745 18.745Z", stroke: "#1C1C1C", strokeMiterlimit: "10", strokeLinecap: "round" })));
};
export default CloseDrawerIcon;
//# sourceMappingURL=CloseDrawerIcon.js.map