@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.17 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ArchiveMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ArchiveMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.8 3.492c.42-.42.99-.657 1.585-.657h15.23a2.24 2.24 0 0 1 2.242 2.242v2.77a2.24 2.24 0 0 1-1.384 2.07v9.006a2.24 2.24 0 0 1-2.242 2.242H5.769a2.24 2.24 0 0 1-2.241-2.242V9.918a2.24 2.24 0 0 1-1.385-2.072V5.077c0-.595.236-1.165.657-1.585m2.442 6.596v8.835a.527.527 0 0 0 .527.528h12.462a.53.53 0 0 0 .527-.528v-8.835zm-.857-5.539a.527.527 0 0 0-.528.528v2.77a.527.527 0 0 0 .528.527h15.23a.527.527 0 0 0 .528-.528V5.077a.53.53 0 0 0-.527-.528zm4.681 8.836c0-.474.384-.857.857-.857h4.154a.857.857 0 1 1 0 1.714H9.923a.857.857 0 0 1-.857-.857", clipRule: "evenodd" }))); });
exports.ArchiveMIcon.displayName = 'ArchiveMIcon';