iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 870 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 BlueprintLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M232 58H70V40a6 6 0 00-6-6H48a30 30 0 00-30 30v112a30 30 0 0030 30h184a6 6 0 006-6V64a6 6 0 00-6-6zM30 64a18 18 0 0118-18h10v100H48a29.87 29.87 0 00-18 6zm196 130H48a18 18 0 010-36h16a6 6 0 006-6V70h156zm-122-56a6 6 0 000 12h18v10a6 6 0 0012 0v-10h28v10a6 6 0 0012 0v-10h18a6 6 0 000-12h-18v-20h18a6 6 0 000-12h-18V96a6 6 0 00-12 0v10h-28V96a6 6 0 00-12 0v10h-18a6 6 0 000 12h18v20zm30-20h28v20h-28z" }));
exports.default = BlueprintLight;