UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.03 kB
"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 Buildings1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12.75 14.667a.75.75 0 01.75-.75h3a.75.75 0 110 1.5h-3a.75.75 0 01-.75-.75zM13.5 8.583a.75.75 0 000 1.5h3a.75.75 0 100-1.5h-3z", fill: "#323544" }), React.createElement("path", { d: "M11.5 3.25A2.25 2.25 0 009.25 5.5v2.25H5.5A2.25 2.25 0 003.25 10v10c0 .414.336.75.75.75h16a.75.75 0 00.75-.75V5.5a2.25 2.25 0 00-2.25-2.25h-7zm-2.25 16h-4.5V10a.75.75 0 01.75-.75h3.75v2.25H7.756a.75.75 0 000 1.5H9.25v2.5H7.756a.75.75 0 000 1.5H9.25v2.25zm1.5-6.973a.824.824 0 000-.054V5.5a.75.75 0 01.75-.75h7a.75.75 0 01.75.75v13.75h-8.5v-2.973a.824.824 0 000-.054v-3.946z", fill: "#323544" })); exports.default = Buildings1;