iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 1.05 kB
JavaScript
"use strict";
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 OfficeBuildingFilled = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props },
React.createElement("g", { fillRule: "evenodd" },
React.createElement("path", { d: "M8 6H5.009C3.902 6 3 6.962 3 8.15v10.7C3 20.04 3.9 21 5.009 21h5.487H8V6z", fill: "currentColor", fillRule: "nonzero" }),
React.createElement("path", { fill: "inherit", d: "M6 10h2v2H6zm0 3h2v2H6z" }),
React.createElement("path", { d: "M9 4.995C9 3.893 9.902 3 11.009 3h7.982C20.101 3 21 3.893 21 4.995v14.01A2.004 2.004 0 0 1 18.991 21H9V4.995z", fill: "currentColor" }),
React.createElement("path", { fill: "inherit", d: "M12 7h2v2h-2zm0 3h2v2h-2zm0 3h2v2h-2zm2 3h2v3h-2zm2-9h2v2h-2zm0 3h2v2h-2zm0 3h2v2h-2z" })));
exports.default = OfficeBuildingFilled;