@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.82 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FolderMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FolderMIcon = (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.86478 4.55933C9.74636 4.47535 9.60067 4.43175 9.45199 4.43579C9.44452 4.43599 9.43705 4.43609 9.42958 4.43609H4.18935C4.01672 4.43609 3.85116 4.50008 3.7291 4.61398C3.60703 4.72788 3.53845 4.88236 3.53845 5.04344V18.9571C3.53845 19.1182 3.60703 19.2727 3.7291 19.3866C3.85116 19.5005 4.01672 19.5645 4.18935 19.5645H19.8107C19.9833 19.5645 20.1488 19.5005 20.2709 19.3866C20.393 19.2727 20.4615 19.1182 20.4615 18.9571V7.69367C20.4615 7.53259 20.393 7.37811 20.2709 7.26421C20.1488 7.15031 19.9833 7.08632 19.8107 7.08632H11.2899C10.937 7.08632 10.6293 6.86216 10.5437 6.54264L10.1029 4.89737C10.0672 4.76262 9.98321 4.64332 9.86478 4.55933ZM9.41959 3.00056C9.9154 2.98971 10.4006 3.13626 10.7957 3.41642C11.1937 3.69865 11.4762 4.09946 11.5962 4.55223C11.5963 4.55264 11.5964 4.55305 11.5965 4.55345L11.8905 5.65079H19.8107C20.3913 5.65079 20.9482 5.86602 21.3588 6.24913C21.7693 6.63225 22 7.15186 22 7.69367V18.9571C22 19.4989 21.7693 20.0185 21.3588 20.4017C20.9482 20.7848 20.3913 21 19.8107 21H4.18935C3.6087 21 3.05183 20.7848 2.64124 20.4017C2.23066 20.0185 2 19.4989 2 18.9571V5.04344C2 4.50164 2.23066 3.98202 2.64124 3.59891C3.05183 3.21579 3.6087 3.00056 4.18935 3.00056H9.41959Z", fill: "currentColor" }))); });
exports.FolderMIcon.displayName = 'FolderMIcon';