iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 816 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 BlueprintFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M136 120h24v16h-24zm104-56v136a8 8 0 01-8 8H48a32 32 0 01-32-32V64a32 32 0 0132-32h16a8 8 0 018 8v16h160a8 8 0 018 8zM56 48h-8a16 16 0 00-16 16v84.29A31.82 31.82 0 0148 144h8zm120 88v-16h16a8 8 0 000-16h-16v-8a8 8 0 00-16 0v8h-24v-8a8 8 0 00-16 0v8h-16a8 8 0 000 16h16v16h-16a8 8 0 000 16h16v8a8 8 0 0016 0v-8h24v8a8 8 0 0016 0v-8h16a8 8 0 000-16z" }));
exports.default = BlueprintFill;