iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 797 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 Layout9 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M5.523 3.25a2.25 2.25 0 00-2.25 2.25v13a2.25 2.25 0 002.25 2.25h13a2.25 2.25 0 002.25-2.25v-13a2.25 2.25 0 00-2.25-2.25h-13zm-.75 2.25a.75.75 0 01.75-.75h13a.75.75 0 01.75.75v3.083h-14.5V5.5zm0 4.583h3.833v9.167H5.523a.75.75 0 01-.75-.75v-8.417zm5.333 0h9.167v3.833h-9.167v-3.833zm0 5.333h9.167V18.5a.75.75 0 01-.75.75h-8.417v-3.834z", fill: "#323544" }));
exports.default = Layout9;