@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 1.5 kB
JavaScript
'use strict';
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 Balcony20 = (_a) => {
var { fill, size = '1.25rem' } = _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 20 20" }),
index.default.createElement("g", { "clip-path": "url(#a)" },
index.default.createElement("path", { "fill-rule": "evenodd", d: "M5.083 2.5a.75.75 0 0 1 .75-.75h8.334a.75.75 0 0 1 .75.75v6.667h-1.5v-3.25H10.5v3.25h-1v-3.25H6.583v3.25h-1.5V2.5ZM10.5 4.917h2.917V3.25H10.5v1.667Zm-1-1.667v1.667H6.583V3.25H9.5Zm-7.75 7.583a.75.75 0 0 1 .75-.75h15a.75.75 0 0 1 0 1.5h-.75v5.167h.75a.75.75 0 0 1 0 1.5h-15a.75.75 0 0 1 0-1.5h.75v-5.167H2.5a.75.75 0 0 1-.75-.75Zm12.917.75h1.083v5.167h-1.083v-5.167Zm-1 5.167v-5.167h-1.084v5.167h1.084ZM10.5 11.583h1.083v5.167H10.5v-5.167Zm-1 5.167v-5.167H8.417v5.167H9.5Zm-3.167-5.167h1.084v5.167H6.333v-5.167Zm-1 5.167v-5.167H4.25v5.167h1.083ZM12.5 8.333h-1.25v.834h1.25v-.834Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "20", height: "20", fill: "#fff" })))));
};
exports.default = Balcony20;