@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
24 lines (21 loc) • 659 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 escalatorArrowDownLeft = [
["circle", { cx: "9", cy: "3", r: "1", key: "m9j37t" }],
["path", { d: "M9 7v3", key: "oewvmk" }],
[
"path",
{
d: "M17 3c-.6 0-1.3.3-1.7.7L6 13H4a2 2 0 0 0 0 4h3c.6 0 1.3-.3 1.7-.7L18 7h2a2 2 0 0 0 0-4Z",
key: "16avuf"
}
],
["path", { d: "m22 13-9 9", key: "1co6fw" }],
["path", { d: "M13 18v4h4", key: "7j9c1u" }]
];
export { escalatorArrowDownLeft as default };
//# sourceMappingURL=escalator-arrow-down-left.js.map