@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.16 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 Balcony64 = (_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: "M17.167 8a1.5 1.5 0 0 1 1.5-1.5h26.666a1.5 1.5 0 0 1 1.5 1.5v21.333h-3v-11H33v11h-2v-11H20.167v11h-3V8ZM33 16.333h10.833V9.5H33v6.833ZM31 9.5v6.833H20.167V9.5H31ZM6.5 34.667a1.5 1.5 0 0 1 1.5-1.5h48a1.5 1.5 0 1 1 0 3h-3V54.5h3a1.5 1.5 0 0 1 0 3H8a1.5 1.5 0 0 1 0-3h3V36.167H8a1.5 1.5 0 0 1-1.5-1.5Zm39.833 1.5H51V54.5h-4.667V36.167Zm-2 18.333V36.167h-4.666V54.5h4.666ZM33 36.167h4.667V54.5H33V36.167ZM31 54.5V36.167h-4.667V54.5H31ZM19.667 36.167h4.666V54.5h-4.666V36.167Zm-2 18.333V36.167H13V54.5h4.667ZM40 26.667h-4v2.666h4v-2.666Z" })));
};
exports.default = Balcony64;