@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.09 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 Stairs48 = (_a) => {
var { fill, size = '3rem' } = _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 48 48" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M27.94 4.94A1.5 1.5 0 0 1 29 4.5h13a1.5 1.5 0 0 1 0 3h-4.5v10H42a1.5 1.5 0 0 1 1.5 1.5v9a1.5 1.5 0 0 1-.512 1.129l-16 14A1.5 1.5 0 0 1 26 43.5H11A1.5 1.5 0 0 1 9.5 42v-9a1.5 1.5 0 0 1 1.5-1.5h4.5v-9.879l-8.44 8.44a1.5 1.5 0 0 1-2.12-2.122l23-23ZM20.5 31.5h-3V19.621l8-8V24.5H22a1.5 1.5 0 0 0-1.5 1.5v5.5Zm7-7h2V19a1.5 1.5 0 0 1 1.5-1.5h4.5v-10h-5.879L27.5 9.621V24.5Zm5-4V26a1.5 1.5 0 0 1-1.5 1.5h-7.5V33a1.5 1.5 0 0 1-1.5 1.5h-9.5v6h12.936L40.5 27.32V20.5h-8Z" })));
};
exports.default = Stairs48;