@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExitSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ExitSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.077 1.75a.327.327 0 0 0-.327.327v11.846a.327.327 0 0 0 .327.327h7.538a.327.327 0 0 0 .327-.327V11.77a.75.75 0 1 1 1.5 0v2.154a1.827 1.827 0 0 1-1.827 1.827H2.077A1.827 1.827 0 0 1 .25 13.923V2.077A1.827 1.827 0 0 1 2.077.25h7.538a1.827 1.827 0 0 1 1.827 1.827V4.23a.75.75 0 0 1-1.5 0V2.077a.327.327 0 0 0-.327-.327zm10.239 3.566a.75.75 0 0 1 1.06 0L15.53 7.47a.75.75 0 0 1 0 1.06l-2.154 2.154a.75.75 0 1 1-1.06-1.06l.873-.874H7.462a.75.75 0 0 1 0-1.5h5.727l-.873-.874a.75.75 0 0 1 0-1.06", clipRule: "evenodd" }))); });
exports.ExitSIcon.displayName = 'ExitSIcon';