UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.16 kB
'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 Stairs64 = (_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: "M37.606 6.94a1.5 1.5 0 0 1 1.06-.44H56a1.5 1.5 0 0 1 0 3h-6.333v14.333H56a1.5 1.5 0 0 1 1.5 1.5v12a1.5 1.5 0 0 1-.512 1.13L35.654 57.128a1.5 1.5 0 0 1-.987.371h-20a1.5 1.5 0 0 1-1.5-1.5V44a1.5 1.5 0 0 1 1.5-1.5H21V27.788L9.06 39.728a1.5 1.5 0 1 1-2.12-2.122L37.605 6.939ZM27.833 42.5H23V25.788l11.333-11.333v18.712h-5a1.5 1.5 0 0 0-1.5 1.5V42.5Zm8.5-9.333h3.5v-7.834a1.5 1.5 0 0 1 1.5-1.5h6.334V9.5h-8.379l-2.955 2.955v20.712Zm6.5-6.334v7.834a1.5 1.5 0 0 1-1.5 1.5h-10.5V44a1.5 1.5 0 0 1-1.5 1.5H16.167v9h17.936L54.5 36.653v-9.82H42.833Z" }))); }; exports.default = Stairs64;