@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.11 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const Tenant64 = (_a) => {
var { fill, size = '4rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M32.92 6.816a1.5 1.5 0 0 0-1.841 0l-24 18.667a1.5 1.5 0 0 0 1.842 2.368l2.912-2.265V56a1.5 1.5 0 0 0 1.5 1.5h37.334a1.5 1.5 0 0 0 1.5-1.5V25.585l2.912 2.266a1.5 1.5 0 0 0 1.842-2.368l-24-18.667Zm16.247 16.436L32 9.9 14.833 23.252V54.5h34.334V23.252ZM32 24.167a3.833 3.833 0 1 0 0 7.666 3.833 3.833 0 0 0 0-7.666ZM25.166 28a6.833 6.833 0 1 1 13.667 0 6.833 6.833 0 0 1-13.666 0Zm-2.333 20a9.167 9.167 0 1 1 18.334 0h3c0-6.72-5.448-12.167-12.167-12.167-6.72 0-12.167 5.448-12.167 12.167h3Z" })));
};
exports.default = Tenant64;