iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 875 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 BoxClosed = (props) => React.createElement("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M5.916 4.962a2.25 2.25 0 011.961-1.147h8.246a2.25 2.25 0 011.96 1.147l2.378 4.226c.19.337.289.717.289 1.103v8.774a2.25 2.25 0 01-2.25 2.25h-13a2.25 2.25 0 01-2.25-2.25V10.29c0-.386.1-.766.289-1.103l2.377-4.226zM11.25 9.15V5.315H7.877a.75.75 0 00-.653.383l-1.942 3.45h5.968zm-6.5 1.5v8.416c0 .414.336.75.75.75h13a.75.75 0 00.75-.75v-8.417H4.75zm13.968-1.5l-1.942-3.451a.75.75 0 00-.653-.383H12.75V9.15h5.968z", fill: "#323544" }));
exports.default = BoxClosed;