@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 1.36 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 Stairs32 = (_a) => {
var { fill, size = '2rem' } = _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 32 32" }),
index.default.createElement("g", { "clip-path": "url(#a)" },
index.default.createElement("path", { "fill-rule": "evenodd", d: "M18.626 3.293A1 1 0 0 1 19.333 3H28a1 1 0 1 1 0 2h-3.167v6.667H28a1 1 0 0 1 1 1v6a1 1 0 0 1-.341.752l-10.667 9.334a1 1 0 0 1-.659.247h-10a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1H10.5v-6.752L4.707 20.04a1 1 0 1 1-1.414-1.414L18.626 3.293ZM13.666 21H11.5v-7.752l5.667-5.667v8.752h-2.5a1 1 0 0 0-1 1V21Zm4.5-4.667h1.5v-3.666a1 1 0 0 1 1-1h3.167V5h-4.085l-1.581 1.58v9.753Zm3.5-2.666v3.666a1 1 0 0 1-1 1h-5V22a1 1 0 0 1-1 1H8.334v4h8.625L27 18.213v-4.546h-5.333Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "32", height: "32", fill: "#fff" })))));
};
exports.default = Stairs32;