iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 863 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 BlueprintThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M232 60H68V40a4 4 0 00-4-4H48a28 28 0 00-28 28v112a28 28 0 0028 28h184a4 4 0 004-4V64a4 4 0 00-4-4zM28 64a20 20 0 0120-20h12v104H48a27.94 27.94 0 00-20 8.42zm200 132H48a20 20 0 010-40h16a4 4 0 004-4V68h160zm-124-56a4 4 0 000 8h20v12a4 4 0 008 0v-12h32v12a4 4 0 008 0v-12h20a4 4 0 000-8h-20v-24h20a4 4 0 000-8h-20V96a4 4 0 00-8 0v12h-32V96a4 4 0 00-8 0v12h-20a4 4 0 000 8h20v24zm28-24h32v24h-32z" }));
exports.default = BlueprintThin;