@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
25 lines (22 loc) • 631 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 shorts = [
["path", { d: "M2 8h20", key: "d11cs7" }],
[
"path",
{
d: "M9 20H4a2 2 0 0 1-2-2V5c0-.6.4-1 1-1h18c.6 0 1 .4 1 1v13a2 2 0 0 1-2 2h-5l-3-5Z",
key: "17og06"
}
],
["path", { d: "M9 12V8", key: "2l2gzn" }],
["path", { d: "M15 8v4", key: "1tfguq" }],
["path", { d: "m5 13-3 2", key: "1pooxw" }],
["path", { d: "m22 15-3-2", key: "jeffwy" }]
];
export { shorts as default };
//# sourceMappingURL=shorts.js.map