@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.03 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 Stairs24 = (_a) => {
var { fill, size = '1.5rem' } = _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 24 24" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M13.793 2.293A1 1 0 0 1 14.5 2H21a1 1 0 1 1 0 2h-2.25v4.5H21a1 1 0 0 1 1 1V14a1 1 0 0 1-.341.753l-8 7A1 1 0 0 1 13 22H5.5a1 1 0 0 1-1-1v-4.5a1 1 0 0 1 1-1h2.25v-4.336l-4.043 4.043a1 1 0 0 1-1.414-1.414l11.5-11.5ZM10 15.5H8.75v-5.336l4-4V12H11a1 1 0 0 0-1 1v2.5Zm3.75-3.5h.75V9.5a1 1 0 0 1 1-1h2.25V4h-2.836L13.75 5.164V12Zm2.75-1.5V13a1 1 0 0 1-1 1H12v2.5a1 1 0 0 1-1 1H6.5V20h6.124L20 13.546V10.5h-3.5Z" })));
};
exports.default = Stairs24;