iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.1 kB
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 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M17.653 8.662v8.882a1.11 1.11 0 0 1-1.11 1.11H3.22a1.11 1.11 0 0 1-1.11-1.11V8.662A1.11 1.11 0 0 1 1 7.552V3.11C1 2.497 1.497 2 2.11 2h15.543c.614 0 1.11.497 1.11 1.11v4.441a1.11 1.11 0 0 1-1.11 1.111zM3.22 16.99c0 .307.25.555.556.555h12.212a.555.555 0 0 0 .555-.555V9.217a.555.555 0 0 0-.555-.554h-2.775v2.22a1.11 1.11 0 0 1-1.11 1.11H7.66a1.11 1.11 0 0 1-1.11-1.11v-2.22H3.776a.555.555 0 0 0-.556.554v7.772zm8.882-6.662V8.663H7.661V10.327c0 .307.249.555.555.555h3.33a.555.555 0 0 0 .556-.555zm5.551-6.662a.556.556 0 0 0-.555-.555H2.665a.555.555 0 0 0-.555.555v3.332c0 .306.249.555.555.555H17.098a.555.555 0 0 0 .555-.555V3.665z", fill: "#000", fillRule: "evenodd" }));
exports.default = Archive;