UNPKG

@lucide/lab

Version:

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

17 lines (14 loc) 504 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 tabArrowUpRight = [ ["path", { d: "m15 9-6 6", key: "1uzhvr" }], ["path", { d: "M9 9h6v6", key: "15kv17" }], ["path", { d: "M4 20V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v14", key: "y8tqhg" }], ["path", { d: "M22 20H2", key: "1p1f7z" }] ]; export { tabArrowUpRight as default }; //# sourceMappingURL=tab-arrow-up-right.js.map