iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 937 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 BoxArchive1 = (props) => React.createElement("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M10 11.565a.75.75 0 100 1.5h4a.75.75 0 000-1.5h-4z", fill: "#323544" }),
React.createElement("path", { d: "M2 6.064a2.25 2.25 0 012.25-2.25h15.5A2.25 2.25 0 0122 6.064v1a2.25 2.25 0 01-1.25 2.017v9.983a2.25 2.25 0 01-2.25 2.25h-13a2.25 2.25 0 01-2.25-2.25V9.081A2.25 2.25 0 012 7.064v-1zm2.75 3.25v9.75c0 .415.336.75.75.75h13a.75.75 0 00.75-.75v-9.75H4.75zm15.75-2.25v-1a.75.75 0 00-.75-.75H4.25a.75.75 0 00-.75.75v1c0 .415.336.75.75.75h15.5a.75.75 0 00.75-.75z", fill: "#323544" }));
exports.default = BoxArchive1;