@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.33 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SubdirectoryArrowMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.SubdirectoryArrowMIcon = (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: "M3.00012 5.01927C3.41434 5.01927 3.75012 5.35506 3.75012 5.76927L3.75012 8.53849C3.75012 9.80846 4.25462 11.0264 5.15262 11.9244C6.05063 12.8224 7.26859 13.3269 8.53856 13.3269L19.1894 13.3269L16.3159 10.4534C16.023 10.1605 16.023 9.68566 16.3159 9.39277C16.6088 9.09987 17.0836 9.09987 17.3765 9.39277L21.5304 13.5466C21.8232 13.8395 21.8232 14.3144 21.5304 14.6073L17.3765 18.7611C17.0836 19.054 16.6088 19.054 16.3159 18.7611C16.023 18.4682 16.023 17.9933 16.3159 17.7004L19.1894 14.8269L8.53856 14.8269C6.87076 14.8269 5.27128 14.1644 4.09196 12.9851C2.91265 11.8058 2.25012 10.2063 2.25012 8.53849L2.25012 5.76927C2.25012 5.35506 2.58591 5.01927 3.00012 5.01927Z", fill: "currentColor" }))); });
exports.SubdirectoryArrowMIcon.displayName = 'SubdirectoryArrowMIcon';