@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.45 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BuildingSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.BuildingSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#BuildingSIcon__a)" },
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.997 1.897 2.282 5.639h11.436L8.003 1.897zM7.232.606a1.52 1.52 0 0 1 1.566.019l6.367 4.169c.536.353.705.973.494 1.504-.202.508-.707.841-1.294.841h-.23v4.423h.326a1.29 1.29 0 0 1 1.289 1.289v1.615a1.29 1.29 0 0 1-1.289 1.288H1.538A1.29 1.29 0 0 1 .25 14.466V12.85a1.29 1.29 0 0 1 1.288-1.289h.327V7.14h-.23c-.588 0-1.093-.333-1.294-.84-.212-.532-.042-1.152.494-1.505l.002-.002L7.2.625zM3.365 7.139v4.423h2.09V7.14zm3.59 0v4.423h2.09V7.14zm3.59 0v4.423h2.09V7.14zm2.836 5.923H1.75v1.192h12.5v-1.192h-.869", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "BuildingSIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
exports.BuildingSIcon.displayName = 'BuildingSIcon';