@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.51 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DocumentMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.DocumentMIcon = (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: "M5.45451 3.85714C5.28282 3.85714 5.12614 3.92246 5.01698 4.02637C4.90925 4.12892 4.85711 4.25873 4.85711 4.38461V19.6154C4.85711 19.7413 4.90925 19.8711 5.01698 19.9736C5.12614 20.0775 5.28282 20.1429 5.45451 20.1429H18.5454C18.7171 20.1429 18.8738 20.0775 18.983 19.9736C19.0907 19.8711 19.1428 19.7413 19.1428 19.6154V9.85714H14C13.5266 9.85714 13.1428 9.47338 13.1428 9V3.85714H5.45451ZM5.45451 2.14285C4.85467 2.14285 4.27141 2.36929 3.83501 2.78471C3.39717 3.20149 3.14282 3.77605 3.14282 4.38461V19.6154C3.14282 20.2239 3.39717 20.7985 3.83501 21.2153C4.27141 21.6307 4.85467 21.8571 5.45451 21.8571H18.5454C19.1453 21.8571 19.7285 21.6307 20.1649 21.2153C20.6028 20.7985 20.8571 20.2239 20.8571 19.6154V7.84615C20.8571 7.6115 20.7609 7.38711 20.591 7.22532L15.5 2.37916C15.3407 2.22746 15.1291 2.14285 14.9091 2.14285H5.45451ZM14.8571 4.13395V8.14285H19.0685L14.8571 4.13395Z", fill: "currentColor" }))); });
exports.DocumentMIcon.displayName = 'DocumentMIcon';