iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.43 kB
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 DashboardSquare1 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.604 3.25a2.25 2.25 0 00-2.25 2.25V9a2.25 2.25 0 002.25 2.25h3.5A2.25 2.25 0 0011.354 9V5.5a2.25 2.25 0 00-2.25-2.25h-3.5zm-.75 2.25a.75.75 0 01.75-.75h3.5a.75.75 0 01.75.75V9a.75.75 0 01-.75.75h-3.5a.75.75 0 01-.75-.75V5.5zM5.604 12.75A2.25 2.25 0 003.354 15v3.5a2.25 2.25 0 002.25 2.25h3.5a2.25 2.25 0 002.25-2.25V15a2.25 2.25 0 00-2.25-2.25h-3.5zM4.854 15a.75.75 0 01.75-.75h3.5a.75.75 0 01.75.75v3.5a.75.75 0 01-.75.75h-3.5a.75.75 0 01-.75-.75V15zM12.854 5.5a2.25 2.25 0 012.25-2.25h3.5a2.25 2.25 0 012.25 2.25V9a2.25 2.25 0 01-2.25 2.25h-3.5A2.25 2.25 0 0112.854 9V5.5zm2.25-.75a.75.75 0 00-.75.75V9c0 .414.335.75.75.75h3.5a.75.75 0 00.75-.75V5.5a.75.75 0 00-.75-.75h-3.5zM15.104 12.75a2.25 2.25 0 00-2.25 2.25v3.5a2.25 2.25 0 002.25 2.25h3.5a2.25 2.25 0 002.25-2.25V15a2.25 2.25 0 00-2.25-2.25h-3.5zm-.75 2.25a.75.75 0 01.75-.75h3.5a.75.75 0 01.75.75v3.5a.75.75 0 01-.75.75h-3.5a.75.75 0 01-.75-.75V15z", fill: "#323544" }));
exports.default = DashboardSquare1;