iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 750 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Archive = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.309 1a1 1 0 00-.894.553L1.053 4.276A.5.5 0 001 4.5V13a1 1 0 001 1h11a1 1 0 001-1V4.5a.5.5 0 00-.053-.224l-1.362-2.723A1 1 0 0011.691 1H3.309zm0 1H7v2H2.309l1-2zM8 4V2h3.691l1 2H8zm-.5 1H13v8H2V5h5.5zm-2 2a.5.5 0 000 1h4a.5.5 0 000-1h-4z", fill: "currentColor" }));
exports.default = Archive;