@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 2.03 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExitMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ExitMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.38461 3.75C4.2163 3.75 4.05489 3.81686 3.93587 3.93587C3.81686 4.05489 3.75 4.2163 3.75 4.38461V19.6154C3.75 19.7837 3.81686 19.9451 3.93587 20.0641C4.05489 20.1831 4.2163 20.25 4.38461 20.25H14.0769C14.2452 20.25 14.4066 20.1831 14.5257 20.0641C14.6447 19.9451 14.7115 19.7837 14.7115 19.6154V16.8461C14.7115 16.4319 15.0473 16.0961 15.4615 16.0961C15.8757 16.0961 16.2115 16.4319 16.2115 16.8461V19.6154C16.2115 20.1815 15.9866 20.7245 15.5863 21.1248C15.186 21.5251 14.6431 21.75 14.0769 21.75H4.38461C3.81848 21.75 3.27553 21.5251 2.87521 21.1248C2.4749 20.7245 2.25 20.1815 2.25 19.6154V4.38461C2.25 3.81848 2.4749 3.27553 2.87521 2.87521C3.27553 2.4749 3.81848 2.25 4.38461 2.25H14.0769C14.6431 2.25 15.186 2.4749 15.5863 2.87521C15.9866 3.27553 16.2115 3.81848 16.2115 4.38461V7.15384C16.2115 7.56806 15.8757 7.90384 15.4615 7.90384C15.0473 7.90384 14.7115 7.56806 14.7115 7.15384V4.38461C14.7115 4.21631 14.6447 4.05489 14.5257 3.93587C14.4066 3.81686 14.2452 3.75 14.0769 3.75H4.38461ZM17.7005 8.70043C17.9934 8.40754 18.4683 8.40755 18.7612 8.70045L21.5303 11.4697C21.8232 11.7626 21.8232 12.2374 21.5303 12.5303L18.7612 15.2996C18.4683 15.5924 17.9934 15.5925 17.7005 15.2996C17.4076 15.0067 17.4076 14.5318 17.7005 14.2389L19.1894 12.75H11.3077C10.8935 12.75 10.5577 12.4142 10.5577 12C10.5577 11.5858 10.8935 11.25 11.3077 11.25H19.1894L17.7005 9.76109C17.4076 9.46819 17.4076 8.99332 17.7005 8.70043Z", fill: "currentColor" }))); });
exports.ExitMIcon.displayName = 'ExitMIcon';