UNPKG

@lucide/lab

Version:

Lucide lab is a project with icons that are nicely designed but have unknown use cases.

16 lines (13 loc) 450 B
/** * @license @lucide/lab v0.1.2 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ const stairsArrowDownLeft = [ ["path", { d: "m12 2-9 9", key: "10mx2v" }], ["path", { d: "M3 7v4h4", key: "1iq9td" }], ["path", { d: "M2 20h5v-5h5v-5h5V5h5", key: "13vrqq" }] ]; export { stairsArrowDownLeft as default }; //# sourceMappingURL=stairs-arrow-down-left.js.map