hh-ui-components
Version:
8 lines • 1.04 kB
JavaScript
import React from "react";
var ModalCloseIcon = function (_a) {
var _b = _a.className, className = _b === void 0 ? "" : _b;
return (React.createElement("svg", { className: className, width: "100%", height: "100%", viewBox: "0 0 18 18", fill: "none", role: "img", xmlns: "http://www.w3.org/2000/svg", "aria-label": "Modal Close Icon" },
React.createElement("path", { d: "M17.8536 0.853553C18.0488 0.658291 18.0488 0.341709 17.8536 0.146447C17.6583 -0.0488155 17.3417 -0.0488155 17.1464 0.146447L9 8.29289L0.853553 0.146447C0.658291 -0.0488155 0.341709 -0.0488155 0.146447 0.146447C-0.0488155 0.341709 -0.0488155 0.658291 0.146447 0.853553L8.29289 9L0.146447 17.1464C-0.0488155 17.3417 -0.0488155 17.6583 0.146447 17.8536C0.341709 18.0488 0.658291 18.0488 0.853553 17.8536L9 9.70711L17.1464 17.8536C17.3417 18.0488 17.6583 18.0488 17.8536 17.8536C18.0488 17.6583 18.0488 17.3417 17.8536 17.1464L9.70711 9L17.8536 0.853553Z", fill: "#1C1C1C" })));
};
export default ModalCloseIcon;
//# sourceMappingURL=ModalCloseIcon.js.map