@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
17 lines (14 loc) • 480 B
JavaScript
/**
* @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 stairsArch = [
["path", { d: "M21 21H3V11a9 9 0 1 1 18 0Z", key: "1ctdit" }],
["path", { d: "M20.77 9H12v4", key: "jxc5yj" }],
["path", { d: "M8 17v-4h13", key: "z8ctgs" }],
["path", { d: "M3 17h18", key: "3xqu03" }]
];
export { stairsArch as default };
//# sourceMappingURL=stairs-arch.js.map