@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.37 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ArrowTransferDiagonalMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ArrowTransferDiagonalMIcon = (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: "M9.75 2.75C9.75 2.33579 10.0858 2 10.5 2H15.75C16.1642 2 16.5 2.33579 16.5 2.75V7.73077C16.5 8.14498 16.1642 8.48077 15.75 8.48077C15.3358 8.48077 15 8.14498 15 7.73077V4.49536L4.2662 14.6787C3.9657 14.9638 3.49099 14.9513 3.2059 14.6508C2.92082 14.3503 2.93331 13.8756 3.23381 13.5905L13.8698 3.5H10.5C10.0858 3.5 9.75 3.16421 9.75 2.75ZM20.7941 9.34919C21.0792 9.64969 21.0667 10.1244 20.7662 10.4095L10.1302 20.5H13.5C13.9142 20.5 14.25 20.8358 14.25 21.25C14.25 21.6642 13.9142 22 13.5 22H8.25C7.83579 22 7.5 21.6642 7.5 21.25V16.2692C7.5 15.855 7.83579 15.5192 8.25 15.5192C8.66422 15.5192 9 15.855 9 16.2692V19.5046L19.7338 9.32129C20.0343 9.0362 20.509 9.04869 20.7941 9.34919Z", fill: "currentColor" }))); });
exports.ArrowTransferDiagonalMIcon.displayName = 'ArrowTransferDiagonalMIcon';