iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.04 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 Bricks = (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: "M8.667 6.75a2.25 2.25 0 012.25-2.25h3.167a2.25 2.25 0 012.25 2.25V9h.833a2.25 2.25 0 012.25 2.25v2.25h.833a2.25 2.25 0 012.25 2.25v3a.75.75 0 01-.75.75H3.25a.75.75 0 01-.75-.75v-3a2.25 2.25 0 012.25-2.25h.834v-2.25A2.25 2.25 0 017.834 9h.833V6.75zm1.5 2.25h4.667V6.75a.75.75 0 00-.75-.75h-3.167a.75.75 0 00-.75.75V9zm-2.333 1.5a.75.75 0 00-.75.75v2.25h4.667v-3H7.834zm5.417 0v3h4.666v-2.25a.75.75 0 00-.75-.75H13.25zM4.75 15a.75.75 0 00-.75.75V18h4.667v-3H4.75zm5.417 0v3h4.667v-3h-4.667zm6.167 0v3H21v-2.25a.75.75 0 00-.75-.75h-3.916z", fill: "#323544" }));
exports.default = Bricks;