hh-ui-components
Version:
11 lines • 891 B
JavaScript
"use strict";
exports.__esModule = true;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importDefault(require("react"));
var CloseDrawerIcon = function () {
return (react_1["default"].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_1["default"].createElement("path", { d: "M18.9999 1L1.25488 18.745L18.9999 1Z", stroke: "#1C1C1C", strokeMiterlimit: "10", strokeLinecap: "round" }),
react_1["default"].createElement("path", { d: "M18.745 18.745L1 1L18.745 18.745Z", stroke: "#1C1C1C", strokeMiterlimit: "10", strokeLinecap: "round" })));
};
exports["default"] = CloseDrawerIcon;
//# sourceMappingURL=CloseDrawerIcon.js.map