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 Stairs20 = (_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("path", { "fill-rule": "evenodd", d: "M11.553 1.97a.75.75 0 0 1 .53-.22H17.5a.75.75 0 0 1 0 1.5h-1.792v3.917H17.5a.75.75 0 0 1 .75.75v3.75a.75.75 0 0 1-.256.564l-6.667 5.833a.75.75 0 0 1-.494.186h-6.25a.75.75 0 0 1-.75-.75v-3.75a.75.75 0 0 1 .75-.75h1.792V9.269L3.03 12.614a.75.75 0 1 1-1.06-1.061l9.583-9.583ZM8.417 13H7.375V8.269l3.167-3.167v4.981H9.167a.75.75 0 0 0-.75.75V13Zm3.125-2.917h.625V7.917a.75.75 0 0 1 .75-.75h1.791V3.25h-2.314l-.852.852v5.981Zm2.125-1.416v2.166a.75.75 0 0 1-.75.75h-3v2.167a.75.75 0 0 1-.75.75H5.333v2.25h5.219l6.198-5.424v-2.66h-3.083Z" }))); }; exports.default = Stairs20;