iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 972 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 BoxMultiple = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-box-multiple", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M6 5.667A3.667 3.667 0 019.667 2h8.666A3.667 3.667 0 0122 5.667v8.666A3.667 3.667 0 0118.333 18H9.667A3.667 3.667 0 016 14.333z" }),
React.createElement("path", { d: "M2 9c0-1.094.533-1.828 1.514-2.374a1 1 0 11.972 1.748C4.088 8.595 4 8.716 4 9v10c0 .548.452 1 1 1h9.998c.32 0 .618-.154.805-.407l.065-.1a1 1 0 111.738.99A3 3 0 0115 22H5c-1.652 0-3-1.348-3-3z" }));
exports.default = BoxMultiple;