iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 961 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 Layout26 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.773 2.75a.75.75 0 10-1.5 0V4.5h-5.25V2.75a.75.75 0 00-1.5 0V4.5h-1.75a.75.75 0 100 1.5h1.75v5.25h-1.75a.75.75 0 000 1.5h1.75V18h-1.75a.75.75 0 000 1.5h1.75v1.75a.75.75 0 001.5 0V19.5h5.25v1.75a.75.75 0 001.5 0V19.5h5.25v1.75a.75.75 0 001.5 0V19.5h1.75a.75.75 0 100-1.5h-1.75v-5.25h1.75a.75.75 0 100-1.5h-1.75V6h1.75a.75.75 0 100-1.5h-1.75V2.75a.75.75 0 10-1.5 0V4.5h-5.25V2.75zM18.023 18h-5.25v-5.25h5.25V18zm-6.75 0h-5.25v-5.25h5.25V18zm-5.25-6.75V6h5.25v5.25h-5.25zm12 0h-5.25V6h5.25v5.25z", fill: "#323544" }));
exports.default = Layout26;